@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@500&display=swap");
@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
}
@media (min-width: 992px) {
  :root {
    --vk-width-container: 1000px;
  }
  .container {
    max-width: var(--vk-width-container);
  }
}
@media (max-width: 991.98px) {
  :root {
    --vk-size-text: 18px; /* モバイル表示用 */
  }
}
@media (min-width: 751px) {
  .container {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
  }
  .container.wide {
    width: 1200px;
  }
}
@media (max-width: 750px) {
  .container {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}

figure, img {
  max-width: 100%;
}

.page_top_btn {
  width: 60px;
  height: 74px;
  background-size: contain;
  background-color: transparent;
  border: none;
  box-shadow: none;
  z-index: 9000;
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #595757;
}
.sawarabi-mincho-regular {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

footer .footer-links {
  margin-bottom: 1rem;
}
footer .footer-links > ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  row-gap: 0.5em;
}
footer .footer-links > ul > li > a {
  font-weight: normal;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}
footer .footer-logo {
  text-align: center;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-logo img {
  height: 85px;
}
footer .footer-address {
  text-align: center;
  margin-bottom: 1rem;
}
footer .footer-address > p {
  font-size: 0.875rem;
  line-height: 1.5em;
  margin: 0;
}

section#header {
  background-image: url("../img/header-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  section#header {
    margin-bottom: 30px;
  }
}
section#header #header-top-bg {
  width: 100%;
  max-height: 70px;
  aspect-ratio: 1986/130;
  background-image: url("../img/header-top-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  section#header #header-top-bg {
    aspect-ratio: 1787/243;
  }
}
section#header #header-top-bg #header-top-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#header #header-top-bg #header-top-bg-text {
  height: 50%;
  width: auto;
}
@media (max-width: 750px) {
  section#header #header-top-bg #header-top-bg-text {
    height: auto;
    width: 50%;
  }
}
@media (max-width: 750px) {
  section#header #header-title {
    width: 95%;
  }
}
section#header #header-title h1 {
  max-width: 90%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
section#header #header-title h1 > picture {
  display: block;
}
@media (max-width: 750px) {
  section#header #header-title h1 {
    max-width: 100%;
  }
}

