@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@300;500;700&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=RocknRoll+One&family=Yuji+Syuku&family=Zen+Maru+Gothic&display=swap');

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1f2937;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

/* Header Styles */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #dbeafe;
}

.nav {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  animation: fadeInLeft 0.6s ease-out;
}

.logo {
  height: 2.5rem;
  max-width:190px;
}

.desktop-menu {
  display: none;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .desktop-menu {
    display: flex;
  }
}

.menu-link {
  color: #374151;
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
}

.menu-link:hover {
  color: #2563eb;
}

.menu-link-underline {
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: linear-gradient(to right, #3b82f6, #06b6d4);
  transition: width 0.3s;
}

.menu-link:hover .menu-link-underline {
  width: 100%;
}

.contact-button {
  padding: 0.5rem 1.5rem;
  background: linear-gradient(to right, #3b82f6, #06b6d4);
  color: white;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: box-shadow 0.3s, transform 0.3s;
}

.contact-button:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.staff-button {
  padding: 0.5rem 1rem;
  border: 2px solid #60a5fa;
  color: #2563eb;
  background: transparent;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  font-size: 0.875rem;
}

.staff-button:hover {
  background-color: #eff6ff;
  transform: scale(1.05);
}

.mobile-menu-button {
  display: block;
  padding: 0.5rem;
  color: #374151;
  background: none;
  border: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .mobile-menu-button {
    display: none;
  }
}

.mobile-menu {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
}

.mobile-menu.open {
  max-height: 500px;
  opacity: 1;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .mobile-menu {
    display: none !important;
  }
}

.mobile-menu-link {
  display: block;
  color: #374151;
  text-decoration: none;
  transition: color 0.3s;
}

.mobile-menu-link:hover {
  color: #2563eb;
}

.mobile-contact-button {
  width: 100%;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(to right, #3b82f6, #06b6d4);
  color: white;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
}

.mobile-staff-button {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 2px solid #60a5fa;
  color: #2563eb;
  background: white;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 0.875rem;
}

.mobile-staff-button:hover {
  background-color: #eff6ff;
}

/* Hero Section Styles */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
/*  background: linear-gradient(to bottom right, #eff6ff, #ecfeff, #f0f9ff);*/
  padding-top: 5rem;

  background: linear-gradient(-45deg, #eff6ff, #ecfeff, #bfdbfe, #f0f9ff);
  background-size: 400% 400%;
  animation: rotateGradient 20s ease-in-out infinite;
  min-height: 100vh;
}

.background-images {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.2;
  pointer-events: none;
}

.content-image {
  position: absolute;
  animation: float 6s ease-in-out infinite;
}

.content-image-1 {
  top: 4rem;
  left: 1.25rem;
  width: 16rem;
  height: 12rem;
  transform: rotate(-8deg);
  animation: float1 6s ease-in-out infinite;
}

.content-image-2 {
  top: 7rem;
  right: 1.25rem;
  width: 21.5rem;
  height: 13rem;
  transform: rotate(12deg);
  animation: float2 7s ease-in-out infinite;
}

.content-image-3 {
  bottom: 6rem;
  left: 2rem;
  width: 18rem;
  height: 13rem;
  transform: rotate(5deg);
  animation: float3 8s ease-in-out infinite;
}

.content-image-4 {
  top: 0.75rem;
  left: 25%;
  width: 15rem;
  height: 11rem;
  transform: rotate(-15deg);
  animation: float4 7.5s ease-in-out infinite;
}

.content-image-5 {
  bottom: 7rem;
  right: 2.5rem;
  width: 16rem;
  height: 12rem;
  transform: rotate(-10deg);
  animation: float5 9s ease-in-out infinite;
}

.content-image-6 {
  top: 1.25rem;
  right: 25%;
  width: 13rem;
  height: 10rem;
  transform: rotate(8deg);
  animation: float6 8.5s ease-in-out infinite;
}

.content-image-7 {
  top: 33%;
  left: 0.75rem;
  width: 12rem;
  height: 9rem;
  transform: rotate(-12deg);
  animation: float7 7s ease-in-out infinite;
}

.content-image-8 {
  bottom: 5rem;
  right: 25%;
  width: 14rem;
  height: 10.5rem;
  transform: rotate(10deg);
  animation: float8 8s ease-in-out infinite;
}

.content-image-9 {
  top: 5rem;
  right: 38%;
  width: 15rem;
  height: 11rem;
  transform: rotate(-6deg);
  animation: float9 7.5s ease-in-out infinite;
}

.content-image-10 {
  top: 50%;
  left: 0.5rem;
  width: 13rem;
  height: 10rem;
  transform: rotate(7deg);
  animation: float10 9s ease-in-out infinite;
}

.content-image-11 {
  top: 21rem;
  left: 87%;
  width: 14rem;
  height: 10rem;
  transform: rotate(-10deg);
  animation: float11 8.5s ease-in-out infinite;
}

.content-image-12 {
  top: 50%;
  right: 0.5rem;
  width: 16rem;
  height: 12rem;
  transform: rotate(6deg);
  animation: float12 7s ease-in-out infinite;
}

@keyframes float1 {
  0%, 100% {
    transform: translateY(0) rotate(-8deg);
  }
  50% {
    transform: translateY(-15px) rotate(-5deg);
  }
}

@keyframes float2 {
  0%, 100% {
    transform: translateY(0) rotate(12deg);
  }
  50% {
    transform: translateY(-20px) rotate(15deg);
  }
}

@keyframes float3 {
  0%, 100% {
    transform: translateY(0) rotate(5deg);
  }
  50% {
    transform: translateY(-18px) rotate(8deg);
  }
}

@keyframes float4 {
  0%, 100% {
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    transform: translateY(-17px) rotate(-3deg);
  }
}

@keyframes float5 {
  0%, 100% {
    transform: translateY(0) rotate(10deg);
  }
  50% {
    transform: translateY(-22px) rotate(13deg);
  }
}

@keyframes float6 {
  0%, 100% {
    transform: translateY(0) rotate(8deg);
  }
  50% {
    transform: translateY(-19px) rotate(11deg);
  }
}

@keyframes float7 {
  0%, 100% {
    transform: translateY(0) rotate(-12deg);
  }
  50% {
    transform: translateY(-16px) rotate(-9deg);
  }
}

@keyframes float8 {
  0%, 100% {
    transform: translateY(0) rotate(10deg);
  }
  50% {
    transform: translateY(-20px) rotate(13deg);
  }
}

@keyframes float9 {
  0%, 100% {
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    transform: translateY(-17px) rotate(-3deg);
  }
}

@keyframes float10 {
  0%, 100% {
    transform: translateY(0) rotate(7deg);
  }
  50% {
    transform: translateY(-21px) rotate(10deg);
  }
}

@keyframes float11 {
  0%, 100% {
    transform: translateY(0) rotate(-10deg);
  }
  50% {
    transform: translateY(-18px) rotate(-7deg);
  }
}

@keyframes float12 {
  0%, 100% {
    transform: translateY(0) rotate(6deg);
  }
  50% {
    transform: translateY(-19px) rotate(9deg);
  }
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.gradient-border {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, #60a5fa, #22d3ee, #38bdf8);
  border-radius: 1rem;
  padding: 0.25rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.image-container {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glow-effect {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(147, 197, 253, 0.3), rgba(165, 243, 252, 0.3));
  border-radius: 1rem;
  filter: blur(3rem);
  pointer-events: none;
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.gradient-circle-1 {
  position: absolute;
  top: -10rem;
  right: -10rem;
  width: 24rem;
  height: 24rem;
  background: linear-gradient(to bottom right, rgba(147, 197, 253, 0.4), rgba(165, 243, 252, 0.4));
  border-radius: 50%;
  filter: blur(3rem);
  animation: pulse1 8s ease-in-out infinite;
}

.gradient-circle-2 {
  position: absolute;
  bottom: -10rem;
  left: -10rem;
  width: 24rem;
  height: 24rem;
  background: linear-gradient(to bottom right, rgba(251, 146, 60, 0.4), rgba(251, 191, 36, 0.4));
  border-radius: 50%;
  filter: blur(3rem);
  animation: pulse2 10s ease-in-out infinite;
}

@keyframes pulse1 {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.4;
  }
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 10;
}

.hero-content {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 9999px;
  margin: 4.5rem auto 2.5em auto;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.6s ease-out;
}

.badge-icon {
  width: 1rem;
  height: 1rem;
  color: #2563eb;
}

.badge-text {
  font-size: 0.875rem;
  color: #374151;
}

.hero-title {
  font-size: 2rem;
  margin: 0 auto 3.5rem auto;
  line-height: 1.2;
  animation: fadeInUp 0.6s ease-out 0.2s both;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
 .catch-title{
    font-size: 4.5rem;
  }
}

.title-gradient {
  background: linear-gradient(to right, #f97316, #ea580c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-text {
  color: #1f2937;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #4b5563;
  margin-bottom: 2rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  animation: fadeInUp 0.6s ease-out 0.4s both;
}

.button-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  animation: fadeInUp 0.6s ease-out 0.6s both;
}

@media (min-width: 640px) {
  .button-group {
    flex-direction: row;
  }
}

.primary-button {
  padding: 1rem 2rem;
  background: linear-gradient(to right, #3b82f6, #06b6d4);
  color: white;
  border: none;
  border-radius: 9999px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.primary-button:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.button-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s;
}

.primary-button:hover .button-icon {
  transform: translateX(0.25rem);
}

.secondary-button {
  padding: 1rem 2rem;
  background: white;
  color: #2563eb;
  border: 2px solid #bfdbfe;
  border-radius: 9999px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
}

.secondary-button:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.hero-main-image {
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  object-fit: cover;
  height: 20rem;
  animation: fadeInScale 0.8s ease-out 0.8s both;
}

@media (min-width: 768px) {
  .hero-main-image {
    height: 24rem;
  }
}

.diagonal-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8rem;
  background: white;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
}

/* Business Section Styles */
.business {
  position: relative;
  padding: 6rem 0;
  background: white;
  overflow: hidden;
}

.circle-decoration {
  position: absolute;
  border-radius: 50%;
  filter: blur(3rem);
  z-index: 0;
}

.circle-decoration-1 {
  top: 5rem;
  right: 0;
  width: 16rem;
  height: 16rem;
  background: linear-gradient(to bottom right, rgba(191, 219, 254, 0.3), rgba(165, 243, 252, 0.3));
}

.circle-decoration-2 {
  bottom: 5rem;
  left: 0;
  width: 16rem;
  height: 16rem;
  background: linear-gradient(to bottom right, rgba(224, 242, 254, 0.3), rgba(191, 219, 254, 0.3));
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 3rem;
  }
}

.section-subtitle {
  font-size: 1.25rem;
  color: #4b5563;
  max-width: 42rem;
  margin: 0 auto;
}

.business-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .business-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .business-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.business-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  background: white;
  opacity: 0;
  animation: fadeInUp 0.5s ease-out forwards;
}

.business-card:nth-child(1) { animation-delay: 0.1s; }
.business-card:nth-child(2) { animation-delay: 0.2s; }
.business-card:nth-child(3) { animation-delay: 0.3s; }
.business-card:nth-child(4) { animation-delay: 0.4s; }
.business-card:nth-child(5) { animation-delay: 0.5s; }
.business-card:nth-child(6) { animation-delay: 0.6s; }

.business-card:hover {
  transform: translateY(-0.625rem);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.image-section {
  position: relative;
  height: 12rem;
  overflow: hidden;
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  z-index: 10;
}

.image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.business-card:hover .image-section img {
  transform: scale(1.1);
}

.icon-container {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.business-card:hover .icon-container {
  transform: rotate(12deg);
}

.business-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: white;
}

.card-content {
  padding: 1.5rem;
}

.card-title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: #1f2937;
}

.card-description {
  color: #4b5563;
  margin-bottom: 1rem;
}

.progress-bar {
  height: 0.25rem;
  border-radius: 9999px;
  animation: progressExpand 0.8s ease-out 0.2s both;
}

@keyframes progressExpand {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* Gradient variants */
.purple-gradient {
  background: linear-gradient(to bottom right, #a855f7, #9333ea);
}

.pink-gradient {
  background: linear-gradient(to bottom right, #ec4899, #db2777);
}

.blue-gradient {
  background: linear-gradient(to bottom right, #3b82f6, #06b6d4);
}

.orange-gradient {
  background: linear-gradient(to bottom right, #f97316, #ef4444);
}

.green-gradient {
  background: linear-gradient(to bottom right, #10b981, #059669);
}

.yellow-gradient {
  background: linear-gradient(to bottom right, #eab308, #f97316);
}

.sky-gradient {
  background: linear-gradient(to bottom right, #38bdf8, #3b82f6);
}

.cyan-gradient {
  background: linear-gradient(to bottom right, #22d3ee, #14b8a6);
}

.indigo-gradient {
  background: linear-gradient(to bottom right, #818cf8, #3b82f6);
}

.teal-gradient {
  background: linear-gradient(to bottom right, #14b8a6, #10b981);
}

/* News Section Styles */
.news {
  position: relative;
  padding: 4rem 0;
  background: linear-gradient(to bottom right, #eff6ff, #ecfeff);
  overflow: hidden;
}

.news-circle-decoration-1 {
  position: absolute;
  top: 2.5rem;
  right: 5rem;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(to bottom right, rgba(147, 197, 253, 0.2), rgba(165, 243, 252, 0.2));
  border-radius: 50%;
  filter: blur(2rem);
}

.news-circle-decoration-2 {
  position: absolute;
  bottom: 2.5rem;
  left: 5rem;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(to bottom right, rgba(125, 211, 252, 0.2), rgba(191, 219, 254, 0.2));
  border-radius: 50%;
  filter: blur(2rem);
}

.news-subtitle {
  color: #4b5563;
}

.news-container {
  max-width: 56rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-item {
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  cursor: pointer;
  opacity: 0;
  animation: fadeInLeft 0.5s ease-out forwards;
}

.news-item:nth-child(1) { animation-delay: 0.1s; }
.news-item:nth-child(2) { animation-delay: 0.2s; }
.news-item:nth-child(3) { animation-delay: 0.3s; }
.news-item:nth-child(4) { animation-delay: 0.4s; }

.news-item:hover {
  transform: translateX(0.313rem) scale(1.01);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.news-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .news-content {
    flex-direction: row;
    align-items: center;
  }
}

.news-date-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.news-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #2563eb;
}

.news-date {
  font-size: 0.875rem;
  color: #6b7280;
}

.news-badge {
  padding: 0.25rem 0.75rem;
  color: white;
  font-size: 0.75rem;
  border-radius: 9999px;
  flex-shrink: 0;
  width: fit-content;
}

.news-title {
  flex: 1;
  color: #1f2937;
  transition: color 0.3s;
}

.news-title h3 {
  margin: 0;
  font-size: 1rem;
}

.news-item:hover .news-title {
  color: #2563eb;
}

.news-arrow {
  width: 1.25rem;
  height: 1.25rem;
  color: #9ca3af;
  flex-shrink: 0;
  display: none;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .news-arrow {
    display: block;
  }
}

.news-item:hover .news-arrow {
  color: #2563eb;
  transform: translateX(0.25rem);
}

.view-all-container {
  text-align: center;
  margin-top: 2.5rem;
}

.view-all-button {
  padding: 0.75rem 2rem;
  background: white;
  color: #2563eb;
  border: 2px solid #bfdbfe;
  border-radius: 9999px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.view-all-button:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.view-all-icon {
  width: 1.25rem;
  height: 1.25rem;
}

/* Results Section Styles */
.results {
  position: relative;
  padding: 6rem 0;
  background: white;
  overflow: hidden;
}

.diagonal-background-results {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(to bottom right, #dbeafe, #cffafe);
  transform: skewY(6deg);
  transform-origin: top right;
  z-index: 0;
}

.results-circle-decoration-1 {
  position: absolute;
  top: 5rem;
  left: 2.5rem;
  width: 16rem;
  height: 16rem;
  background: linear-gradient(to bottom right, rgba(147, 197, 253, 0.2), rgba(165, 243, 252, 0.2));
  border-radius: 50%;
  filter: blur(3rem);
}

.results-circle-decoration-2 {
  position: absolute;
  bottom: 5rem;
  right: 2.5rem;
  width: 16rem;
  height: 16rem;
  background: linear-gradient(to bottom right, rgba(125, 211, 252, 0.2), rgba(191, 219, 254, 0.2));
  border-radius: 50%;
  filter: blur(3rem);
}

.projects-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 72rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  background: white;
  opacity: 0;
  animation: fadeInUp 0.5s ease-out forwards;
}

.project-card:nth-child(1) { animation-delay: 0.1s; }
.project-card:nth-child(2) { animation-delay: 0.2s; }
.project-card:nth-child(3) { animation-delay: 0.3s; }
.project-card:nth-child(4) { animation-delay: 0.4s; }

.project-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.project-image {
  position: relative;
  height: 14rem;
  overflow: hidden;
}

.project-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  z-index: 10;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.project-card:hover .project-image img {
  transform: scale(1.1);
}

.project-icon-container {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: transform 0.3s;
}

.project-card:hover .project-icon-container {
  transform: rotate(12deg);
}

.project-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: white;
}

.project-content {
  padding: 1.5rem;
}

.project-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #1f2937;
}

.project-client {
  font-size: 0.875rem;
  color: #2563eb;
  margin-bottom: 0.75rem;
}

.project-description {
  color: #4b5563;
  margin-bottom: 1rem;
}

.project-progress-bar {
  height: 0.25rem;
  border-radius: 9999px;
  animation: progressExpand 0.8s ease-out 0.2s both;
}

.results-stats-section {
  margin-top: 5rem;
  position: relative;
  z-index: 10;
}

.results-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 56rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .results-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.results-stat-card {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(to bottom right, #eff6ff, #ecfeff);
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
  opacity: 0;
  animation: fadeInScale 0.5s ease-out forwards;
}

.results-stat-card:nth-child(1) { animation-delay: 0.1s; }
.results-stat-card:nth-child(2) { animation-delay: 0.2s; }
.results-stat-card:nth-child(3) { animation-delay: 0.3s; }
.results-stat-card:nth-child(4) { animation-delay: 0.4s; }

.results-stat-card:hover {
  transform: scale(1.05) rotate(2deg);
}

.results-stat-card-hover-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.1));
  opacity: 0;
  transition: opacity 0.3s;
}

.results-stat-card:hover .results-stat-card-hover-bg {
  opacity: 1;
}

.results-stat-value {
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
  background: linear-gradient(to right, #2563eb, #0891b2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 10;
}

.results-stat-label {
  font-size: 0.875rem;
  color: #4b5563;
  position: relative;
  z-index: 10;
}

.diagonal-divider-results {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12rem;
  background: linear-gradient(to bottom right, #eff6ff, #ecfeff);
  clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
}

/* About Section Styles */
.about {
  position: relative;
  padding: 8rem 0;
  background: linear-gradient(to bottom right, #eff6ff, white, #ecfeff);
  overflow: hidden;
}

.about .circle-decoration-1 {
  top: 0;
  right: 25%;
  width: 24rem;
  height: 24rem;
  background: linear-gradient(to bottom right, rgba(147, 197, 253, 0.2), rgba(165, 243, 252, 0.2));
}

.about .circle-decoration-2 {
  bottom: 0;
  left: 25%;
  width: 24rem;
  height: 24rem;
  background: linear-gradient(to bottom right, rgba(224, 242, 254, 0.2), rgba(191, 219, 254, 0.2));
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.text-content {
  animation: fadeInLeft 0.6s ease-out;
}

.lead {
  font-size: 1.25rem;
  color: #4b5563;
  margin-bottom: 1.5rem;
}

.paragraph {
  color: #4b5563;
  margin-bottom: 1.5rem;
}

.last-paragraph {
  color: #4b5563;
  margin-bottom: 2rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.stat-card {
  text-align: center;
  padding: 1.5rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
  opacity: 0;
  animation: fadeInScale 0.5s ease-out forwards;
}

.stat-card:nth-child(1) { animation-delay: 0.1s; }
.stat-card:nth-child(2) { animation-delay: 0.2s; }
.stat-card:nth-child(3) { animation-delay: 0.3s; }
.stat-card:nth-child(4) { animation-delay: 0.4s; }

.stat-card:hover {
  transform: scale(1.05) rotate(2deg);
}

.stat-card-hover-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.1));
  opacity: 0;
  transition: opacity 0.3s;
}

.stat-card:hover .stat-card-hover-bg {
  opacity: 1;
}

.stat-icon {
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.5rem;
  color: #2563eb;
  position: relative;
  z-index: 10;
}

.stat-value {
  font-size: 1.875rem;
  margin-bottom: 0.25rem;
  background: linear-gradient(to right, #2563eb, #0891b2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 10;
  font-weight: bold;
}

.stat-label {
  font-size: 0.875rem;
  color: #4b5563;
  position: relative;
  z-index: 10;
}

.image-content {
  position: relative;
  animation: fadeInRight 0.6s ease-out;
}

.image-background-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, #93c5fd, #22d3ee);
  border-radius: 1.5rem;
  transform: rotate(3deg);
  opacity: 0.2;
}

.image-background-2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, #7dd3fc, #3b82f6);
  border-radius: 1.5rem;
  transform: rotate(-3deg);
  opacity: 0.2;
}

.about-main-image {
  position: relative;
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 100%;
}

.wave-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8rem;
  background: white;
  clip-path: polygon(0 60%, 10% 50%, 20% 60%, 30% 50%, 40% 60%, 50% 50%, 60% 60%, 70% 50%, 80% 60%, 90% 50%, 100% 60%, 100% 100%, 0 100%);
}

/* Careers Section Styles */
.careers {
  position: relative;
  padding: 6rem 0;
  background: white;
  overflow: hidden;
}

.diagonal-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 500px;
  background: linear-gradient(to bottom right, #dbeafe, #cffafe);
  transform: skewY(-6deg);
  transform-origin: top left;
  z-index: 0;
}

.careers .circle-decoration-1 {
  top: 10rem;
  right: 2.5rem;
  width: 16rem;
  height: 16rem;
  background: linear-gradient(to bottom right, rgba(125, 211, 252, 0.2), rgba(165, 243, 252, 0.2));
}

.careers .circle-decoration-2 {
  bottom: 5rem;
  left: 2.5rem;
  width: 16rem;
  height: 16rem;
  background: linear-gradient(to bottom right, rgba(147, 197, 253, 0.2), rgba(165, 243, 252, 0.2));
}

.benefits-section {
  margin-bottom: 5rem;
}

.subsection-title {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #1f2937;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.benefit-card {
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  border: 1px solid #dbeafe;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: fadeInUp 0.5s ease-out forwards;
}

.benefit-card:nth-child(1) { animation-delay: 0.1s; }
.benefit-card:nth-child(2) { animation-delay: 0.2s; }
.benefit-card:nth-child(3) { animation-delay: 0.3s; }
.benefit-card:nth-child(4) { animation-delay: 0.4s; }

.benefit-card:hover {
  transform: translateY(-0.313rem) rotate(1deg);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.benefit-card-hover-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(59, 130, 246, 0.05), rgba(6, 182, 212, 0.05));
  opacity: 0;
  transition: opacity 0.3s;
}

.benefit-card:hover .benefit-card-hover-bg {
  opacity: 1;
}

.benefit-icon {
  width: 3rem;
  height: 3rem;
  color: #2563eb;
  margin-bottom: 1rem;
  position: relative;
  z-index: 10;
}

.benefit-title {
  margin-bottom: 0.5rem;
  color: #1f2937;
  position: relative;
  z-index: 10;
}

.benefit-description {
  font-size: 0.875rem;
  color: #4b5563;
  position: relative;
  z-index: 10;
}

.positions-section {
  margin-bottom: 4rem;
}

.position-header {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.position-header-icon {
  width: 2rem;
  height: 2rem;
  color: #2563eb;
}

.positions-container {
  max-width: 48rem;
  margin: 0 auto;
}

.position-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}

.position-card:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.position-background {
  position: absolute;
  inset: 0;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.position-card:hover .position-background {
  opacity: 0.9;
}

.position-content {
  position: relative;
  padding: 2rem;
  color: white;
}

.position-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.position-title {
  font-size: 1.5rem;
}

.position-icon {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.8;
}

.position-details {
  margin-bottom: 1rem;
}

.position-detail {
  font-size: 0.875rem;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}

.position-button {
  padding: 0.5rem 1.5rem;
  background: white;
  color: #2563eb;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: .5em;
}

.position-button:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.position-button-icon {
  width: 1rem;
  height: 1rem;
}

.mid-career-positions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 80rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .mid-career-positions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cta-section {
  margin-top: 5rem;
  text-align: center;
}

.cta-card {
  max-width: 48rem;
  margin: 0 auto;
  background: linear-gradient(to bottom right, #60a5fa, #22d3ee, #38bdf8);
  border-radius: 1.5rem;
  padding: 3rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.cta-circle-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 16rem;
  height: 16rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  filter: blur(3rem);
}

.cta-circle-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16rem;
  height: 16rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  filter: blur(3rem);
}

.cta-content {
  position: relative;
  z-index: 10;
}

.cta-icon {
  width: 4rem;
  height: 4rem;
  color: white;
  margin: 0 auto 1.5rem;
}

.cta-title {
  font-size: 1.875rem;
  color: white;
  margin-bottom: 1rem;
}

.cta-description {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 640px) {
  .cta-buttons {
    flex-direction: row;
  }
}

.cta-primary-button {
  padding: 1rem 2rem;
  background: white;
  color: #2563eb;
  border: none;
  border-radius: 9999px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

.cta-primary-button:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.cta-secondary-button {
  padding: 1rem 2rem;
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s;
}

.cta-secondary-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

.careers .diagonal-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12rem;
  background: white;
  border-top: 1px solid #dbeafe;
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%);
}

.business .diagonal-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12rem;
  background: linear-gradient(to bottom right, #eff6ff, #ecfeff);
  clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
}

/* Footer Styles */
.footer {
  background: white;
  color: #1f2937;
  padding: 4rem 0;
  border-top: 1px solid #dbeafe;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.logo-section {
}

.footer-logo-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.footer-logo {
  height: 2.5rem;
  max-width:190px;
}

.footer-description {
  color: #4b5563;
  margin-bottom: 1.5rem;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  color: #4b5563;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.social-link:hover {
  transform: scale(1.2) rotate(5deg);
}

.social-link.facebook:hover {
  color: #3b5998;
}

.social-link.twitter:hover {
  color: #0ea5e9;
}

.social-link.instagram:hover {
  color: #ec4899;
}

.social-link.linkedin:hover {
  color: #2563eb;
}

.links-section {
}

.footer-section-title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #1f2937;
}

.links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-link {
  color: #4b5563;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #2563eb;
}

.copyright {
  border-top: 1px solid #e5e7eb;
  padding-top: 2rem;
  text-align: center;
  color: #6b7280;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes rotateGradient {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 100%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.rocknroll-one-regular {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.non-txt-unline{
  text-decoration: none;
}

.title-gradient-blue{
  background: linear-gradient(90deg, #155DFC 0%, #0092B8 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* アーカイブページ 全体 */
.news-archive-wrapper {
}

/* 2.アーカイブページ リスト部分 */
.news-list-container{
    margin-top:2rem;
}
.news-inner {
    max-width: 920px; 
    margin: 0 auto;   
    padding: 0 20px;  
}
.news-post-list {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}
.news-post-item {
    display: flex;
    align-items: baseline;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s ease;
}
.news-post-item:hover {
    background-color: #fafafa;
}
.news-post-date {
    flex: 0 0 130px; 
    color: #888;
    font-size: 0.9rem;
    font-feature-settings: "tnum"; 
}
.news-post-title {
    color: #333;
    text-decoration: none;
    line-height: 1.6;
    flex: 1; /* 残りの幅をすべて使う */
}

/* 3. アーカイブページ ページネーション */
.news-pagination {
    margin-top: 40px;
    text-align: center;
}
.news-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* アーカイブページ 数字や「前へ/次へ」の共通スタイル */
.news-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;  /* 四角の幅 */
    height: 44px; /* 四角の高さ */
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    text-decoration: none;
    margin: 0 2px; /* ボタン同士の隙間 */
}
.news-pagination .next,.news-pagination .prev{
    font-size: .8em;
    white-space: nowrap;
}

/*アーカイブページ 現在のページの数字 */
.news-pagination .page-numbers.current {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

/*アーカイブページ ホバー時 */
.news-pagination .page-numbers:hover:not(.current) {
    background-color: #f0f0f0;
    border-color: #bbb;
}

/* アーカイブページ モバイル対応 */
@media (max-width: 600px) {
    .news-post-item {
        flex-direction: column;
        gap: 8px;
    }
    .news-post-date {
        flex: none;
    }
}

/* ナビゲーション全体のコンテナ */
.navigation.post-navigation {
    margin: 5rem 0;
    padding: 0 1rem;
}
/* リンクの並び */
.nav-links {
    display: flex;
    gap: 20px; 
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

/* サイズは常に50% */
.nav-previous, 
.nav-next {
    flex: 0 0 calc(50% - 10px)!important; 
    min-width: 0;
}
/* 「次へ」調整 */
.nav-next {
    margin-left: auto; 
    text-align: right;
}
/* リンクカードのスタイル */
.nav-links a {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    text-decoration: none;
    background-color: #f8f9fa; 
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all 0.25s ease;
    height: 100%;
}
/* ホバー演出 */
.nav-links a:hover {
    background-color: #f1f3f5;
    border-color: #dee2e6;
    transform: translateY(-2px);
}
/* ラベルとタイトルの制御 */
.nav-subtitle {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #868e96;
    margin-bottom: 0.5rem;
}
.nav-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #212529;
    font-weight: 600;
}
/* スマホ対応 */
@media (max-width: 640px) {
    .nav-links {
        flex-direction: column;
    }
    .nav-previous, 
    .nav-next {
        flex: 1 1 100%;
    }
}