* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  background-color: #fff;
  line-height: 1.6;
  overflow-x: hidden !important;
}
  .pc{
    display: block;
  }
  .sp{
    display: none;
  }
.eng span{
	letter-spacing: -.5px !important;
	transform: scale(0.75, 1) !important;
}
.eng.e{
	letter-spacing: -.5px !important;
	transform: scale(0.75, 1) !important;
}
.s span{
	font-size:20px !important;
}

@media (max-width: 768px) {
.eng span{
	letter-spacing: -.5px !important;
}
.eng.s span{
	font-size:13px !important;
}
h1.hero-title span.eng span{
transform:initial !important;	
}
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.header-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1.5em 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smalltxt {
  font-size: 16px;
}
.logo {
  display: block;
  flex-direction: column;
  gap: 9px;
  padding: 0;
  width: 200px;
  text-align: center;
}

.logo-main {
  height: 30.566px;
  width: 177.655px;
}

.logo-text {
  height: 14.406px;
  width: 112.701px;
}

.nav {
  display: flex;
  gap: 50px;
  font-size: 12px;
  font-weight: 400;
}

.nav a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}

.nav a:hover {
  color: #006837;
}

.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #0c726f;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger span + span {
  margin-top: 6px;
}

.hamburger.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Hero Section */
.hero {
  position: relative;
  height: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-content {
  text-align: center;
  z-index: 1;
  max-width: 760px;
  margin-top: -6em;
}

.hero-subtitle {
  font-size: 2vw;
  color: #0c726f;
  font-weight: 700;
  letter-spacing: 7.36px;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 54px;
  color: #0c726f;
  font-weight: 700;
  letter-spacing: 12.41px;
  line-height: 72px;
  margin-bottom: 40px;
}
.hero-title span.eng.e{
  font-weight: 900 !important;	
}
.hero-title span.eng.topcopy{
	line-height:1.8;
}
.hero-title span {
  display: block;
}
section#top.hero div.hero-content h1.hero-title span.s span.eng.e {
	font-size:30px !important;
}
.hero-description {
  font-size: 17px;
  color: #000;
  font-weight:500;
  letter-spacing: 5.44px;
  line-height: 33px;
}

/* Section Styles */
.section {
  padding: 100px 0;
  position: relative;
}

.section-title {
  font-size: 1.8vw;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 3.36px;
}

.section-title-large {
  font-size:2.6vw;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 3.36px;
}

.section-subtitle {
  font-size: 1.8vw;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 5.04px;
}

.section-title-vertical {
  font-size: 2.6vw;
  font-weight: 700;
  color: #000;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 8px;
  margin-bottom: 30px;
}
h2.section-title-vertical.eng span{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
text-orientation: sideways;
}
@media (max-width: 768px) {
h2.section-title-vertical.eng span{
  -ms-writing-mode: initial;
  writing-mode: initial;
text-orientation:initial;
}
}	
/* Why and Previous Uses Section */
.why-previous-section {
  background-color: #f5f2ea;
  position: relative;
  /*overflow: hidden;*/
  padding: 200px 10em 300px;
}

.why-previous-section-bg {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 102%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.why-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto 5em;
  width: 100%;
  position: relative;
  z-index: 1;
}

.why-left {
  flex: 1;
}

.why-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chart-container {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}

.chart {
  max-width: 100%;
  height: auto;
}

.chart-note {
  font-size: 13px;
  color: #000;
  text-align: center;
  letter-spacing: 2.34px;
  margin-top: 20px;
	line-height:1.5;
}

.why-illustration {
  max-width: 285px;
  height: auto;
  margin-top: 30px;
}


.previous-content {
  position: relative;
  padding: 50px 0;
  min-height: 600px;
  z-index: 1;
}

