body {
  font-size: 16px;
  line-height: 1.7;
  color: #39b54a;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #fcf1de;
}

.inline-block {
  display: inline-block;
}

.under-line {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.section__head {
  color: #39b54a;
}

.section__head-main {
  color: inherit;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.6px;
}

.section__head-sub {
  font-size: 14px;
  letter-spacing: 2.66px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.header {
  background: -webkit-gradient(linear, left top, right top, from(#fc8953), to(#fcaf62));
  background: linear-gradient(90deg, #fc8953 0%, #fcaf62 100%);
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  height: 80px;
  width: 100%;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header__logo {
  margin-top: 10px;
  width: 170px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__logo {
    width: 230px;
  }
}
.header__logo a img {
  width: 100%;
  display: block;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 44px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__nav {
    gap: 8px;
  }
}

.header__link {
  font-weight: 500;
  margin-top: 26px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__link {
    padding-bottom: 23px;
    font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6px;
    bottom: 2px;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    background: #f7581d;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (min-width: 1280px) {
  .header__link {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__link {
    font-size: 14px;
  }
}
.header__link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1340px;
  }
}

.button {
  font-weight: 700;
  letter-spacing: 3px;
  display: inline-block;
  padding: 9px 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 48px;
  background: -webkit-gradient(linear, left top, right top, from(#f7581d), to(#ffee56));
  background: linear-gradient(90deg, #f7581d 0%, #ffee56 100%);
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
  color: #f6f7f7;
  margin-top: 20px;
}
.button:hover {
  color: #ff914d;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .button {
    font-size: 16px;
    padding: 9px 42px;
  }
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 18px;
  }
}

.header__button {
  margin-top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #fc8953), to(#ffeb9c));
  background: linear-gradient(90deg, #fc8953 70%, #ffeb9c 100%);
  padding-inline: 20px;
}

.inline-block {
  font-weight: inherit;
  display: inline-block;
}

.header__open {
  margin-top: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__open {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 40px;
  height: 20px;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon__bar {
  background: #fff;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-last-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-last-of-type(2) {
  top: 10px;
  opacity: 0;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-last-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 6px;
  background: #ffffff;
  -webkit-transition: top 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, opacity 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-last-of-type(1) {
  top: 0px;
}
.drawer-icon__bar:nth-last-of-type(2) {
  top: 10px;
}
.drawer-icon__bar:nth-last-of-type(3) {
  top: 20px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 75px;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fc8953), to(#fcaf62));
  background: linear-gradient(90deg, #fc8953 0%, #fcaf62 100%);
  z-index: 19;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  text-align: center;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content-logo {
  text-align: center;
  padding-bottom: 30px;
}
.drawer-content-logo img {
  width: 160px;
  display: inline-block;
}

.drawer-content-menu__link {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: block;
  padding-bottom: 20px;
}

.fv__inner {
  padding: 80px 15px 80px;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    padding: 30px 80px 50px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .fv__inner {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .fv__content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 20px;
  }
}

.fv__right {
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .fv__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fv__left {
  text-align: left;
}
.fv__img {
  width: 100%;
  text-align: right;
  overflow: hidden;
}
.fv__img img {
  width: 100%;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .fv__img {
    max-width: 650px;
  }
}

.fv__lead {
  margin-top: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #39b54a;
}
@media screen and (min-width: 768px) {
  .fv__lead {
    font-size: 26px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    line-height: 1.7; /* 44.2px */
    text-align: left;
  }
}

.fv__lead-sub {
  margin-top: 20px;
  padding-left: 18px;
  padding-right: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .fv__lead-sub {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .fv__lead-description {
    font-size: 20px;
  }
}

.button-fv {
  margin-top: 0;
  font-size: 16px;
}

.news {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .news__card {
    padding-right: 11.328125%;
    padding-left: 11.328125%;
  }
}

.title-n {
  color: #238fdc;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7; /* 51px */
  letter-spacing: 3px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .title-n {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}

.title-n::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #2bc8c8;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.news__lists {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .news__lists {
    margin-top: 65px;
  }
}

.news__list {
  border-bottom: 1px solid #e3e3e3;
}

.news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .news-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.news-link-l {
  padding-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .news-link-l {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.news-link__date {
  color: #333;
  font-family: "$font-family-ja";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7; /* 23.8px */
}
@media screen and (min-width: 768px) {
  .news-link__date {
    width: 149px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
  }
}

.news-link__title {
  color: #111;
  font-family: "$font-family-ja";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7; /* 25.5px */
}
@media screen and (min-width: 768px) {
  .news-link__title {
    font-size: 16px;
  }
}

.news__more {
  text-align: center;
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .news__more {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news__pagination {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .news__pagination {
    margin-bottom: 0;
  }
}

.news__pagination__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-left: 13px;
  padding-right: 13px;
}
.prev {
  width: 36px;
  height: 36px;
}

.number {
  color: #707070;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.44px;
  border: 1px solid #828282;
  background: #fff;
  width: 36px;
  height: 36px;
}
.number:hover {
  color: #fff;
  background: #228ddd;
}

.number-l {
  color: #fff;
  background: #228ddd;
  width: 36px;
  height: 36px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8; /* 18px */
  letter-spacing: 1.44px;
}

.next {
  width: 36px;
  height: 36px;
}

.button__white {
  display: inline-block;
  padding: 5px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid #2392db;
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
}
.button__white a {
  color: #2392db;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
}
.button__white a:hover {
  opacity: 0.7;
}

.concept {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fafcf7;
}
@media screen and (min-width: 768px) {
  .concept {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.concept__inner {
  max-width: 468px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept__inner {
    padding-left: 11.71875%;
    padding-right: 11.71875%;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.concept__text {
  text-align: left;
}

.concept__title {
  margin-top: 30px;
  color: #ff914d;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.concept__description {
  margin-top: 30px;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
}
@media screen and (min-width: 768px) {
  .concept__description {
    font-size: 17px;
  }
}

.concept__attention {
  font-family: "Noto Sans JP", sans-serif;
}

.concept__attention-2 {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4a3636;
}

.concept__slider {
  border-radius: 20px;
  overflow: hidden;
}

.concept__swiper {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (min-width: 768px) {
  .concept__swiper {
    padding-bottom: 60px;
  }
}

.concept-slide {
  width: 400px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  margin-block: auto;
}

.concept-swiper__pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cccccc;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet .swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #ff914d;
}

.concept__prev,
.concept__next {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #ff914d;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 27px;
  border-radius: 50%;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
.concept__prev::after,
.concept__next::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .concept__prev,
  .concept__next {
    width: 80px;
    height: 80px;
  }
}

.concept__prev {
  left: 5px;
}
@media screen and (min-width: 768px) {
  .concept__prev {
    left: 15px;
  }
}

.concept__next {
  right: 5px;
}
@media screen and (min-width: 768px) {
  .concept__next {
    right: 15px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: 75%;
}

.cta {
  padding-top: 60px;
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#fc8953), to(#fcaf62));
  background: linear-gradient(90deg, #fc8953 0%, #fcaf62 100%);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 80px;
    padding-bottom: 79px;
  }
}

.cta__contents {
  text-align: center;
}

.cta__title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2.6px;
}

.cta__text {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.cta__tel {
  margin-top: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.cta__button {
  margin-top: 17px;
}

.button-cta {
  margin-top: 0;
  border-radius: 50px;
  border: 2px solid #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #fc8953), to(#ffeb9c));
  background: linear-gradient(90deg, #fc8953 70%, #ffeb9c 100%);
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
  color: #f6f7f7;
  font-weight: 700;
  letter-spacing: 3px;
}

.flow {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.flow__inner {
  padding-left: 30px;
  padding-right: 38px;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flow__inner {
    padding-left: 47px;
    padding-right: 47px;
  }
}

.section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reception .section__head {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__head {
    padding-left: 33px;
  }
}
.machine .section__head {
  padding-left: 15px;
}

.flow__cards {
  margin-top: 46px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .flow__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 20px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flow__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 20px;
    margin-top: 60px;
  }
}

.flow__card {
  -webkit-box-shadow: 5px 7px 34px 0px #f1f1f1;
          box-shadow: 5px 7px 34px 0px #f1f1f1;
  padding: 12px 15px 16px;
  max-width: 450px;
  margin-inline: auto;
  border-radius: 4px;
  background: var(--rgb-255255255, #fff);
  box-shadow: 5px 7px 34px 0px #f1f1f1;
}
.flow__card img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.flow__img {
  position: relative;
}

.flow__label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 16px;
  width: 100px;
  height: 24px;
  color: #ffffff;
  background-color: #f7581d;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .flow__label {
    font-size: 17px;
    height: 34px;
  }
}

.flow-text-contents {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
}

.flow-text__title {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  .flow-text__title {
    font-size: 17px;
  }
}

.flow-text__description {
  margin-top: 4px;
  font-size: 13px;
  display: block;
  max-width: 330px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .flow-text__description {
    font-size: 14px;
  }
}

.flow__button {
  margin-top: 46px;
  text-align: center;
}
.flow__button a {
  margin-top: 0;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .flow__button {
    margin-top: 60px;
  }
}

.machine {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafcf7;
}
@media screen and (min-width: 768px) {
  .machine {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .machine__inner {
    padding: 0 7.8125%;
    margin: 0 auto;
    max-width: 1280px;
  }
}

.machine__text {
  font-family: "Noto Sans JP", sans-serif;
}

.machine__cards {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .machine__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 38px;
  }
}

.machine__card {
  padding: 24px 12px 30px;
  border-radius: 20px;
  border: 0px solid #707070;
  background: var(--rgb-255255255, #fff);
  -webkit-box-shadow: 5px 7px 34px 0px #f1f1f1;
          box-shadow: 5px 7px 34px 0px #f1f1f1;
  margin-inline: auto;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .machine__card {
    padding: 10px;
  }
}

.machine__img img {
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .machine__img {
    padding: 0;
    width: 31.3953488372%;
  }
}

.machine-text-contents {
  text-align: left;
}

.machine-text__title {
  margin-top: 14px;
  color: #4a3636;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .machine-text__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 427px) {
  .machine-text__title {
    font-size: 17px;
    height: 26px;
  }
}

.machine-text__description {
  margin-top: 14px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .machine-text__description {
    margin-top: 28px;
    font-size: 12px;
  }
}
@media screen and (max-width: 427px) {
  .machine-text__description {
    font-size: 10px;
    margin-top: 34px;
  }
}

.machine-card__bottom {
  margin-top: 22px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .machine-card__bottom {
    margin-top: 20px;
  }
}

.machine-card-bottom__button {
  color: #2392db;
  padding: 6px 43px;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid #2392db;
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
}
.machine-card-bottom__button a {
  color: #2392db;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  width: 70px;
  height: 24px;
}
.machine-card-bottom__button a:hover {
  opacity: 0.7;
}

.machine__button {
  margin-top: 46px;
  text-align: center;
}

.reception {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .reception {
    padding: 100px 0;
  }
}

.reception__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .reception__inner {
    max-width: 1019px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .reception__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 427px) {
  .reception__inner {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 427px) {
  .reception__title {
    padding-left: 24px;
  }
}

.reception__cards {
  margin-top: 46px;
  padding-left: 34px;
  padding-right: 34px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .reception__cards {
    margin-left: 0;
    margin-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: scroll;
  }
  .reception__cards::-webkit-scrollbar {
    height: 6px;
  }
  .reception__cards::-webkit-scrollbar-track {
    width: 345px;
    border-radius: 7px;
    background: #d9d9d9;
  }
  .reception__cards::-webkit-scrollbar-thumb {
    background-color: #ff914d;
    border-radius: 20px;
    width: 112px;
  }
}
@media screen and (min-width: 1280px) {
  .reception__cards {
    min-width: 960px;
  }
}
@media screen and (max-width: 427px) {
  .reception__cards {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
  }
}

.reception-card__contents {
  border-radius: 10px;
  background: #ffffff;
  overflow-y: auto;
  padding: 20px;
  scrollbar-color: orange gray;
  scrollbar-width: thin;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 427px) {
  .reception-card__contents {
    max-width: 335px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.reception-card__title {
  text-align: center;
  color: #39b54a;
  font-size: 20px;
  font-weight: 700;
}

.card__title-reception {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px; /* 133.333% */
  letter-spacing: 3.6px;
}

.card__title-reception__b {
  color: var(--rgb-515151, #333);
  font-size: 16px;
  line-height: 48px;
}

.reception__table {
  width: 800px;
  table-layout: fixed;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
.reception__table th,
.reception__table td {
  text-align: center;
  font-weight: 700;
  height: 60px;
  vertical-align: middle;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .reception__table th,
  .reception__table td {
    height: 100px;
  }
}
.reception__table th:nth-child(1),
.reception__table td:nth-child(1) {
  width: 180px;
}
.reception__table th:nth-child(8),
.reception__table td:nth-child(8) {
  width: 120px;
}
.reception__table th {
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) {
  .reception__table th {
    font-size: 20px;
  }
}
.reception__table td {
  font-size: 16px;
  letter-spacing: 0.42px;
}
@media screen and (min-width: 768px) {
  .reception__table td {
    font-size: 20px;
    letter-spacing: 0.48px;
  }
}
.reception__table thead th {
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .reception__table thead th {
    letter-spacing: 2px;
  }
}
.reception__table tbody th,
.reception__table tbody td {
  height: 58.5px;
}
@media screen and (min-width: 768px) {
  .reception__table tbody th,
  .reception__table tbody td {
    height: 100px;
  }
}

.reception__attention {
  color: #686868;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%; /* 14px */
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reception__attention {
    display: none;
  }
}

.reception__button {
  text-align: center;
  margin-top: 30px;
}

.button-reception {
  border-radius: 50px;
}

.company {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .company {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .company__inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

.company__contents {
  margin-top: 68px;
  border: 2px solid #2392db;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company__contents {
    margin-top: 90px;
  }
}

.company__tab {
  position: absolute;
  top: -22px;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .company__tab {
    top: -44px;
    left: 151px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company__tab {
    top: -30px;
  }
}

.company__tab__item {
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  color: #2392db;
  font-weight: 700;
  padding-top: 10px;
  font-size: 16px;
  width: 122px;
  height: 46px;
}
@media screen and (min-width: 768px) {
  .company__tab__item {
    font-size: 18px;
    width: 200px;
    height: 80px;
    padding-top: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company__tab__item {
    width: 150px;
    height: 54px;
    padding-top: 14px;
  }
}
@media screen and (max-width: 427px) {
  .company__tab__item {
    font-size: 13px;
    width: 86px;
    height: 38px;
    padding-top: 8px;
  }
}
.company__tab__item:nth-child(1), .company__tab__item:nth-child(2) {
  border-right: 1px solid #2392db;
}
.company__tab__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  background: url("../img/company-vector-blue.png") no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -46px;
}
@media screen and (min-width: 768px) {
  .company__tab__item::before {
    left: -62px;
  }
}
@media screen and (max-width: 427px) {
  .company__tab__item::before {
    left: -34px;
  }
}
.company__tab__item.is-active {
  background: #2392db;
  color: #fff;
}
.company__tab__item.is-active::before {
  background: url("../img/company-vector.png") no-repeat center center/contain;
}

.company__area {
  background: #fff;
}
.company__area.is-active {
  display: block;
  opacity: 1;
}
.company__area:not(:last-of-type) {
  font-weight: 700;
}

.company__overview {
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
}

.company-overview__text-title {
  color: #333;
  font-size: 22px;
  font-weight: 700;
}

.company-overview__text-sub {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .company-overview__text-sub {
    margin-top: 17px;
  }
}

.company-overview__items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #dbdbdb;
  margin-left: 39px;
  margin-right: 39px;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .company-overview__items {
    margin-top: 40px;
    grid-template-columns: repeat(4, 200px);
    grid-template-rows: repeat(3, 54px);
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company-overview__items {
    grid-template-columns: repeat(4, 150px);
    grid-template-rows: repeat(3, 54px);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 427px) {
  .company-overview__items {
    margin-left: 28px;
    margin-right: 28px;
  }
}

.company-overview__item {
  height: 54px;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  padding-top: 14px;
}
.company-overview__item-h {
  background: #f2f2f2;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.company-overview__item-h-l {
  height: 80px;
  padding-top: 26px;
}
@media screen and (min-width: 768px) {
  .company-overview__item-h-l {
    height: 54px;
    padding-top: 14px;
  }
}
@media screen and (max-width: 427px) {
  .company-overview__item-h {
    font-size: 14px;
  }
}

.company-overview__item-b {
  background: var(--ffffff, #fff);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding-left: 10px;
}
.company-overview__item-b-l {
  height: 80px;
  padding-top: 13px;
}
@media screen and (min-width: 768px) {
  .company-overview__item-b {
    padding-left: 24px;
  }
  .company-overview__item-b-l {
    height: 54px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 427px) {
  .company-overview__item-b {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .company__grid-item1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .company__grid-item2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .company__grid-item2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .company__grid-item2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .company__grid-item3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .company__grid-item4 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .company__grid-item5 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .company__grid-item6 {
    grid-column: 2/5;
    grid-row: 3/4;
  }
  .company__grid-item7 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .company__grid-item8 {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .company__grid-item9 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .company__grid-item10 {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}

.company__history {
  padding-top: 44px;
  padding-bottom: 122px;
}
@media screen and (min-width: 768px) {
  .company__history {
    padding-top: 80px;
    padding-bottom: 46px;
  }
}

.company-history__contents {
  margin-top: 20px;
  text-align: left;
  padding-left: 47px;
}
@media screen and (min-width: 768px) {
  .company-history__contents {
    padding-left: 375px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company-history__contents {
    padding-left: 240px;
  }
}

.company-history__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.company-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  font-size: 16px;
}

.company-history__date {
  position: relative;
  color: #2392db;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.company-history__date::before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background: #2bcbc6;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.company-history__text {
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.company__certification {
  padding-top: 58px;
  padding-bottom: 168px;
}
@media screen and (min-width: 768px) {
  .company__certification {
    padding-top: 80px;
  }
}

.company-certification__contents {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .company-certification__contents {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}

.certification__title {
  color: #2392db;
  font-size: 16px;
  font-weight: 700;
}

.certification__description {
  margin-top: 14px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .certification__description {
    margin-top: 16px;
  }
}

.qa {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f4fbff;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-top: 100px;
    padding-bottom: 121px;
  }
}

.qa__inner {
  max-width: 523px;
}
@media screen and (min-width: 768px) {
  .qa__inner {
    max-width: 860px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.qa__title {
  font-size: 36px;
  letter-spacing: 3.6px;
}

.qa__boxes {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.qa__box.is-open .qa-box__head::after {
  background: url("../img/close.png") no-repeat center center/contain;
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  width: 100%;
  position: relative;
}
.qa-box__head::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 18px;
  background: url("../img/open.png") no-repeat center center/contain;
}
.qa-box__head-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 46px;
  border-radius: 10px 0px 0px 10px;
  background: #238fdc;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%; /* 26px */
  display: grid;
  place-items: center;
  padding-bottom: 8px;
}
.qa-box__head-icon-l {
  height: 150px;
}
@media screen and (min-width: 768px) {
  .qa-box__head-icon {
    width: 71px;
    height: 51px;
  }
  .qa-box__head-icon-l {
    height: 78px;
  }
}
@media screen and (max-width: 427px) {
  .qa-box__head-icon-l {
    height: 190px;
  }
}

.qa-box__head-text {
  color: #333;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  padding: 10px;
  border-radius: 10px;
  border: 0px solid #707070;
  background: var(--rgb-255255255, #fff);
}
.qa-box__head-text-l {
  padding: 10px 42px 10px 10px;
  height: 150px;
}
@media screen and (min-width: 768px) {
  .qa-box__head-text {
    font-size: 16px;
    padding: 12px 14px 12px 14px;
  }
  .qa-box__head-text-l {
    padding: 12px 55px 12px 14px;
    height: 78px;
  }
}
@media screen and (max-width: 427px) {
  .qa-box__head-text-l {
    height: 190px;
  }
}

.qa-box__body {
  margin-top: 12px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  display: none;
}
@media screen and (min-width: 768px) {
  .qa-box__body {
    padding: 12px 14px;
    margin-left: 41px;
  }
}

.footer {
  background: -webkit-gradient(linear, left top, right top, from(#fc8953), to(#fcaf62));
  background: linear-gradient(90deg, #fc8953 0%, #fcaf62 100%);
  padding-top: 46px;
  padding-bottom: 11px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 60px;
  }
}

.footer__inner {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.footer__title-main {
  color: #ffffff;
}

.footer__contents {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.footer__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  margin-top: -4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .footer__information {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
  }
}

.footer-info__head {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-info__head {
    width: 50%;
  }
}

.footer__iframe {
  width: 100%;
}
.footer__iframe iframe {
  width: 100%;
  vertical-align: top;
}
.map-link {
  color: #39b54a;
  font-size: 20px;
}

.footer-info__body {
  padding: 0px 24px 24px 24px;
}
@media screen and (min-width: 768px) {
  .footer-info__body {
    width: 50%;
    padding: 0px 10px 0 20px;
    margin-inline: auto;
  }
}

.footer-info-body__logo {
  width: 80%;
  margin-inline: auto;
}
.footer-info-body__logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-info-body__logo {
    width: 50%;
  }
}

.footer-info-body__text-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-block: 6px;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .footer-info-body__text-contents {
    margin-top: 26px;
    gap: 12px;
    padding-block: 0;
  }
}

.footer-info__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .footer-info__text-content {
    font-size: 18px;
  }
}

.footer-info-text__title {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 16px;
  font-weight: 700;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .footer-info-text__title {
    width: 120px;
  }
}

.footer-info-text__text {
  text-align: left;
}

.footer__copy {
  margin-top: 36px;
  padding-bottom: 11px;
  margin-top: 39px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    margin-top: 58px;
    padding-top: 11px;
  }
}

.Copyright {
  color: var(--ffffff, #fff);
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 30;
}

.pagetop a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  border-radius: 25px;
  border: 1px solid #fff;
  background: -webkit-gradient(linear, left top, right top, from(#f7581d), to(#ffee56));
  background: linear-gradient(90deg, #f7581d 0%, #ffee56 100%);
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.4);
}
.pagetop a:hover {
  display: block;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}