@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/LINESeedJP_OTF_Th.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -webkit-tab-size: 4;
  tab-size: 4;
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  overflow-x: hidden;
  background-color: white;
  color: #1c2a55;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 820px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 821px) {
  .sp {
    display: none;
  }
}
.br_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

.br_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
}

#wrapper {
  width: 100%;
  overflow-x: hidden !important;
}

main {
  margin: 95px 0 0;
}

.fade-in {
  opacity: 0;
  transform: translateY(70px) scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-left {
  opacity: 0;
  transform: translateX(-70px) scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-right {
  opacity: 0;
  transform: translateX(70px) scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-top {
  opacity: 0;
  transform: translateY(-70px) scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-bottom {
  opacity: 0;
  transform: translateY(70px) scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.is-active {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.fade-500ms {
  animation-name: fade-500ms;
  animation-delay: 500ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fade-1s {
  animation-name: fade-1s;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade-1s {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-1500ms {
  animation-name: fade-1500ms;
  animation-delay: 1500ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade-1500ms {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-2s {
  animation-name: fade-2s;
  animation-delay: 2s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade-2s {
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fade_wrap {
  position: relative;
  margin: 0 auto;
}

.fademovie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fade_text_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fade_text_02 {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
}

.fade_text_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

.fade_click_inner {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 103%;
  height: 103%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}

.fade_image {
  position: absolute;
  top: 3.5%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 92%;
  height: 92%;
  z-index: 1;
  object-fit: cover;
}

.fade_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fade_click {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeStay {
  animation-name: fadeStayAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeStayAnime {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mainFrom01 {
  0%, 25% {
    transform: translateY(5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes mainFrom02 {
  0%, 25% {
    transform: translateY(0px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.font-thin {
  font-weight: 100;
}

.font-regular {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.font-exbold {
  font-weight: 800;
}

.ttl {
  margin: 40px 0;
}

.line {
  position: fixed;
  bottom: 5px;
  right: 0;
  width: 120px;
  z-index: 1000;
}

.main-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-bottom: 1.5em;
}
.main-video::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(50% + 1.5em);
  background: #ffd4ea;
  z-index: 1;
}
.main-video__player {
  width: calc(100% - 3em);
  border-radius: 20px 20px 50px 50px;
  object-fit: cover;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.main-video__text {
  position: absolute;
  z-index: 3;
  max-width: 200px;
  pointer-events: none;
}
.main-video__text--right {
  top: 50%;
  right: 0;
  transform: translateY(calc(-50% - 1.5em));
  max-width: 125px;
  animation: floatUpDown 4s ease-in-out infinite;
}
.main-video__text--left {
  bottom: 1.5em;
  left: 0;
  max-width: 200px;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(calc(-50% - 1.5em));
  }
  50% {
    transform: translateY(calc(-50% - 2em));
  }
  100% {
    transform: translateY(calc(-50% - 1.5em));
  }
}
.firstview {
  margin: 10px 0 0;
  padding: 0 10px;
}
.firstview_img {
  margin: 20px 0 30px;
  padding: 0 10px;
}

.apply__btn {
  width: 280px;
  margin: auto;
}

.recruit {
  position: relative;
  overflow: hidden;
  margin: 0 0 25px;
  padding: 75px 10px 140px;
  z-index: 0;
}
.recruit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
  background: #ffd4ea;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.course {
	width: 180px;
	margin: 25px auto 5px;
}
.model {
	margin: 5px auto;
}

.recruit__list {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-top: -30px;
}

.biginner {
  margin: 0 0 -25px;
}

.voice {
  overflow: hidden;
  position: relative;
  width: 120vw;
  left: -10vw;
  height: 800px;
  transform: rotate(-5deg);
  margin-bottom: -275px;
}
.voice ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  min-width: 558%;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  animation: scroll-horizontal 40s linear infinite;
}
@media screen and (max-width: 767px) {
  .voice ul {
    animation: scroll-horizontal 40s linear infinite;
  }
}
.voice ul li {
  flex: 0 0 auto;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .voice ul li {
    margin-right: 20px;
  }
}
.voice ul li img {
  width: 587px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .voice ul li img {
    width: 260px;
  }
}
.voice .ttl {
  position: fixed;
  top: 0;
  left: 56%;
  width: 250px;
  transform: translateX(-50%) rotate(5deg);
}

@keyframes scroll-horizontal {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(-50%);
  }
}
.faq {
  background-color: #f8f8f8;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
}
.faq__inner {
  padding: 50px 0 100px;
  max-width: 1600px;
  margin: 0 auto;
}
.faq__item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
  margin-bottom: 20px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  color: #1c2a55;
  font-size: 1.7rem;
  font-weight: 700;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.faq__question .faq__text {
  display: flex;
  align-items: center;
  text-align: left;
  flex: 1;
}
.faq__question .faq__text .faq__label {
  flex-shrink: 0;
  margin-right: 10px;
  color: #ff6bb8;
  font-size: 2.5rem;
}
.faq__question .faq__icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.faq__question .faq__icon i {
  font-size: 1.8rem;
  color: #ff6bb8;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  opacity: 0;
  font-size: 1.5rem;
  background: #fff;
  border-top: 1px solid #eee;
  transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
  line-height: 1.6;
}
.faq__answer .faq__label {
  color: #ff6bb8;
  margin-right: 10px;
  font-weight: bold;
  font-size: 2.2rem;
  flex-shrink: 0;
}
.faq__item.active .faq__answer {
  max-height: 500px;
  padding: 15px;
  opacity: 1;
}
.faq__item.active .faq__icon {
  transform: rotate(180deg);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}
.ttl {
  justify-content: center;
  display: flex;
}
.ttl img {
  width: 250px;
}

.support {
  background: #ffd4ea;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
}
.support__inner {
  padding: 100px 0 150px;
  max-width: 1600px;
  margin: 0 auto;
}
.support__title {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  color: #ff6bb8;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.support__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #1c2a55;
  border-radius: 9999px;
}
.support__image {
  width: 300px;
  margin: auto;
  padding: 40px 0 20px;
}
.support__image img {
  border-radius: 10px;
}
.support__text {
  line-height: 1.6;
	text-align: center;
}

.slider {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 20px;
  margin-top: -50px;
}
.slider__track {
  display: flex;
  transition: transform 0.5s ease;
}
.slider .support__item {
  min-height: 320px;
  flex: 0 0 100%;
  box-sizing: border-box;
  background-image: url("../images/support_item-bg.png");
  background-size: cover;
}
.slider__controls {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.slider__prev, .slider__next {
  background: none;
  border: none;
  padding: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.slider__prev img, .slider__next img {
  width: 100%;
  height: auto;
}
.slider__pagination {
  display: flex;
  gap: 10px;
}
.slider__pagination .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.3s;
}
.slider__pagination .dot.active {
  background: #ff6bb8;
}

.facility {
  padding: 0 0 50px;
}
.facility .image {
  width: 75%;
  margin: 0 auto 20px;
}

.image-overlay {
  padding: 0 50px 30px;
  display: flex;
  justify-content: center;
}
.image-overlay__container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px;
}
.image-overlay__main {
  display: block;
  width: 100%;
  height: auto;
}
.image-overlay__marker {
  position: absolute;
  width: 20%;
  height: auto;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s ease;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
}
.image-overlay__marker.is-active {
  opacity: 1;
  transform: scale(1);
}
.image-overlay .marker-1 {
  top: -6%;
  left: -7%;
  width: 40%;
}
.image-overlay .marker-2 {
  top: -7%;
  right: -7%;
  width: 30%;
}
.image-overlay .marker-3 {
  bottom: -20%;
  left: 28%;
  width: 28%;
}
.image-overlay .marker-4 {
  bottom: -52%;
  right: -6%;
  width: 43%;
}
.image-overlay .marker-5 {
  bottom: -49%;
  left: 2%;
  width: 23%;
}

.bar-chart {
  position: relative;
  padding: 0 20px 100px;
}
.bar-chart__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  list-style: none;
  height: 300px;
  border-left: 2px solid #eee;
  border-bottom: 2px solid #eee;
  position: relative;
  z-index: 1;
}
.bar-chart__item {
  width: 12%;
  background-color: #1e2b50;
  border-radius: 6px 6px 0 0;
  height: 0;
  align-self: flex-end;
  position: relative;
  transition: height 0.8s ease-out, transform 0.8s ease-out;
  transform: translateY(20px);
  opacity: 0;
}
.bar-chart__item.is-active {
  height: var(--height);
  transform: translateY(0);
  opacity: 1;
}
.bar-chart__item .label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 1.8rem;
  color: #f0ff00;
  line-height: 1.4;
  white-space: nowrap;
  pointer-events: none;
}
.bar-chart__item span {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: #1c2a55;
  font-weight: bold;
  white-space: nowrap;
}
.bar-chart__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.bar-chart__arrow img {
  position: absolute;
  top: 0.5%;
  left: 10%;
  width: 55%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}
.bar-chart__item:nth-child(1), .bar-chart__item:nth-child(5) {
  background-color: #ff6bb8;
}

.ask__inner {
  margin: -20px 0 0;
  text-align: center;
}
.ask .image {
  margin: 30px;
}

.marker-text {
  display: inline-block;
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  z-index: 1;
  text-align: center;
}
.marker-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 50%;
  background: #f0ff00;
  z-index: -1;
  transition: width 1.2s ease;
}
.marker-text.is-active::after {
  width: 100%;
}

.wave-container {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: white;
}

.wave-track {
  display: flex;
  width: 200%;
  animation: waveLoop 10s linear infinite;
}

.wave-track svg {
  width: 50%;
  height: 50px;
}

@keyframes waveLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.massage {
  margin: -16px 0 0;
  padding: 50px 0 130px;
  background-color: #ffd4ea;
}

.purun {
  -webkit-animation: purun 0.8s linear 0s 1;
  animation: purun 0.8s linear 0s 1;
}

@-webkit-keyframes purun {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 0.6rem 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  z-index: 1000;
}
.header__logo {
  margin-left: 10px;
  color: #ff6bb8;
  font-size: 3rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.header__logo img {
  height: 50px;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 10px;
  background-color: white;
  border: 1px solid #06c755;
  border-radius: 100vh;
  text-decoration: none;
  color: #06c755;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.3s;
}
.header__line:hover {
  background: #eee;
  transform: translateY(-2px);
}
.header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 10px;
  background-color: white;
  border: 1px solid #ff8ec9;
  border-radius: 100vh;
  text-decoration: none;
  color: #ff8ec9;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.3s;
}
.header__contact:hover {
  background: #eee;
  transform: translateY(-2px);
}
.header__menuBtn {
  width: 40px;
  height: 40px;
  background: #ff8ec9;
  background: linear-gradient(90deg, rgb(255, 142, 201) 0%, rgb(255, 107, 184) 100%);
  border-radius: 50%;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.header__menuBtn:hover {
  transform: scale(1.05);
}
.header__menuLine {
  display: block;
  width: 20px;
  height: 2px;
  background: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.header__menuLine:nth-child(1) {
  top: 13px;
}
.header__menuLine:nth-child(2) {
  top: 19px;
}
.header__menuLine:nth-child(3) {
  top: 25px;
}
.active .header__menuLine:nth-child(1) {
  transform: translate(-50%, 6px) rotate(45deg);
}
.active .header__menuLine:nth-child(2) {
  opacity: 0;
}
.active .header__menuLine:nth-child(3) {
  transform: translate(-50%, -6px) rotate(-45deg);
}

.footer {
  width: 100%;
  max-width: 1600px;
  padding: 50px 50px 20px;
  background-color: #ff6bb8;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 10px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0em;
  }
}

.nav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background: #ffbedf;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
  padding: 30px 20px;
  color: #1c2a55;
  overflow-y: auto;
  z-index: 999;
}
.nav.active {
  transform: translateY(0);
}
.nav.active .nav__title {
  animation: slideDownWithBounce 0.8s 0.2s ease-out forwards;
}
.nav.active .nav__item:nth-child(1) {
  animation: slideDownWithBounce 0.8s 0.26s ease-out forwards;
}
.nav.active .nav__item:nth-child(2) {
  animation: slideDownWithBounce 0.8s 0.32s ease-out forwards;
}
.nav.active .nav__item:nth-child(3) {
  animation: slideDownWithBounce 0.8s 0.38s ease-out forwards;
}
.nav.active .nav__item:nth-child(4) {
  animation: slideDownWithBounce 0.8s 0.44s ease-out forwards;
}
.nav.active .nav__item:nth-child(5) {
  animation: slideDownWithBounce 0.8s 0.5s ease-out forwards;
}
.nav.active .nav__item:nth-child(6) {
  animation: slideDownWithBounce 0.8s 0.56s ease-out forwards;
}
.nav.active .nav__item:nth-child(7) {
  animation: slideDownWithBounce 0.8s 0.62s ease-out forwards;
}
.nav.active .nav__item:nth-child(8) {
  animation: slideDownWithBounce 0.8s 0.68s ease-out forwards;
}
.nav.active .nav__item:nth-child(9) {
  animation: slideDownWithBounce 0.8s 0.74s ease-out forwards;
}
.nav.active .nav__phone {
  font-size: 2.5rem;
  animation: slideDownWithBounce 0.8s 0.94s ease-out forwards;
}
.nav.active .nav__hours {
  animation: slideDownWithBounce 0.8s 1.14s ease-out forwards;
}
.nav__title, .nav__item, .nav__phone, .nav__hours {
  opacity: 0;
  transform: translateY(-20px);
  font-weight: 700;
}
.nav__title {
  margin: 0 0 30px;
  text-align: center;
}
.nav__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .nav__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.nav__item {
  text-align: center;
  opacity: 0;
  transform: translateY(-20px);
}
.nav__item a {
  color: #1c2a55;
  text-decoration: none;
}
.nav__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto 10px;
}
.nav__icon img {
  width: 50px;
}
.nav__text {
  font-size: 1.4rem;
}
.nav__phone, .nav__hours {
  opacity: 0;
  transform: translateY(20px);
  text-align: center;
  margin: 10px 0;
}

@keyframes slideDownWithBounce {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  70% {
    transform: translateY(-4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