section#main #m1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.0625rem;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  section#main #m1 {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
section#main #m1:before {
  content: "";
  display: block;
  aspect-ratio: 44.281/85.468;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244.281mm%22%20height%3D%2285.468mm%22%20viewBox%3D%220%200%20125.522%20242.273%22%3E%0A%20%20%3Cline%20x1%3D%22122.598%22%20y1%3D%22240.811%22%20x2%3D%222.924%22%20y2%3D%221.462%22%20fill%3D%22none%22%20stroke%3D%22%23595757%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%226.537%22%2F%3E%0A%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 3em;
  width: auto;
}
@media (max-width: 750px) {
  section#main #m1:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256.399%22%20height%3D%22240.686%22%20viewBox%3D%220%200%2056.399%20240.686%22%3E%0A%20%20%3Cline%20x1%3D%2253.2%22%20y1%3D%22240.018%22%20x2%3D%223.2%22%20y2%3D%22.668%22%20fill%3D%22none%22%20stroke%3D%22%23595757%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%226.537%22%2F%3E%0A%3C%2Fsvg%3E");
    aspect-ratio: 50/239.3491;
    height: 4em;
  }
}
section#main #m1:after {
  content: "";
  display: block;
  aspect-ratio: 44.281/85.468;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244.281mm%22%20height%3D%2285.468mm%22%20viewBox%3D%220%200%20125.522%20242.273%22%3E%0A%20%20%3Cline%20x1%3D%222.924%22%20y1%3D%22240.811%22%20x2%3D%22122.598%22%20y2%3D%221.462%22%20fill%3D%22none%22%20stroke%3D%22%23595757%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%226.537%22%2F%3E%0A%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 3em;
  width: auto;
}
@media (max-width: 750px) {
  section#main #m1:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256.399%22%20height%3D%22240.686%22%20viewBox%3D%220%200%2056.399%20240.686%22%3E%0A%20%20%3Cline%20x1%3D%223.2%22%20y1%3D%22240.018%22%20x2%3D%2253.2%22%20y2%3D%22.668%22%20fill%3D%22none%22%20stroke%3D%22%23595757%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%226.537%22%2F%3E%0A%3C%2Fsvg%3E");
    aspect-ratio: 50/239.3491;
    height: 4em;
  }
}
section#main #m1 p {
  margin: 0;
  position: relative;
}
section#main #note2 {
  margin: 0;
  position: absolute;
  width: fit-content;
  white-space: nowrap;
  bottom: -1em;
  right: 1em;
}
section#main #m-logo-container {
  margin-bottom: 30px;
}
section#main #m-logo-container #m-logo {
  width: 153px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 750px) {
  section#main #m-logo-container #m-logo {
    width: 30vw;
  }
}
section#main #m3 {
  margin-top: 30px;
  text-align: center;
  font-size: 2.0625rem;
}
@media (max-width: 750px) {
  section#main #m3 {
    font-size: 1.375rem;
  }
}
section#main #m4-container {
  background-image: url("../img/bg-gradation.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 28px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
section#main #m4-container:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  border-radius: 24px;
  z-index: 0;
  background-color: white;
}
section#main #m4-container h2 {
  position: relative;
  z-index: 1000;
  margin: 0;
  padding: 0;
  font-size: 1.8125rem;
  text-align: center;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 38px;
  border-radius: 1000px;
  background-image: url("../img/bg-h2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 750px) {
  section#main #m4-container h2 {
    font-size: 1.25rem;
    height: 40px;
  }
}
section#main #m4-container ul {
  position: relative;
  z-index: 1000;
  list-style: none;
  margin-left: 3rem;
}
@media (max-width: 750px) {
  section#main #m4-container ul {
    margin-left: 0;
    padding-left: 2em;
    padding-right: 1em;
  }
}
section#main #m4-container ul:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22108.91%22%20height%3D%2298.062%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20108.91%2098.062%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22b%22%20data-name%3D%22%E8%9C%B7%E5%92%B2%EF%BD%A7%EF%BD%B0%E8%AD%9B%EF%BD%AA%E9%9A%AA%EF%BD%AD%E8%9E%B3%E5%A3%B9%E3%81%92%E7%B9%9D%EF%BD%A9%E7%B9%9D%E3%83%BB%E3%83%BB%E7%B9%A7%EF%BD%B7%E7%B9%9D%EF%BD%A7%E7%B9%9D%EF%BD%B3%20673%22%20x1%3D%220%22%20y1%3D%2248.38%22%20x2%3D%2296.76%22%20y2%3D%2248.38%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f8bf6b%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%22.543%22%20stop-color%3D%22%23f099a3%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d36fa7%22%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22c%22%20data-name%3D%22%E8%9C%B7%E5%92%B2%EF%BD%A7%EF%BD%B0%E8%AD%9B%EF%BD%AA%E9%9A%AA%EF%BD%AD%E8%9E%B3%E5%A3%B9%E3%81%92%E7%B9%9D%EF%BD%A9%E7%B9%9D%E3%83%BB%E3%83%BB%E7%B9%A7%EF%BD%B7%E7%B9%9D%EF%BD%A7%E7%B9%9D%EF%BD%B3%20673%22%20x1%3D%2271.594%22%20y1%3D%2279.404%22%20x2%3D%22108.91%22%20y2%3D%2279.404%22%20xlink%3Ahref%3D%22%23b%22%2F%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Ccircle%20cx%3D%2248.38%22%20cy%3D%2248.38%22%20r%3D%2248.38%22%20fill%3D%22url(%23b)%22%20opacity%3D%22.23%22%2F%3E%0A%20%20%3Ccircle%20cx%3D%2290.252%22%20cy%3D%2279.404%22%20r%3D%2218.658%22%20fill%3D%22url(%23c)%22%20opacity%3D%22.23%22%2F%3E%0A%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 108px;
  height: 98px;
  right: 10%;
}
@media (max-width: 750px) {
  section#main #m4-container ul:before {
    opacity: 0.5;
  }
}
section#main #m4-container ul li {
  font-size: 1.625rem;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
