* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.6;
  color: #333;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #000;
  line-height: 1.6;
  font-size: 16px;
}

.sp {
  display: none;
}

@media screen and (max-width: 540px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.sectionHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 26px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
  color: #1e7cbf;
}

@media screen and (max-width: 1140px) {
  .sectionHeading {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .sectionHeading {
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sectionHeading span {
  display: inline-block;
  margin-bottom: 16px;
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.4;
  font-size: 3rem;
  color: #1e5a9f;
}

@media screen and (max-width: 1140px) {
  .sectionHeading span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .sectionHeading span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.75rem;
    text-align: center;
  }
}
.sectionLead {
  margin-bottom: 48px;
  text-align: center;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 1140px) {
  .sectionLead {
    font-size: 1rem;
  }
}
@media screen and (max-width: 840px) {
  .sectionLead {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 540px) {
  .sectionLead {
    margin-bottom: 30px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.sectionCard__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 840px) {
  .sectionCard__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sectionCard {
  margin: 0 12px;
  padding: 24px;
  width: calc(33% - 16.08px);
  max-width: calc(33% - 16.08px);
  background: #ffffff;
  border: solid 0px #000;
  border-bottom: solid 1px #eeeeee;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}

.sectionCard:hover {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(6px, 12px);
          transform: translate(6px, 12px);
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}

.sectionCard__listWrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  font-weight: 700;
}

.sectionCard__listWrap dl dt {
  width: 70px;
  margin-right: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 6px 12px;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background: #1e5a9f;
}

.sectionCard__listWrap dl dd {
  padding-top: 1px;
  font-size: 0.9375rem;
  color: #000;
  width: calc(100% - 80px);
  max-width: calc(100% - 80px);
}

.sectionCard__list--cation {
  font-size: 0.75rem;
}

@media screen and (max-width: 840px) {
  .sectionCard__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
}

.slick-prev:before,
.slick-next:before {
  color: #333;
  font-size: 30px;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
  z-index: 1;
}

.cta {
  text-align: center;
  padding: 70px 0;
}

@media screen and (max-width: 840px) {
  .cta {
    padding: 24px 0;
  }
}
@media screen and (max-width: 840px) {
  .cta {
    padding: 24px 0;
  }
}
.cta a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  padding: 20px 60px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#146cd0), to(#002a59));
  background: linear-gradient(180deg, #146cd0 0%, #002a59 100%);
  font-weight: 600;
  font-size: 1.375rem;
  color: #fff;
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 840px) {
  .cta a {
    width: 80%;
    padding: 20px;
    font-size: 0.875rem;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 54px;
  padding: 0 48px;
  background: #fff;
  z-index: 999;
}

@media screen and (max-width: 1140px) {
  .header {
    padding: 0 12px;
  }
}
@media screen and (max-width: 840px) {
  .header {
    background: #f8f7f6;
  }
}
.header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}

.header__logo img {
  width: 160px;
  height: auto;
}

.header__logo span {
  display: inline-block;
  margin-top: 2px;
  font-weight: 100;
  color: #333;
  letter-spacing: 0;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
}

.header__nav--pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1140px) {
  .header__nav--pc {
    display: none;
  }
}
.header__list a {
  padding: 0 12px;
  color: #333;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 1140px) {
  .header__list a {
    padding: 0 6px;
  }
}
.header__list:last-child {
  margin-left: 30px;
}

@media screen and (max-width: 1140px) {
  .header__list:last-child {
    margin-left: 20px;
  }
}
.header__list a.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#146cd0), to(#002a59));
  background: linear-gradient(180deg, #146cd0 0%, #002a59 100%);
  color: #fff;
  letter-spacing: 0;
}

.hamburger {
  display: none;
  position: absolute;
  z-index: 3;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 16px;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  left: 6px;
  background: #1e5a9f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 7px;
}

.hamburger span:nth-child(3) {
  top: 14px;
}

.hamburger.hamburger-active span:nth-child(1) {
  top: 9px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.hamburger-active span:nth-child(2),
.hamburger.hamburger-active span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 840px) {
  .hamburger {
    display: block;
  }
}
.header__nav--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}

.hamburger-active.header__nav--sp {
  top: 0;
}

.header__nav--sp .header__list:last-child {
  margin-left: 0;
}

.header__nav--sp .header__list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  padding: 18px 48px;
  font-size: 1rem;
  letter-spacing: 0.15em;
}

.header__nav--sp .header__list a img {
  width: 130px;
  margin-right: 10px;
}

.header__nav--sp .header__list a .material-symbols-outlined {
  font-size: 1rem;
}

.header__nav--sp .header__navBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 48px 48px;
  background: #f8f7f6;
}

@media screen and (max-width: 540px) {
  .header__nav--sp .header__navBottom {
    padding: 18px 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__nav--sp .header__navBottom li {
  border-right: 1px solid #000;
}

@media screen and (max-width: 540px) {
  .header__nav--sp .header__navBottom li {
    border-right: none;
  }
}
.header__nav--sp .header__navBottom li:last-child {
  border-right: none;
}

.header__nav--sp .header__navBottom li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 0.875rem;
  padding: 0 20px;
}

@media screen and (max-width: 540px) {
  .header__nav--sp .header__navBottom li a {
    padding: 0;
    font-size: 0.75rem;
  }
}
.lpmv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: url("../images/mv-bg.webp") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 540px) {
  .lpmv {
    background-position: center;
  }
}
.lpmv__contents {
  padding: 110px 40px 48px 40px;
  width: 60%;
  max-width: 800px;
  background: #08182a;
}

@media screen and (max-width: 1140px) {
  .lpmv__contents {
    background: transparent;
    width: 100%;
    max-width: 720px;
  }
}
@media screen and (max-width: 840px) {
  .lpmv__contents {
    padding: 80px 48px 48px;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .lpmv__contents {
    padding: 75px 15px 48px;
  }
}
.lpmv__copy {
  width: 90%;
  margin-bottom: 28px;
}

@media screen and (max-width: 840px) {
  .lpmv__copy {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 540px) {
  .lpmv__copy {
    width: 100%;
  }
}
.lpmv__copy img {
  width: 100%;
}

.lpmv__copy--lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 840px) {
  .lpmv__copy--lead {
    margin-bottom: 30px;
  }
}
.lpmv__copy--logo {
  margin-bottom: 20px;
}

@media screen and (max-width: 840px) {
  .lpmv__copy--logo {
    margin-bottom: 20px;
  }
}
.lpmv__copy--sub {
  width: 80% !important;
}

@media screen and (max-width: 840px) {
  .lpmv__copy--sub {
    width: 100% !important;
  }
}
.lpmv__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

@media screen and (max-width: 540px) {
  .lpmv__feature {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 40px;
  }
}
.lpmv__feature li {
  width: 30%;
  border: 2px solid #fff;
}

@media screen and (max-width: 540px) {
  .lpmv__feature li {
    width: calc(50% - 15px);
    margin: 10px;
    padding: 0;
  }
}
.lpmv__feature li:last-child {
  margin-right: 0;
}

.lpmv__feature li img {
  width: 100%;
  border-radius: 8px;
}

.lpmv__scroll {
  position: absolute;
  right: 0;
  padding: 0px 20px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 840px) {
  .lpmv__scroll {
    padding: 0 20px;
  }
}
@media screen and (max-width: 840px) {
  .lpmv__scroll {
    padding: 0 12px;
  }
}
.lpmv__scroll p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 0.875rem;
  font-weight: 600;
  writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}

@media screen and (max-width: 840px) {
  .lpmv__scroll p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 540px) {
  .lpmv__scroll p {
    font-size: 0.625rem;
  }
}
.lpmv__scroll--border {
  margin-top: 24px;
  width: 1px;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.lpmv__cta {
  padding: 28px;
  text-align: center;
}

.lpmv__cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: auto;
  font-size: 1.375rem;
  padding: 20px 60px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#146cd0), to(#002a59));
  background: linear-gradient(180deg, #146cd0 0%, #002a59 100%);
  font-weight: 600;
  color: #fff;
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 840px) {
  .lpmv__cta a {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 540px) {
  .lpmv__cta a {
    padding: 20px;
    width: 80%;
    font-size: 1rem;
  }
}
.trouble {
  background: url("../images/trouble-bg.webp") no-repeat;
  background-size: cover;
  padding: 72px 50px 80px 50px;
  text-align: center;
}

@media screen and (max-width: 840px) {
  .trouble {
    padding: 40px 20px 62px;
  }
}
.trouble__haeding {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 1.75rem;
  color: #1e5a9f;
}

@media screen and (max-width: 840px) {
  .trouble__haeding {
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 540px) {
  .trouble__haeding {
    font-size: 1.125rem;
  }
}
.trouble__list {
  padding-left: 0;
  max-width: 730px;
  margin: 0 auto 82px;
}

@media screen and (max-width: 540px) {
  .trouble__list {
    margin: 0 auto 35px;
  }
}
.trouble__list li {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 72px;
  font-size: 1.75rem;
  font-weight: 700;
}

@media screen and (max-width: 840px) {
  .trouble__list li {
    font-size: 1.25rem;
    padding-left: 45px;
  }
}
@media screen and (max-width: 540px) {
  .trouble__list li {
    font-size: 1rem;
    padding-left: 39px;
  }
}
.trouble__list li:before {
  content: "";
  background: url("../images/trouble-check.webp") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
}

@media screen and (max-width: 840px) {
  .trouble__list li:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 540px) {
  .trouble__list li:before {
    width: 24px;
    height: 24px;
  }
}
.trouble__list li span {
  display: inline-block;
  line-height: 1.6;
  border-bottom: 1px solid #000;
  color: #000;
}

.trouble__text {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 840px) {
  .trouble__text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 540px) {
  .trouble__text {
    font-size: 1rem;
  }
}
.trouble__text strong {
  color: #0168df;
}

.lpabout {
  padding: 100px 0 40px;
  background: rgba(112, 179, 255, 0.06);
}

@media screen and (max-width: 840px) {
  .lpabout {
    padding: 96px 0 0px;
  }
}
@media screen and (max-width: 540px) {
  .lpabout {
    padding: 60px 0 48px;
  }
}
@media screen and (max-width: 840px) {
  .lpabout .sectionHeading,
  .lpabout .sectionLead {
    padding: 0 48px;
  }
}
.lpabout__box {
  background: #fcfdff;
  border-radius: 0px 12px 12px 0px;
  -webkit-box-shadow: 10px 20px 25px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 20px 25px 5px rgba(0, 0, 0, 0.2);
  padding: 50px 50px 80px 150px;
  width: 90%;
  margin-bottom: 50px;
}

@media screen and (max-width: 840px) {
  .lpabout__box {
    padding: 50px 30px 60px;
  }
}
.lpabout__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 840px) {
  .lpabout__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lpabout__description {
  width: calc(50% - 20px);
  margin-right: 20px;
}

@media screen and (max-width: 840px) {
  .lpabout__description {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.lpabout__heading {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 1140px) {
  .lpabout__heading {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 840px) {
  .lpabout__heading {
    font-size: 1.125rem;
  }
}
.lpabout__heading span {
  display: block;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  font-weight: 400;
  font-size: 4.5rem;
  color: #1e5a9f;
}

@media screen and (max-width: 1140px) {
  .lpabout__heading span {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 840px) {
  .lpabout__heading span {
    font-size: 2.5rem;
  }
}
.lpabout__description p {
  font-size: 1.125rem;
  line-height: 2;
}

@media screen and (max-width: 1140px) {
  .lpabout__description p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 840px) {
  .lpabout__description p {
    font-size: 0.875rem;
  }
}
.lpabout__image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 840px) {
  .lpabout__image {
    width: 100%;
  }
}
.lpabout__image--service {
  width: 50%;
}

.lpabout__image--service:first-child {
  width: 51%;
}

.lpabout__point {
  background: #e8f2ff;
  padding: 25px;
}

.lpabout__point h4 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1e5a9f;
}

@media screen and (max-width: 840px) {
  .lpabout__point h4 {
    font-size: 0.875rem;
  }
}
.lpabout__point p {
  line-height: 1.8;
  font-size: 1.125rem;
}

@media screen and (max-width: 1140px) {
  .lpabout__point p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 840px) {
  .lpabout__point p {
    font-size: 0.875rem;
  }
}
.lpabout__point p strong {
  color: #1b6bc8;
  font-weight: 700;
}

.lpabout__box:nth-child(even) {
  border-radius: 12px 0px 0px 12px;
  -webkit-box-shadow: -10px 20px 25px 5px rgba(0, 0, 0, 0.2);
          box-shadow: -10px 20px 25px 5px rgba(0, 0, 0, 0.2);
  padding: 50px 150px 80px 50px;
  margin-left: auto;
}

@media screen and (max-width: 840px) {
  .lpabout__box:nth-child(even) {
    padding: 50px 30px 60px;
  }
}
.lpabout__box:nth-child(even) .lpabout__contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 840px) {
  .lpabout__box:nth-child(even) .lpabout__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lpabout__box:nth-child(even) .lpabout__description {
  margin-right: 0;
  margin-left: 20px;
}

@media screen and (max-width: 840px) {
  .lpabout__box:nth-child(even) .lpabout__description {
    margin-left: 0;
  }
}
.consultant {
  padding: 100px 48px 80px;
  background: #f8f7f6;
  -webkit-box-shadow: inset 0px 50px 30px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 50px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 840px) {
  .consultant {
    padding: 96px 48px 48px;
  }
}
@media screen and (max-width: 540px) {
  .consultant {
    padding: 60px 24px 30px;
  }
}
.consultant .sectionCard__wrap {
  margin-bottom: 50px;
}

.consultant .sectionCard {
  padding: 0;
}

.consultant__label {
  background: -webkit-gradient(linear, left top, left bottom, from(#113762), to(#16549b));
  background: linear-gradient(180deg, #113762 0%, #16549b 100%);
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 15px 20px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
}

.consultant__contents {
  padding: 24px;
}

.consultant__image {
  margin-bottom: 8px;
  text-align: center;
}

.consultant__image img {
  width: 157px;
  height: 157px;
  margin: auto;
}

.consultant__image figcaption {
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 600;
}

.consultant__heading {
  font-size: 1rem;
  margin-bottom: 24px;
  font-weight: 600;
}

.case {
  padding: 100px 48px 80px;
  background: #f8f7f6;
}

@media screen and (max-width: 840px) {
  .case {
    padding: 96px 48px 48px;
  }
}
@media screen and (max-width: 540px) {
  .case {
    padding: 60px 24px 30px;
  }
}
.case__box {
  max-width: 1280px;
  padding: 36px;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 30px 40px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 30px 40px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1140px) {
  .case__box {
    padding: 36px 30px;
  }
}
@media screen and (max-width: 840px) {
  .case__box {
    padding: 30px 20px;
  }
}
.case__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  color: #1e5a9f;
  font-size: 1.75rem;
  line-height: 1.3;
}

@media screen and (max-width: 840px) {
  .case__heading {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 540px) {
  .case__heading {
    font-size: 1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.case__heading span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  color: rgba(30, 90, 159, 0.2);
}

@media screen and (max-width: 840px) {
  .case__heading span {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 540px) {
  .case__heading span {
    font-size: 2.25rem;
    margin-bottom: 15px;
  }
}
.case__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 1140px) {
  .case__lead {
    font-size: 1rem;
  }
}
@media screen and (max-width: 840px) {
  .case__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 540px) {
  .case__lead {
    font-size: 0.875rem;
  }
}
.case__lead figure {
  width: 300px;
  margin-right: 20px;
  text-align: center;
}

@media screen and (max-width: 840px) {
  .case__lead figure {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.case__lead figcaption {
  line-height: 1.3;
}

.case__lead p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.case__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 840px) {
  .case__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case__task,
.case__solution {
  width: 45%;
  padding: 20px;
  background: #f8f7f6;
  border-radius: 8px;
}

@media screen and (max-width: 840px) {
  .case__task,
  .case__solution {
    width: 100%;
  }
  .case__task {
    margin-bottom: 30px;
  }
}
.case__task h4,
.case__solution h4 {
  padding-left: 20px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 840px) {
  .case__task h4,
  .case__solution h4 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 540px) {
  .case__task h4,
  .case__solution h4 {
    font-size: 1.125rem;
  }
}
.case__task h4 {
  border-left: 3px solid #000;
  color: #333;
}

.case__solution h4 {
  border-left: 3px solid #1e5a9f;
  color: #1e5a9f;
}

.case__forward {
  width: 10%;
  text-align: center;
  padding-top: 50px;
  color: #1e5a9f;
}

@media screen and (max-width: 840px) {
  .case__forward {
    display: none;
  }
}
.case__forward .material-symbols-outlined {
  font-size: 4rem;
}

.case__task {
  background: #f8f7f6;
}

.case__solution {
  background: rgba(237, 245, 255, 0.64);
}

.case__list {
  position: relative;
  padding-left: 0;
}

.case__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  font-size: 1rem;
}

@media screen and (max-width: 540px) {
  .case__list li {
    font-size: 0.875rem;
  }
}
.case__list li span {
  font-size: 1.5rem;
  margin-right: 10px;
}

@media screen and (max-width: 540px) {
  .case__list li span {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    font-size: 1.25rem;
  }
}
.case__solution .case__list li {
  font-weight: 600;
}

.case__solution .case__list li span {
  color: #1e5a9f;
}

.lpflow {
  padding: 100px 48px 96px;
}

@media screen and (max-width: 840px) {
  .lpflow {
    padding: 96px 24px;
  }
}
@media screen and (max-width: 540px) {
  .lpflow {
    padding: 60px 24px 44px;
  }
}
.lpflow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1280px;
  margin: auto;
}

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

.lpflow__step {
  width: calc(90% - 40px);
}

.lpflow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 540px) {
  .lpflow__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.lpflow__box img {
  width: 240px;
  margin-right: 20px;
}

@media screen and (max-width: 840px) {
  .lpflow__box img {
    width: 160px;
  }
}
@media screen and (max-width: 540px) {
  .lpflow__box img {
    width: 120px;
    margin-right: 0;
  }
}
.lpflow__description {
  padding-top: 40px;
}

@media screen and (max-width: 840px) {
  .lpflow__description {
    padding-top: 0;
  }
}
@media screen and (max-width: 540px) {
  .lpflow__description {
    padding-top: 18px;
  }
}
.lpflow__description h3 {
  font-size: 1.25rem;
  margin-bottom: 15px;
  line-height: 1.2;
}

@media screen and (max-width: 1140px) {
  .lpflow__description h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .lpflow__description h3 {
    font-size: 0.875rem;
  }
}
.lpflow__description p {
  font-size: 1.125rem;
}

@media screen and (max-width: 1140px) {
  .lpflow__description p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 840px) {
  .lpflow__description p {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 540px) {
  .lpflow__description p {
    font-size: 0.75rem;
  }
}
.lpflow__firsthalfArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px 0 0;
}

@media screen and (max-width: 540px) {
  .lpflow__firsthalfArrow {
    padding: 0 20px 0 0;
  }
}
.lpflow__firsthalfArrow--image {
  background: url("../images/lpflow-arrow.webp") no-repeat;
  background-size: cover;
  background-position: top;
  width: 20px;
  height: 100%;
}

@media screen and (max-width: 540px) {
  .lpflow__firsthalfArrow--image {
    width: 10px;
  }
}
.lpflow__firsthalfArrow p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e5a9f;
}

@media screen and (max-width: 840px) {
  .lpflow__firsthalfArrow p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 540px) {
  .lpflow__firsthalfArrow p {
    font-size: 0.75rem;
  }
}
.lpflow__firsthalfArrow p span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.lpflow-period {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20px;
}

.lpflow-period:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/lpflow-period.webp") no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
}

.lpflow-period p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
}

.lpflow-period p:first-child {
  height: 66%;
}

.lpflow-period p:last-child {
  height: 34%;
}

.contact {
  padding: 100px 48px 0;
  background: #f8f7f6;
}

@media screen and (max-width: 840px) {
  .contact {
    padding: 96px 48px 96px;
  }
}
@media screen and (max-width: 540px) {
  .contact {
    padding: 60px 24px 44px;
  }
}
.company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 48px 192px;
  background: #f8f7f6;
}

@media screen and (max-width: 840px) {
  .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0px 24px 192px;
  }
}
.company__contents {
  width: calc(50% - 31px);
  margin-right: 31px;
  max-width: 606px;
}

@media screen and (max-width: 840px) {
  .company__contents {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.company__heading {
  margin-bottom: 24px;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 840px) {
  .company__heading {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .company__heading {
    font-size: 1.75rem;
  }
}
.company__description {
  color: #000;
}

.company__description dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.company__description dt {
  margin-right: 12px;
  width: 90px;
  letter-spacing: 0.05em;
}

.company__description dd {
  width: calc(100% - 102px);
  letter-spacing: 0.05em;
}

.company img {
  width: 50%;
  max-width: 606px;
}

@media screen and (max-width: 540px) {
  .company img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 840px) {
  .company img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 96px;
  }
}
.lpfooter {
  padding: 96px 0;
  background: #000;
}

.lpfooter__container {
  max-width: 1280px;
  padding: 0 48px;
  margin: auto;
}

@media screen and (max-width: 540px) {
  .lpfooter__container {
    padding: 0 24px;
  }
}
.lpfooter__ctaContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}

@media screen and (max-width: 840px) {
  .lpfooter__ctaContents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lpfooter__cta {
  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;
  background: #ffffff;
  color: #000;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  padding: 48px;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
  width: 49%;
}

@media screen and (max-width: 840px) {
  .lpfooter__cta {
    padding: 24px 40px;
    width: 100%;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 540px) {
  .lpfooter__cta {
    margin-bottom: 20px;
  }
}
.lpfooter__ctaDescription {
  width: calc(100% - 48px);
}

.lpfooter__ctaTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #1e5a9f;
}

@media screen and (max-width: 840px) {
  .lpfooter__ctaTitle {
    font-size: 1.75rem;
    margin-bottom: 12px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 540px) {
  .lpfooter__ctaTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lpfooter__ctaIcon {
  color: #000;
  font-size: 3rem;
}

@media screen and (max-width: 840px) {
  .lpfooter__ctaIcon {
    font-size: 2rem;
  }
}
.lpfooter__ctaTitle img {
  width: 257px;
  height: auto;
}

@media screen and (max-width: 1140px) {
  .lpfooter__ctaTitle img {
    width: 200px;
  }
}
@media screen and (max-width: 840px) {
  .lpfooter__ctaTitle img {
    margin-right: 16px;
  }
}
@media screen and (max-width: 540px) {
  .lpfooter__ctaTitle img {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.lpfooter__ctaTitle--label {
  display: inline-block;
  font-size: 1rem;
  background: #1e5a9f;
  padding: 9px 20px 6px;
  line-height: 1;
  border-radius: 80px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 1140px) {
  .lpfooter__ctaTitle--label {
    font-size: 0.6875rem;
    padding: 9px;
    border-radius: 8px;
  }
}
.lpfooter__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 1140px) {
  .lpfooter__navWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.lpfooter__navWrap img {
  width: 224px;
  height: auto;
}

@media screen and (max-width: 840px) {
  .lpfooter__navWrap nav {
    margin-top: 18px;
  }
}
.lpfooter__navWrap nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 840px) {
  .lpfooter__navWrap nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.lpfooter__navWrap nav ul li a {
  font-size: 0.875rem;
  font-weight: 300;
  padding: 0 12px;
  color: #fff;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 840px) {
  .lpfooter__navWrap nav ul li a {
    padding: 6px 0;
  }
}
.lpfooter__serviceWrap {
  margin-bottom: 100px;
}

@media screen and (max-width: 1140px) {
  .lpfooter__serviceWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.lpfooter__serviceWrap p {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 1140px) {
  .lpfooter__serviceWrap p {
    font-size: 0.6875rem;
  }
}
.lpfooter__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1140px) {
  .lpfooter__service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.lpfooter__service a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 30px;
  color: #fff;
}

@media screen and (max-width: 1140px) {
  .lpfooter__service a {
    margin-right: 0;
    margin-left: 30px;
  }
}
@media screen and (max-width: 540px) {
  .lpfooter__service a {
    margin-left: 0;
  }
}
.lpfooter__service a img {
  height: 23px;
  width: auto;
  margin-right: 10px;
}

@media screen and (max-width: 540px) {
  .lpfooter__service a img {
    height: 18px;
  }
}
.lpfooter__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

.lpfooter__navLink a {
  font-size: 0.75rem;
  font-weight: 300;
  padding: 0 12px;
  color: #fff;
  letter-spacing: 0.15em;
}

.copyright {
  font-size: 0.625rem;
  text-align: center;
  color: #fff;
}

.thanks {
  padding-top: 54px;
}

@media screen and (max-width: 840px) {
  .thanks {
    padding-bottom: 68px;
  }
}
.thanks__mv {
  width: 100%;
  height: 384px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 540px) {
  .thanks__mv {
    height: 250px;
  }
}
.thanks__container {
  max-width: 960px;
  margin: auto;
  padding: 96px 48px 0;
}

@media screen and (max-width: 540px) {
  .thanks__container {
    padding: 68px 24px 0;
  }
}
.thanks__container--strong {
  margin-bottom: 24px;
  font-size: 1.75rem;
  font-weight: 700;
}

@media screen and (max-width: 540px) {
  .thanks__container--strong {
    font-size: 1.125rem;
  }
}
.thanks__button {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.thanks__logo--top {
  width: 200px;
  margin-right: 2px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media screen and (max-width: 840px) {
  .thanks__logo--top {
    width: 160px;
  }
}
@media screen and (max-width: 540px) {
  .thanks__logo--top {
    width: 150px;
  }
}
.scroollAction {
  opacity: 0;
}

.fadeIn {
  opacity: 1;
  will-change: transform;
  -webkit-animation: fadein 0.6s ease-out backwards;
          animation: fadein 0.6s ease-out backwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}