@charset "UTF-8";
.fv {
  padding: 0 40px;
  padding-top: 371px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 37.3333333333vw 4vw 21.3333333333vw;
  }
}
.fv__inner {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .fv__inner {
    max-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .fv__inner {
    max-width: 100%;
  }
}
.fv__slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 87%;
}
.fv__slider .ashirai {
  position: absolute;
  right: 50px;
  bottom: -180px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv__slider .ashirai {
    right: 10px;
    bottom: -120%;
  }
}
.fv__slider .ashirai img {
  display: block;
  /* サイズは調整 */
  height: auto;
  animation: spin 20s linear infinite;
  /* 無限回転 */
}
@media screen and (max-width: 768px) {
  .fv__slider .ashirai img {
    width: 160px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fv__slider .swiper-slide img {
  width: 100%;
}
.fv__contents {
  position: relative;
  z-index: 2;
}
.fv__title {
  font-size: 63px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 9.6vw;
    margin-bottom: 4vw;
  }
}
.fv__en {
  margin-bottom: 60px;
  font-size: 25px;
  font-family: "Baskervville", serif;
}
@media screen and (max-width: 768px) {
  .fv__en {
    font-size: 3.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.fv__text {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 3.4666666667vw;
  }
}

.about {
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 13.3333333333vw 3.7333333333vw;
  }
}
.about__inner {
  max-width: 1020px;
  margin: 0 auto;
}
.about__box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__box {
    display: block;
    margin-top: 20px;
  }
}
.about__img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36%;
}
@media screen and (max-width: 768px) {
  .about__img {
    position: unset;
    width: 80%;
    margin: 0 auto;
    transform: translate(0);
  }
}
.about__img img {
  width: 100%;
  height: auto;
}
.about__contents {
  margin-left: auto;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .about__contents {
    width: 100%;
  }
}
.about__contents h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__contents h3 {
    padding-left: 25px;
    font-size: 4.5333333333vw;
  }
}
.about__contents h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  display: block;
  background: #939393;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .about__contents h3::before {
    width: 8px;
    height: 8px;
  }
}
.about__contents p {
  font-size: 17px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about__contents p {
    font-size: 3.2vw;
  }
}
.about__contents p span {
  display: inline;
  line-height: 1;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #e4eae9 40%);
}
@media screen and (max-width: 768px) {
  .about__contents p span {
    font-size: 3.7333333333vw;
  }
}
.about__box02 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .about__box02 {
    margin-top: 10.6666666667vw;
  }
}
.about__box02 .about__contents {
  margin-left: 0;
  margin-right: auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .about__box02 .about__contents {
    width: 100%;
  }
}
.about__box02 .about__img {
  left: unset;
  right: 0;
}

.reason {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 13.3333333333vw 3.7333333333vw;
  }
}
.reason__inner {
  max-width: 1020px;
  margin: 0 auto;
}
.reason__logo {
  max-width: 500px;
  margin: 0 auto 85px;
}
@media screen and (max-width: 768px) {
  .reason__logo {
    max-width: 300px;
    margin: 0 auto 13.3333333333vw;
  }
}
.reason__title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 50px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .reason__title {
    font-size: 4vw;
    margin-bottom: 5.8666666667vw;
  }
}
.reason__text {
  font-size: 17px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .reason__text {
    font-size: 3.2vw;
  }
}
.reason__text span {
  font-size: 19px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .reason__text span {
    font-size: 3.7333333333vw;
  }
}
.reason__text span {
  display: inline;
  line-height: 1;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #e4eae9 40%);
}

.service {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 13.3333333333vw 3.7333333333vw 26.6666666667vw;
  }
}
.service__inner {
  max-width: 1020px;
  margin: 0 auto;
}
.service__main {
  margin-top: 50px;
  padding-left: 80px;
  position: relative;
  margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .service__main {
    padding: 0;
    margin-bottom: 14.6666666667vw;
  }
}
.service__main .more {
  position: absolute;
  top: 60%;
  left: 55%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .service__main .more {
    display: none;
  }
}
.service__contents h3 {
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service__contents h3 {
    font-size: 3.7333333333vw;
  }
}
.service__contents p {
  line-height: 2;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .service__contents p {
    font-size: 3.2vw;
  }
}
.service__contents p span {
  display: inline;
  line-height: 1;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #e4eae9 40%);
}

