@charset "UTF-8";

/* reset */
.sec-inner {
  margin-top: 0 !important;
}

.sec-inner p {
  margin-bottom: 0 !important;
}

.ttl-h2,
.ttl-h3,
.ttl-h4,
.ttl-h5,
.ttl-h6 {
  margin-bottom: 0 !important;
}

/*===============
common
================*/
/* space */
:root {
  --space-half: 4px;
  --space-lvl1: 8px;
  --space-lvl2: 16px;
  --space-lvl3: 24px;
  --space-lvl4: 32px;
  --space-lvl5: 40px;
  --space-lvl6: 48px;
  --space-lvl7: 56px;
  --space-lvl8: 64px;
  --space-lvl9: 72px;
  --space-lvl10: 80px;

  /* colors from figma */
  --innovative-green: #3AAFC5;
  --gmo-blue-100: #E5EEF7;
  --gmo-blue-1000: #005BAC;
  --trust-navy: #101D32;
  --white: #FFFFFF;
}

@media screen and (max-width:768px) {
  :root {
    --space-half: 2px;
    --space-lvl1: 4px;
    --space-lvl2: 8px;
    --space-lvl3: 12px;
    --space-lvl4: 16px;
    --space-lvl5: 20px;
    --space-lvl6: 24px;
    --space-lvl7: 28px;
    --space-lvl8: 32px;
    --space-lvl9: 36px;
    --space-lvl10: 40px;
  }
}


.sec-inner {
  /* max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; */
}

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

.bold {
  font-weight: bold;
}

.nblue {
  color: var(--gmo-blue-1000);
}

.inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.bg-body {
  background-color: var(--white);
}

.bg-blue-green {
  background-color: var(--innovative-green);
}

.mt-4 {
  margin-top: 2rem;
}

.mt-md-2 {
  margin-top: 1rem;
}

.btn-covering {
  margin: 20px 0;
}

.fs-20 {
  font-size: 20px;
}

.fs-md-16 {
  font-size: 16px;
}

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

.logoTitle-xl img {
  max-width: 300px;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-red-primary {
  background-color: #d8562b;
  color: var(--white);
}

.red-custom {
  background-color: #d8562b;
}

.rows-r3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0;
}

.innerbox {
  background: var(--white);
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.feat-edi {
  text-align: center;
}

.white-custom {
  background-color: var(--white);
}

.cap {
  margin-bottom: 20px;
}

.fig {
  margin: 20px 0;
}

.sub-ttl {
  font-size: 16px;
  color: var(--trust-navy);
  margin: 10px 0;
}

.ttl {
  font-size: 24px;
  color: var(--gmo-blue-1000);
  margin: 15px 0;
}

.n2blue {
  color: var(--gmo-blue-1000);
}

.espttl {
  font-size: 22px;
}

.mt-0 {
  margin-top: 0;
}

/*===============
font
================*/
:root {
  --font-family-default: "Noto Sans JP", sans-serif;
  --font-family-number: "D-DIN-PRO", sans-serif;

  --font-size-note: 12px;
  --font-size-heading-large: 40px;
  --font-size-heading-medium: 34px;
  --font-size-heading-small: 24px;
  --font-size-heading-xsmall: 20px;
  --font-size-heading-xxsmall: 18px;
  --font-size-bottom: 20px;
  --font-size-bottom-caption: 16px;
  --font-size-lp-10: 10px;
  --font-size-lp-12: 12px;
  --font-size-lp-14: 14px;
  --font-size-lp-16: 16px;
  --font-size-lp-18: 18px;
  --font-size-lp-20: 20px;
  --font-size-lp-24: 24px;
  --font-size-lp-28: 28px;
  --font-size-lp-30: 30px;
  --font-size-lp-32: 32px;
  --font-size-lp-40: 40px;
  --font-size-lp-48: 48px;
  --font-size-lp-50: 50px;

  --line-height-paragraph: 1.75;
  --line-height-heading-large: 1.364;
  --line-height-heading-medium: 1.475;
  --line-height-heading-small: 1.5;
  --line-height-note: 1.5;
  --line-height-lp-10: 1;
  --line-height-lp-12: 1.2;
  --line-height-lp-14: 1.4;
  --line-height-lp-15: 1.5;
}

@media screen and (max-width:768px) {
  :root {
    --font-size-heading-large: 24px;
    --font-size-heading-medium: 20px;
    --font-size-heading-small: 18px;
    --font-size-heading-xsmall: 16px;
    --font-size-heading-xxsmall: 14px;
    --font-size-lp-40: 24px;
    --font-size-lp-48: 28px;
    --font-size-lp-50: 30px;
  }
}

/*===============
lp-header
================*/
#lp-header {
  height: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

#lp-header .h-logo img {
  width: 224px;
  height: 53.41px;
  margin-left: 50px;
}