.problem-box {
  background-color: #006837;
  color: #ffff00;
  padding: 8px 40px;
  display: block;
  font-size: 2.6vw;
  font-weight: 700;
  letter-spacing: 7.2px;
  margin: 30px auto;
  text-align: center;
  width: fit-content;
}

.however-speech-bubble {
  position: absolute;
  left: 23px;
  top: 0%;
  width: 120.068px;
  height: 113px;
  margin: 0;
  display: block;
  transform: translateY(-50%);
  z-index: 10;
}
.however-speech-bubble.e_style{
  position: absolute;
  left: 108px;
  top: 39%;
  width: 120.068px;
  height: 113px;
  margin: 0;
  display: block;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 768px) {
.however-speech-bubble.e_style {
  position: absolute;
  left: -6px;
  top: 33%;
  width: 71px;
  height: 71px;
  margin: 0;
  display: block;
  transform: translateY(-50%);
  z-index: 10;
}
}
.however-bubble-img {
  width: 120.068px;
  height: 113px;
  display: block;
  object-fit: contain;
}

.however-text {
  position: absolute;
  top: 48%;
  left: 47%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: 700;
  color: #000;
  z-index: 11;
  white-space: nowrap;
  letter-spacing: 6px;
}

.solution-title {
font-size: 2.6vw;
  font-weight: 700;
  color: #006837;
  text-align: center;
  margin: 45px auto 15px;
  letter-spacing: 8.64px;
  position: relative;
  padding-left: 0;
  max-width: 1000px;
  width: 100%;
  line-height: 1.5;
}

.solution-subtitle {
  font-size: 1.8vw;
  font-weight: 500;
  color: #006837;
  text-align: center;
  letter-spacing: 7.56px;
  margin-bottom: 30px;
}
.solution-subtitle.eng{
	margin-top:1.5em;
}
.transition-text {
  font-size: 1.5vw;
  font-weight: 500;
  color: #000;
  text-align: center;
  letter-spacing: 5.04px;
  margin-bottom: 0;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 30px;	
}
.transition-text.eng span{
	position:relative;
	top:30px;
}
.future_img_area {
  width: 1000px;
  position: relative;
}

.transition-title {
  font-size:2.6vw;
  font-weight: 700;
  color: #000;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 30px;
  left: -60px;
  line-height: normal;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 11px;
}
.pc.transition-title.eng span{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
.previous-images {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 125px auto 0;
  min-height: 1200px;
}

.prev-img-1 {
  position: absolute;
  width: 1000px;
  max-width: 100%;
  height: auto;
  left: 63px;
}

.prev-img-2 {
  position: absolute;
  right: -254px;
  top: 880px;
  width: 572px;
  height: 445px;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.prev-img-3 {
  position: absolute;
  left: -360px;
  bottom: 57px;
  width: 880px;
  height: 354px;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/* NEO SILICA Section */
.neo-section {
  background-color: #fff;
}

.neo-content {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin: 50px auto;
  width: 1000px;  
}

.neo-text {
  flex: 1;
}

.neo-subtitle {
  font-size: 2vw;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
  letter-spacing: 2.76px;
 line-height:1.5;
}

.neo-description {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 32px;
  letter-spacing: 2.16px; 
}

.neo-description p {
  margin-bottom: 20px;
}

.neo-illustration {
  flex: 1;
  position: relative;
  min-height: 554px;
}

.illustration-bg {
  width: 100%;
  height: 554px;
  background-color: #136fb7;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.illustration-bg img{
  width: 100%;
  height: auto;
}
/* bg02 Background Container */
.bg02-container {
  position: relative;
  background-color: #006837;
}

.bg02-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.bg02-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0.3;
}

/* Hybrid Particles Section */
.hybrid-section {
  background-color: transparent;
  color: #fff;
  position: relative;
  padding:80px 0 40px;
  overflow: hidden;
  z-index: 1;
}

.hybrid-section .container {
  position: relative;
  z-index: 1;
}

.section-title-white {
  font-size: 2.6vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 3.36px;
}

.section-subtitle-white {
  font-size: 2vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 2.76px;
}

.hybrid-description {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 38px;
  letter-spacing: 1.98px;
  max-width: 1265px;
  margin: 0 auto 50px;
  text-align: center;
}

.hybrid-description p {
  margin-bottom: 20px;
  text-align: left;
}

.hybrid-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
  height: 382px;
}

.hybrid-ellipse {
  position: absolute;
  width: 382px;
  height: 382px;
}

.hybrid-particle {
  position: relative;
  z-index: 1;
  width: 307px;
  height: 272px;
}

.video-section {
  margin-top: 100px;
  position: relative;
}

.video-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0%;
  left: 50%;
}

