@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto+Mono:100,100i,300,300i,400,400i,500,500i,700,700i&subset=japanese");
html, body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0;
  color: #333;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  line-height: 1.75;
  background: #fff;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 2em;
}

h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.2em;
}

pre, code, var, samp, kbd, .mono {
  font-family: "Roboto Mono", Consolas, "Courier New", Courier, Monaco, monospace;
}

pre, code, var, samp, kbd {
  font-size: 14px;
  line-height: 1.2;
}

p {
  margin: 0;
}

a {
  color: #333;
}
a:hover {
  color: #e85a9a;
}

ol {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
  font-weight: 400;
}

li {
  padding-left: 35px;
}
li + li {
  margin-top: 1.2em;
}

section {
  box-sizing: border-box;
}

input[type=checkbox],
input[type=checkbox] + label,
input[type=radio],
input[type=radio] + label {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.container {
  width: 100%;
  min-height: 100%;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 300ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.caution-red {
  width: 22px;
  display: inline-block;
  position: relative;
  top: 3px;
}

#other-links {
  padding: 0;
  text-align: center;
}
#other-links .other-btn {
  display: block;
  margin: 0 auto;
}
#other-links .other-btn + .other-btn {
  margin-top: 18px;
}
@media screen and (max-width: 800px) {
  #other-links .other-btn + .other-btn {
    margin-top: 18px;
  }
}

#policy-links {
  margin-top: 96px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #policy-links {
    margin-top: 30px;
  }
}
#policy-links .policy-text-line + .policy-text-line {
  margin-top: 10px;
}
.new-window-icon {
  height: 0.5em;
  display: inline-block;
  margin-right: 0.4em;
  margin-bottom: 0.1em;
}

.gakken-logo {
  width: 114px;
  display: block;
  margin: 0 auto;
  margin-top: 96px;
}
@media screen and (max-width: 800px) {
  .gakken-logo {
    margin-top: 50px;
  }
}

.copywright {
  margin-top: 10px;
  text-align: center;
}

.ftr-wrap {
  height: 190px;
  background: url("../img/wave_bg.png") left top no-repeat;
  background-size: 100% 100%;
}

#error-page-section {
  padding: 100px 0;
}

.error-container {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .error-container {
    width: 90%;
  }
}

.error-page-discription {
  margin-top: -2em;
}

@media screen and (min-width: 801px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }
}

.logo {
  width: 384px;
  display: block;
  margin: 0 auto;
  margin-top: -22px;
}
@media screen and (max-width: 650px) {
  .logo {
    width: 214px;
    margin-top: 30px;
  }
}

.greenLine {
  height: 22px;
  background: linear-gradient(90deg, #00d46b, #34a543);
}

.headderwrapper {
  margin-top: 64px;
  height: 360px;
  background: url("../img/top_image.png") right bottom no-repeat;
  background-position: right 0px;
}
@media screen and (max-width: 1000px) {
  .headderwrapper {
    background-size: auto 90%;
  }
}
@media screen and (max-width: 650px) {
  .headderwrapper {
    height: 250px;
    background-size: cover;
    background: url("../img/top_image_small.png") right bottom no-repeat;
    margin-top: 40px;
  }
}

.upperWrapper {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 38px 17px;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 650px) {
  .upperWrapper {
    padding: 15px 16px;
    padding-bottom: 0;
  }
}

.logo_vision_assesment {
  display: block;
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 650px) {
  .logo_vision_assesment {
    width: 89%;
  }
}

.gakken-logo-headder {
  display: block;
  height: 22px;
  width: 102px;
}
@media screen and (max-width: 650px) {
  .gakken-logo-headder {
    height: 14px;
    width: 65.3px;
  }
}

.menu {
  top: 0;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.98);
  z-index: 999;
  box-shadow: none;
}
@media screen and (max-width: 780px) {
  .menu {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 9px;
  }
}

