/**
 * About Page Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
/**
 * Common First View Section
 *
 * @package TouwaNew
 */
.common-fv-section {
  position: relative;
  width: 100%;
  overflow: visible;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .common-fv-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.common-fv-section .common-fv-image {
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
.common-fv-section .common-fv-image img {
  width: 86%;
  aspect-ratio: 14/5;
  object-fit: cover;
  object-position: right center;
}
.common-fv-section .common-fv-image .common-fv-image-pc {
  display: block;
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-image .common-fv-image-pc {
    display: none;
  }
}
.common-fv-section .common-fv-image .common-fv-image-sp {
  display: none;
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-image .common-fv-image-sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-image {
    justify-content: center;
  }
  .common-fv-section .common-fv-image img {
    width: 100%;
    aspect-ratio: auto;
    object-position: center;
  }
}
.common-fv-section .common-fv-bg {
  background-color: #0370b0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 0, 73% 100%, 0 100%);
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-bg {
    clip-path: none;
  }
}
.common-fv-section .common-fv-content {
  position: relative;
  z-index: 2;
  padding: 20px 0 calc(1em + 10px) 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1280px) {
  .common-fv-section .common-fv-content {
    padding-left: 14%;
  }
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-content {
    padding: 20px 20px;
    background-color: #0370b0;
  }
}
.common-fv-section .common-fv-content .common-fv-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(48px, 48px + 8 * (100vw - 769px) / 1151, 56px);
  color: #fff;
  line-height: 1.4;
  margin: 0 0 12px 0;
  max-width: 65%;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-content .common-fv-title {
    font-size: clamp(24px, 24px + 4 * (100vw - 350px) / 418, 28px);
    margin: 0 0 8px 0;
    max-width: 100%;
  }
}
.common-fv-section .common-fv-content .common-fv-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 20px + 4 * (100vw - 769px) / 1151, 24px);
  color: #fff;
  margin: 0;
  line-height: 140%;
  max-width: 60%;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.common-fv-section .common-fv-content .common-fv-description .sp-only {
  display: none;
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-content .common-fv-description .sp-only {
    display: inline;
  }
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-content .common-fv-description {
    font-size: clamp(16px, 16px + 2 * (100vw - 350px) / 418, 18px);
    max-width: 100%;
  }
}

.page-about .about-content {
  padding: 0 0 160px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .page-about .about-content {
    padding: 40px 0;
    padding-left: 0;
  }
}
.page-about .about-content-inner {
  max-width: 1680px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .page-about .about-content-inner {
    max-width: none;
    margin-left: 0;
    padding: 0 20px;
  }
}
.page-about .about-content-pc {
  display: flex;
  align-items: flex-start;
  gap: clamp(15px, 15px + 45 * (100vw - 769px) / 1151, 60px);
}
@media (max-width: 768px) {
  .page-about .about-content-pc {
    display: none;
  }
}
.page-about .about-content-pc .about-content-text {
  flex: 1;
  min-width: 0;
}
.page-about .about-content-pc .about-content-image {
  width: 58%;
  min-width: 0;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .page-about .about-content-pc .about-content-image {
    width: 53%;
  }
}
.page-about .about-content-pc .about-content-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-about .about-content-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #0370B0;
  margin: 0 0 20px;
}
.page-about .about-content-desc {
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #222222;
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 20px;
}
.page-about .about-content-circles {
  display: flex;
  gap: 20px;
}
@media (max-width: 1280px) {
  .page-about .about-content-circles {
    width: 80vw;
  }
}
.page-about .circle-item {
  width: 180px;
  height: 180px;
  aspect-ratio: 1/1;
  border: 2px solid #0370B0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
.page-about .circle-title {
  font-weight: bold;
  color: #0370B0;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 24px;
}
.page-about .circle-desc {
  color: #0370B0;
  line-height: 1.4;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0%;
}
.page-about .about-content-sp {
  display: none;
}
@media (max-width: 768px) {
  .page-about .about-content-sp {
    display: block;
  }
}
.page-about .about-content-sp .about-content-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0%;
}
.page-about .about-content-sp .about-content-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
.page-about .about-content-sp .about-content-circles {
  position: relative;
  height: 280px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}
.page-about .about-content-sp .circle-item {
  position: absolute;
  width: 162px;
  height: 162px;
  aspect-ratio: 1/1;
  background-color: transparent;
}
.page-about .about-content-sp .circle-item:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-93%);
}
.page-about .about-content-sp .circle-item:nth-child(2) {
  top: 0;
  left: 50%;
  transform: translateX(-7%);
}
.page-about .about-content-sp .circle-item:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-about .about-content-sp .circle-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 5px;
}
.page-about .about-content-sp .circle-desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0%;
  text-align: center;
}
.page-about .about-content-sp .about-content-image img {
  width: 100%;
  height: auto;
  display: block;
}