.video-header-img {
  width: 300px;
  height: 38px;
}

.video-title {
  position: absolute;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  padding: 10px 1em;
  letter-spacing: 3px;
  background-color: #077148;
}

.video-container {
  background-color: transparent;
  border: 9px solid #fff;
  border-radius: 45px;
  padding: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-placeholder {
  width: 100%;
  background-color: transparent;
  border-radius: 20px;
  display: block;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}

.play-button {
  width: 400px;
  height: auto;
  cursor: pointer;
  margin-top: 1em;
}

.play-button:hover {
  opacity: .9;
}
.video-link {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2.04px;
margin-top: 1em;
}

/* Zero Waste Section */
.zero-waste-section {
  background-color: transparent;
  position: relative;
  z-index: 1;
  padding: 10px 0 !important;
}

.zero-waste-card {
  background-color: #f5f2ea;
  border: 9px solid #fff;
  border-radius: 45px;
  padding: 60px;
  max-width: 1265px;
  margin: 0 auto;
}

.card-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 2.52px;
}

.card-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 2.52px;
	line-height:1.5;
}

.card-description {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 27px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 2.16px;
}

.card-description p {
  margin-bottom: 15px;
}

.application-icons {
  display: flex;
  justify-content: center;
  align-items: top;
  gap: 30px;
  margin:25px 0 24px;
  flex-wrap: wrap;
}
.app-icon-item {
  display: block;
  align-items: center;
  width: 17%;
  text-align: center;
  padding: 0em;
}
.img_box{
  width: 140px;
  height: 140px;
  background: #fff;
  border-radius: 100px;
  margin-bottom: 1em;
}
.app-icon {
  width: 80%;
  height: 100%;
  object-fit: contain;
  padding: 1em 1.5em;
}
.application-title {
  font-size: 21px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 50px 0 30px;
  letter-spacing: 2.52px;
}

.applications-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-top: 15px;
}

.app-item {
  text-align: center;
}

.app-category {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 1.92px;
  font-weight: bold;
  line-height: 25px;	
}

.app-detail {
  font-size: 13.5px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  letter-spacing: 1.92px;
}

.app-note {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin-top: 5px;
  letter-spacing: 1.56px;
}

/* Future Materials Section */
.future-section {
  background-color: transparent;
  position: relative;
  z-index: 1;
  padding: 40px 0 60px !important;
}

.future-card {
  background-color: #f5f2ea;
  border: 9px solid #fff;
  border-radius: 45px;
  padding: 60px;
  max-width: 1265px;
  margin: 0 auto;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.benefit-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.benefit-icon {
  width: 60px;
  height: 60px;
}

.benefit-text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  letter-spacing: 2.76px;
  text-align: left;
  padding-left: 1em;
  line-height: 25px;
}

.benefit-note {
  font-size: 17px;
}

/* Contact Section */
.contact-section {
  background-color: #fff;
  text-align: center;
  padding: 76px;
  position: relative;
  z-index: 1;
  min-height: 288px;
  border-radius: 1000px 1000px 0 0 / 300px 300px 0 0;
  overflow: hidden;
  margin: -150px -9em -44px;
  padding: 80px 187px;
  width: 120%;
}