.more {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding-right: 110px;
  background: url(../img/top/arrow_right.webp) no-repeat;
  background-size: 90px;
  background-position: 96%;
  font-size: 30px;
  font-family: "Baskervville", serif;
  color: #414141;
  letter-spacing: 0.1em;
  transition: 0.3s ease;
}
.more:hover {
  background-position: 100%;
}

.link__section {
  display: flex;
}
@media screen and (max-width: 768px) {
  .link__section {
    display: block;
  }
}

.link__item {
  width: 50%;
  aspect-ratio: 1.7;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.link__item .more {
  font-size: 15px;
  width: 360px;
  max-width: 50%;
  padding: 15px 20px;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 25px;
  position: relative;
  background-image: none;
  background-color: #aaaaaa;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .link__item .more {
    width: 265px;
    max-width: 100%;
    font-size: 2.9333333333vw;
    padding: 10px 20px;
  }
}
.link__item .more::after {
  content: "";
  width: 60px;
  height: 20px;
  position: absolute;
  right: -30px;
  top: 25%;
  display: block;
  background: url(../img/top/arrow_right.webp) no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .link__item .more::after {
    top: 20%;
    right: -20px;
    width: 50px;
    height: 15px;
  }
}
.link__item .more:hover::after {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .link__item {
    width: 100%;
    aspect-ratio: 1.2;
    padding: 5.3333333333vw;
  }
}
.link__item.planner {
  background: url(../img/top/bg-planner.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.link__item.client {
  background: url(../img/top/bg-client.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.link__item h3 {
  font-size: 41px;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: "Baskervville", serif;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .link__item h3 {
    font-size: 9.6vw;
  }
}
.link__item p {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .link__item p {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .link__item p {
    margin-bottom: 6.6666666667vw;
  }
}

.company {
  margin: 80px auto;
  padding: 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company {
    margin: 8vw auto 0;
    padding: 0 3.7333333333vw 10.6666666667vw;
  }
}
.company__inner {
  max-width: 1200px;
  padding: 250px 40px;
  margin: 0 auto;
  background: url(../img/top/bg-company.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.company__inner .ashirai {
  /* 枠外非表示 */
  width: 100%;
  position: absolute;
  bottom: -5px;
}
@media screen and (max-width: 768px) {
  .company__inner .ashirai {
    bottom: -40px;
  }
}
.company__inner .ashirai__wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  /* 中身のサイズ分だけ広がる */
  animation: loop 90s linear infinite;
  /* 無限アニメーション */
}
@media screen and (max-width: 768px) {
  .company__inner .ashirai__wrap {
    animation: loop 70s linear infinite;
  }
}
.company__inner .ashirai__wrap img {
  flex-shrink: 0;
  width: auto;
  height: 120px;
  /* 高さ調整 */
  margin-right: 10rem;
  /* 間隔 */
}
@media screen and (max-width: 768px) {
  .company__inner .ashirai__wrap img {
    height: 70px;
  }
}
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1320px) {
  .company__inner {
    padding: 180px 20px;
  }
}
@media screen and (max-width: 768px) {
  .company__inner {
    padding: 20vw 5.3333333333vw 61.3333333333vw;
    background: url(../img/top/bg-company-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.company__contents {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 1320px) {
  .company__contents {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .company__contents {
    width: 100%;
  }
}
.company__contents .more {
  font-size: 19px;
  margin: 0 auto;
  margin-top: 60px;
  background-size: 60px;
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .company__contents .more {
    font-size: 4vw;
  }
}

/* ローディング全体 */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  /* 背景色 */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 1s ease;
}

/* ローディングロゴ */
.loading__logo img {
  width: 350px;
  height: auto;
  animation: fadein 1.2s ease;
}
@media screen and (max-width: 768px) {
  .loading__logo img {
    width: 240px;
  }
}

/* フェードイン・アウトの点滅 */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 読み込み完了後の非表示 */
.loading.hidden {
  opacity: 0;
}

.loading.none {
  visibility: hidden;
}

.blur {
  filter: blur(10px);
  opacity: 0;
  transition: all 0.5s 0.2s ease;
}

@media screen and (max-width: 768px) {
  .blur {
    transition: all 0.5s 0.2s ease;
  }
}
.blur.scrollin {
  opacity: 1;
  filter: blur(0);
}/*# sourceMappingURL=top.css.map */