@charset "UTF-8";
html,
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
  background-color: #fff;
  font-size: 14px;
  font-weight: 300;
}

section {
  padding: 70px 0;
}

section .section__title {
  -o-border-image: linear-gradient(to right, #49a5f2 0%, #3c56c5 100%) 1/0 0 3px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(#49a5f2), to(#3c56c5)) 1/0 0 3px 0;
     border-image: linear-gradient(to right, #49a5f2 0%, #3c56c5 100%) 1/0 0 3px 0;
  border-style: solid;
  color: #49a5f2;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 3px solid;
}

a {
  text-decoration: underline;
  color: #1e2a5d;
}

.color-accent_1 {
  color: #49a5f2;
}

.display-5 {
  font-size: 2.8rem;
  font-weight: 500;
}

.font-weight--600 {
  font-weight: 600 !important;
}

a.contact-button {
  background-image: linear-gradient(45deg, #49a5f2 0%, #3c56c5 100%);
  display: block;
  padding: 10px 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

a.contact-button img {
  margin-right: 10px;
}

a.contact-button:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.logo {
  width: 95px;
  height: auto;
}

.header-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  min-height: 72px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  .navbar-light .navbar-nav a.nav-link {
    border-left: solid 1px #e5e5e5;
    text-align: center;
  }
  .navbar-light .navbar-nav:last-of-type {
    border-right: solid 1px #e5e5e5;
  }
}

.navbar-light .navbar-nav a.nav-link {
  font-weight: 600;
  color: #1e2a5d;
  width: 128px;
  height: 36px;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.navbar-light .navbar-nav a.nav-link span.__jp {
  display: none;
}

.navbar-light .navbar-nav a.nav-link:hover span.__en {
  display: none;
}

.navbar-light .navbar-nav a.nav-link:hover span.__jp {
  display: inline;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
  width: 2.5em;
  height: 2.5em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(60, 87, 197, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
  .navbar-light .navbar-nav a.nav-link:hover {
    background-image: linear-gradient(45deg, #49a5f2 0%, #3c56c5 100%);
    color: #fff;
  }
}

#hero {
  background: url("../img/hero_bg_sm.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 600px;
  color: #1e2a5d;
  padding: 100px 0 140px;
}

#hero .hero__inner {
  text-align: center;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#hero .hero__inner p {
  font-weight: 500;
  letter-spacing: 0rem;
  text-shadow: 1px 1px 5px #fff;
  word-break: keep-all;
}

#hero .hero__inner span.elcart {
  font-weight: 700;
  font-size: 1.4rem;
}

#hero .hero__inner p.caption {
  font-size: 1.2em;
}

#hero .hero__inner p.display-2 {
  letter-spacing: 0.1rem;
}

a.hero__contact-button {
  margin: 0 10%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (min-width: 768px) {
  #hero {
    background: url("../img/hero_bg_lg.png") no-repeat center;
    background-size: cover;
    padding: 180px 10% 140px;
  }
  a.hero__contact-button {
    position: relative;
    margin: 40px auto 0;
    width: 310px;
  }
}

#features {
  padding: 70px 0 67px;
  background-color: #f9f9f9;
}

.feature_items__container {
  margin: 0;
}

.feature_item {
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 10px 20px;
  height: 95%;
}

.feature_item .feature_item__title {
  color: #1e2a5d;
  margin-bottom: 25px;
  font-size: 1.3rem;
  font-weight: bold;
}

.feature_item .feature_item__image {
  width: 60%;
  height: auto;
}

.feature_item p {
  text-align: left;
  letter-spacing: 0.1rem;
}

#selling-points {
  padding: 0 0 70px;
}

.selling-points__container {
  background-color: #fff;
  width: 100%;
}

.selling-point {
  min-height: 620px;
  padding-top: 20px;
  margin-bottom: 30px;
  background-size: 40%;
}

.selling-point h3.selling-point__title {
  color: #1e2a5d;
  line-height: 1.3;
  font-size: 1.7rem;
  font-weight: 400;
}

.selling-point p {
  letter-spacing: 0.1rem;
  line-height: 1.6;
}

.selling-point div.selling-point__img {
  min-height: 320px;
  overflow: hidden;
}

.selling-point div.selling-point__img img {
  height: 320px;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.selling-point__bg-img-1 {
  min-height: 640px;
  background: url("../img/selling-point_1.png") no-repeat;
  background-position: right bottom;
}

.selling-point__bg-img-2 {
  background: url("../img/selling-point_2.png") no-repeat;
  background-position: left bottom;
}

.selling-point__bg-img-3 {
  background: url("../img/selling-point_3.png") no-repeat;
  background-position: right bottom;
}

@media (min-width: 768px) {
  .selling-point {
    min-height: 300px;
    background-size: 60%;
  }
  .selling-point__bg-img-1 {
    min-height: 340px;
    padding-top: 100px;
  }
}

#aws {
  background-color: #f9f9f9;
  padding: 70px 0;
  color: #1e2a5d;
}