#lp-header .login-link {
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
  margin-right: 50px;
  color: var(--trust-navy);
  text-decoration: none;
}

#lp-header .h-cvbtn {
  text-align: center;
  margin-right: 50px;
  padding: 15px 25px;
  font-size: 20px;
  min-width: 0;
  font-weight: bold;
  font-size: 15px;
  background-color: #d8562b;
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #lp-header {
    height: 60px;
    padding: 0 15px;
  }

  #lp-header .h-cvbtn {
    margin-right: 15px;
    padding: 10px 15px;
    font-size: 12px;
    min-width: auto;
  }

  #lp-header .login-link {
    font-size: 12px;
    margin-right: 15px;
  }

  #lp-header .h-logo img {
    width: 126px;
    height: 30px;
    margin-left: 15px;
  }
}

/* heading-component */
main .heading-large {
  font-size: var(--font-size-heading-large);
  font-weight: bold;
  line-height: var(--line-height-heading-large);
}

main .heading-medium {
  font-size: var(--font-size-heading-medium);
  font-weight: bold;
  line-height: var(--line-height-heading-medium);
}

main .heading-small {
  font-size: var(--font-size-heading-small);
  font-weight: bold;
  line-height: var(--line-height-heading-small);
}

/*===============
KV Section
================*/
.kv {
  position: relative;
  height: 480px;
  overflow: hidden;
  background-image: url("../img/kv-bg-pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--gmo-blue-100);
}

.kv-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.kv-bg-image {
  position: absolute;
  top: -206px;
  left: 0;
  width: 1500px;
  height: 844px;
  object-fit: cover;
}

.kv-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--innovative-green);
  opacity: 0.05;
}

.kv-content {
  margin: auto;
  max-width: 1000px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 150px;
}

.kv-achievement {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: var(--white);
  font-size: 32px;
  white-space: nowrap;
}

.achievement-text {
  font-size: 32px;
}

.achievement-number {
  font-family: "D-DIN-PRO", sans-serif;
  font-weight: bold;
  font-size: 44px;
  line-height: 0.75;
  margin: 0 8px;
}

.achievement-unit {
  font-size: 32px;
}

.kv-title {
  margin-bottom: 40px;
}

.kv-main-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: var(--white);
  font-size: 64px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 10px; */
}

.title-paper {
  font-size: 64px;
}

.title-number {
  font-family: "D-DIN-PRO", sans-serif;
  font-size: 80px;
  font-weight: 600;
}

.title-unit {
  font-size: 64px;
}

.title-separator {
  font-size: 64px;
  margin: 0 -10px;
  letter-spacing: -9.6px;
}

.title-co2-number {
  font-family: "D-DIN-PRO", sans-serif;
  font-size: 80px;
  font-weight: 600;
}

.title-co2 {
  font-family: "D-DIN-PRO", sans-serif;
  font-size: 76px;
  font-weight: bold;
  line-height: 0.75;
}

.title-text {
  font-size: 64px;
  letter-spacing: 0;
}

.title-reduction {
  font-size: 64px;
}

.title-co2-text {
  font-size: 64px;
}

@media screen and (max-width: 768px) {
  .achievement-text {
    font-size: 24px;
  }

  .achievement-unit {
    font-size: 24px;
  }

  .achievement-number {
    font-size: 32px;
  }

  .title-unit {
    font-size: 24px;
  }

  .title-paper {
    font-size: 24px;
  }

  .title-separator {
    font-size: 24px;
    letter-spacing: 0;
    margin: 0;
  }

  .title-text {
    font-size: 24px;
    letter-spacing: 0;
  }

  .title-co2-text {
    font-size: 24px;
  }

  .title-reduction {
    font-size: 24px;
  }
}

/*===============
CO2 Reduction Section
================*/
.co2-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background-image: url("../img/bg02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.co2-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  max-width: 1000px;
  margin: 0 auto;
}

.co2-title-area {
  text-align: center;
  position: relative;
}

.co2-main-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-family-default);
  font-size: 32px;
  color: var(--trust-navy);
  margin-bottom: 20px;
}

.co2-text {
  font-family: var(--font-family-number);
  font-weight: bold;
  font-size: 80px;
  color: var(--trust-navy);
  transform: skewX(-5.967deg);
}