@media (max-width: 750px) {
  section#main #m4-container ul li {
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 1em;
    padding-left: 0.3em;
    text-indent: -0.7em;
    line-height: 1.4em;
  }
  section#main #m4-container ul li:last-child {
    margin-bottom: 0;
  }
}
section#main #m4-container ul li:before {
  content: "•";
  margin-right: 0.2em;
}
section#main #m5-container {
  width: fit-content;
}
@media (max-width: 750px) {
  section#main #m5-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
section#main #m5-container #m5 {
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  section#main #m5-container #m5 {
    font-size: 1.125rem;
    text-align: left;
  }
}
section#main #m5-container #m6 {
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.8em;
}
@media (max-width: 750px) {
  section#main #m5-container #m6 {
    font-size: 1.125rem;
    text-align: left;
  }
}
section#main #note1 {
  margin: 0;
  text-align: right;
}
section#main #m7-container {
  background-image: url("../img/bg-m7.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 20px;
  gap: 20px;
}
@media (max-width: 750px) {
  section#main #m7-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section#main #m7-container #m7 {
  font-size: 1.9375rem;
  line-height: 1.2em;
  margin: 0;
  text-align: center;
}
@media (max-width: 750px) {
  section#main #m7-container #m7 {
    font-size: 1.25rem;
  }
}
section#main #m7-container #m8 {
  font-size: 3.125rem;
  line-height: 1.2em;
  margin: 0;
  text-align: center;
}
@media (max-width: 750px) {
  section#main #m7-container #m8 {
    font-size: 1.625rem;
  }
}
section#main #m9-container {
  position: relative;
}
section#main #m9-container:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22179.682%22%20height%3D%22161.785%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20179.682%20161.785%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22b%22%20data-name%3D%22%E8%9C%B7%E5%92%B2%EF%BD%A7%EF%BD%B0%E8%AD%9B%EF%BD%AA%E9%9A%AA%EF%BD%AD%E8%9E%B3%E5%A3%B9%E3%81%92%E7%B9%9D%EF%BD%A9%E7%B9%9D%E3%83%BB%E3%83%BB%E7%B9%A7%EF%BD%B7%E7%B9%9D%EF%BD%A7%E7%B9%9D%EF%BD%B3%20673%22%20x1%3D%22760.731%22%20y1%3D%223220.281%22%20x2%3D%22920.369%22%20y2%3D%223220.281%22%20gradientTransform%3D%22translate(940.413%203302.247)%20rotate(-180)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f8bf6b%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%22.543%22%20stop-color%3D%22%23f099a3%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d36fa7%22%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22c%22%20data-name%3D%22%E8%9C%B7%E5%92%B2%EF%BD%A7%EF%BD%B0%E8%AD%9B%EF%BD%AA%E9%9A%AA%EF%BD%AD%E8%9E%B3%E5%A3%B9%E3%81%92%E7%B9%9D%EF%BD%A9%E7%B9%9D%E3%83%BB%E3%83%BB%E7%B9%A7%EF%BD%B7%E7%B9%9D%EF%BD%A7%E7%B9%9D%EF%BD%B3%20673%22%20x1%3D%22878.849%22%20y1%3D%223271.465%22%20x2%3D%22940.413%22%20y2%3D%223271.465%22%20xlink%3Ahref%3D%22%23b%22%2F%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Ccircle%20cx%3D%2299.863%22%20cy%3D%2281.966%22%20r%3D%2279.819%22%20fill%3D%22url(%23b)%22%20opacity%3D%22.23%22%2F%3E%0A%20%20%3Ccircle%20cx%3D%2230.782%22%20cy%3D%2230.782%22%20r%3D%2230.782%22%20fill%3D%22url(%23c)%22%20opacity%3D%22.23%22%2F%3E%0A%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 180px;
  height: 161px;
  left: 0;
  top: 110px;
}
@media (max-width: 750px) {
  section#main #m9-container:before {
    opacity: 0.5;
    top: 10px;
  }
}
section#main #m9-container #m9 {
  font-size: 2.0625rem;
  line-height: 1.6em;
  text-align: center;
}
@media (max-width: 750px) {
  section#main #m9-container #m9 {
    font-size: 1.375rem;
  }
}
section#main #m9-container #m10 {
  font-size: 2.0625rem;
  line-height: 1.6em;
  text-align: center;
}
@media (max-width: 750px) {
  section#main #m9-container #m10 {
    font-size: 1.375rem;
  }
}

#btn-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 751px) {
  #btn-container {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.mb2em {
  margin-bottom: 2em;
}

.btn {
  background-color: #ed7e85;
  border: 4px solid #fff;
  border-radius: 1000px;
  color: #fff;
  font-size: 2.1875rem;
  display: flex;
  flex-direction: row;
  width: 840px;
  max-width: 90%;
  height: 75px;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.75));
  transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .btn {
    font-size: 1.25rem;
    width: 90%;
    height: 50px;
  }
}
.btn:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.957%22%20height%3D%2231.579%22%20viewBox%3D%220%200%2023.957%2031.579%22%3E%0A%20%20%3Cpolygon%20points%3D%220%200%200%2031.579%2023.957%2016.334%200%200%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 23.9566/31.5791;
  height: 1em;
  width: auto;
}
.btn:hover {
  border: 4px solid #ed7e85;
  background-color: #f13b46;
}

.note-tag {
  position: relative;
}
.note-tag:after {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  line-height: 1em;
  content: "※";
  font-size: 0.625rem;
}

.note {
  font-size: 0.625rem;
}

.btn-note {
  margin: 0;
  margin-top: 0.5em;
  font-size: 1.25rem;
  text-align: center;
}
@media (max-width: 750px) {
  .btn-note {
    font-size: 1rem;
  }
}

section#footer #footer-link {
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
section#footer #footer-link a {
  text-decoration: none;
  font-size: 0.875rem;
  display: inline-flex;
  border: 1px solid #595757;
  color: #595757;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  line-height: 1em;
}
section#footer #footer-link a:after {
  content: "▶";
  font-size: 0.875rem;
  margin-left: 0.5em;
}
section#footer #footer-link a:hover {
  border: 1px solid #f13b46;
  color: #f13b46;
}
section#footer #footer-notice {
  text-align: center;
}
@media (max-width: 750px) {
  section#footer #footer-notice {
    font-size: 0.75rem;
  }
}
section#footer #footer-author {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  section#footer #footer-author {
    flex-direction: column;
  }
}
section#footer #footer-author #footer-author-logo {
  height: 80px;
}
section#footer #footer-author p {
  font-size: 0.875rem;
  margin: 0;
}
section#footer #footer-copyright {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 2em;
  margin-bottom: 2em;
}
/*# sourceMappingURL=style.css.map */
