@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  90% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  90% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    height: 0;
  }
  90% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
    height: cover;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    height: 0;
  }
  90% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
    height: cover;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-all;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", Verdana, sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
  background-color: #fff;
  color: #121212;
}

a {
  text-decoration: none;
  color: #009DC1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: 1.6rem;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: 0;
  border: none;
}

.common-layout {
  margin: auto;
  width: 100%;
  max-width: 1128px;
}

.heading02 {
  margin-bottom: 72px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
}

.firstview {
  position: relative;
}

.firstview__background-image {
  background-image: url("../../../assets/images/firstview-image.png");
  background-size: cover;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.firstview__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}

.firstview__image {
  position: relative;
  z-index: 1;
  width: 53.4%;
  height: 794px;
  background-position: top right;
  background-size: auto 100%;
  background-image: url("../../../assets/images/firstview-mockup.png");
  background-repeat: no-repeat;
}

.firstview__text {
  position: relative;
  margin-bottom: 186px;
  margin-left: -40px;
}

.firstview__logo {
  width: 240px;
  height: 18px;
  margin-bottom: 40px;
}

.firstview__heading {
  margin: 0;
  font-size: 3.3vw;
  letter-spacing: 0.02em;
}

.feature {
  padding: 40px 24px;
}

.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
}

.feature-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 24px);
          flex: 0 0 calc(20% - 24px);
  margin-right: 12px;
  margin-left: 12px;
  border-radius: 12px;
  padding: 40px 20px;
  background-color: #F4F6F8;
  text-align: center;
}

.feature-list__icon {
  margin-bottom: 24px;
  width: 100px;
  height: 100px;
}

.feature-list__heading {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.6rem;
}

.feature-list__text {
  text-align: left;
}

.merit {
  padding: 160px 72px;
}

.merit-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -24px;
  margin-bottom: 120px;
  margin-left: -24px;
}

.merit-list__item:last-child {
  margin-bottom: 0;
}

.merit-list__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.merit-list__item-image-wrap {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
  margin-right: 24px;
  margin-left: 24px;
}

.merit-list__item-image {
  width: 100%;
}

.merit-list__item-text {
  margin-right: 24px;
  margin-left: 24px;
}

.merit-list__number {
  margin-bottom: 24px;
  font-size: 4rem;
  font-weight: bold;
  color: #009DC1;
  line-height: 1;
}

.merit-list__heading {
  margin-bottom: 24px;
  font-size: 2.8rem;
  font-weight: bold;
}

.merit-list__item-image02-zoom {
  position: absolute;
  right: -72px;
  bottom: -94px;
  width: 56%;
}

.merit-list__item-image03-zoom {
  position: absolute;
  bottom: -94px;
  left: -72px;
  width: 86%;
}

.faq {
  padding: 160px 24px;
  background-color: #F4F6F8;
}

.faq__layout {
  margin: auto;
  max-width: 744px;
  width: 100%;
}

.faq-list__item {
  margin-bottom: 24px;
  padding: 48px;
  border-radius: 12px;
  background-color: #fff;
}

.faq-list__item:last-child {
  margin-bottom: 0;
}

.faq-list__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.faq-list__item-row-question {
  margin-bottom: 20px;
  font-weight: bold;
}

.faq-list__item-row-question .faq-list__head {
  color: #009DC1;
}

.faq-list__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.footer {
  padding: 40px 24px;
  background-color: #121212;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__logo {
  width: 240px;
  height: 18px;
}

.footer__copy {
  font-size: 1.2rem;
  color: #fff;
}

@media (max-width: 1100px) {
  .feature-list {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .feature-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: 0;
  }
  .feature-list__item:last-child {
    margin-bottom: 0;
  }
  .feature-list__icon {
    margin-bottom: 0;
  }
  .feature-list__item-contents {
    margin-left: 12px;
    text-align: left;
  }
}

@media (max-width: 740px) {
  .firstview__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 80px;
  }
  .firstview__image {
    width: 100%;
    height: 400px;
    background-position: top left 24px;
  }
  .firstview__heading {
    font-size: 7.4vw;
  }
  .firstview__logo {
    margin-bottom: 24px;
    width: 200px;
    height: 15px;
  }
  .firstview__text {
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 24px;
  }
  .merit {
    padding: 120px 24px;
  }
  .merit-list__item {
    display: block;
    margin-right: 0;
    margin-bottom: 120px;
    margin-left: 0;
  }
  .merit-list__item-image-wrap {
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
  }
  .merit-list__item-image02-zoom {
    right: 0;
    bottom: -40px;
    width: 50%;
  }
  .merit-list__item-image03-zoom {
    left: 0;
    bottom: -40px;
    width: 74%;
  }
  .merit-list__item-text {
    margin-right: 0;
    margin-left: 0;
  }
  .faq {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .faq-list__item {
    padding: 24px;
  }
  .faq-list__item-row-question {
    margin-bottom: 8px;
  }
  .footer__inner {
    display: block;
  }
  .footer__logo {
    width: 200px;
    height: 15px;
    margin-bottom: 4px;
  }
}
/*# sourceMappingURL=application.css.map */