@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 30px;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 23px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 80px;
  }
}

.heading__en {
  color: #228ddd;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 3.6px;
}

.heading__ja {
  color: #228bde;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 2.66px;
}

.heading-title {
  color: #2082e0;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heading-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #2bc8c8;
}
@media screen and (min-width: 768px) {
  .heading-title {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}

.button {
  color: #f6f7f7;
  letter-spacing: 3px;
  font-weight: 700;
  padding: 9px 54px;
  display: inline-block;
  border-radius: 48px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.75%, #2188de), color-stop(97.75%, #2bcbc6));
  background: linear-gradient(90deg, #2188de 1.75%, #2bcbc6 97.75%);
  -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);
  min-width: 200px;
  text-align: center;
}
.button--type2 {
  padding: 7px 52px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #fff;
  font-size: 16px;
}

.all__button {
  color: #2392db;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  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: 2px;
  border: 1px solid #2392db;
  text-wrap: balance;
}
.all__button--type2 {
  color: #2392db;
  padding: 8px 44px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid #2392db;
}

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

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

.header-fv {
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf4f7), to(#fff));
  background: linear-gradient(180deg, #eaf4f7 0%, #fff 100%);
}

.header {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

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

@media screen and (min-width: 768px) {
  .header__logo {
    margin-top: 4px;
  }
}
.header__logo a img {
  width: 160px;
  display: block;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    margin-top: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .header__link {
    font-size: 12px;
    font-weight: 500;
    padding-inline: 10px;
    position: relative;
  }
}
@media screen and (min-width: 900px) {
  .header__link {
    font-size: 13px;
    padding-inline: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .header__link {
    font-size: 16px;
    padding-inline: 22px;
  }
}
.header__link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #2082e0;
  bottom: -26px; /*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
  visibility: hidden; /*ホバー前に、アンダーラインを可視化しない*/
}
.header__link:hover::after {
  visibility: visible; /*ホバー後、アンダーラインを可視化する*/
}

.header__button {
  margin-left: 22px;
}
@media screen and (min-width: 768px) {
  .header__button {
    margin-left: 20px;
  }
}

.header__open {
  margin-top: 11px;
  margin-right: -6px;
}
@media screen and (min-width: 768px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 40px;
  height: 20px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 6px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background-color: #2082e0;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 0;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 11px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 20px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 142, 221, 0.9)), to(rgba(43, 198, 201, 0.9)));
  background: linear-gradient(180deg, rgba(34, 142, 221, 0.9) 0%, rgba(43, 198, 201, 0.9) 100%);
  z-index: 50;
  padding: 130px 123px 130px 125px;
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__image a img {
  display: block;
}

.drawer-content__menu {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
}

.drawer-content__link {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.fv__inner {
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    max-width: 1440px;
    padding-inline: 80px;
  }
}

.fv__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .fv__content-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 9.1071428571%;
    max-width: 1120px;
    margin-top: 31px;
    margin-left: auto;
    margin-right: auto;
  }
}

.fv__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__image img {
    width: 650px;
  }
}

.fv__content {
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .fv__content {
    margin-top: 66px;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    width: 368px;
    text-align: left;
  }
}

.fv__logo img {
  width: 250px;
}

.fv__lead {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .fv__lead {
    margin-top: 22px;
    font-size: 26px;
  }
}

.fv__description {
  margin-top: 20px;
  line-height: 200%;
  text-wrap: balance;
}
@media screen and (min-width: 768px) {
  .fv__description {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 22px;
  }
}

.fv__button {
  margin-top: 30px;
}

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

.news__inner {
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .news__inner {
    max-width: 1630px;
    padding-inline: 175px;
  }
}

.news__card {
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .news__card {
    gap: 24px;
  }
}

.news__lists {
  margin-top: 46px;
  min-width: 398px;
}
@media screen and (min-width: 768px) {
  .news__lists {
    margin-top: 60px;
    gap: 26px;
  }
}

.news__list {
  padding-top: 9px;
  padding-bottom: 10px;
  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: 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: 31px;
  }
}

.news-link__date {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  .news-link__date {
    min-width: 119px;
    font-size: 16px;
    white-space: nowrap;
  }
}

