html {
  overflow: scroll;
  color: #333333;
  font-size: 62.5%;
  background-color: #ffffff;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0em;
  background-color: #ffffff;
}

a {
  text-decoration: none;
  color: #333333;
}

li {
  list-style: none;
}

#top {
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: calc(1140px + 4rem);
  padding-right: 2rem;
  padding-left: 2rem;
  margin: 0 auto;
}
@media only screen and (max-width:768px) {
  .inner {
    max-width: calc(800px + 4rem);
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.inner.-tight {
  max-width: calc(800px + 2rem);
  padding-right: 1rem;
  padding-left: 1rem;
}
@media only screen and (max-width:768px) {
  .inner.-tight {
    max-width: calc(800px + 4rem);
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media only screen and (max-width:768px) {
  .-pc-only {
    display: none;
  }
}

.-sp-only {
  display: none;
}
@media only screen and (max-width:768px) {
  .-sp-only {
    display: inline-block;
  }
}

@media only screen and (max-width:768px) {
  .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.title .title--en {
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "oswald", sans-serif;
}
@media only screen and (max-width:768px) {
  .title .title--en {
    font-size: 2.4rem;
  }
}
.title .title--ja {
  font-size: 2.2rem;
  font-weight: 500;
  margin-left: 1.3rem;
}
@media only screen and (max-width:768px) {
  .title .title--ja {
    margin-left: 0;
    font-size: 0.9rem;
  }
}

.subTitle {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width:768px) {
  .subTitle {
    font-size: 1.4rem;
  }
}

.subTitle--small {
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width:768px) {
  .subTitle--small {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}

.text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width:768px) {
  .text {
    font-size: 1.2rem;
  }
}

.text--small {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width:768px) {
  .text--small {
    font-size: 1.2rem;
  }
}