@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

:root {
  font-size: 1.3333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  --main-color: #00A5DC;
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  font-size: 3.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}

main .inner {
  background: #fff;
  border-radius: 2rem;
  padding: 1px 0;
  margin: 0 5rem;
}
main h2 {
  position: relative;
}
main #page-header {
  background: #fff url("../img/page-header-bg.svg") no-repeat center 22.8rem/100%;
  padding-bottom: 20rem;
}
main #page-header hgroup p {
  margin-top: -5rem;
}
main #page-header .anker-list {
  margin: 0 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4rem;
  position: relative;
  z-index: 10;
}
main #page-header .anker-list li {
  width: 100%;
}
main #way {
  background: var(--main-color) url("../img/intro_bg.svg") no-repeat center top/100%;
  padding-top: 22.2rem;
  padding-bottom: 12.8rem;
  margin-top: -20rem;
}
main #way h2 {
  margin-top: -7rem;
  position: relative;
}
main #way h3 {
  margin: 0 3rem;
}
main #way h3.first {
  margin-top: -10.1rem;
}
main #way p {
  margin: 0 3rem;
}
main #way p.map {
  margin: -6rem 0 0;
}
main #way #way2_feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin: 0 4.5rem 4rem;
}
main #way #way2_feature p {
  width: 50%;
  margin: 0;
}
main #way .pickup {
  margin: 5rem 5rem 0;
}
main #way .pickup p {
  margin: 0;
}
main #chance {
  background: var(--main-color);
  padding-bottom: 6rem;
  padding-top: 7rem;
  margin-top: -7rem;
}
main #chance h2 {
  margin-top: -7rem;
}
main #chance h2 span {
  display: block;
  width: 8.6rem;
  position: absolute;
  right: 5rem;
  top: 6rem;
}
main #chance .first {
  margin-top: -5rem;
}
main #chance p {
  margin-bottom: 2rem;
}
main #chance p:last-child {
  margin-bottom: 0;
}
main #system .container {
  width: 100%;
}
main #system .inner {
  margin: 0;
  padding: 0;
  background: #FFF4D6;
  padding: 1px 0 0;
  border-radius: 0;
}
main #system .subject_h3 {
  margin-bottom: -1.6rem;
}
main #system .sub3_body2 {
  position: relative;
}
main #system .sub3_body2 span {
  display: block;
  width: 65rem;
  height: 8.1rem;
  position: absolute;
  margin: auto;
  inset-inline: 0;
  bottom: 1.5rem;
}
main #schedule {
  margin-top: -14rem;
}
main #fin h2 {
  position: relative;
}
main #fin h2::before {
  content: "";
  display: block;
  background: #E5F4FC;
  height: 16rem;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
main #fin .link-list {
  width: 66rem;
  margin: 3rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4.2rem;
}
main #fin .link-list li {
  width: 100%;
}

@media (min-width: 768px) {
  :root {
    font-size: 0.8333333333vw;
  }
  a {
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  main .inner {
    background: #fff;
    border-radius: 5rem;
    padding: 1px 10rem;
    margin: 0 auto;
    max-width: 120rem;
  }
  main #page-header {
    background-position: center 14rem;
  }
  main #page-header hgroup p {
    margin: 0;
  }
  main #page-header .anker-list {
    width: 100rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  main #page-header .anker-list li {
    width: 32%;
  }
  main #way {
    background: var(--main-color);
    position: relative;
  }
  main #way::before {
    content: "";
    width: 100%;
    height: 15rem;
    background: #FFF4D6;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: -1px;
  }
  main #way h2 {
    z-index: 10;
  }
  main #way h3 {
    margin: 0;
    position: relative;
  }
  main #way h3.first {
    margin-top: -10.6rem;
  }
  main #way p {
    margin: 0;
  }
  main #way #way2_feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    margin: 0 4.5rem;
  }
  main #way #way2_feature p {
    width: 50%;
    margin: 0;
  }
  main #way .pickup {
    margin: 8rem 0 0;
  }
  main #way .pickup p {
    margin: 0;
  }
  main #chance {
    padding-bottom: 14rem;
  }
  main #chance .inner {
    padding-bottom: 8rem;
  }
  main #chance h2 {
    margin-top: -12rem;
    margin-bottom: 4rem;
  }
  main #chance p {
    margin-bottom: 4rem;
    position: relative;
  }
  main #chance p.first {
    position: relative;
  }
  main #chance p.first::before {
    content: "";
    display: block;
    width: 9.4rem;
    height: 28.6rem;
    background: url("../img/chance_h2_sub.svg") no-repeat center/contain;
    position: absolute;
    top: -7rem;
    right: -1.5rem;
  }
  main #chance p span {
    display: block;
    width: 29.7rem;
    height: 29.7rem;
    position: absolute;
    bottom: 3.8rem;
    right: 4.8rem;
  }
  main #system {
    background: #FFF4D6;
    padding-bottom: 6rem;
    margin-top: 46rem;
    padding-top: 1px;
  }
  main #system h2 {
    position: relative;
    text-align: center;
    margin-top: -45rem;
  }
  main #system h2 img {
    width: 100rem;
  }
  main #system .first {
    margin: 0;
  }
  main #system .sub3_body2 {
    position: relative;
  }
  main #system .sub3_body2 span {
    display: block;
    width: 31.5rem;
    height: 15rem;
    position: absolute;
    bottom: 2.3rem;
    right: 10.1rem;
    margin-right: 0;
  }
  main #schedule {
    margin-top: -22rem;
  }
  main #fin {
    padding-bottom: 8rem;
  }
  main #fin h2 {
    text-align: center;
  }
  main #fin h2 img {
    width: 120rem;
  }
  main #fin h2::before {
    height: 18rem;
  }
  main #fin .link-list {
    width: 94rem;
    display: grid;
    grid-template-columns: 50.6rem 40.5rem;
    grid-template-rows: 1fr 1fr;
    gap: 3.4rem 2.6rem;
    grid-template-areas: "one two" "one three";
  }
  main #fin .link-list .one {
    grid-area: one;
  }
  main #fin .link-list .two {
    grid-area: two;
  }
  main #fin .link-list .three {
    grid-area: three;
  }
  .for_sp {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  :root {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */