.button-sg {
  width: 18rem;
  padding: 0.2rem 1.3rem;
  border: 0.1rem solid #2526a9;
  border-radius: 0.5rem;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2526a9;
  font-size: 0.9rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05rem;
}

.section {
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100vh;
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9rem;
  line-height: 3.7rem;
  font-weight: 400;
  text-align: center;
}

.text-jp.mobile {
  display: none;
}

.logo-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrapper {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
}

.title-wrapper {
  margin-top: -2.2rem;
}

.button-enquiry {
  width: 18rem;
  margin-bottom: 1.5rem;
  padding: 0.2rem 1.3rem;
  border-radius: 0.5rem;
  background-color: #261f9c;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05rem;
}

.text-english {
  margin-bottom: 0.3rem;
  font-family: 'Noto Sans', sans-serif;
  font-size: 3.7rem;
  line-height: 4rem;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.text-cta {
  margin-bottom: 2rem;
  padding-right: 6rem;
  padding-left: 6rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #261f9c;
  font-size: 0.7rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
}

.text-cta.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .button-sg {
    font-size: 0.9rem;
  }

  .button-enquiry {
    font-size: 0.9rem;
  }

  .text-cta {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .button-sg {
    font-size: 0.7rem;
    line-height: 1.4rem;
  }

  .section {
    padding: 4vw 2rem;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 16px;
    grid-row-gap: 3vw;
  }

  .text-jp {
    display: block;
    font-size: 0.7rem;
    line-height: 1.8rem;
  }

  .logo-wrapper {
    width: 15.6rem;
    margin-bottom: 0vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-wrapper {
    height: auto;
    padding-bottom: 0vw;
  }

  .title-wrapper {
    margin-top: 0rem;
  }

  .button-enquiry {
    margin-bottom: 2vw;
    font-size: 0.7rem;
    line-height: 1.7rem;
  }

  .text-english {
    margin-bottom: 1vw;
    font-size: 2.7rem;
    line-height: 3.3rem;
  }

  .text-cta {
    display: none;
    font-size: 0.7rem;
    line-height: 1.8rem;
  }

  .text-cta.mobile {
    display: block;
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}

@media screen and (max-width: 479px) {
  .button-sg {
    width: 13rem;
    padding: 0rem 0.4rem;
    font-size: 0.7rem;
    line-height: 1.6rem;
  }

  .section {
    padding-top: 10vw;
    padding-bottom: 20vw;
  }

  .text-jp {
    display: none;
    margin-bottom: 7vw;
    padding-right: 0rem;
    padding-left: 0rem;
    font-size: 0.7rem;
    line-height: 1.2rem;
  }

  .text-jp.mobile {
    display: block;
  }

  .logo-wrapper {
    width: 13.9rem;
    margin-bottom: 9vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }

  .text-wrapper {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .title-wrapper {
    margin-top: -5vw;
  }

  .button-enquiry {
    width: 13rem;
    margin-bottom: 3vw;
    padding: 0rem 1rem;
    font-size: 0.7rem;
    line-height: 1.8rem;
  }

  .image-logo {
    display: block;
  }

  .text-english {
    margin-bottom: 3vw;
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .text-cta {
    display: none;
    margin-bottom: 7vw;
    padding-right: 0rem;
    padding-left: 0rem;
    font-size: 0.7rem;
    line-height: 1.2rem;
  }

  .text-cta.mobile {
    display: block;
    margin-bottom: 6vw;
  }
}

#w-node-_63fb12de-9480-78bf-19fd-a4441d5f99f6-6476ae4a {
  -ms-grid-column-align: center;
  justify-self: center;
}