.aws__container {
  text-align: center;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 auto;
}

.aws__container img {
  max-width: 337px;
  height: auto;
  margin-bottom: 40px;
}

.aws__container h2 {
  font-weight: 600;
  color: #283343;
  line-height: 2.9rem;
  padding-bottom: 20px;
}

.aws__container .h2-font-size__sm {
  color: #283343;
  text-align: center;
  font-weight: 600;
  font-size: 1.9rem;
  letter-spacing: -0.08em;
}

.aws__container .h2-font-size__sm p {
  text-align: center;
}

.aws__container h4 {
  font-weight: 500;
  padding-bottom: 12px;
}

.aws__container rt {
  padding-top: 10px;
}

.aws__container p {
  text-align: left;
  line-height: 1.8rem;
}

.function-items__container {
  margin: 0;
}

.function-item {
  background-color: #f4f4f4;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
  height: 95%;
  min-height: 200px;
  padding-bottom: 8px;
}

.function-item h3 {
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  color: #fff;
  background-color: #a0a0a0;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0;
  border-bottom: 4px solid #7eceff;
}

.function-item .function-item__list {
  position: relative;
  z-index: 2;
  color: #2c2c2c;
  padding: 0 20px;
  font-weight: 300;
}

.function-item .function-item__list ul {
  list-style: none;
  padding: 10px 0;
}

.function-item .function-item__list li {
  line-height: 2;
}

.function-item .function-item__background-img {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 220px;
  top: 25%;
  right: 0;
}

.function-item .function-item__background-img img {
  width: auto;
  height: 100%;
}

.function-item .function-item__background-img__small {
  height: 120px;
  right: 10px;
  top: 30%;
  margin: 0 14px 14px 0;
}

#templates {
  background-image: linear-gradient(120deg, #49a5f2 0%, #3c56c5 100%);
  text-align: center;
}

#templates h2 {
  font-weight: 500;
  color: #fff;
  margin-bottom: 60px;
}

.template-items__container {
  margin: 0;
}

.template-item {
  height: 95%;
}

.template-item h3 {
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 20px;
}

.template-item img {
  width: 70%;
  height: auto;
  margin-bottom: 35px;
}

.template-item p {
  color: #fff;
  text-align: left;
  line-height: 1.8;
}

.payment-item__container {
  margin: 0;
}

.payment-item {
  padding: 15px 20px;
  -webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
  height: 95%;
  background-image: linear-gradient(-45deg, #49a5f2 15px, transparent 0);
}

.payment-item h3 {
  color: #1e2a5d;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.payment-item img {
  margin-bottom: 20px;
  height: 57px;
  width: auto;
}

.payment-item a {
  color: #1e2a5d;
  text-decoration: underline;
}

.payment-item p {
  line-height: 1.8;
}

#details {
  background-color: #f9f9f9;
  padding: 0;
}

p .price {
  font-family: 'EB Garamond';
  font-size: 2rem;
}

div.item {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}

div.item a {
  text-decoration: underline;
  color: #1e2a5d;
}

.price-item__container {
  background-color: #fff;
  padding: 30px 30px 0;
  margin-bottom: 20px;
}

.price-item__container h3 {
  color: #1e2a5d;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.option {
  padding-top: 0;
}

.option-item__container {
  padding: 30px 30px 0;
  margin-bottom: 20px;
}

.customize {
  padding-top: 0;
}

.customize-item__container {
  padding: 30px 30px 0;
  margin-bottom: 20px;
}

.customize-item__container .item:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.customize-item__container h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1e2a5d;
}

.customize-item__container .item p {
  margin-bottom: 0.2rem;
}

#form {
  margin-bottom: 40px;
}

.form__container {
  background-color: #f9f9f9;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 20px;
}

.form__container h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1e2a5d;
}

.form__container .contact__image {
  position: absolute;
  top: -40px;
  right: 0px;
}

footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  padding-bottom: 10px;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer a:hover {
  color: #fff;
}

.footer_nav .nav-item:last-child {
  border-right: solid #fff 1px;
}

.footer_nav .nav-item {
  padding: 0 20px;
  border-left: solid #fff 1px;
}

.footer_nav--sm .nav-item:nth-child(even) {
  border-right: solid #fff 1px;
}

.footer_nav--sm .nav-item {
  border-left: solid #fff 1px;
}

.elastic_logo {
  width: 198px;
  height: auto;
}

.footer__copyright {
  font-size: 0.6rem;
}

#page-top {
  position: fixed;
  bottom: 120px;
  right: 40px;
  z-index: 998;
}

#page-top a {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  background-color: #221b1b;
  opacity: 0.8;
  text-decoration: none;
  border-radius: 3px;
  padding: 10px 15px;
}

.privacy_box h3 {
  color: #1e2a5d;
}
/*# sourceMappingURL=styles.css.map */