.co2-note {
  font-size: 16px;
  color: var(--trust-navy);
  vertical-align: super;
}

.co2-number-line {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 50px;
}

.co2-number {
  font-family: var(--font-family-number);
  font-weight: 600;
  font-size: 192px;
  line-height: 0.75;
  color: var(--trust-navy);
  transform: skewX(-7.923deg);
}

.co2-unit-text {
  font-family: var(--font-family-default);
  font-size: 72px;
  color: var(--trust-navy);
  margin-left: -50px;
}

.tennis-court-explanation {
  width: 100%;
  display: flex;
  justify-content: center;
}

.explanation-box {
  background: var(--white);
  border-radius: 8px;
  padding: 28px 77px;
  width: 896px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.explanation-title {
  font-family: var(--font-family-default);
  font-weight: bold;
  font-size: 32px;
  color: var(--trust-navy);
  line-height: 1.4;
  margin: 0 0 20px 0;
  text-align: left;
}

.explanation-title-sub {
  font-size: 20px;
}

.tennis-court-result {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}

.tennis-court-result .tennis-label {
  align-self: center;
  margin-bottom: 8px;
}

.tennis-court-result .tennis-bottom-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.tennis-label {
  font-family: var(--font-family-default);
  font-weight: bold;
  font-size: 32px;
  color: var(--gmo-blue-1000);
  line-height: 1;
}

.tennis-label-about {
  font-family: var(--font-family-default);
  font-weight: bold;
  font-size: 32px;
  color: var(--gmo-blue-1000);
  line-height: 1;
}

.tennis-number {
  font-family: var(--font-family-number);
  font-weight: bold;
  font-size: 80px;
  color: var(--gmo-blue-1000);
  line-height: 0.8;
  transform: skewX(-7.298deg);
}

.tennis-unit {
  font-family: var(--font-family-default);
  font-weight: bold;
  font-size: 32px;
  color: var(--gmo-blue-1000);
  line-height: 1;
}


/*===============
CO2 Notes Section
================*/
.co2-notes {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.co2-notes-content {
  font-family: var(--font-family-default);
  font-size: 12px;
  line-height: 1.6;
  color: #222222;
  letter-spacing: 0.6px;
  max-width: 1200px;
  text-align: left;
}

.co2-notes-content p {
  margin: 0 0 8px 0;
  font-size: 12px;
}

/*===============
GMO ESG Section
================*/
.gmo-esg-section {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.gmo-esg-header {
  text-align: center;
  margin-bottom: 40px;
}

.gmo-esg-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.esg-subtitle {
  font-family: var(--font-family-default);
  font-size: 24px;
  color: var(--trust-navy);
}

.gmo-logo-text {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.gmo-logo-inline {
  width: 270px;
  height: auto;
}

.esg-main-text {
  font-family: var(--font-family-default);
  font-size: 48px;
  font-weight: bold;
  color: var(--gmo-blue-1000);
  line-height: 1;
}

.gmo-esg-description {
  font-family: var(--font-family-default);
  font-size: 18px;
  color: var(--trust-navy);
  line-height: 1.8;
  margin: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.esg-cards-container {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.esg-card {
  flex: 1;
  height: 386px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.environment-card {
  background-image: url('../img/esg01.jpg');
}

.social-card {
  background-image: url('../img/esg02.jpg');
}

.governance-card {
  background-image: url('../img/esg03.jpg');
}

.esg-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 29, 50, 0.1);
}

.esg-card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  width: 85%;
}

.esg-card-title {
  font-family: var(--font-family-default);
  font-size: 34px;
  font-weight: bold;
  color: white;
  margin: 0 0 20px 0;
  line-height: 1;
}

.esg-card-description {
  font-family: var(--font-family-default);
  font-size: 16px;
  font-weight: bold;
  color: white;
  line-height: 1.3;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .gmo-esg-section {}

  .esg-cards-container {
    flex-direction: column;
    gap: 20px;
  }

  .esg-card {
    flex: auto;
    height: 300px;
  }

  .gmo-logo-text {
    /* flex-direction: column; */
    gap: 10px;
  }

  .gmo-logo-inline {
    width: 200px;
  }

  .esg-main-text {
    font-size: 36px;
  }
}

/*===============
ESG Detail Section
================*/
.esg-detail-section {
  padding: 80px 150px;
  background-image: url('../img/bg03.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.esg-detail-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.esg-detail-section .sec-inner {
  position: relative;
  z-index: 2;
}

.esg-detail-header {
  text-align: center;
  margin-bottom: 40px;
}

.esg-detail-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.esg-detail-subtitle {
  font-family: var(--font-family-default);
  font-size: 24px;
  color: var(--trust-navy);
}

.esg-detail-logo-text {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.esg-detail-logo {
  width: 270px;
  height: auto;
}

.esg-detail-main-text {
  font-family: var(--font-family-default);
  font-size: 48px;
  font-weight: bold;
  color: var(--gmo-blue-1000);
  line-height: 1;
}

.esg-detail-description {
  font-family: var(--font-family-default);
  font-size: 18px;
  color: var(--trust-navy);
  line-height: 1.8;
  margin: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.esg-detail-cards {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.esg-detail-card {
  flex: 1;
  height: 386px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.environment-detail {
  background-image: url('../img/esg01.jpg');
}

.social-detail {
  background-image: url('../img/esg02.jpg');
}

.governance-detail {
  background-image: url('../img/esg03.jpg');
}

.esg-detail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 29, 50, 0.4);
}

.esg-detail-content {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  z-index: 2;
  width: 80%;
}

.esg-detail-card-title {
  font-family: var(--font-family-default);
  font-size: 34px;
  font-weight: bold;
  color: white;
  margin: 0 0 20px 0;
  line-height: 1;
}

.esg-detail-card-text {
  font-family: var(--font-family-default);
  font-size: 16px;
  font-weight: bold;
  color: white;
  line-height: 1.3;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .esg-detail-section {
    padding: 60px 20px;
  }

  .esg-detail-cards {
    flex-direction: column;
    gap: 20px;
  }

  .esg-detail-card {
    height: 300px;
  }

  .esg-detail-logo-text {
    flex-direction: column;
    gap: 10px;
  }

  .esg-detail-logo {
    width: 200px;
  }

  .esg-detail-main-text {
    font-size: 36px;
  }
}

/*===============
GMO SDGs Section
================*/
.gmo-sdgs-section {
  padding: 80px 0;
  background-image: url("../img/bg03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.gmo-sdgs-content {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  padding: 56px 40px;
  max-width: 672px;
  margin: 0 auto 0 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.gmo-logo-wrapper {
  text-align: center;
  margin-bottom: 32px;
}

.gmo-logo {
  height: 60px;
  width: auto;
}

.sdgs-text-content {
  text-align: center;
}

.sdgs-title {
  margin: 0 0 24px 0;
  line-height: 1.2;
}

.sdgs-text {
  font-family: var(--font-family-default);
  font-size: 24px;
  color: var(--trust-navy);
  display: inline;
}

.gmo-brand {
  font-family: var(--font-family-default);
  font-size: 32px;
  font-weight: bold;
  color: var(--gmo-blue-1000);
  display: inline;
  margin: 0 8px;
}

.sdgs-connector {
  font-family: var(--font-family-default);
  font-size: 24px;
  color: #005BAC;
  display: inline;
}

.sdgs-main {
  font-family: var(--font-family-default);
  font-size: 48px;
  font-weight: bold;
  color: #005BAC;
  display: inline;
  margin-left: 8px;
}

p.sdgs-description {
  text-align: left;
  font-family: var(--font-family-default);
  font-size: 18px;
  color: var(--trust-navy);
  line-height: 1.8;
  padding-bottom: 40px;
}

.sdgs-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.sdgs-icon {
  flex: 0 0 auto;
}

.sdgs-icon img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {

  p.sdgs-description {
    padding-bottom: 16px;
  }

  .gmo-sdgs-content {
    padding: 40px 20px;
  }

  .gmo-logo {
    height: 40px;
  }

  .sdgs-text {
    font-size: 18px;
  }

  .gmo-brand {
    font-size: 24px;
  }

  .sdgs-connector {
    font-size: 18px;
  }

  .sdgs-main {
    font-size: 32px;
  }

  .sdgs-description {
    font-size: 16px;
  }

  .sdgs-icons {
    gap: 15px;
  }

  .sdgs-icon img {
    width: 80px;
    height: 80px;
  }
}

/*===============
Case Studies Section
================*/
.case-studies-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--white);
}

.case-studies-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.case-studies-title .gmo-logo-text {
  grid-area: 1 / 1;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  position: relative;
}

.case-studies-title .gmo-logo-inline {
  width: 270.54px;
  height: 64px;
}

.case-main-text {
  font-family: var(--font-family-default);
  font-size: 48px;
  font-weight: bold;
  color: var(--gmo-blue-1000);
  line-height: 1;
  margin-left: 20px;
}

.case-studies-description {
  font-family: var(--font-family-default);
  font-size: 18px;
  color: var(--trust-navy);
  line-height: 1.8;
  text-align: center;
  margin: 0;
  max-width: 1180px;
}

.case-studies-cards {
  flex-wrap: wrap;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0px 0px 16px 0px rgba(58, 175, 197, 0.16);
  padding: 40px 64px;
  display: flex;
  gap: 64px;
  align-items: stretch;
}

.case-study-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.case-card-title {
  font-family: var(--font-family-default);
  font-size: 24px;
  font-weight: bold;
  color: var(--trust-navy);
  margin: 0;
  line-height: 1.4;
}

.case-card-description {
  font-family: var(--font-family-default);
  font-size: 16px;
  color: var(--trust-navy);
  line-height: 1.8;
  margin: 0;
  flex-grow: 1;
}

.case-card-button {
  background: var(--gmo-blue-1000);
  color: var(--white);
  padding: 16px;
  border-radius: 64px;
  text-decoration: none;
  font-family: var(--font-family-default);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  width: 240px;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 142, 172, 0.3);
  transition: all 0.3s ease;
}

.case-card-button:hover {
  background: #004080;
  transform: translateY(-2px);
  box-shadow: 0px 7px 15px 0px rgba(0, 142, 172, 0.4);
}

@media screen and (max-width: 768px) {
  .case-studies-section {
    padding: 60px 20px;
  }

  .case-studies-title .gmo-logo-inline {
    width: 200px;
    height: auto;
  }

  .case-main-text {
    font-size: 32px;
    margin-left: 10px;
  }

  .case-studies-description {
    font-size: 16px;
  }

  .case-studies-cards {
    flex-direction: column;
    gap: 40px;
    padding: 30px 20px;
  }

  .case-card-button {
    width: 200px;
    padding: 12px;
    font-size: 14px;
  }
}

/*===============
Haiku Banner Section
================*/
.haiku-banner-section {
  padding: 40px 0;
}

/*===============
Contest Banner
================*/
.kv-content-banner {
  max-width: 1000px;
  margin: -113px auto 0;
  position: relative;
  z-index: 2;
}

.contest-banner {
  width: 100%;
  margin: 0 auto;
}

.contest-banner-image {
  width: 100%;
  height: auto;
  display: block;
}


/*===============
About Section
================*/
.about-section {
  padding-top: 47px;
  padding-bottom: 80px;
}

.sec-inner .about-content p {
  font-size: 20px;
}

.sec-inner .about-content p:first-child {
  padding-bottom: 28px;
}

.about-content {
  font-size: 20px;
  display: flex;
  gap: 36px;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}

.about-text {
  flex: 1;
  font-family: var(--font-family-default);
  font-size: 20px;
  line-height: 1.8;
  color: var(--trust-navy);
}

.about-text p {
  margin: 0 0 0 0;
}

.note-small {
  font-size: 16px;
}

.about-logo {
  flex-shrink: 0;
}

.about-logo img {
  width: 289px;
  height: 69px;
}

/*===============
Paper Reduction Section
================*/
.paper-reduction-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background-image: url("../img/bg01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.paper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.paper-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paper-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.paper-title-area {
  text-align: center;
  padding-bottom: 60px;
  background-image: url('/sdgs/img/title-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 0px;
}

.paper-main-title {
  font-family: var(--font-family-default);
  font-weight: bold;
  color: var(--trust-navy);
  margin: 0;
  position: relative;
  text-align: center;
  display: inline-block;
}

.paper-label {
  font-size: 28px;
  color: var(--trust-navy);
  position: absolute;
  top: 90px;
  right: 40px;
  white-space: nowrap;
  font-weight: bold;
}

.paper-title-paper {
  font-size: 120px;
  line-height: 1;
  color: var(--trust-navy);
  display: inline;
}

.paper-title-number {
  font-family: var(--font-family-number);
  font-size: 320px;
  font-weight: 600;
  line-height: 0.78;
  transform: skewX(-7.948deg);
  color: var(--trust-navy);
  display: inline;
  margin: 0 20px;
  font-style: italic;
}

.paper-title-unit {
  font-size: 120px;
  line-height: 1;
  color: var(--trust-navy);
  display: inline;
}

.paper-explanation {
  display: flex;
  justify-content: center;
}

.explanation-content {
  display: flex;
  gap: 40px;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.explanation-left {
  flex: 0 0 auto;
}

.co2-section .explanation-left {
  width: 280px;
}

.explanation-right {
  /* flex: 1; */
  min-width: 0;
}

.explanation-box {
  background: var(--white);
  border-radius: 8px;
  padding: 32px 34px;
  max-width: 896px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.explanation-calculation {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}

.calc-line {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-family: var(--font-family-default);
  font-weight: bold;
  color: #222222;
}

.calc-number {
  font-family: var(--font-family-number);
  font-size: 24px;
  font-weight: bold;
  color: #222222;
}

.calc-unit {
  font-size: 18px;
  color: #222222;
  font-weight: bold;
}

.calc-unit-small {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
}

.calc-symbol {
  font-size: 20px;
  font-weight: bold;
}

.calc-detail {
  font-size: 20px;
  font-weight: bold;
}

/* 297の部分 */
.calc-detail span:first-child {
  font-size: 20px;
}

/* mmの部分 */
.calc-detail span:nth-child(2),
.calc-detail span:nth-child(3) {
  font-size: 14px;
}

/* （A4タテ）の部分 */
.calc-detail span:nth-child(4),
.calc-detail span:nth-child(5),
.calc-detail span:nth-child(6),
.calc-detail span:nth-child(7),
.calc-detail span:nth-child(8) {
  font-size: 15px;
}

.calc-detail span:nth-child(6) {
  font-size: 16px;
}

.calc-equal {
  font-size: 20px;
  font-weight: bold;
}

.calc-result {
  font-family: var(--font-family-number);
  font-size: 23px;
  font-weight: bold;
  color: #222222;
}

/* 8.91の部分 */
.calc-result span:first-child {
  font-size: 23px;
}

/* 万の部分 */
.calc-result span:nth-child(2) {
  font-size: 18px;
}

/* kmの部分 */
.calc-result span:nth-child(3) {
  font-size: 14px;
}

.calc-line-small {
  font-size: 14px;
  color: var(--trust-navy);
  margin-bottom: 15px;
  line-height: 1.2;
}

.calc-note {
  font-size: 14px;
  line-height: 1.4;
}

.calc-detail-result {
  font-family: var(--font-family-number);
  font-size: 23px;
  font-weight: bold;
  color: #222222;
  margin: 10px 0;
}

/* calc-detail-resultの個別フォントサイズ */
.calc-detail-result span:nth-child(1) {
  /* 8.91 */
  font-size: 23px;
}

.calc-detail-result span:nth-child(2) {
  /* 万 */
  font-size: 18px;
}

.calc-detail-result span:nth-child(3) {
  /* km */
  font-size: 14px;
}

.calc-detail-result span:nth-child(4) {
  /* ÷ */
  font-size: 20px;
}

.calc-detail-result span:nth-child(5) {
  /* 地球 */
  font-size: 18px;
}

.calc-detail-result span:nth-child(6) {
  /* 1 */
  font-size: 24px;
}

.calc-detail-result span:nth-child(7) {
  /* 周 */
  font-size: 14px;
}

.calc-detail-result span:nth-child(8) {
  /* ≒ */
  font-size: 24px;
}

.calc-detail-result span:nth-child(9) {
  /* 2.2275 */
  font-size: 24px;
}

.calc-detail-result span:nth-child(10) {
  /* 周 */
  font-size: 14px;
}

.calc-note-small {
  font-size: 14px;
  color: var(--trust-navy);
}

.explanation-result {
  text-align: left;
  margin-top: 0;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 4px;
}

.result-label {
  font-family: var(--font-family-default);
  font-weight: bold;
  font-size: 32px;
  color: var(--gmo-blue-1000);
  line-height: 1;
}

.result-number {
  font-family: var(--font-family-number);
  font-weight: bold;
  font-size: 80px;
  color: var(--gmo-blue-1000);
  transform: skewX(-7.923deg);
  margin: 0 4px;
  line-height: 0.8;
}

.result-text {
  font-family: var(--font-family-default);
  font-weight: bold;
  font-size: 32px;
  color: var(--gmo-blue-1000);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .explanation-left {
    max-width: 100%;
  }

  .result-number {
    font-size: 60px;
  }

  .result-label {
    font-size: 24px;
  }

  .result-text {
    font-size: 24px;
  }

  .co2-section .explanation-left .explanation-title {
    text-align: center;
  }

  .tennis-number {
    font-size: 48px;
  }

  .tennis-unit {
    font-size: 24px;
  }
}

/*===============
Contest Details
================*/
.contest-details {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../img/bg04.jpg");
  background-repeat: repeat;
  background-size: 1505.66px 995.757px;
  background-position: top left;
  position: relative;
}

.contest-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin: 0 auto;
}

/* KVバナー */
.contest-kv-banner {
  width: 100%;
  height: auto;
  position: relative;
  max-width: 1000px;
}

.contest-kv-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* 応募ボタン */
.contest-apply-button-top,
.contest-apply-button-bottom {
  display: flex;
  justify-content: center;
  width: 550px;
}

.contest-apply-btn {
  background: var(--gmo-blue-1000);
  color: white;
  padding: 20px 76.8px;
  border-radius: 60px;
  text-decoration: none;
  font-family: var(--font-family-default);
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 142, 172, 0.3);
  transition: all 0.3s ease;
  white-space: nowrap;
  min-width: 280px;
  max-width: 320px;
  width: 320px;
  letter-spacing: 0.8px;
}

.contest-apply-btn:hover {
  background: #004080;
  transform: translateY(-2px);
  box-shadow: 0px 7px 15px 0px rgba(0, 142, 172, 0.4);
}

/* 説明文 */
.contest-description {
  font-family: var(--font-family-default);
  font-size: 18px;
  color: var(--trust-navy);
  line-height: 1.8;
  max-width: 1000px;
  text-align: left;
}

.contest-description p {
  /* margin: 0 0 16px 0; */
}

.contest-description p:last-child {
  margin-bottom: 0;
}

/* 詳細テーブル */
.contest-details-table {
  background: white;
  padding: 40px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .contest-details {
    padding: 60px 20px;
  }

  .contest-container {
    gap: 20px;
  }

  .contest-kv-banner {
    width: 100%;
  }

  .contest-apply-button-top,
  .contest-apply-button-bottom {
    width: 100%;
  }

  .contest-apply-btn {
    width: 280px;
    font-size: 18px;
    padding: 16px 40px;
  }

  .contest-description {
    width: 100%;
    font-size: 16px;
  }

  .contest-details-table {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
}

/*===============
Contest Details Table
================*/

.contest-table-wrapper {
  margin: 40px 0;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background: white;
  width: 100%;
  overflow-x: auto;
}

.contest-table {
  min-width: 1000px;
  /* width: 100%; */
  border-collapse: collapse;
  font-family: var(--font-family-default);
}

.contest-th {
  background-color: #f5f5f5;
  border: 1px solid #cdcdcd;
  padding: 18.5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  color: var(--trust-navy);
  width: 181px;
  min-width: 181px;
}

.contest-td {
  border: 1px solid #cdcdcd;
  padding: 18.5px;
  vertical-align: top;
  font-size: 16px;
  color: var(--trust-navy);
  line-height: 1.5;
  text-align: left;
}

.judge-profile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.judge-image {
  flex-shrink: 0;
}

.judge-image img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  display: block;
}

.judge-info {
  flex: 1;
}

.judge-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--trust-navy);
}

.judge-description,
.judge-comment {
  font-size: 16px;
  line-height: 1.5;
  color: var(--trust-navy);
  margin: 0;
}

.judge-description {
  padding-bottom: 16px;
}

/* コンテストテーブル内応募ボタン */
.contest-apply-button-table-bottom {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contest-apply-btn-table {
  display: inline-block;
  background: linear-gradient(135deg, #005BAC 0%, #0071D1 100%);
  color: white;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: transform 0.2s ease;
}

.contest-apply-btn-table:hover {
  transform: translateY(-2px);
  color: white;
  text-decoration: none;
}

.result-list,
.notes-list {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

.result-list li,
.notes-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 0;
  line-height: 1.5;
}

.result-list li:before,
.notes-list li:before {
  content: "・";
  position: absolute;
  left: -20px;
  color: var(--gmo-blue-1000);
  font-weight: bold;
}

.contest-td a {
  color: var(--gmo-blue-1000);
  text-decoration: underline;
}

.contest-td a:hover {
  opacity: 0.8;
}

.application-btn-wrap {
  text-align: center;
  margin: 40px 0;
}

.contest-apply-btn {
  display: inline-block;
  background: var(--gmo-blue-1000);
  color: white;
  font-family: var(--font-family-default);
  font-size: 20px;
  font-weight: bold;
  padding: 20px 76px;
  border-radius: 60px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 142, 172, 0.3);
  transition: all 0.3s ease;
  letter-spacing: 0.8px;
  line-height: 1.75;
  max-width: 320px;
  min-width: 280px;
}

.contest-apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 142, 172, 0.4);
}

/*===============
CV2 Section
================*/
.cv-2 {
  padding: 80px 0;
}

.cv-2-inner {
  padding: 40px 80px;
  justify-content: space-between;
  gap: 80px;
}

.doc-left,
.doc-right {
  width: 50%;
  display: grid;
  place-items: center;
  row-gap: 20px;
}

.doc-left .fig img,
.doc-right .fig img {
  box-shadow: 0px 3.21px 8.02px 0px #00000040;
  border-radius: 8px;
}

/*===============
Customer Voice
================*/
.customerVoice {
  padding: 80px 0;
}

.carousel-area {
  margin: 40px 0;
}

.carousel-area iframe {
  min-height: 400px;
}

.fadein {
  opacity: 1;
}

/*===============
Reasons Section
================*/
.reasons {
  padding: 80px 0;
  position: relative;
}

.musubi {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.musubi img {
  width: 473px;
  height: 349px;
}

/*===============
Notes Section
================*/
.notes {
  padding: 40px 0;
  background-color: #f8f9fa;
}

.comment {
  font-size: 14px;
  color: var(--trust-navy);
  text-align: center;
  margin: 0;
  line-height: 1.6;
}

/*===============
Belt Section
================*/
.mg-no1-under {
  margin: 0;
}

/*===============
Responsive
================*/
@media screen and (max-width: 1200px) {
  .about-content {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
    text-align: center;
  }

  .kv-content {
    padding: 0 50px;
  }

  .about-section {
    padding: 120px 50px 80px 50px;
  }

  .paper-reduction-section {
    padding: 80px 50px;
  }

  .paper-label {
    font-size: 24px;
    top: -12px;
    right: -15px;
  }

  .paper-content {
    padding: 0;
  }

  .paper-reduction-section {
    padding: 60px 0;
    min-height: 400px;
  }

  .paper-main-title {
    flex-direction: column;
    gap: 10px;
  }

  .paper-title-number {
    font-size: 120px;
    margin: 0 10px;
  }

  .paper-title-paper {
    font-size: 80px;
  }

  .paper-title-unit {
    font-size: 80px;
  }

  .explanation-content {
    flex-direction: column;
  }

  .co2-number {
    font-size: 120px;
  }

  .paper-title-area {
    background-size: 300px;
  }
}

@media screen and (max-width: 768px) {
  .kv-content-banner {
    margin-top: -35px;
  }

  .kv {
    height: 250px;
  }

  .kv-content {
    margin-top: 55px;
    padding: 0 20px;
  }

  .kv-main-title {
    font-size: 36px;
    /* gap: 10px; */
  }

  .title-number,
  .title-co2-number {
    font-size: 32px;
  }

  .title-co2 {
    font-size: 32px;
  }

  .contest-banner {
    width: 90%;
    max-width: 500px;
  }

  .about-section {
    padding: 60px 20px;
  }



  .explanation-title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .explanation-content {
    gap: 16px;
    flex-direction: column;
  }

  .explanation-box {
    width: 100%;
    padding: 20px;
  }

  .application-steps {
    flex-direction: column;
    align-items: center;
  }

  .step-item {
    max-width: 100%;
  }

  /* Contest table responsive */
  .contest-table-wrapper {
    margin: 20px 0;
  }

  .contest-th {
    width: 120px;
    min-width: 120px;
    font-size: 14px;
    padding: 12px;
  }

  .contest-td {
    font-size: 14px;
    padding: 12px;
  }

  .judge-profile {
    gap: 15px;
  }

  .judge-image img {
    width: 120px;
    height: 120px;
  }

  .judge-name {
    font-size: 14px;
  }

  .judge-description,
  .judge-comment {
    font-size: 13px;
  }

  .contest-apply-btn {
    font-size: 16px;
    padding: 15px 50px;
    min-width: 200px;
    max-width: 240px;
  }

  .paper-label {
    font-size: 16px;
    top: -7px;
    right: 5px;
  }

  .paper-content {
    padding: 0;
  }

  .paper-reduction-section {
    padding: 60px 0;
    min-height: 400px;
  }

  .paper-main-title {
    flex-direction: column;
    gap: 10px;
  }

  .paper-title-number {
    font-size: 90px;
    margin: 0 10px;
  }

  .paper-title-paper {
    font-size: 60px;
  }

  .paper-title-unit {
    font-size: 60px;
  }

  .co2-main-title {
    font-size: 24px;
    gap: 4px;
  }

  .co2-text {
    font-size: 60px;
  }

  .co2-number {
    font-size: 80px;
  }

  .co2-unit-text {
    font-size: 48px;
  }
}