.page-about .about-system {
  background-color: #0370B0;
  padding: 80px 0;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .page-about .about-system {
    padding: 40px 0;
    padding-right: 0;
  }
}
.page-about .about-system-inner {
  max-width: 1680px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .page-about .about-system-inner {
    max-width: none;
    margin-right: 0;
    padding: 0 20px;
  }
}
.page-about .about-system-top-pc {
  display: flex;
  gap: clamp(15px, 15px + 45 * (100vw - 769px) / 1151, 60px);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .page-about .about-system-top-pc {
    display: none;
  }
}
.page-about .about-system-top-pc .about-system-image {
  width: 58%;
  min-width: 0;
  flex-shrink: 0;
  margin-top: -200px;
}
@media (max-width: 1280px) {
  .page-about .about-system-top-pc .about-system-image {
    width: 53%;
  }
}
.page-about .about-system-top-pc .about-system-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-about .about-system-top-pc .about-system-text {
  flex: 1;
  min-width: 0;
  color: #fff;
}
.page-about .about-system-top-sp {
  display: none;
}
@media (max-width: 768px) {
  .page-about .about-system-top-sp {
    display: block;
    margin-bottom: 40px;
  }
}
.page-about .about-system-top-sp .about-system-header {
  color: #fff;
  margin-bottom: 30px;
}
.page-about .about-system-top-sp .about-system-image {
  margin-bottom: 30px;
  margin-left: -20px;
  width: calc(100% + 20px);
}
.page-about .about-system-top-sp .about-system-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-about .about-system-top-sp .about-system-items {
  color: #fff;
}
.page-about .about-system-subtitle {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  .page-about .about-system-subtitle {
    font-size: 16px;
  }
}
.page-about .about-system-title {
  font-weight: 600;
  font-size: 65px;
  line-height: 1.2;
  letter-spacing: 0%;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .page-about .about-system-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.page-about .about-system-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 768px) {
  .page-about .about-system-items {
    gap: 15px;
  }
}
.page-about .about-system-item {
  border-top: 1px solid white;
  padding-top: 20px;
}
.page-about .about-system-item:first-child {
  border-top: none;
  padding-top: 0;
}
.page-about .about-system-item .item-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .page-about .about-system-item .item-title {
    font-size: 18px;
  }
}
.page-about .about-system-item .item-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (max-width: 768px) {
  .page-about .about-system-item .item-desc {
    font-size: 13px;
  }
}
.page-about .about-system-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100vw;
  max-width: none;
  padding: 0 calc((100vw - 1440px) / 2 + 40px);
}
@media (max-width: 1520px) {
  .page-about .about-system-cards {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .page-about .about-system-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0;
  }
}
.page-about .system-card {
  text-align: center;
}
.page-about .system-card img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-about .system-card img {
    aspect-ratio: 170/150;
    margin-bottom: 10px;
  }
}
.page-about .system-card .card-text {
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  line-height: 1.4;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 768px) {
  .page-about .system-card .card-text {
    font-size: 12px;
  }
}

