*, *::after, *::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.gradientHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 130px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: linear-gradient(110deg, #7030A0 62%, #A082BE  62%)
}
@media only screen and (min-width: 1025px) {
  .gradientHero {
    font-size: 40px
  }
}
.gradientHero h1 {
  font-size: 40px;
}

.footer {
  background-color: #000;
  padding: 50px 5%
}
.footer__link {
  display: block;
  font-size: 16px;
  margin-bottom: 10px
}
@media only screen and (min-width: 1025px) {
  .footer__link {
    margin-right: 40px
  }
}
.footer__link, .footer__link:link, .footer__link:visited {
  color: #fff;
  text-decoration: none
}
.footer__heading {
  font-size: 12px;
  font-weight: 700;
  color: #B3B3B3;
  margin: 15px 0 10px
}
@media only screen and (min-width: 1025px) {
  .footer__heading {
    margin-top: 0px
  }
}
@media only screen and (min-width: 1025px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.footer__copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
  white-space: pre-line;
  margin-top: 35px
}
@media only screen and (min-width: 1025px) {
  .footer__copyright {
    text-align: right;
    white-space: nowrap
  }
}
.btn {
  display: block;
  font-size: 16px;
  color: #fff;
  background-color: #FF7903;
  position: relative;
  text-align: center;
  border: none;
  border-radius: 36px;
  cursor: pointer;
  width: 86%;
  margin: 20px auto 0
}
@media only screen and (min-width: 1025px) {
  .btn {
    display: inline-block;
    width: 25%
  }
  .btn:not(:last-child) {
    margin-right: 20px
  }
}
.btn-md {
  padding: 10px 35px
}
@media only screen and (min-width: 1025px) {
  .btn-md {
    width: 34%
  }
}
.btn-lg {
  padding: 17px 35px
}
.btn-text {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px
}
.btn-chevron {
  position: absolute;
  background-color: #fff;
  top: 17px;
  right: 20px;
  height: 35px;
  padding: 10px 10px 10px 12px;
  border-radius: 50%
}
.btn, .btn:link, .btn:visited {
  text-decoration: none
}
@media only screen and (min-width: 1025px) {
  .btn-wrapper {
    text-align: left
  }
}

.business {
  background-color: #ede6f5
}
.business__main {
  min-height: calc(100vh - 637px);
  padding: 60px 5%;
}
@media only screen and (min-width: 1025px) {
  .business__main {
    padding: 60px 0 100px;
    max-width: 1000px;
    margin: auto
  }
}
.business__column {
  margin-bottom: 15px;
  color: #002663;
}
.business__text {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  white-space: pre-line
}
.business__title {
  font-size: 20px;
  font-weight: 700;
  color: #4e147a;
  margin-top: 60px;
}

.business__img-mobile {
  width: 100%;
  margin: 15px 0
}
@media only screen and (min-width: 1025px) {
  .business__img-mobile {
    display: none
  }
}
.business__img-desktop {
  display: none
}
@media only screen and (min-width: 1025px) {
  .business__img-desktop {
    display: block;
    width: 100%;
    margin: 25px 0
  }
}
.b-mb {
  margin-bottom: 20px
}
@media only screen and (min-width: 1025px) {
  .b-mb {
    margin-bottom: 40px
  }
}
.orange__link, .orange__link:link, .orange__link:visited {
  color: #ff8c00;
  text-decoration: none
}