.contact-content {
  position: relative;
  height: 289px;
  width: 642px;
  margin: 36px auto 0;
}

.contact-title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-size: 128px;
  font-weight: 900;
  color: #f7f7f7;
  letter-spacing: 6.4px;
  white-space: nowrap;
  margin: 0;
  z-index: 1;
}

.contact-subtitle {
  position: absolute;
  left: calc(50% + 11px);
  top: 76px;
  transform: translateX(-50%);
  font-size: 27px;
  font-weight: 700;
  color: #000;
  letter-spacing: 4.59px;
  white-space: nowrap;
  margin: 0;
  z-index: 2;
}

.contact-button {
  position: absolute;
  left: 50%;
  top: 219px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgb(28, 146, 120) 0%, rgb(28, 146, 120) 100%);
  border: none;
  border-radius: 60px;
  padding: 20px 60px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 4.59px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
  z-index: 3;
  text-decoration: none;
}

.contact-button:hover {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.mail-icon {
  width: 30px;
  height: 25px;
}

/* News Section */
.news-section {
  background-color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.newsarea {
  position: relative;
  width: 100%;
  height: 290px;
  max-width: 1265px;
  margin: 0 auto;
  background-color: transparent;
}

.news-label {
  position: absolute;
  left: 79.5px;
  top: 6px;
  font-size: 25px;
  font-weight: 500;
  color: #006837;
  letter-spacing: 1.75px;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
  margin: 0;
}

.news-title {
  position: absolute;
  left: 116.5px;
  top: 65px;
  font-size: 36px;
  font-weight: 500;
  color: #000;
  letter-spacing: 2.52px;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
  margin: 0;
}

.news-divider {
  position: absolute;
  left: 263px;
  top: 11px;
  width: 1px;
  height: 314px;
  background-color: #d2d2d2;
}

.news-list {
  position: absolute;
  left: 358px;
  top: 79px;
}

.news-text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1.92px;
  white-space: nowrap;
  margin: 0;
  margin-bottom: 48px;
}
.news-text a{
  text-decoration: none;
  color: #000;
}
.news-text a:hover{
  color: #006837;
}

.news-text:last-child {
  margin-bottom: 0;
}

/* Footer */
.footer {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
}

.footer-text {
  font-size: 14px;
  color: #666;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .applications-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }

  .header-container {
    position: relative;
    padding: 1.2em 1.5em;
  }

  .hamburger {
    display: block;
  }

  .hero-title {
   font-size: 6.2vw;
    line-height: 36px;
  }
  .hero-title .eng.jp {
   font-size: 9.2vw;
   line-height: 45px;
  }
  .hero-title .s .eng.jp {
   line-height: 30px;
   letter-spacing: 4px;
    margin-top: 1em;
  }
  .hero-title .s .eng.e {
   line-height: 30px;
   letter-spacing: 4px;
    margin-top: 1em;
  }
 .hero-title span.eng.e {
    font-weight: 900 !important;
    font-size: 28px;
    transform:initial !important;
    letter-spacing: -1px !important;
    line-height:30px !important;
}	
section#top.hero div.hero-content h1.hero-title span.s span.eng.e {
	font-size:20px !important;
	}	
	h1.hero-title span.s .eng  {
		margin-top:1em;
	}
	
  .hero-description {
  font-size: 14px;
  }
  .section-title-large {
    font-size:7vw; 
  }
  
  .why-content {
    flex-direction: column-reverse;
  }
  
  .neo-content {
    flex-direction: column;
  }
  
  .applications-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-title {
    font-size: 64px;
  }
	
 .nav {
    position: absolute;
    top: calc(90% + 10px);
    right: 0.0em;
    left: 0em;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0;
    box-shadow: ;
    padding: 16px 0;
    flex-direction: column;
    gap: 0;
    font-size: 13px;
    display: none;
    z-index: 1000;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 12px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
  }

  .nav a:last-child {
    border-bottom: none;
  }

  .why-previous-section-bg {
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.why-previous-section {
  background-color: #f5f2ea;
  position: relative;
  overflow: hidden;
  padding: 100px 1em;
}

.section-subtitle {
  font-size: 17px;
}
.why-right {
  width: 100%;
  display: block;
  flex-direction: initial;
  align-items: center;
  text-align: center;
}
.why-illustration {
  max-width: 285px;
  height: auto;
  margin: 30px auto !important;
}
.section-title-vertical {
  font-size: 6vw;
  text-align: center;
  writing-mode: initial;
}
.section-title {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 22px;
  letter-spacing: 3.36px;
}
.problem-box {
  background-color: #006837;
  color: #ffff00;
  padding: 8px 40px;
  display: block;
  font-size:18px;
}
.solution-title {
  line-height: 39px;
  font-weight: 900;
  margin: 20px auto;
}
.solution-title {
  font-size: 6.5vw;
}
.however-bubble-img {
  width: 74px;
  height: auto;
  display: block;
  object-fit: contain;
}
.however-text {
  position: absolute;
  top:47%;
  left: 47%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  font-weight: 700;
  color: #000;
  z-index: 11;
  white-space: nowrap;
  letter-spacing: 0px;
}
.however-speech-bubble {
  position: absolute;
    left: -7px;
    top: -2%;
    width: 100.068px;
    height: 113px;
    margin: 0;
    display: block;
    transform: translateY(-50%);
    z-index: 10;
}
.previous-content {
  position: relative;
  padding: 0px 0;
  min-height: 600px;
  z-index: 1;
}
.solution-subtitle {
  font-size: 16px;
  line-height: 30px;	
}
.solution-subtitle span {
  line-height: 30px;	
}
	
.transition-text {
  font-weight: 500;
  color: #000;
  text-align: center;
  letter-spacing: 5.04px;
  margin-bottom: 0;
  position: relative;
  top: 0;
  margin-top: 5em;
  line-height: 20px;
}
.transition-text span{	
  font-size: 4vw;
}
.future_img_area {
  width: 100%;
  position: relative;
}
.transition-title {
  font-size: 6vw;
    writing-mode: initial;
    width: auto;
    position: initial;
    top: 0;
    left: 0;
    margin: 2.5em auto 2em;
    text-align: center;
}
.previous-images {
margin: 25px auto 0;
}
.previous-images {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  min-height: 460px;
}
.prev-img-3,.prev-img-2 {
  display: none;
}
.contact-content {
  position: relative;
  height: 289px;
  width: 100%;
  margin: 0 auto;
}

.section {
  padding: 45px 0;
  position: relative;
}
.transition-title {
  letter-spacing: 6px;
}
.neo-content {
  display: block;
  margin: 50px auto;
  width: 100%;
}
.neo-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
  letter-spacing: 2.76px;
  text-align: center;
	line-height:2;
}
.illustration-bg {
  width: 100%;
  height: 439px;
}
.neo-illustration {
  flex: 1;
  position: relative;
  min-height: auto !important;
}
.section-title-white {
  font-size:7vw;
line-height:1.5;
}
.section-subtitle-white {
  font-size: 20px;
}
.transition-text.eng span {
  position: relative;
  top: 10px;
}	
}
@media (max-width: 768px) {
.why-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto 5em;
  width: 100%;
  position: relative;
  z-index: 1;
}
}
@media (max-width: 768px) {
.hero-content {
  text-align: center;
  z-index: 1;
  width: 100%;
  margin-top: -6em;
}
.hero-subtitle {font-size: 16px;}
.hero-subtitle.eng span{font-size: 15px;}
.contact-subtitle {
  position: absolute;
  left: calc(50% + 0px);
  top: 60px;
  transform: translateX(-50%);
  font-size: 27px;
  font-weight: 700;
  color: #000;
  letter-spacing: 4.59px;
  white-space: nowrap;
  margin: 0;
  z-index: 2;
}
.contact-button {
  position: absolute;
  top: 142px;
}
.zero-waste-card {
  background-color: #f5f2ea;
  border: 9px solid #fff;
  border-radius: 45px;
  padding: 60px 20px;
  max-width: 1265px;
  margin: 0 auto;
}
.card-title {
  font-size: 7vw;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 2.52px;
	line-height:1.5;
}
.app-icon-item {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 0em;
}
.app-item {
  text-align: left;
  width: 100%;
}	
.newsarea {
  position: relative;
  width: 100% !important;
  max-width: initial !important;
  height: auto;
}
.news-text {
  white-space: initial !important;
  line-height: 2;

}
.news-label {
  position: relative;
  left: 0;
  top:0 ;
  font-size: 25px;
  font-weight: 500;
  color: #006837;
  letter-spacing: 1.75px;
  text-align: center;
  white-space: nowrap;
  transform: initial;
}
.news-title {
  position: relative;
  left: 0;
  top: 0;
  font-size: 36px;
  font-weight: 500;
  color: #000;
  letter-spacing: 2.52px;
  text-align: center;
  white-space: nowrap;
  transform: initial;
  margin:.5em 0 0;
}
.news-divider {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 2em 0;
}
.news-list {
  position: relative;
  left: 0;
  top: 0;
  margin: 3em 0;
}
.benefit-text {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1.76px;
  text-align: left;
  padding-left: 0em;
}
.benefit-icon {
  width: 42px;
  height: auto;
}
.prev-img-1 {
  position: absolute;
  width: 1000px;
  max-width: 100%;
  height: auto;
  left: 12px;
}
.future-card {
  background-color: #f5f2ea;
  border: 9px solid #fff;
  border-radius: 45px;
  padding: 60px 20px;
  max-width: 1265px;
  margin: 0 auto;
}
.img_box {
  width: 48%;
  height: auto;
  background: #fff;
  border-radius: 100px;
  margin:0 1em 1em 0;
  padding: 0;
}
.app-icon {
  width: 80%;
  height: auto;
  object-fit: ;
  padding: 1em .5em;
}
.hybrid-ellipse {
  position: absolute;
  width: 302px;
  height: 302px;
}
.hybrid-particle {
  position: relative;
  z-index: 1;
  width: 257px;
  height: 202px;
}
.hybrid-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  height: 265px;
}

