@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body {
  font-family: "Roboto", "Zen Kaku Gothic Antique", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  color: #251079;
}

.ex-header {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: linear-gradient(90deg, #380099 0%, #5e00ff 35.5%, #380099 83.5%);
}
.ex-header.top {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .ex-header {
    height: 70px;
  }
}
.ex-header__inner {
  padding: 0 48px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ex-header__inner {
    padding: 0 16px;
  }
}
.ex-header__logo {
  display: block;
}
@media screen and (max-width: 767px) {
  .ex-header__logo img {
    height: 16px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .ex-header__contact-btn {
    transform: scale(0.8);
  }
}

.ex-footer {
  background-color: #5e00ff;
  height: 42px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ex-footer__copy {
  font-size: 0.75rem;
  color: #fff;
}

.ex-hero {
  background-image: url(../img/hero-bg.webp);
  width: 100%;
  height: 768px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ex-hero__logo {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .ex-hero__logo {
    width: 240px;
  }
}

.ex-top {
  background: url(../img/top-bg.svg), linear-gradient(143deg, #fff 11.27%, #ebf5ff 33.26%, #e6e7ff 72.99%);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
}
@media screen and (max-width: 767px) {
  .ex-top {
    padding: 48px 16px;
  }
}
.ex-top__contents {
  width: 100%;
  max-width: 1100px;
}
.ex-top__heading {
  font-size: 2.5rem;
  background: linear-gradient(93deg, #251079 2.08%, #441ddf 55.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2.8px;
  border-left: 14px solid #5e00ff;
  padding-left: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ex-top__heading {
    font-size: 1.5rem;
    border-left: 8px solid #5e00ff;
    padding-left: 18px;
    margin-bottom: 24px;
  }
}
.ex-top__lead {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 36px */
  letter-spacing: 2px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .ex-top__lead {
    margin-bottom: 32px;
    font-size: 1rem;
  }
}
.ex-top__btn {
  text-align: center;
}

.page-heading {
  width: 100%;
  height: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-image: url(../img/header-bg.webp);
  background-size: cover;
  margin-top: 100px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .page-heading {
    margin-top: 70px;
    height: 100px;
  }
}
.page-heading__text {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-heading__text {
    font-size: 1.5rem;
  }
}
.page-heading__small {
  font-size: 0.825rem;
  display: block;
  font-weight: normal;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .page-heading__small {
    font-size: 0.75rem;
  }
}

.ex-page {
  background: url(../img/page-bg.svg), linear-gradient(143deg, #fff 11.27%, #ebf5ff 33.26%, #e6e7ff 72.99%);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
}
@media screen and (max-width: 767px) {
  .ex-page {
    padding: 48px 16px;
  }
}
.ex-page__contents {
  width: 100%;
  max-width: 800px;
}
.ex-page__contents iframe {
  width: 100%;
  height: 1200px;
}

.btn {
  padding: 12px 18px;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  max-width: 240px;
}
.btn.primary {
  background-color: #491bc6;
  color: #fff;
}
.btn.primary:hover {
  background-color: #744ddf;
}
.btn.white {
  background-color: #fff;
  color: #491bc6;
}
.btn.white:hover {
  background-color: #eee8ff;
}/*# sourceMappingURL=style.css.map */