.menu-scrolling {
  box-shadow: 0px 1px 4px rgba(51, 51, 51, 0.35);
}

.global-navigation {
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 780px) {
  .global-navigation {
    width: 100%;
    margin: 0 -9px;
    margin-top: 9px;
    padding: 0 9px;
    width: 100%;
  }
}
.global-navigation a {
  box-sizing: border-box;
  margin: 0;
  padding: 19px 15px;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: block;
}
.menu-layout {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .menu-layout {
    width: 100%;
  }
}

.hamburger-btn {
  display: none;
}
@media screen and (max-width: 780px) {
  .hamburger-btn {
    display: block;
  }
}

.hamburger-btn-link {
  display: block;
}
.hamburger-btn-link img {
  display: block;
}

.hamburger-menu {
  display: block;
}
@media screen and (max-width: 780px) {
  .hamburger-menu {
    display: none;
  }
}

.hamburger-menu-on {
  display: block;
}
@media screen and (max-width: 780px) {
  .hamburger-menu-on {
    display: block;
  }
}

.global-navigation-list {
  margin: 0;
  padding: 0;
}
.global-navigation-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 780px) {
  .global-navigation-list li {
    display: block;
    border-top: 1px solid #e0e0e0;
    text-align: center;
  }
}
.global-nav-logo {
  height: 37px;
  display: block;
}
@media screen and (max-width: 780px) {
  .global-nav-logo {
    height: 24px;
  }
}

