@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;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 {
  --main-color: #50C3FF;
  --accent-color: #114B88;
  --bg-gray: #EEEEE3;
  font-size: 1.3333333333vw;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: min(0.8333333333vw, 10px);
  }
  :root .for_sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  :root .for_pc {
    display: none !important;
  }
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
  text-align: justify;
  font-size: 3rem;
}

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

a[href=""] {
  pointer-events: none;
}

.container {
  width: min(1200px, 100%);
  margin: 0 auto;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
header p {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  header p {
    margin-top: 5rem;
  }
}
header p img {
  width: 27rem;
}
@media screen and (min-width: 768px) {
  header p img {
    width: 41.8rem;
  }
}

main #intro {
  background: var(--main-color);
}
main #intro .container {
  position: relative;
}
main #intro h1 {
  position: relative;
}
main #intro h1 span.sub {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main #intro .features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
  width: 84%;
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  top: 60rem;
}
@media screen and (min-width: 768px) {
  main #intro .features {
    top: 85rem;
    width: 100%;
  }
}
main #intro .features h2 {
  background: var(--accent-color);
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3em;
  padding: 0.8em 0;
  -webkit-clip-path: polygon(3rem 0, 100% 0, 100% 100%, 0 100%, 0 3rem);
          clip-path: polygon(3rem 0, 100% 0, 100% 100%, 0 100%, 0 3rem);
}
@media screen and (min-width: 768px) {
  main #intro .features h2 {
    font-size: 3.8rem;
  }
}
main #intro .features .col {
  width: calc(50% - 0.5rem);
}
main #intro .features .full {
  width: 100%;
}
main #intro .features .box {
  background: #fff;
  -webkit-clip-path: polygon(3rem 0, 100% 0, 100% 100%, 0 100%, 0 3rem);
          clip-path: polygon(3rem 0, 100% 0, 100% 100%, 0 100%, 0 3rem);
  padding: 0 3rem 3rem;
}
main #intro .features .box h3 {
  margin: 0 -3rem 0;
}
main #intro .features .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
main #intro .features .box ul li {
  width: calc(50% - 1rem);
}
main #intro .features .box ul li a {
  display: block;
}
main #intro .features .box ul li a.comingsoon::after {
  content: "6月中旬公開";
  display: block;
  color: #f00;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main #intro .features .box ul li a.comingsoon::after {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  main #intro .features .box {
    padding-inline: 8.5rem;
  }
}
main #intro .anker {
  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;
  width: 84%;
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  top: 124rem;
}
main #intro .anker li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  main #intro .anker {
    top: 177.7rem;
  }
}

.request {
  width: 19rem;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: 2rem;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .request {
    width: 28rem;
  }
}

.sectionTitle {
  background: var(--accent-color);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .sectionTitle {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.sectionTitle h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.4em 0 0.7em;
  position: relative;
  z-index: 5;
}
.sectionTitle h2 strong {
  font-size: 1.4em;
}
.sectionTitle h2 small {
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .sectionTitle h2 {
    font-size: 5rem;
    padding: 2em 0 1em;
  }
}
.sectionTitle p {
  position: absolute;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 900;
  background: #fff;
  color: var(--accent-color);
  padding: 0.4em 1.8em;
  top: -0.8em;
  -webkit-box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.4);
          box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .sectionTitle p {
    width: 80rem;
    font-size: 3.8rem;
    padding: 0.5em 0;
  }
}
.sectionTitle::after {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: var(--accent-color);
  position: absolute;
  bottom: -1.4rem;
  inset-inline: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sectionTitle::after {
    width: 7.8rem;
    height: 7.8rem;
  }
}

#type {
  background: var(--main-color);
  padding-bottom: 3rem;
}
#type .acdn {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #type .acdn {
    margin-bottom: 6rem;
  }
}
#type .acdn .acdnHead {
  position: relative;
}
#type .acdn .acdnHead h3 {
  margin-top: -3rem;
}
#type .acdn .acdnBody {
  background: var(--bg-gray);
  padding: 0 5rem 5rem;
}
@media screen and (min-width: 768px) {
  #type .acdn .acdnBody {
    width: min(100rem, 83.3%);
    margin: -2px auto;
    padding: 0 10rem 8rem;
  }
}
#type .typeList {
  padding: 0 5rem;
}
#type .typeList li {
  background: #fff;
  padding: 3rem;
  margin: 6rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #type .typeList li {
    margin: 0 0 6rem;
  }
}
#type .typeList li::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: var(--main-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: -1px;
  left: -1px;
}
#type .typeList li h3 {
  margin: -7rem -8rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #type .typeList li h3 {
    margin: -7rem -3rem 0;
  }
}
#type .typeList li h3 span {
  display: block;
  width: 100%;
}
#type .typeList li h3 span.title {
  position: absolute;
  top: 0;
  left: 0;
}
#type .typeList li p {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #type .typeList li .btn {
    display: block;
    width: 60rem;
    margin: 0 auto 3rem;
  }
}

#changelog {
  background: var(--main-color);
  padding-bottom: 1px;
}
#changelog .changeBlock {
  background: #fff;
  -webkit-clip-path: polygon(3rem 0, 100% 0, 100% 100%, 0 100%, 0 3rem);
          clip-path: polygon(3rem 0, 100% 0, 100% 100%, 0 100%, 0 3rem);
  margin: 0 5rem 5rem;
}
#changelog .changeBlock h3 {
  background: var(--accent-color);
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  padding: 0.8em 0;
  letter-spacing: 0.1em;
}
#changelog .changeBlock .absolute {
  position: relative;
}
#changelog .changeBlock .absolute .sub {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#changelog .changeBlock .button {
  padding: 5rem;
}
@media screen and (min-width: 768px) {
  #changelog .changeBlock {
    width: 104rem;
    margin: 0 auto;
    margin-bottom: 6rem;
  }
  #changelog .changeBlock h3 {
    padding: 0;
    font-size: 5rem;
    font-weight: 500;
    height: 21rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: normal;
  }
  #changelog .changeBlock h3 strong {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: 900;
        -ms-flex-flow: 900;
            flex-flow: 900;
  }
  #changelog .changeBlock .button {
    padding: 6rem 22rem;
  }
}

#bannerArea {
  background: var(--main-color);
  padding: 5rem 7rem 10rem;
}
#bannerArea .type-banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  margin-bottom: 5rem;
}
#bannerArea .type-banner ul a[href=""] {
  display: block;
  position: relative;
}
#bannerArea .type-banner ul a[href=""]::after {
  content: "";
  display: block;
  width: 50%;
  aspect-ratio: 249/68;
  background: url("../img/banner_comingsoon.svg") no-repeat center/contain;
  position: absolute;
  inset: 0;
  margin: auto;
}
#bannerArea p {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #bannerArea {
    padding-top: 0;
  }
  #bannerArea .container {
    width: min(100%, 1310px);
  }
  #bannerArea .type-banner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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;
  }
  #bannerArea .type-banner ul li {
    width: 46.5648854962%;
  }
  #bannerArea .row {
    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;
  }
  #bannerArea .row .col {
    width: 46.5648854962%;
  }
}/*# sourceMappingURL=style.css.map */