@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}

.box:not(:last-child) {
  padding-bottom: 100px;
}

@media screen and (min-width: 1001px) {
  .anchor_list a {
    position: relative;
  }
  .anchor_list a:after {
    content: "";
    display: block;
    background-color: #94D3B6;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .anchor_list a:hover:after {
    opacity: 1;
  }
}
.anchor_list_wrap {
  display: contents;
}
@media screen and (max-width: 1000px) {
  .anchor_list_wrap {
    width: 100%;
    display: block;
    display: flex;
  }
}
@media screen and (min-width: 1001px) {
  .anchor_list_wrap:first-child li:first-child {
    border-left: 1px solid #ccc;
  }
}
.anchor_list_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 34px 0 80px;
}
@media screen and (max-width: 1000px) {
  .anchor_list_01 {
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
    max-width: 450px;
    margin: 0 auto;
  }
}
.anchor_list_01 li {
  padding: 0 40.5px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 1150px) {
  .anchor_list_01 li {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  .anchor_list_01 li {
    flex: 1;
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .anchor_list_01 li:first-child {
    border-left: 1px solid #ccc;
  }
}
.anchor_list_01 li a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 12.5px 0;
}
@media screen and (max-width: 1000px) {
  .anchor_list_01 li a {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
  }
}
.anchor_list_02 {
  display: flex;
  padding-top: 34px;
}
@media screen and (max-width: 1000px) {
  .anchor_list_02 {
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
    max-width: 450px;
    margin: 0 auto;
  }
}
.anchor_list_02 li {
  flex: 1;
  border-right: 1px solid #ccc;
}
.anchor_list_02 li:first-child {
  border-left: 1px solid #ccc;
}
.anchor_list_02 li a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 12.5px 0;
}
@media screen and (min-width: 1001px) {
  .anchor_list_02 li a {
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .anchor_list_02 li a {
    font-size: 16px;
    padding: 10px 0;
  }
}

.contents {
  margin-top: 64px;
}
.contents_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 14px;
  margin-top: 80px;
  position: relative;
}
.contents_title:first-child {
  margin-top: 0;
}
.contents_title:before {
  content: "";
  display: inline-block;
  background-color: #85d4e5;
  width: 4px;
  height: 24px;
  margin-right: 10px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contents_lead {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3636363636;
  margin-top: 28px;
}
@media screen and (max-width: 1000px) {
  .contents_lead {
    font-size: 18px;
  }
}
.contents_text {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6666666667;
  margin-top: 1.5em;
}
@media screen and (max-width: 1000px) {
  .contents_text {
    font-size: 16px;
  }
}
.contents_image {
  text-align: center;
  margin-top: 50px;
}
.contents_image img {
  width: 100%;
  max-width: 800px;
  height: auto;
  object-fit: contain;
}
.contents_button {
  width: 300px;
  height: 60px;
  border-radius: 30px;
  margin: 50px auto 0;
}
.contents_button a {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  z-index: 0;
  position: relative;
  overflow-x: hidden;
}
.contents_button a:before {
  content: "";
  display: block;
  background: linear-gradient(90deg, #86d8ea, #d0d7c1, #86d8ea);
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: 0.3s ease-in-out;
  animation: button-out 0.3s ease-in-out forwards;
}
@media screen and (min-width: 1001px) {
  .contents_button a:hover:before {
    transform: translateX(50%);
    animation: button-hov 0.3s ease-in-out forwards;
  }
}
.contents_button a:after {
  content: "";
  display: block;
  background: url(../../../image/shinryou/iryou_shinryoubumon/arrow.svg) no-repeat center/contain;
  width: 5.66px;
  height: 10.66px;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1001px) {
  .contents_button a:hover:after {
    transform: translateX(5px);
  }
}

@keyframes button-hov {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes button-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}