.news-link__title {
  margin-top: 7px;
  color: #111;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  .news-link__title {
    font-size: 16px;
  }
}

.news__link-buttons {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .news__link-buttons {
    margin-top: 26px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Pagination-Item-Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 36px;
  height: 36px;
  font-family: "Montserrat", sans-serif;
  border: solid 1px #707070;
  font-size: 18px;
  color: #707070;
  font-weight: 500;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.Pagination-Item-Link-Icon {
  width: 20px;
}

.Pagination-Item-Link.isActive {
  background: #228ddd;
  border: solid 1px #228ddd;
  color: #fff;
  pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover {
  background: #228ddd;
  border: solid 1px #228ddd;
  color: #fff;
}

.Pagination > * + * {
  margin-left: 20px;
}

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

.concept__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .concept__inner {
    max-width: 1380px;
    padding-inline: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .concept__inner {
    max-width: 1580px;
    padding-inline: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}

.concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .concept__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .concept__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
    max-width: 980px;
  }
}

.concept__image {
  margin: 0 auto;
  padding-inline: 39px;
  text-align: center;
  width: 310px;
}
@media screen and (min-width: 768px) {
  .concept__image {
    padding-inline: 0;
    width: 450px;
  }
}
.concept__image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .concept__message {
    width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .concept__message {
    width: 450px;
  }
}

.concept__title {
  color: #228ddd;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .concept__title {
    font-size: 26px;
  }
}

.concept__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
}

.concept__link {
  margin-top: 30px;
  margin-left: 42px;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .concept__link {
    margin-top: 36px;
    text-align: start;
    margin-left: 0;
  }
}
.casestudy {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .casestudy {
    padding-top: 100px;
  }
}

.casestudy__inner {
  min-width: 428px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .casestudy__inner {
    max-width: 1440px;
    padding-inline: 80px;
  }
}

.casestudy__title {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .casestudy__title {
    margin-left: 0;
  }
}

.casestudy__slider {
  margin-top: 50px;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .casestudy__slider {
    margin-top: 40px;
  }
}

.casestudy__swiper {
  padding-bottom: 42px;
  padding-right: 34px;
  padding-left: 34px;
}
@media screen and (min-width: 768px) {
  .casestudy__swiper {
    max-width: 1280px;
    padding-bottom: 57px;
    padding-left: 62px;
    padding-right: 738px;
  }
}

.swiper-slide {
  max-width: 320px;
}

.casestudy__card {
  border-radius: 4px;
  background: var(--ffffff, #fff);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .casestudy__card {
    max-width: 320px;
  }
}

.casestudy-card__image {
  text-align: center;
  width: 320px;
}
.casestudy-card__image img {
  width: 100%;
}

.casestudy-card__text {
  margin-top: 10px;
  padding-left: 10px;
}

.casestudy-card__title {
  margin-top: 14px;
  right: auto;
  color: #228ddd;
  font-size: 15px;
  font-weight: 700;
  line-height: 170%;
}

.casestudy-card__customers {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.casestudy-card__customer-company {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 170%;
}

.casestudy-card__customer-name {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 170%;
}

.casestudy-card__customer-jub {
  margin-top: 10px;
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
}

.casestudy__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  bottom: -19px !important;
}
.casestudy__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #e1e1e1;
  opacity: 1;
}
.casestudy__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2f7dc8;
}

.casestudy__prev,
.casestudy__next {
  width: 44px;
  height: 44px;
  margin-top: -33px;
}
@media screen and (min-width: 768px) {
  .casestudy__prev,
  .casestudy__next {
    margin-top: -41px;
  }
}
.casestudy__prev::after,
.casestudy__next::after {
  display: none;
}

