/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  -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-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.333333vw;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  --maincolor: #00b4b4;
  --bodycolor: #d5fff8;
  --subcolor: #a2fbef;
}

body {
  font-size: 3.2rem;
  background: var(--bodycolor);
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.container {
  width: 100%;
  max-width: 120rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}

header {
  background: white;
}
header .container {
  padding: 0;
}
header p {
  color: var(--maincolor);
  font-size: 6rem;
  font-weight: 200;
  text-align: center;
  line-height: 1.1;
}

@media all and (min-width: 768px) {
  header p {
    font-size: 9.2rem;
  }
}
#mv {
  background: var(--maincolor);
  padding-bottom: 1px;
}
#mv .container {
  padding: 0;
}
#mv h1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#mv .img {
  position: absolute;
  width: 100%;
  max-height: none;
  top: 0;
  left: 0;
}

#intro .anker-list ul li {
  text-align: center;
  margin-bottom: 3rem;
}
#intro .anker-list ul li .lead {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
#intro .anker-list ul li a {
  display: block;
  text-align: center;
  font-size: 4.3rem;
  font-weight: 700;
  background: white;
  border: 0.6rem solid;
  width: 44rem;
  margin: 0 auto;
  border-radius: 100vmax;
  color: var(--themecolor);
}
#intro .anker-list ul li.kosei {
  --themecolor: #9266ff;
}
#intro .anker-list ul li.tankyu {
  --themecolor: #c38246;
}
#intro .anker-list ul li.josei {
  --themecolor: #ff6d73;
}
#intro .anker-list ul li.new a {
  position: relative;
}
#intro .anker-list ul li.new a::before {
  content: "";
  display: block;
  width: 9.2rem;
  aspect-ratio: 1;
  background: url("../img/icon-new.svg") no-repeat center/contain;
  position: absolute;
  top: -1.8rem;
  left: -5rem;
}
#intro .note {
  text-align: center;
  font-size: 2rem;
}
#intro .banner {
  text-align: center;
  margin-block: 6rem;
}
#intro .banner img {
  width: 55rem;
}
#intro #point {
  background: var(--subcolor);
  padding: 1px 0 4.5rem;
  margin: 12rem -2rem;
}
#intro #point h3 {
  text-align: center;
  margin-top: -5.5rem;
}
#intro #point h3 img {
  width: 41rem;
}
#intro #point .points ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 53.8rem;
  margin-inline: auto;
}
#intro #point .points ul li {
  width: 25rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  #intro .anker-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #intro .anker-list ul li {
    width: 32%;
  }
  #intro .anker-list ul li .lead {
    font-size: 2.3rem;
  }
  #intro .anker-list ul li a {
    width: 100%;
    font-size: 3.8rem;
  }
  #intro .anker-list ul li.new a::before {
    width: 7.6rem;
    top: -4.8rem;
    left: -0.8rem;
  }
  #intro #point {
    background: var(--subcolor);
    padding: 1px 0 4.5rem;
    margin: 12rem calc(60rem - 50vw);
  }
  #intro #point h3 {
    text-align: center;
    margin-top: -5.5rem;
  }
  #intro #point h3 img {
    width: 41rem;
  }
  #intro #point .points ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    max-width: 120rem;
    margin-inline: auto;
  }
  #intro #point .points ul li {
    width: 26rem;
    margin-bottom: 0;
  }
}
.features + .features {
  margin-top: 6rem;
}
.features .container {
  padding: 0 5rem;
}
.features .card {
  background: white;
  padding: 4rem 6rem;
  border-radius: 2rem;
  --headcolor: #ebebc8;
}
.features .card h2 {
  text-align: center;
  color: white;
  background: var(--themecolor);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1rem 0;
  border-radius: 100vmax;
  margin-bottom: 3rem;
}
.features .card h2 span {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
.features .card .lead {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4rem;
}
.features .card h3 {
  background: var(--headcolor);
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}
.features .card .button a {
  display: block;
  background: var(--themecolor);
  color: white;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  padding: 1rem 8rem;
  position: relative;
  border-radius: 1rem;
  margin: 5rem auto 0;
}
.features .card .button a::after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 3.4rem;
  background: url("../img/icon_ext.svg") no-repeat center/contain;
  position: absolute;
  margin: auto;
  inset-block: 0;
  right: 1rem;
}
.features.new h2 {
  position: relative;
}
.features.new h2::before {
  content: "";
  display: block;
  width: 9rem;
  aspect-ratio: 1;
  background: url("../img/icon-new.svg") no-repeat center/contain;
  position: absolute;
  top: -1.2rem;
  left: -1.8rem;
}

#kosei {
  --themecolor: #9266ff;
}

#tankyu {
  --themecolor: #c38246;
}

#josei {
  --themecolor: #ff6d73;
  margin-bottom: 8rem;
}