.contact-section {
  background-color: #fff;
  text-align: center;
  padding: 76px;
  position: relative;
  z-index: 1;
  min-height: 300px;
  border-radius: 1000px 1000px 0 0 / 65px 50px;
  overflow: hidden;
  margin: -90px 0px 20px;
  padding:65px 0px;
width:100% !important;
}
.contact-button {
  position: absolute;
  left: 50%;
  top: 219px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgb(28, 146, 120) 0%, rgb(28, 146, 120) 100%);
  border: none;
  border-radius: 60px;
  padding: 13px 0px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 4.59px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  transition: transform 0.3s, box-shadow 0.3s;
  z-index: 3;
  text-decoration: none;
  width: 250px;
  justify-content: center;
}
.smalltxt {
  line-height: 1.5;
  margin-top: .5em;
}
.video-container{
  display: block;
}
.video-placeholder{
  width: 100%;
  margin: 1em auto;
}
.video-placeholder img{
  width: 100%;
  height: auto;
}
}
.video-title {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 20px 1em;
  letter-spacing: 3px;
  background-color: #077148;
  width: 136%;
  text-align: center;
}
.video-link {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2.04px;
  margin-top: 1em;
  line-height:20px;
}
.video-link span {
	line-height:20px;
}
.hybrid-description,.neo-description {
	line-height:30px;
}
.card-description p{
	text-align:left;
}
}