.hero {
  background-size: cover;
  background-position: 24% bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width:992px) {
  .hero {
    background-position: 32% top;
    overflow-y: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
.hero .btn {
  text-shadow: none;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .hero .btn {
    font-size: 14px;
  }
}
.hero__home {
  background-position: right bottom;
  background-image: url(../images/mobile/home/hero-1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__home {
    background-image: url(../images/mobile/home/hero-1@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__home {
    background-position: 32% top;
    background-repeat: no-repeat;
    background-image: url(../images/home/hero-1.jpg);
  }
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding: 200px 0 140px;
  line-height: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width:992px) {
  .hero__inner {
    text-align: center;
    padding: 280px 0;
  }
}
.hero__inner .container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width:576px) {
  .hero__inner .container {
    max-width: 540px;
  }
}
@media screen and (min-width:768px) {
  .hero__inner .container {
    max-width: 720px;
  }
}
@media screen and (min-width:992px) {
  .hero__inner .container {
    max-width: 960px;
  }
}
@media screen and (min-width:1200px) {
  .hero__inner .container {
    max-width: 1240px;
  }
}
.hero__content {
  margin: 0 auto;
}
.hero__copy__jp {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: center;
  color: #9c7f4b;
  font-weight: 300;
}
@media screen and (min-width: 360px) {
  .hero__copy__jp {
    font-size: 24px;
  }
}
@media screen and (min-width:768px) {
  .hero__copy__jp {
    font-size: 24px;
  }
}
@media screen and (min-width:992px) {
  .hero__copy__jp {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.hero__title {
  font-size: 74px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 200;
  text-align: center;
}
@media screen and (min-width: 360px) {
  .hero__title {
    font-size: 88px;
  }
}
@media screen and (min-width:768px) {
  .hero__title {
    font-size: 150px;
  }
}
@media screen and (min-width:992px) {
  .hero__title {
    display: block;
    font-size: 150px;
  }
}
.hero__description {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (min-width: 360px) {
  .hero__description {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .hero__description {
    font-size: 24px;
  }
}
@media screen and (min-width:992px) {
  .hero__description {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.hero__circles {
  display: flex;
  justify-content: center;
}
.hero__circles:nth-of-type(1) {
  margin-bottom: 1.5rem;
}
.hero__circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 5px;
  font-size: 12px;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
}
@media screen and (min-width:992px) {
  .hero__circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.hero__boxes {
  justify-content: center;
}
.hero__boxes > div {
  margin-bottom: 0.5rem;
}
.hero__box {
  width: 100%;
  height: auto;
  line-height: 1.2;
  border-radius: 4px;
  padding: 5px;
  margin: 0;
  border: 1px dotted #ddd;
  font-size: 12px;
}
.hero__btn {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.hero__page {
  padding: 150px 0 100px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width:992px) {
  .hero__page {
    padding: 170px 0 120px;
  }
}
.hero__page.img-hero1 {
  background-image: url(../images/mobile/home/hero-1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__page.img-hero1 {
    background-image: url(../images/mobile/home/hero-1@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__page.img-hero1 {
    background-image: url(../images/home/hero-1.jpg);
  }
}
.hero__page.img-hero4 {
  background-image: url(../images/mobile/home/hero-4.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .hero__page.img-hero4 {
    background-image: url(../images/mobile/home/hero-4.jpg@2x.jpg);
  }
}
@media screen and (min-width:992px) {
  .hero__page.img-hero4 {
    background-image: url(../images/home/hero-4.jpg);
  }
}
.hero__page__inner {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  padding: 100px 15px;
  text-align: center;
  z-index: 1;
  position: relative;
  line-height: 1;
  color: #fff;
}
.hero__page__inner.is-secoundary {
  background-color: rgba(156, 127, 75, 0.6);
  border: 1px solid #9c7f4b;
}
.hero__page__title {
  font-size: 24px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  font-weight: 200 !important;
  color: #fff;
}
@media screen and (min-width: 360px) {
  .hero__page__title {
    font-size: 28px;
  }
}
@media screen and (min-width:768px) {
  .hero__page__title {
    font-size: 34px;
  }
}
.hero__page__copy_jp {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 360px) {
  .hero__page__copy_jp {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .hero__page__copy_jp {
    font-size: 20px;
  }
}
@media screen and (min-width:992px) {
  .hero__page__copy_jp {
    font-size: 18px;
  }
}
.hero__page .btn {
  font-size: 12px;
  font-weight: 300;
  border-radius: 0;
}
@media screen and (min-width: 360px) {
  .hero__page .btn {
    font-size: 14px;
  }
}
.hero__page__login {
  margin-top: 1rem;
}
.hero__promise {
  margin-top: 30px;
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #9D7D4A;
  text-align: center;
  text-shadow: #fff 1px 0 3px;
  text-shadow: 0 0 2px rgba(157, 125, 74, 0.1), 0 1px 1px rgba(157, 125, 74, 0.2), 1px 1px 0 rgba(255, 255, 255, 0.5);
}
@media screen and (min-width:992px) {
  .hero__promise {
    font-size: 40px;
  }
}

.business__title {
  font-size: 1.75rem;
  color: #9c7f4b;
  text-align: center;
}
@media screen and (min-width:992px) {
  .business__title {
    font-size: 2.5rem;
  }
}
.business__overseas {
  margin: 0 auto 0;
}
.business__overseas > * {
  margin-bottom: 1rem;
}
.business__overseas > :last-child {
  margin-bottom: 0;
}
.business__overseas__strong {
  font-weight: 700;
  font-size: 14px !important;
}
@media screen and (min-width:992px) {
  .business__overseas__strong {
    font-size: 16px !important;
  }
}
.flexitem {
  align-items: center;
  margin-bottom: 3rem;
}
.flexitem > div {
  margin-bottom: 1rem;
}
.flexitem p {
  font-size: 12px;
  text-align: left;
}
@media screen and (min-width:992px) {
  .flexitem p {
    font-size: 13px;
  }
}
.flexitem__headline {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (min-width:992px) {
  .flexitem__headline {
    font-size: 1.25rem;
  }
}
.flexitem img.rounded {
  border-radius: 0.25rem;
}/*# sourceMappingURL=page-business.css.map */