.page-about .about-social {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .page-about .about-social {
    min-height: auto;
    padding: 40px 0 30px;
  }
  .page-about .about-social::after {
    display: none;
  }
}
.page-about .about-social-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("../../images/about/about_social_bg.webp");
  background-size: cover;
  background-position: center;
}
.page-about .about-social-inner {
  position: relative;
  z-index: 3;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .page-about .about-social-inner {
    margin: 0 auto;
    padding: 0 20px;
  }
}
.page-about .about-social-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0%;
  color: #0370B0;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .page-about .about-social-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.page-about .about-social-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #222222;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .page-about .about-social-desc {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
  }
}
.page-about .about-social-bottom {
  display: flex;
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-about .about-social-bottom {
    flex-direction: column;
  }
}
.page-about .about-social-image {
  flex: 0 0 45%;
  background-color: rgba(255, 255, 255, 0.85);
}
.page-about .about-social-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .page-about .about-social-image {
    order: 2;
  }
}
.page-about .about-social-box {
  flex: 1;
  padding: clamp(1.875rem, 0.622rem + 2.61vw, 3.75rem);
  color: #222222;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 768px) {
  .page-about .about-social-box {
    order: 1;
    padding: 30px 20px;
  }
}
.page-about .about-social-box-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  color: #0370B0;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .page-about .about-social-box-title {
    font-size: 22px;
    text-align: center;
  }
}
.page-about .about-social-box-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .page-about .about-social-box-desc {
    font-size: 13px;
  }
}
.page-about .about-social-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .page-about .about-social-buttons {
    flex-direction: column;
    gap: 15px;
  }
}
.page-about .himeboss-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px) / 2);
  height: 70px;
  background-color: #fff;
  transition: opacity 0.3s ease;
}
.page-about .himeboss-link:hover {
  opacity: 0.7;
}
.page-about .himeboss-link img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .page-about .himeboss-link {
    width: 270px;
    height: 50px;
  }
  .page-about .himeboss-link img {
    margin: 0 auto;
  }
}
.page-about .recruit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc((100% - 20px) / 2);
  height: 70px;
  padding: 0;
  background-color: #00A99D;
  border: 2px solid #00A99D;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  transition: color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.page-about .recruit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.page-about .recruit-btn:hover {
  color: #00A99D;
}
.page-about .recruit-btn:hover::before {
  transform: scaleX(1);
}
.page-about .recruit-btn .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  transition: color 0.3s ease;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-about .recruit-btn {
    width: 270px;
    height: 50px;
    font-size: 18px;
  }
  .page-about .recruit-btn .arrow {
    right: 15px;
  }
}

/**
 * Contact Section Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
/**
 * Mixins
 *
 * @package TouwaNew
 */
.contact-section {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-section {
    padding: 50px 0;
  }
}
.contact-section .contact-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact-section .contact-title {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(42px, 42px + 8 * (100vw - 769px) / 1151, 50px);
  color: #0370b0;
  margin: 0 0 20px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-section .contact-title {
    font-size: clamp(24px, 24px + 4 * (100vw - 350px) / 418, 28px);
    margin-bottom: 10px;
    line-height: 100%;
  }
}
.contact-section .contact-text {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 18px + 2 * (100vw - 769px) / 1151, 20px);
  margin: 0 0 30px 0;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-section .contact-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.contact-section .contact-tel {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 22px + 8 * (100vw - 769px) / 1151, 30px);
  color: #0370b0;
  margin: 0 0 4px 0;
}
.contact-section .contact-tel a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(40px, 40px + 10 * (100vw - 769px) / 1151, 50px);
  color: #0370b0;
  text-decoration: none;
  text-align: center;
}
.contact-section .contact-tel a:hover {
  color: color-mix(in srgb, #0370b0 80%, #000000 20%);
}
@media (max-width: 768px) {
  .contact-section .contact-tel {
    font-size: clamp(18px, 18px + 2 * (100vw - 350px) / 418, 20px);
    margin-bottom: 0;
    line-height: 1.2;
  }
  .contact-section .contact-tel a {
    font-size: clamp(24px, 24px + 6 * (100vw - 350px) / 418, 30px);
  }
}
.contact-section .contact-time {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 20px + 4 * (100vw - 769px) / 1151, 24px);
  color: #222222;
  margin: 0 0 35px 0;
}
@media (max-width: 768px) {
  .contact-section .contact-time {
    font-size: clamp(16px, 16px + 2 * (100vw - 350px) / 418, 18px);
    margin-bottom: 30px;
  }
}
.contact-section .btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 300px;
  height: 70px;
  padding: 0;
  background-color: #0370b0;
  border: 2px solid #0370b0;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  transition: color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.contact-section .btn-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.contact-section .btn-contact::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
  z-index: 2;
}
.contact-section .btn-contact:hover {
  color: #0370b0;
}
.contact-section .btn-contact:hover::before {
  transform: scaleX(1);
}
.contact-section .btn-contact:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230370b0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .contact-section .btn-contact {
    width: 270px;
    height: 50px;
    font-size: 18px;
  }
  .contact-section .btn-contact::after {
    right: 15px;
  }
}
.contact-section .btn-contact .arrow {
  display: none;
}

/**
 * Partner Section Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
.partner-section {
  position: relative;
  z-index: 10;
  padding: 80px 0;
  background-color: #fff;
  border-top: 1px solid #cccccc;
}
@media (max-width: 768px) {
  .partner-section {
    padding: 40px 0;
  }
}
.partner-section .partner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .partner-section .partner-container {
    padding: 0 20px;
  }
}
.partner-section .partner-banners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .partner-section .partner-banners {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .partner-section .partner-banners {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.partner-section .partner-banner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}
.partner-section .partner-banner-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.partner-section .partner-banner-item img {
  max-width: 260px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.page-about .animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.page-about .animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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