@media (min-width: 768px) {
  .features .card {
    padding: 5rem 14.5rem 9rem;
    border-radius: 2rem;
  }
  .features .card h2 {
    width: 68rem;
    margin: 0 auto 4.8rem;
    font-size: 5.2rem;
  }
  .features .card h2 span {
    font-size: 2.6rem;
  }
  .features .card .lead {
    font-size: 2.7rem;
    margin-bottom: 5rem;
  }
  .features .card h3 {
    font-size: 2.3rem;
  }
  .features .card .button a {
    font-size: 2.6rem;
    font-weight: 500;
    padding: 2rem 11rem;
    border-radius: 1.4rem;
    margin-top: 8.6rem;
  }
  .features .card .button a::after {
    width: 5.2rem;
    height: 4.6rem;
  }
}
#schedule {
  background: white;
  padding: 7.2rem 0;
}
#schedule .container {
  padding: 0 11.5rem;
}
#schedule h2 {
  text-align: center;
  background: var(--maincolor);
  color: white;
  font-size: 3.5rem;
  font-weight: 700;
  padding: 1rem 0;
  border-radius: 100vmax;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #schedule {
    padding: 10rem 0;
  }
  #schedule .container {
    padding: 0 14.5rem;
  }
  #schedule h2 {
    font-size: 4.5rem;
    margin-bottom: 6.5rem;
  }
}
#cv {
  padding: 6rem 9rem;
}
@media (min-width: 768px) {
  #cv {
    padding: 0;
  }
  #cv .container {
    padding: 6rem 33.5rem;
  }
}

.cv {
  background: #ffff00;
  padding: 6rem 0 5rem;
}
.cv ul {
  width: 57.4rem;
  margin: 0 auto 4rem;
}
.cv ul li {
  margin-bottom: 1.5rem;
}
.cv .button {
  width: 53rem;
  margin: 0 auto;
  position: relative;
}
.cv .button span {
  display: block;
  width: 10rem;
  position: absolute;
  top: -2rem;
  left: -5rem;
}

@media (min-width: 768px) {
  .cv .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cv .container ul {
    width: 68rem;
    margin: 0;
  }
  .cv .container ul li {
    margin-bottom: 1rem;
  }
  .cv .container .button {
    width: 44.4rem;
    margin: 0 0 2rem;
  }
  .cv .container .button span {
    z-index: 9999;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .cv .container .button:hover span {
    -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
  }
}
footer {
  background: white;
  padding: 10rem 5rem 8rem;
}
footer .link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4rem;
}
footer .link-box li {
  width: 100%;
}
footer .link-box li ul li + li {
  margin-top: 4rem;
}
footer .totop {
  width: 100%;
  position: fixed;
  bottom: 2rem;
  left: 0;
  display: none;
}
footer .totop button {
  display: block;
  width: 50px;
  background: white;
  border-radius: 100vmax;
  margin: 0 2rem 0 auto;
  -webkit-box-shadow: 0 0.4rem 2rem -0.6rem rgba(0, 0, 0, 0.75);
          box-shadow: 0 0.4rem 2rem -0.6rem rgba(0, 0, 0, 0.75);
}

@media (min-width: 768px) {
  footer {
    padding: 10rem 0 8rem;
  }
  footer .container {
    max-width: 131rem;
  }
  footer .link-box {
    width: 100%;
    max-width: 130rem;
    margin: 0 auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6rem;
  }
  footer .link-box li {
    width: calc(50% - 3rem);
  }
  footer .link-box li.full {
    width: 100%;
  }
  footer .link-box li ul {
    display: block;
  }
  footer .link-box li ul li {
    width: 100%;
    margin-bottom: 4rem;
  }
  footer .link-box li ul li img {
    width: 100%;
  }
}
#modal-wrap {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: var(--bodycolor);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#modal-wrap:has(.on) {
  opacity: 1;
  pointer-events: initial;
}

.modal {
  width: 65rem;
  height: 90vh;
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 3.6rem;
  background: white;
  border: 2px solid;
  border-radius: 2rem;
  display: none;
}
.modal.on {
  display: block;
}
.modal .close {
  width: 7.5rem;
  aspect-ratio: 1;
  position: absolute;
  top: -3.8rem;
  right: 3rem;
  z-index: 99;
  display: block;
  background: url("../img/close.svg") no-repeat center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.modal .inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 99;
}
.modal .modal-header {
  margin-bottom: 1em;
}
.modal .modal-header h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  width: 43rem;
  margin-inline: auto;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
}
.modal .modal-header p {
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
}
.modal .modal-header .lead {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 3.4rem;
}
.modal h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.modal h3 + p {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.modal .lead {
  font-size: 1.8rem;
  font-weight: 500;
}
.modal ol {
  font-size: 1.7rem;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 6rem;
}
.modal ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.modal ol li:before {
  counter-increment: item;
  content: "(" counter(item) ")";
}
.modal ol li ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal ol li ol li::before {
  content: none;
}
.modal ol li ol li ol li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}

@media all and (min-width: 768px) {
  :root {
    font-size: 0.8333333vw;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
  }
  .for_sp {
    display: none;
  }
  .container {
    padding: 0;
  }
}
@media all and (min-width: 1201px) {
  :root {
    font-size: 10px;
  }
}
@media all and (max-width: 767px) {
  .for_pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */