.apply {
  margin-top: 5rem;
}
.apply__container {
  margin: 3.125rem auto 0;
  width: 87.5%;
  max-width: 78.75rem;
}
.apply__content {
  margin-top: 6.35rem;
}
.apply__content:first-of-type {
  margin-top: 0;
}
.apply__contentLeadTextList {
  margin-top: 1.45rem;
}
.apply__contentLeadText,
.apply__contentLeadText--disc {
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 200%;
  gap: 0.25rem;
}
.apply__contentLeadText--disc::before {
  content: "・";
}
.apply__ruleLinkList {
  margin-top: 2.5rem;
}
.apply__ruleLinkListItem {
  margin-top: 1.65rem;
}
.apply__ruleLinkListItem a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1%;
  color: var(--colorDarkGreen);
  text-decoration: underline;
  gap: 1.875rem;
}
.apply__ruleLinkListItem a::after {
  content: "";
  position: relative;
  top: 50%;
  right: 0;
  display: block;
  background-image: url(/assets/images/common/icon-arrow-green.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.625rem;
  height: 0.625rem;
}
.apply__checkList {
  margin-top: 2.5rem;
}
.apply__checkListItem {
  display: flex;
  font-size: 0.875rem;
  line-height: 180%;
}
.apply__checkListItem a {
  display: inline-block;
  color: var(--colorBlack);
  text-decoration: underline;
}
.apply__checkListItem::before {
  content: "・";
  display: block;
  padding-inline: 0.35rem 0.5rem;
}
.apply__btn {
  margin-top: 1.5rem;
}
.apply__btn a {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--colorBlack);
  line-height: 150%;
  transition: background-color 0.2s ease-out;
  border: 1px solid var(--colorDarkGreen);
  border-radius: 0.375rem;
  padding: 1rem 1.25rem;
  width: 47.62%;
  max-width: 37.5rem;
}
.apply__btn a:hover {
  background-color: var(--colorLightGreen);
}
.apply__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  display: block;
  background-image: url(/assets/images/common/icon-arrow-green.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: right 0.2s ease-out;
  width: 0.625rem;
  height: 0.625rem;
}
.apply__btn a:hover::after {
  right: 0.625rem;
}
.apply__exWrap {
  background-color: var(--colorLightGreen);
  border-radius: 0.375rem;
  padding: 1.35rem 1.875rem;
  margin-top: 2.125rem;
}
.apply__exWrapTitle {
  font-weight: 700;
  line-height: 150%;
}
.apply__exList {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.5rem;
}
.apply__exListItem {
  position: relative;
  display: flex;
  font-size: 0.875rem;
  line-height: 180%;
  gap: 0.4rem;
}
.apply__exListItem::before {
  content: "・";
  display: block;
  padding-left: 0.4rem;
}
.apply__contentText--attn {
  margin-top: 1.1rem;
  padding: 0.9rem 1.1rem 0.8rem;
  border: 1px solid #de0000;
  font-size: 0.875rem;
  line-height: 180%;
}

@media screen and (max-width:767px) {
  .apply {
    margin-top: 3.75rem;
  }
  .apply__container {
    margin-top: 2rem;
    width: 89.74%;
  }
  .apply__content {
    margin-top: 2.75rem;
  }
  .apply__contentLeadText {
    font-size: min(4.1vw, 1rem);
    line-height: 180%;
  }
  .apply__contentLeadText--disc {
    font-size: 1rem;
  }
  .apply__ruleLinkList {
    margin-top: 2.1rem;
  }
  .apply__ruleLinkListItem {
    margin-top: 0.875rem;
  }
  .apply__ruleLinkListItem a {
    line-height: 180%;
  }
  .apply__checkList {
    margin-top: 2.125rem;
  }
  .apply__btn a {
    padding-block: 1.3rem 1.45rem;
    width: 100%;
  }
  .apply__btn {
    margin-top: 1.35rem;
  }
  .apply__exWrap {
    padding: 0.875rem 0.65rem 0.75rem;
    margin-top: 1.875rem;
  }
  .apply__exWrapTitle {
    font-size: min(3.85vw, 0.9375rem);
  }
  .apply__exList {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
}