@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes ratotion {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.top-mv {
  width: 91.5080527086%;
  aspect-ratio: 2500/1520;
  border-radius: 30px;
  background-image: url(../../img/top-mv.webp);
  background-size: cover;
  background-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .top-mv {
    margin-top: 0;
    width: calc(100% - 50px);
    aspect-ratio: 680/1520;
    background-image: url(../../img/top-mv-sp.webp);
  }
}
.top-mv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  transition: 1s;
}
.top-mv.is_show:before {
  opacity: 0;
}
.top-mv--deco {
  width: 22.4%;
  aspect-ratio: 560/400;
  background-image: url(../../img/top-mv-deco.webp);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -7.8947368421%;
  left: -2.16%;
}
@media (max-width: 428px) {
  .top-mv--deco {
    width: 41.1764705882%;
    bottom: -3.9473684211%;
    left: -6.4705882353%;
  }
}

.top-mv_ttl {
  width: 24%;
  position: absolute;
  left: 3.2%;
  bottom: 19.2105263158%;
  opacity: 0;
  transition: 1s;
  transition-delay: 0.2s;
  transform: translateY(20px);
}
@media (max-width: 428px) {
  .top-mv_ttl {
    width: 27.6470588235%;
    position: absolute;
    left: 50%;
    bottom: calc(50% - 20px);
    transform: translate(-50%, 50%);
  }
}
.is_show .top-mv_ttl {
  opacity: 1;
  transform: none;
}
@media (max-width: 428px) {
  .is_show .top-mv_ttl {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
}
.top-mv_ttl--img {
  display: block;
  width: 100%;
}

.top-intro {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media (max-width: 428px) {
  .top-intro {
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
  }
}

.top-intro_ttl {
  font-size: 26px;
  line-height: 1.75;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
@media (max-width: 428px) {
  .top-intro_ttl {
    writing-mode: horizontal-tb;
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 0.15em;
  }
}

.top-intro_desc {
  margin-top: 45px;
  font-size: 18px;
  line-height: 2.7777777778;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  margin-right: 55px;
}
@media (max-width: 428px) {
  .top-intro_desc {
    writing-mode: horizontal-tb;
    line-height: 2.2222222222;
    letter-spacing: 0.1em;
    margin-right: 0;
    margin-top: 40px;
  }
}

.top-about {
  padding-top: 54px;
  padding-bottom: 170px;
  position: relative;
}
@media (max-width: 428px) {
  .top-about {
    padding-top: 80px;
    padding-bottom: 230px;
  }
}
.top-about:before {
  content: "";
  display: block;
  width: 460px;
  aspect-ratio: 920/280;
  background-image: url(../../img/top-about.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  bottom: 40px;
  right: 78px;
}
@media (max-width: 428px) {
  .top-about:before {
    width: 230px;
    bottom: 85px;
    right: 50%;
    transform: translateX(50%);
  }
}
.top-about--wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media (max-width: 428px) {
  .top-about--wrap {
    display: block;
  }
}
.top-about--link {
  transform: translateX(-40px);
  margin-top: 80px;
  margin: 80px 0 0 0;
}
@media (max-width: 428px) {
  .top-about--link {
    transform: none;
    margin: 72px auto 0;
  }
}

.top-about_ttl {
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  color: #1a4062;
}
@media (max-width: 428px) {
  .top-about_ttl {
    font-size: 26px;
    line-height: 1.75;
    writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
  }
}

.top-about_desc {
  margin-top: 45px;
  font-size: 26px;
  line-height: 1.75;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  margin-right: 50px;
}
@media (max-width: 428px) {
  .top-about_desc {
    font-size: 24px;
    writing-mode: horizontal-tb;
    line-height: 1.75;
    letter-spacing: 0.15em;
    margin-right: 0;
    margin-top: 50px;
  }
}

.top-about_note {
  margin-top: 98px;
  font-size: 18px;
  line-height: 2.7777777778;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  margin-right: 80px;
}
@media (max-width: 428px) {
  .top-about_note {
    writing-mode: horizontal-tb;
    line-height: 2.2222222222;
    letter-spacing: 0.1em;
    margin-right: 0;
    margin-top: 60px;
  }
}

.top-remedy--inner {
  padding-top: 80px;
  padding-bottom: 130px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media (max-width: 428px) {
  .top-remedy--inner {
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.top-remedy--sub_ttl {
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  color: #1a4062;
}
@media (max-width: 428px) {
  .top-remedy--sub_ttl {
    font-size: 26px;
    line-height: 1.75;
    writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
  }
}
.top-remedy--desc {
  margin-top: 45px;
  font-size: 26px;
  line-height: 1.75;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  margin-right: 50px;
}
@media (max-width: 428px) {
  .top-remedy--desc {
    font-size: 24px;
    writing-mode: horizontal-tb;
    line-height: 1.75;
    letter-spacing: 0.15em;
    margin-right: 0;
    margin-top: 50px;
  }
}
.top-remedy--desc:first-of-type {
  margin-right: 80px;
}
@media (max-width: 428px) {
  .top-remedy--desc:first-of-type {
    margin-right: 0;
  }
}

.top-remedy_ttl {
  width: 89.3118594436%;
  min-width: 1080px;
  aspect-ratio: 1220/660;
  background-image: url(../../img/top-remedy-ttl.webp);
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 0 30px 30px 0;
  position: relative;
}
@media (max-width: 428px) {
  .top-remedy_ttl {
    width: calc(100% - 25px);
    min-width: 0;
    aspect-ratio: 365/560;
    background-image: url(../../img/top-remedy-ttl-sp.webp);
  }
}
.top-remedy_ttl--txt {
  width: 11.5573770492%;
  aspect-ratio: 141/392;
  position: absolute;
  top: 6.0606060606%;
  right: 3.2786885246%;
}
@media (max-width: 428px) {
  .top-remedy_ttl--txt {
    width: 26.0273972603%;
    top: 5.3571428571%;
    right: 7.397260274%;
  }
}
.top-remedy_ttl--img {
  display: block;
  width: 100%;
}

.top-nav {
  background-color: #f9ffdc;
}
.top-nav--inner {
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
}
@media (max-width: 428px) {
  .top-nav--inner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.top-nav--inner:before {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 160/240;
  background-image: url(../../img/icon/icon-shimeji.webp);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -103px;
}
@media (max-width: 428px) {
  .top-nav--inner:before {
    width: 54px;
    left: 0;
  }
}

.top-nav_list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .top-nav_list {
    display: block;
    margin-top: 75px;
  }
}
.top-nav_list--item {
  width: 330px;
}
@media (max-width: 428px) {
  .top-nav_list--item {
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
  }
}
@media (max-width: 428px) {
  .top-nav_list--item:first-of-type {
    margin-top: 0;
  }
}
.top-nav_list--item:first-of-type .top-nav_list--wrap:before {
  background-image: url(../../img/top-nav-list-wrap01.webp);
}
.top-nav_list--item:nth-of-type(2) .top-nav_list--wrap:before {
  background-image: url(../../img/top-nav-list-wrap02.webp);
}
.top-nav_list--item:last-of-type .top-nav_list--wrap:before {
  background-image: url(../../img/top-nav-list-wrap03.webp);
}
.top-nav_list--wrap {
  background-color: #fff;
  width: 100%;
  height: 460px;
  border-radius: 20px;
  padding: 40px 35px;
  box-sizing: border-box;
}
.top-nav_list--wrap:before {
  content: "";
  display: block;
  width: 260px;
  aspect-ratio: 260/190;
  background-size: cover;
  background-position: 50% 50%;
  width: 260px;
  aspect-ratio: 520/380;
  border-radius: 10px;
  margin: 0 auto 25px;
}
.top-nav_list--ttl {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.top-nav_list--desc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
.top-nav_list--btn {
  width: 250px;
  margin-top: -28px;
}
.top-nav_list--btn:after {
  right: 15px;
}
.top-nav_list--btn:hover:after {
  right: 10px;
}
.top-nav_list--link {
  font-size: 18px;
  line-height: 1.8333333333;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  text-decoration: underline;
  letter-spacing: 0.05em;
}
.top-nav_list--link-contact {
  color: #accd0d;
}
.top-nav_list--link-service {
  color: #03cbc9;
}
.top-nav_list--link-about {
  color: #ff9914;
}
.top-nav_list--link:hover {
  transform: translateY(-2px);
}
@media (max-width: 428px) {
  .top-nav_list--link:hover {
    transform: translateY(0);
  }
}

.top-voice {
  padding-top: 120px;
  padding-bottom: 130px;
}
@media (max-width: 428px) {
  .top-voice {
    padding-top: 70px;
  }
}
.top-voice--btn {
  margin-top: 100px;
}
@media (max-width: 428px) {
  .top-voice--btn {
    margin-top: 60px;
  }
}

.top-voice_list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .top-voice_list {
    margin-top: 280px;
    display: block;
  }
}
.top-voice_list--item {
  width: 526px;
  position: relative;
}
@media (max-width: 428px) {
  .top-voice_list--item {
    width: 100%;
    margin-top: 230px;
  }
}
.top-voice_list--item:before {
  content: "";
  display: block;
  width: 200px;
  aspect-ratio: 200/200;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 428px) {
  .top-voice_list--item:before {
    top: -190px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 428px) {
  .top-voice_list--item:first-of-type {
    margin-top: 0;
  }
}
.top-voice_list--item:first-of-type:before {
  background-image: url(../../img/top-voice-list-item01.webp);
  left: 0;
}
@media (max-width: 428px) {
  .top-voice_list--item:first-of-type:before {
    left: 50%;
  }
}
.top-voice_list--item:first-of-type .top-voice_list--wrap {
  margin-left: auto;
  padding-left: 100px;
}
@media (max-width: 428px) {
  .top-voice_list--item:first-of-type .top-voice_list--wrap {
    padding-left: 0;
  }
}
.top-voice_list--item:first-of-type .top-voice_list--comment {
  color: #accd0d;
}
.top-voice_list--item:nth-of-type(2):before {
  background-image: url(../../img/top-voice-list-item02.webp);
  left: 0;
}
@media (max-width: 428px) {
  .top-voice_list--item:nth-of-type(2):before {
    left: 50%;
  }
}
.top-voice_list--item:nth-of-type(2) .top-voice_list--wrap {
  margin-left: auto;
  padding-left: 100px;
}
@media (max-width: 428px) {
  .top-voice_list--item:nth-of-type(2) .top-voice_list--wrap {
    padding-left: 0;
  }
}
.top-voice_list--item:nth-of-type(2) .top-voice_list--comment {
  color: #ff9914;
}
.top-voice_list--item:nth-of-type(3) {
  margin-top: 80px;
}
@media (max-width: 428px) {
  .top-voice_list--item:nth-of-type(3) {
    margin-top: 230px;
  }
}
.top-voice_list--item:nth-of-type(3):before {
  background-image: url(../../img/top-voice-list-item03.webp);
  right: 0;
}
@media (max-width: 428px) {
  .top-voice_list--item:nth-of-type(3):before {
    right: auto;
    left: 50%;
  }
}
.top-voice_list--item:nth-of-type(3) .top-voice_list--wrap {
  padding-right: 100px;
}
@media (max-width: 428px) {
  .top-voice_list--item:nth-of-type(3) .top-voice_list--wrap {
    padding-right: 0;
  }
}
.top-voice_list--item:nth-of-type(3) .top-voice_list--comment {
  color: #03cbc9;
}
.top-voice_list--item:last-of-type {
  margin-top: 80px;
}
@media (max-width: 428px) {
  .top-voice_list--item:last-of-type {
    margin-top: 230px;
  }
}
.top-voice_list--item:last-of-type:before {
  background-image: url(../../img/top-voice-list-item04.webp);
  right: 0;
}
@media (max-width: 428px) {
  .top-voice_list--item:last-of-type:before {
    right: auto;
    left: 50%;
  }
}
.top-voice_list--item:last-of-type .top-voice_list--wrap {
  padding-right: 100px;
}
@media (max-width: 428px) {
  .top-voice_list--item:last-of-type .top-voice_list--wrap {
    padding-right: 0;
  }
}
.top-voice_list--item:last-of-type .top-voice_list--comment {
  color: #ff7db0;
}
.top-voice_list--wrap {
  width: 420px;
  height: 160px;
  background-color: #f9ffdc;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .top-voice_list--wrap {
    width: 100%;
  }
}
.top-voice_list--comment {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.top-voice_list--person {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  margin-top: 10px;
  text-align: center;
}

/*# sourceMappingURL=top.css.map */