.casestudy__prev {
  left: -9px;
  background: url(../img/prev.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .casestudy__prev {
    left: -1px;
  }
}

.casestudy__next {
  right: -10px;
  background: url(../img/next.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .casestudy__next {
    right: -1px;
  }
}

.casestudy__link {
  margin-top: 42px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .casestudy__link {
    margin-top: 38px;
  }
}

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

.price__inner {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .price__inner {
    max-width: 1602px;
    padding-inline: 161px;
  }
}

.price__cards {
  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: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .price__cards {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7px;
  }
}
@media screen and (min-width: 1280px) {
  .price__cards {
    gap: 29px;
  }
}

.price__card {
  border-radius: 10px;
  border: 0px solid #707070;
  background: #fff;
  padding: 27px 20px;
}

.price__plan {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price__plan-name {
  color: #2392db;
  font-size: 20px;
  font-weight: 700;
}

.price__plan-price {
  color: #2392db;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 3.6px;
}

.price-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
}

.price__plan-price-month,
.price__plan-price-yen {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
}

.price__content {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.price__table {
  width: 260px;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .price__table {
    width: 200px;
    margin-top: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .price__table {
    width: 260px;
  }
}
.price__table th,
.price__table td {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  height: 39px;
  vertical-align: middle;
}
.price__table th:nth-child(1),
.price__table td:nth-child(1) {
  padding-left: 12px;
  float: left;
}
.price__table th:nth-child(2),
.price__table td:nth-child(2) {
  padding-right: 12px;
  float: right;
}
.price__table th {
  padding-top: 6px;
  padding-bottom: 5px;
}
.price__table thead tr {
  border-bottom: 1px solid #c2c2c2;
}

.price__button {
  margin-top: 30px;
  text-align: center;
  text-wrap: nowrap;
}

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

.company__inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .company__inner {
    min-width: 1320px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .company__inner {
    min-width: 1660px;
    padding-inline: 190px;
  }
}

.casestudy__title {
  margin-left: 14px;
}
@media screen and (min-width: 768px) {
  .casestudy__title {
    margin-left: 0;
  }
}

.company__tab-contents {
  margin-top: 65px;
  min-width: 398px;
  height: 512px;
  border: 2px solid #2392db;
  background: #fff;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .company__tab-contents {
    max-width: 760px;
  }
}
@media screen and (min-width: 1280px) {
  .company__tab-contents {
    margin-top: 80px;
    padding-bottom: 97px;
    max-width: 900px;
    height: 470px;
  }
}

.company__tab-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.tab-menu {
  position: relative;
  display: inline-block;
  top: -23px;
  padding-left: 29px;
  padding-right: 29px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 122px;
  background: #fff;
  color: #2392db;
  -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
@media screen and (min-width: 768px) {
  .tab-menu {
    width: 200px;
    top: -40px;
    padding-top: 26px;
    padding-bottom: 27px;
    padding-left: 80px;
    padding-right: 56px;
  }
}
.tab-menu::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-bottom: solid 2px #2392db;
  border-right: solid 2px #2392db;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .tab-menu::before {
    width: 8px;
    height: 8px;
    left: 56px;
  }
}
.tab-menu.show {
  background: #2392db;
  color: #fff;
}
.tab-menu.show::before {
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}

.tab-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.profile-tab__inner {
  padding: 11px 39px 46px 39px;
}
@media screen and (min-width: 768px) {
  .profile-tab__inner {
    padding-top: 7px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 97px;
  }
}

.profile__head {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .profile__head {
    gap: 0px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__head {
    gap: 17px;
    margin-bottom: 40px;
  }
}

.profile__title {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 170%;
}

.profile__text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.profile__table {
  min-width: 320px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .profile__table {
    max-width: 790px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__table {
    display: none;
  }
}

.profile__table-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .profile__table-pc {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .profile__table-pc {
    display: block;
    max-width: 800px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
}

.profile__th,
.profile__td {
  padding-top: 13px;
  padding-bottom: 12px;
  min-width: 160px;
  vertical-align: middle;
}
.profile__th:nth-child(1),
.profile__td:nth-child(1) {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  border: 1px solid #dbdbdb;
  background: #f2f2f2;
}
.profile__th:nth-child(2),
.profile__td:nth-child(2) {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  padding-left: 10px;
  text-align: left;
  border: 1px solid #dbdbdb;
  background: #fff;
}

.profile__th-pc,
.profile__td-pc {
  padding-top: 12px;
  padding-bottom: 13px;
  min-width: 200px;
}
.profile__th-pc:nth-child(1), .profile__th-pc:nth-child(3),
.profile__td-pc:nth-child(1),
.profile__td-pc:nth-child(3) {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  border: 1px solid #dbdbdb;
  background: #f2f2f2;
}
.profile__th-pc:nth-child(2), .profile__th-pc:nth-child(4),
.profile__td-pc:nth-child(2),
.profile__td-pc:nth-child(4) {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  padding-left: 10px;
  text-align: left;
  border: 1px solid #dbdbdb;
  background: #fff;
}

.profile__td-pc {
  padding-left: 24px;
}

.profile__th {
  text-align: center;
}

.history-tab__inner {
  padding-top: 1px;
  padding-left: 47px;
}
@media screen and (min-width: 768px) {
  .history-tab__inner {
    padding-top: 0;
    padding-left: 375px;
    padding-bottom: 30px;
  }
}

.history__year {
  color: #2392db;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
}

.history__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.history__lists {
  float: left;
}

.history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  margin-bottom: 16px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .history__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 18px;
  }
}

.history-icon {
  position: relative;
}
.history-icon::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 8px;
  left: -17px;
  width: 9px;
  height: 9px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #2bcbc6;
}

.admit-tab__inner {
  padding: 9px 29px;
}
@media screen and (min-width: 768px) {
  .admit-tab__inner {
    padding: 0 150px;
  }
}

.admit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .admit__content {
    gap: 13px;
  }
}

.admit__title {
  color: #2392db;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
}

.admit__text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.tab-contents {
  display: none;
}
.tab-contents.show {
  display: block;
}

.cv {
  background: -webkit-gradient(linear, left top, right top, from(#2390dc), to(#2bc8c8));
  background: linear-gradient(90deg, #2390dc 0%, #2bc8c8 100%);
  padding-top: 63px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .cv {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.cv__content {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.cv__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 2.6px;
}

.cv__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 1.6px;
}

.cv__button {
  margin-top: 15px;
  text-align: center;
}

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

.blob__inner {
  padding-left: 30px;
  padding-right: 38px;
}
@media screen and (min-width: 768px) {
  .blob__inner {
    min-width: 1374px;
    padding-inline: 47px;
  }
}
@media screen and (min-width: 900px) {
  .blob__inner {
    max-width: 1440px;
    padding-inline: 80px;
  }
}

@media screen and (min-width: 768px) {
  .blog__title {
    margin-left: 34px;
  }
}
@media screen and (min-width: 1280px) {
  .blog__title {
    margin-left: 0;
  }
}

.blog__boxs {
  margin: 0 auto;
  margin-top: 46px;
  width: 360px;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .blog__boxs {
    margin: 0;
    margin-top: 62px;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .blog__boxs {
    margin-top: 41px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog__box {
  padding: 10px 15px 16px 15px;
  width: 360px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 5px 7px 34px 0px #f1f1f1;
          box-shadow: 5px 7px 34px 0px #f1f1f1;
}

.blog-box__image {
  text-align: center;
  position: relative;
}
.blog-box__image img {
  width: 100%;
}

.blog-box__label {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  background: #2392db;
  padding: 2px 22px;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

.blog-box__body {
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 900px) {
  .blog-box__body {
    margin-top: 5px;
  }
}

.blog__box-title {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 170%;
}

.blog__text {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 170%;
}

.blog__button {
  margin-top: 44px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .blog__button {
    width: 740px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 900px) {
  .blog__button {
    width: 1120px;
  }
}
.seminar {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .seminar {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.seminar__inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .seminar__inner {
    max-width: 1380px;
    padding-inline: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .seminar__inner {
    max-width: 1480px;
    padding-inline: 100px;
  }
}

.seminar__title {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .seminar__title {
    margin: 0;
  }
}

.seminar__boxs {
  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: 36px;
}
@media screen and (min-width: 768px) {
  .seminar__boxs {
    margin-top: 38px;
    gap: 40px;
  }
}

.seminar__box {
  margin: 0 auto;
  padding: 24px 12px 30px 12px;
  width: 398px;
  border-radius: 6px;
  border: 0px solid #707070;
  -webkit-box-shadow: 5px 7px 34px 0px #f1f1f1;
          box-shadow: 5px 7px 34px 0px #f1f1f1;
}
@media screen and (min-width: 768px) {
  .seminar__box {
    width: 750px;
    height: 400px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 31px;
  }
}
@media screen and (min-width: 1280px) {
  .seminar__box {
    width: 1080px;
    height: 288px;
  }
}

.seminar-box__content {
  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;
}
@media screen and (min-width: 768px) {
  .seminar-box__content {
    gap: 14px;
  }
}

.seminar-box__image {
  width: 324px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .seminar-box__image {
    padding: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.seminar-box__image img {
  width: 100%;
}

.seminar-box__head {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .seminar-box__head {
    margin-top: 0;
  }
}

.seminar-box__label {
  padding: 6px 12px 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 2px;
  background: #2392db;
  text-align: center;
}

.seminar-box__date {
  color: #333;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}

.seminar-box__body {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  color: #333;
}

.seminar__box-title {
  font-size: 20px;
  font-weight: 700;
}

.seminar__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

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

.seminar__all-button {
  margin-top: 56px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .seminar__all-button {
    margin-top: 40px;
  }
}

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

.qa__inner {
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .qa__inner {
    max-width: 1760px;
    padding-inline: 240px;
  }
}

.qa__title {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 3.6px;
}

.qa__boxes {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .qa__boxes {
    margin-top: 40px;
    gap: 20px;
  }
}

.qa__box.is-open .qa-box__body {
  display: block;
}
.qa__box.is-open .qa-box__head::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.qa__box.is-open .qa-box__head::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.qa-box__head {
  border-radius: 10px;
  border: 0px solid #707070;
  background: #fff;
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 42px;
  width: 100%;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa-box__head {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 85px;
    padding-right: 55px;
  }
}
.qa-box__head::before {
  position: absolute;
  top: 50%;
  width: 20px;
  right: 10px;
  height: 2px;
  content: "";
  background-color: #2392db;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .qa-box__head::before {
    right: 14px;
  }
}
.qa-box__head::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 2px;
  content: "";
  background-color: #2392db;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .qa-box__head::after {
    right: 14px;
  }
}

.qa-box__head-icon {
  padding: 7px 15px 13px 14px;
  border-radius: 10px 0px 0px 10px;
  background: #238fdc;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .qa-box__head-icon {
    padding: 10px 25px 15px 25px;
  }
}

.qa-box__head-text {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (min-width: 768px) {
  .qa-box__head-text {
    font-size: 16px;
  }
}

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

.qa-box__a-text {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

.footer {
  padding-top: 46px;
  padding-bottom: 11px;
  background: -webkit-gradient(linear, left top, right top, from(#2390dc), to(#2bc8c8));
  background: linear-gradient(90deg, #2390dc 0%, #2bc8c8 100%);
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 58px;
  }
}

.fotter__inner {
  padding-inline: 84px;
}
@media screen and (min-width: 768px) {
  .fotter__inner {
    max-width: 1498px;
    padding-inline: 109px;
  }
}

.footer__wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__wraper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__wraper-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__logo {
  width: 160px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-top: 6px;
    margin-left: 0;
  }
}
.footer__logo img {
  width: 100%;
}

.footer__content {
  margin-top: 24px;
  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;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__content {
    margin-top: 16px;
    margin-left: 0;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.footer__address {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.footer__tel,
.footer__fax {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.footer__menu-items {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__menu-items {
    margin-top: 0;
    margin-left: 53px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    gap: 0;
  }
}

.foote__menu-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .foote__menu-item a {
    padding: 0 25px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .line-right {
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #fff;
    right: 0;
    top: 5px;
  }
}

.footer__sns_items {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__sns_items {
    margin-top: 0;
    margin-right: 0 auto;
    margin-left: 62px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer__sns-item {
  width: 30px;
}
.footer__sns-item img {
  width: 100%;
}

.footer__copylight {
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .footer__copylight {
    margin-top: 61px;
    text-align: center;
  }
}
.footer__copylight small {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.page-top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.6;
}
.page-top a {
  width: 60px;
  height: 60px;
  text-decoration: none;
}
.page-top a ::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f139";
  font-size: 50px;
  color: linear-gradient(90deg, #2188de 1.75%, #2bcbc6 97.75%);
}

.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);
}