/**/
:root {
  --padding-hor: 3.8vw;
}

/**/

section.contents .content-box h2 {
  padding-top: 3vw;
}

section.contents .content-box h1 {
  margin-top: 5.2vw;
  font-size: calc(0.9rem + 2.2vw);
  letter-spacing: -0.02rem;
  line-height: calc((0.9rem + 2.2vw) * 1.42);
}

section.contents .content-box p {
  margin-top: 2.2vw;
  font-size: calc(0.9rem + 0.8vw);
  letter-spacing: -0.02rem;
}

section.contents .content-box .image-box {
  margin-top: 6.6vw;
}

section.contents .content-box .plus-icon {
  position: relative;
  margin-top: 4.8vw;
}

/**/

section.contents section.about .content-box {
  height: 62vw;
}

section.contents section.sustain .content-box {
  height: 62vw;
}

/**/

section.contents section.focus .content-box {
  margin-bottom: 90px;
}

section.contents section.focus .wrap {
  grid-template-columns: 1fr 1fr;
  grid-gap: 2.4vw;
  margin-top: 40px;
}

section.contents section.focus .wrap .inner-card {
  height: 58vw;
}

section.contents section.focus .wrap .inner-card h3 {
  display: none;
}

section.contents section.focus .wrap .inner-card .icon {
  margin-top: 0;
  opacity: 0;
}

section.contents section.focus .wrap .inner-card h4 {
  margin-top: 0.8vw;
  font-size: 3.4vw;
}

section.contents section.focus .wrap .inner-card:nth-child(1) {
  top: 0;
  grid-column: 1;
  grid-row: 1;
}

section.contents section.focus .wrap .inner-card:nth-child(2) {
  top: 0;
  grid-column: 2;
  grid-row: 1;
}

section.contents section.focus .wrap .inner-card:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

section.contents section.focus .wrap .inner-card:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

section.contents section.focus .wrap .inner-card:nth-child(1) .icon img {
  width: calc(24px + 4.2vw);
}

section.contents section.focus .wrap .inner-card:nth-child(2) .icon img {
  width: calc(24px + 4.2vw);
}

section.contents section.focus .wrap .inner-card:nth-child(3) .icon img {
  width: calc(28px + 4.2vw);
}

section.contents section.focus .wrap .inner-card:nth-child(4) .icon img {
  width: calc(44px + 4.2vw);
}

/**/

/**/

section.contents section.news {
  padding-bottom: 10vw;
}

section.contents section.news .wrap {
  margin-top: 1vw;
  grid-template-columns: 1fr 1fr;
  gap: 3vw 2.2vw;
}

section.contents section.news .wrap .inner-card {
  padding-bottom: 1.2vw;
}

section.contents section.news .wrap .inner-card h4 {
  margin-top: 0.7vw;
}

section.contents section.news .wrap .inner-card h3 {
  margin-top: 2.2vw;
}

section.contents section.news .wrap .inner-card p {
  font-size: 1rem;
  line-height: 1.6rem;
}

section.contents section.news .plus-icon {
  margin: 7vw auto 0 auto;
}

section.contents section.news .wrap .inner-card .pic {
  margin-top: 4vw;
  height: 30vw;
  border: none;
}

section.contents section.news .wrap .inner-card:nth-child(3) {
  display: none;
}

section.contents section.news .wrap .inner-card:nth-child(4) {
  display: none;
}