.buy a {
  color: #e85a9a;
  padding-right: 0;
}
.buy a span {
  border: 1px solid #e85a9a;
  padding: 6px 20px;
  border-radius: 5px;
}
.buy a:hover {
  background: #fff;
  color: #fff;
}
.buy a:hover span {
  border: 1px solid #fff;
  padding: 6px 20px;
  border-radius: 5px;
  background: linear-gradient(90deg, #ff6eb4, #e85a9a);
}

a.btn:hover .svg-hover-white {
  fill: #fff;
}

.svgIcons {
  display: none;
}

/*DownloadIcon*/
.svgDownloadIcon {
  display: inline-block;
  vertical-align: middle;
  bottom: 3px;
  position: relative;
  opacity: 1;
}

.downloadIcon {
  fill: #ddd;
  transition: all 0.1s ease;
}

.btn {
  font-size: 14px;
  display: inline-block;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  box-sizing: border-box;
  background: #f2f7f7;
  color: #00043a;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
}
.btn:hover {
  background: #f2f7f7;
  color: #00043a;
  box-shadow: 0px 1px 4px rgba(51, 51, 51, 0.35);
}
.btn:active, .btn:focus {
  background: #dcf1f1;
  color: #00043a;
}

.other-btn {
  width: 368px;
  max-width: 95%;
  height: 3em;
  line-height: 3;
  font-size: 15px;
  text-align: center;
  position: relative;
}
.other-btn .right_arrow {
  width: 9px;
  position: absolute;
  display: block;
  right: 18px;
  top: 15px;
}

.green-btn {
  font-size: 14px;
  display: inline-block;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  box-sizing: border-box;
  background: #00b76b;
  color: #fff;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
}
.green-btn:hover {
  background: #00c472;
  color: #fff;
  box-shadow: 0px 1px 4px rgba(51, 51, 51, 0.35);
}
.green-btn:active, .green-btn:focus {
  background: #009d5d;
  color: #fff;
}

.blue-btn {
  font-size: 14px;
  display: inline-block;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  box-sizing: border-box;
  background: linear-gradient(90deg, #3d83ff, #00b3e8);
  color: #fff;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
}
.blue-btn:hover {
  background: linear-gradient(90deg, #3d83ff, #00b3e8);
  color: #fff;
  box-shadow: 0px 1px 4px rgba(51, 51, 51, 0.35);
}
.blue-btn:active, .blue-btn:focus {
  background: linear-gradient(90deg, #3d83ff, #00b3e8);
  color: #fff;
}

.buy-btn {
  font-size: 14px;
  display: inline-block;
  border: 1px solid #e8eaed;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  overflow: hidden;
}
.buy-btn:hover {
  border: 1px solid #fff;
  box-shadow: 0px 1px 4px rgba(51, 51, 51, 0.35);
}
.buy-btn:active, .buy-btn:focus {
  background: linear-gradient(90deg, #3d83ff, #00b3e8);
  color: #fff;
}
.buy-btn img {
  margin: 0;
  padding: 0;
  display: block;
}

.amazon-btn {
  width: 108px;
  height: 39px;
}

.rakuten-btn {
  width: 108px;
  height: 39px;
}

.springsshop-btn {
  width: 108px;
  height: 39px;
}

.btn {
  font-size: 14px;
  display: inline-block;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  box-sizing: border-box;
  background: #f2f7f7;
  color: #00043a;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
}
.btn:hover {
  background: #f2f7f7;
  color: #00043a;
  box-shadow: 0px 1px 4px rgba(51, 51, 51, 0.35);
}
.btn:active, .btn:focus {
  background: #dcf1f1;
  color: #00043a;
}

.grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 800px) {
  .grid {
    flex-direction: column;
  }
}

.grid-column {
  flex-direction: column;
}

.grid-center {
  justify-content: center;
}

.grid-space {
  justify-content: space-around;
}

.grid-middle {
  align-items: center;
}

.grid-start {
  align-items: start;
}

.grid-items-1 {
  width: 100%;
}

.grid-items-2 {
  width: 50%;
}

.grid-items-3 {
  width: 33.3%;
}

.grid-items-3-2 {
  width: 66.6%;
}

.grid-items-4 {
  width: 25%;
}

.grid-items-4-2 {
  width: 75%;
}

.grid-nb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.grid-items-1-nb {
  width: 100%;
}

.grid-items-2-nb {
  width: 50%;
}

.grid-items-3-nb {
  width: 33.3%;
}

.grid-items-3-2-nb {
  width: 66.6%;
}

.grid-items-4-nb {
  width: 25%;
}

.grid-items-4-2-nb {
  width: 75%;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

#modal-open {
  cursor: pointer;
}

#modal-content,
#modal-content-tr {
  width: 50%;
  overflow: scroll;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 30px;
  background: #fff;
  z-index: 2;
  display: none;
  position: fixed;
  box-shadow: 0px 1px 4px rgba(51, 51, 51, 0.35);
}
@media screen and (max-width: 1000px) {
  #modal-content,
  #modal-content-tr {
    width: 70%;
  }
}
@media screen and (max-width: 650px) {
  #modal-content,
  #modal-content-tr {
    width: 100vw;
    height: 70vh;
  }
}
@media screen and (max-height: 570px) {
  #modal-content,
  #modal-content-tr {
    width: 100vw;
    height: 70vh;
  }
}

.modal-close-btn {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal-close-btn img {
  width: 16px;
  height: 16px;
}

.close-button {
  fill: #666;
}
.close-button:hover {
  fill: #b7282e;
}

.modal-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (max-width: 800px) {
  .modal-grid {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
}

.modal_title {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 0.6em;
  margin-top: 0;
}

.modal-description {
  margin-top: 0.6em;
  margin-bottom: 1em;
}

.download-terms {
  width: 100%;
  height: 300px;
  height: 50vh;
  overflow: scroll;
  margin: 0;
  padding: 0;
  border: solid 1px #ccc;
}

.modal-dl-asesment,
.modal-dl-training {
  width: 90%;
  max-width: 258px;
}

@media screen and (max-width: 800px) {
  .grid-agreement {
    margin-bottom: 24px;
  }
}

.button-link {
  color: #00f;
  text-decoration: underline;
}

.button-link:hover {
  cursor: pointer;
  color: #f00;
}

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(51, 51, 51, 0.65);
}
/*# sourceMappingURL=style.css.map */