:root {
  scroll-behavior: smooth;
  --blue: #70beb3;
  --light-blue: #b7e3dd;
  --pale-blue: #e5f6f4;
  --text-green: #067f6e;
  --black: #000;
  --global-header-height: 5.6rem;
  --breadcrumb-height: 2.7rem;
  --lp-nav-height: 8.8rem;
  --fv-header-offset: calc(var(--global-header-height) + var(--breadcrumb-height) + var(--lp-nav-height));
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: var(--black);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  background: #fff;
  overflow-x: hidden;
}

#globalHeader {
  position: relative;
  z-index: 1000;
}

#globalHeader .global-search-form-wrapper {
  z-index: 1001;
}

#globalHeader .global-form-submit {
  display: grid;
  place-items: center;
  align-self: stretch;
}

#globalHeader .global-form-submit img {
  display: block;
  inline-size: 2.8rem;
  block-size: auto;
}

.lp {
  overflow: visible;
}

.lp-menu-button {
  display: none;
}

.u-sp {
  display: none;
}

.u-pc {
  display: inline;
}

.main-inner {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.global-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  isolation: isolate;
  height: 8.8rem;
  background: transparent;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.global-nav::before {
  position: absolute;
  inset: 0 50%;
  height: 100%;
  margin-right: -50vw;
  margin-left: -50vw;
  background: var(--blue);
  content: '';
  z-index: -1;
}

.global-nav::-webkit-scrollbar {
  display: none;
}

.global-nav nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.8rem;
  height: 8.8rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.global-nav a {
  position: relative;
  white-space: nowrap;
  transition: color 0.2s ease;
  text-decoration: none;
}

.global-nav a:hover,
.global-nav a.is-current {
  color: #fff;
}

.global-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.8rem;
  height: 0.3rem;
  background: #01ffa5;
  content: '';
  opacity: 0;
  transition: opacity 0.2s ease;
}

.global-nav a:hover::after,
.global-nav a.is-current::after {
  opacity: 1;
}

@media (min-width: 1000px) {
  .lp-menu-button {
    display: none !important;
  }

  .global-nav,
  .global-nav.is-open {
    position: sticky;
    top: 0;
    left: auto;
    z-index: 10;
    display: block;
    width: auto;
    height: 8.8rem;
    overflow-x: auto;
    overflow-y: hidden;
    background: transparent;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .global-nav nav {
    flex-direction: row;
    justify-content: center;
    gap: 4.8rem;
    height: 8.8rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  body.is-lp-menu-open {
    overflow: auto;
  }
}

.main-inner > .section {
  scroll-margin-top: 8.8rem;
}

.hero {
  position: relative;
  isolation: isolate;
  height: 100vh;
  max-height: 787px;
  overflow: visible;
  background: transparent;
}

.hero::before,
.section::before,
.footer::before {
  position: absolute;
  inset: 0 50%;
  height: 100%;
  margin-right: -50vw;
  margin-left: -50vw;
  content: '';
  z-index: -1;
}

.hero::before {
  background: #d8d8d8;
}

.hero-photo {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
}

.hero-spark {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.hero-spark-01 {
  left: 13.85%;
  top: 74.33%;
  width: clamp(11rem, 15.85vw, 20.6rem);
}

.hero-spark-02 {
  left: 35.31%;
  top: 21.24%;
  width: clamp(13rem, 19.38vw, 25.2rem);
}

.hero-spark-03 {
  right: 5%;
  top: 66.33%;
  width: clamp(16rem, 23.54vw, 30.6rem);
}

.hero-logo {
  position: absolute;
  right: 2vw;
  top: 44%;
  z-index: 2;
  transform: translate(0, -50%);
}

.fv-logo {
  width: min(45vw, 65.3rem);
  height: auto;
  object-fit: cover;
}

.section {
  position: relative;
  isolation: isolate;
}

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

.section-title img {
  display: block;
  width: 7.3rem;
  height: auto;
  margin: 0 auto 1.6rem;
}

.section-title p {
  color: var(--text-green);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.section-title h1,
.section-title h2 {
  color: var(--text-green);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

.about {
  padding: 8rem 0 10.8rem;
  background: transparent;
}

.about::before {
  background: linear-gradient(180deg, #d7edea 0%, #fff 100%);
}

.vision {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 8rem;
  font-weight: 500;
}

.vision span {
  font-size: 2rem;
}

.vision strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.2rem;
  padding-inline: 1.8rem 1.2rem;
  background: #fff;
  font-size: 2.4rem;
  font-weight: 600;
}

.about p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2;
  text-align: center;
}

.about p:first-of-type {
  margin-top: 5.2rem;
}

.about p + p {
  margin-top: 2.5rem;
}

.damage {
  padding: 8rem 4.5% 6rem;
  background: transparent;
}

.damage::before {
  background: var(--pale-blue);
}

.damage .section-title h2 {
  margin-top: 1.2rem;
}

.damage-body {
  position: relative;
  margin: 8rem auto 0;
}

.touch-illust {
  display: block;
  width: 59%;
  height: auto;
  margin: 0 0 0 auto;
}

.count-graphic {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 7%;
  top: 47%;
  transform: translateY(-50%);
  width: 35%;
  aspect-ratio: 40 / 38;
  padding: 1rem 3rem 0 0;
}

.count-graphic::before {
  position: absolute;
  inset: 0;
  background: url('assets/images/count-bubble.svg') no-repeat center / contain;
  content: '';
  z-index: -1;
}

.count-graphic p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.count-graphic strong {
  display: inline-block;
  margin-top: 0.8rem;
  font-size: 6.4rem;
  line-height: 1;
}

.count-graphic span {
  margin-left: 0.2em;
  font-size: 4rem;
}

.count-wave {
  display: block;
  width: 22.8rem;
  height: auto;
  margin: 0.6rem auto 1.5rem;
}

.grid-bg {
  background-color: transparent;
}

.grid-bg::before {
  background-color: #fff;
  background-image:
    linear-gradient(rgba(112, 190, 179, 0.16) 0.1rem, transparent 0.1rem),
    linear-gradient(90deg, rgba(112, 190, 179, 0.16) 0.1rem, transparent 0.1rem);
  background-size: 3rem 3rem;
}

.research {
  padding: 8rem 0 7.8rem;
}

.research-panel {
  position: relative;
  display: block;
  min-height: 58.4rem;
  margin: 8.6rem auto 0;
  padding: 4.1rem 5.4rem 3rem;
  border: 0.2rem solid var(--blue);
  background-color: #fff;
}

.research-panel + .research-panel {
  margin-top: 6.4rem;
}

.research-tab {
  position: absolute;
  right: -0.2rem;
  top: -4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 16.4rem;
  height: 4.6rem;
  padding-right: 1em;
  color: #fff;
  background: var(--blue);
  font-weight: 700;
  line-height: 1;
}

.research-tab::before {
  position: absolute;
  left: -2.2rem;
  top: 0;
  width: 2.2rem;
  height: 100%;
  background: var(--blue);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: '';
}

.research-tab span {
  padding-top: 0.2em;
  font-size: 2rem;
}

.research-tab strong {
  padding-bottom: 0.1em;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}

.research-head {
  padding-bottom: 1.1rem;
  border-bottom: 0.2rem solid var(--blue);
  text-align: center;
}

.research-head p {
  margin: 0;
  color: var(--blue);
  font-size: 2rem;
  line-height: 1.6;
}
.research-head h3 {
  display: block;
  margin-top: 0.4rem;
  color: var(--blue);
  font-size: 3.2rem;
  line-height: 1.6;
}

.research-content {
  width: 47%;
}

.research-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: 4.1rem 0 0 0;
}

.panel-question {
  font-size: 2rem;
  line-height: 1.6;
}

.research-content > p {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}

.research-head small {
  position: relative;
  bottom: -0.1em;
  margin-left: -0.6em;
  font-size: 0.6em;
}

.research-panel small {
  font-size: 0.65em;
}

.research-notes {
  margin-top: 2.3rem;
  padding-left: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  list-style: none;
}

.research-notes li {
  text-indent: -2.4em;
  padding-left: 2em;
  line-height: 1.4;
}

.research-notes li:not(:first-child) {
  margin-top: 0.6em;
}

.research-graph {
  width: 45.6%;
}

.research-panel-bars .research-graph {
  width: 42%;
}

.research-graph img {
  width: 100%;
  height: auto;
}

.team {
  padding: 8rem 0;
  background: transparent;
}

.team::before {
  background: var(--light-blue);
}

.team-grid {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin: 0 auto;
}

.person-card {
  min-height: 29.2rem;
  padding: 5.6rem 2rem 4.4rem;
  background: #fff;
  text-align: center;
}

.person-card h2,
.sponsors h2 {
  color: var(--text-green);
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}

.person-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
  margin-top: 4.8rem;
  text-align: left;
}

.person-profile {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.avatar {
  width: 12rem;
  aspect-ratio: 1;
  object-fit: cover;
}

.person-main p {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

.person-main strong {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.person-main strong span {
  margin-right: 1em;
}

.person-comment {
  flex: 0 1 54%;
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.sponsors {
  width: 100%;
  margin: 0 auto;
  padding: 5.4rem 5.6rem 3.8rem;
  background: #fff;
}

.sponsors figure:nth-of-type(1) {
  padding: 2.3rem 18.5% 3rem;
}

.sponsors figure:nth-of-type(2) {
  padding: 4.2rem 1.5% 3rem;
}

.sponsors h2:nth-of-type(2) {
  padding: 4rem 0 0;
  border-top: 1px solid var(--text-green);
}

.sponsors picture,
.sponsors img {
  display: block;
}

.sponsors img {
  width: 100%;
  height: auto;
}

.beauty {
  padding: 8rem 0 10.8rem;
}

.beauty::before {
  background-color: var(--pale-blue);
  background-image: none;
}

.beauty-lead {
  margin: 4.1rem auto 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}

.beauty-img {
  display: block;
  width: min(100%, 124.7rem);
  height: auto;
  margin: 3.8rem auto 0;
}

.items {
  padding: 8rem 0 11.8rem;
  background: transparent;
}

.items::before {
  background: var(--pale-blue);
}

.item-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.8rem 3.2rem;
  margin: 8.8rem auto 0;
}

.item-card {
  display: grid;
  grid-template-columns: 24rem 1fr;
  gap: 1.5rem;
  min-height: 32.1rem;
  padding: 0 2rem 0 2.6rem;
  border: 0.1rem solid var(--blue);
  background: #fff;
}

.item-card > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.item-card > picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.item-card > div {
  display: flex;
  flex-direction: column;
  padding-block: 3rem 3rem;
}

.item-card h3 {
  min-height: calc(1em * 2 * 1.6);
  font-size: 1.6rem;
  line-height: 1.6;
}

.item-card p {
  margin-top: 1.4rem;
  margin-bottom: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

.item-card a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 22.9rem;
  height: 4rem;
  margin-top: 2.7rem;
  border: 0.1rem solid var(--text-green);
  color: var(--text-green);
  background: rgba(183, 227, 221, 0.5);
  font-size: 1.4rem;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    opacity 0.3s ease;
  text-decoration: none;
}

.item-card a:hover {
  color: #fff;
  background: var(--text-green);
  opacity: 1;
}

.item-card a::after {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  width: 0.7rem;
  height: 1.4rem;
  background: url('assets/images/arrow-r.svg') no-repeat center / contain;
  content: '';
  transform: translateY(-50%);
  transition: filter 0.3s ease;
}

.item-card a:hover::after {
  filter: brightness(0) invert(1);
}

.footer {
  position: relative;
  isolation: isolate;
  padding: 6.4rem 0 5.7rem;
  background: transparent;
  text-align: center;
}

.footer::before {
  background: var(--light-blue);
}

.footer h2 {
  color: var(--text-green);
  font-size: 2rem;
  line-height: 1;
}

.footer p {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

#pageTop {
  position: fixed;
  right: 2.4rem;
  bottom: 2rem;
  z-index: 100;
  block-size: auto;
  padding-block: 0;
  padding-inline: 0;
}

#pageTop .base-width {
  margin: 0;
  padding: 0;
}

@media (max-width: 999px) {
  .damage {
    padding: 8rem 0 6rem;
  }

  .touch-illust {
    width: 53%;
  }

  .count-graphic {
    left: 0;
    width: 48%;
  }

  .research-panel {
    padding: 4.1rem 3.4rem 4rem;
  }

  .research-body {
    flex-direction: column;
    padding: 2.8rem 0 0;
  }

  .research-panel-bars .research-graph,
  .research-graph {
    width: 100%;
    max-width: 500px;
    margin: 3rem auto 0;
  }

  .research-content {
    width: 100%;
  }

  .person-card {
    padding: 5.6rem 2.2rem 4.4rem;
  }

  .person-main {
    gap: 2rem;
  }

  .person-comment {
    flex: 0 1 54%;
  }

  .sponsors figure {
    padding-inline: 10%;
  }

  .item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 3.5rem;
  }

  .item-card {
    display: block;
    min-height: inherit;
    padding: 1.7rem 2rem 2.2rem;
  }

  .item-card + .item-card {
    margin-top: 0;
  }

  .item-card > picture {
    display: block;
    width: 100%;
    height: 17.8rem;
  }

  .item-card > picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .item-card > div {
    margin-top: 1.2rem;
    padding: 0;
  }

  .item-card h3 {
    text-align: center;
  }

  .item-card p {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .item-card a {
    max-width: none;
    height: 4rem;
    margin-top: 1.6rem;
  }

  .lp-menu-button {
    position: fixed;
    right: 0;
    top: var(--lp-menu-top, calc(var(--global-header-height) + 2rem));
    z-index: 1200;
    display: grid;
    place-items: center;
    width: 6rem;
    height: 8rem;
    border: 0;
    background: transparent;
    padding: 0;
  }

  .lp-menu-button span {
    position: absolute;
    width: 2.8rem;
    height: 0.2rem;
    background: var(--blue);
    transition:
      transform 0.25s ease,
      background-color 0.25s ease,
      opacity 0.25s ease;
  }

  .lp-menu-button span:first-child {
    transform: translateY(-0.7rem);
  }

  .lp-menu-button span:nth-child(2) {
    transform: translateY(0);
  }

  .lp-menu-button span:last-child {
    transform: translateY(0.7rem);
  }

  .lp-menu-button.is-open span {
    background: #fff;
  }

  .lp-menu-button.is-open span:first-child {
    transform: rotate(24deg);
  }

  .lp-menu-button.is-open span:nth-child(2) {
    opacity: 0;
  }

  .lp-menu-button.is-open span:last-child {
    transform: rotate(-24deg);
  }

  .global-nav {
    position: fixed;
    left: 0;
    top: var(--lp-nav-panel-top, var(--global-header-height));
    z-index: 1190;
    display: block;
    width: 100%;
    height: 49.2rem;
    overflow: hidden;
    background: var(--blue);
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-1rem);
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
  }

  .global-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .global-nav::before {
    content: none;
  }

  .global-nav nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
    height: auto;
    padding: 8.8rem 1rem 7rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }

  .global-nav a:hover,
  .global-nav a.is-current {
    color: #000;
  }

  .global-nav a::after {
    content: none;
  }

  body.is-lp-menu-open {
    overflow: hidden;
  }
}

@media (max-width: 666px) {
  :root {
    --global-header-height: 5.6rem;
    --breadcrumb-height: 0rem;
    --fv-header-offset: 0rem;
  }

  html {
    font-size: min(calc(100vw / 39), 10px);
  }

  body {
    min-width: 0;
  }

  .u-sp {
    display: inline;
  }

  .u-pc {
    display: none;
  }

  .main-inner {
    max-width: none;
    padding: 0 2rem;
  }

  .hero {
    height: calc(100svh - 5.6rem);
    min-height: 0;
    max-height: 650px;
    overflow: hidden;
  }

  .hero-photo {
    left: 50%;
    width: 100%;
  }

  .hero-logo {
    left: 4.2rem;
    right: auto;
    top: 12.6rem;
    width: 36.5rem;
  }

  .fv-logo {
    width: 36.5rem;
    max-width: none;
  }

  .hero-spark-01 {
    left: 2.4rem;
    top: 47.8rem;
    width: 10.7rem;
  }

  .hero-spark-02 {
    left: 28.5rem;
    top: 22rem;
    width: 13.1rem;
  }

  .hero-spark-03 {
    left: 29.6rem;
    top: 53.8rem;
    width: 15.9rem;
    transform: none;
  }

  .section-title img {
    width: 4.6rem;
    margin-bottom: 1rem;
  }

  .section-title p {
    margin-top: 1.6rem;
    font-size: 2rem;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 2.4rem;
    line-height: 1.45;
  }

  .about {
    margin-inline: -2rem;
    padding: 5.6rem 0 4.9rem;
  }

  .vision {
    display: block;
    margin-top: 2.8rem;
    text-align: center;
  }

  .vision span {
    display: block;
    font-size: 1.8rem;
  }

  .vision strong {
    height: 3.4rem;
    margin-top: 0.4rem;
    padding-inline: 1.3rem 0.1rem;
    font-size: 2rem;
    line-height: 1;
  }

  .about p {
    font-size: 1.4rem;
    line-height: 2;
  }

  .about p:first-of-type {
    margin-top: 2.8rem;
  }

  .about p + p {
    margin-top: 2.5rem;
  }

  .damage {
    margin-inline: -2rem;
    padding: 5.6rem 2rem 5.6rem;
  }

  .damage .section-title h2 {
    margin-top: 1rem;
  }

  .damage-body {
    position: relative;
    flex-direction: column;
    align-items: center;
    display: flex;
    margin-top: 2.2rem;
  }

  .count-graphic {
    position: static;
    z-index: 2;
    width: 25.4rem;
    height: 30rem;
    margin: 0 auto;
    padding: 0 0 1rem;
    transform: translateX(0);
  }

  .count-graphic p {
    font-size: 2rem;
  }

  .count-graphic strong {
    font-size: 4.8rem;
  }

  .count-graphic span {
    font-size: 2rem;
  }

  .count-wave {
    width: 15.6rem;
    margin: 0.6rem auto 0.8rem;
  }

  .touch-illust {
    position: relative;
    z-index: 1;
    display: block;
    width: 39rem;
    height: auto;
    margin: 1rem -2rem 0;
  }

  .grid-bg::before {
    background-size: 2.2rem 2.2rem;
  }

  .research {
    margin-inline: -2rem;
    padding: 5.6rem 2rem;
  }

  .research-panel {
    display: block;
    margin-top: 6.4rem;
    padding: 2.4rem 2rem 3rem;
    border-width: 0.2rem;
  }

  .research-panel + .research-panel {
    margin-top: 6rem;
  }

  .research-tab {
    top: -4rem;
    width: 10.6rem;
    height: 3.8rem;
    gap: 0.4rem;
    padding-right: 0.5em;
  }

  .research-tab::before {
    left: -1.4rem;
    width: 1.5rem;
  }

  .research-tab span {
    margin-top: 0.2em;
    font-size: 1.6rem;
  }

  .research-tab strong {
    font-size: 2.8rem;
  }

  .research-head {
    padding-bottom: 1.3rem;
  }

  .research-head p {
    font-size: 1.6rem;
    white-space: nowrap;
  }

  .research-head h3 {
    margin-top: 0.8rem;
    font-size: 2rem;
    line-height: 1.4;
    font-feature-settings: 'palt' 1;
  }

  .research-content {
    flex-basis: auto;
    width: 100%;
    padding-top: 2.4rem;
  }

  .research-body {
    display: block;
    padding: 0;
  }

  .research-content > p {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .research-head small {
    font-size: 0.74em;
  }

  .research-panel small {
    margin-left: 0.2em;
    font-size: 0.6em;
  }

  .research-notes {
    padding-right: 2rem;
    margin-top: 0.7rem;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .research-notes li:not(:first-child) {
    margin-top: 0.3em;
  }

  .research-graph {
    width: 100%;
  }

  .research-panel-bars .research-graph {
    margin: 2.2rem auto 0;
    padding-left: 4%;
    width: 100%;
  }

  .team {
    margin-inline: -2rem;
    padding: 5.6rem 2rem;
  }

  .team-grid {
    gap: 2.4rem;
  }

  .person-card {
    min-height: inherit;
    padding: 4rem 2.2rem 3.6rem;
  }

  .person-card h2,
  .sponsors h2 {
    font-size: 2rem;
  }

  .sponsors h2:nth-of-type(2) {
    padding: 2.5rem 0 0;
  }

  .person-main {
    display: block;
    gap: 2rem;
    margin-top: 3.2rem;
  }

  .person-profile {
    justify-content: center;
    flex-basis: auto;
    gap: 2rem;
  }

  .avatar {
    height: 12rem;
  }

  .person-profile p {
    margin-bottom: 0.3rem;
    font-size: 1.4rem;
  }

  .person-main .person-comment {
    margin: 2.5rem 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .person-main strong {
    font-size: 2rem;
  }

  .person-main strong span {
    margin: 0;
    display: block;
  }

  .person-comment {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .sponsors {
    min-height: 38.6rem;
    padding: 4rem 1.8rem;
  }

  .sponsors figure:nth-of-type(1) {
    padding: 2.3rem 8.5% 3rem;
  }

  .sponsors figure:nth-of-type(2) {
    padding: 3.2rem 1.5% 0rem;
  }

  .beauty {
    margin-inline: -2rem;
    padding: 5.6rem 2rem;
  }

  .beauty-lead {
    width: 100%;
    margin-top: 3.6rem;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }

  .beauty-img {
    width: calc(100% + 0.5rem);
    margin: 1.8rem -0.5rem 0 0;
  }

  .items {
    margin-inline: -2rem;
    padding: 5.6rem 2rem;
  }

  .item-grid {
    display: block;
    margin-top: 3.5rem;
  }

  .item-card {
    display: block;
    min-height: inherit;
    padding: 2.4rem 2rem 2.2rem;
  }

  .item-card + .item-card {
    margin-top: 3.6rem;
  }

  .item-card > picture {
    display: block;
    width: 100%;
    height: 24rem;
    object-fit: contain;
    object-position: center;
  }

  .item-card > div {
    margin-top: 1.8rem;
    padding: 0;
  }

  .item-card h3 {
    min-height: inherit;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }

  .item-card p {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .item-card a {
    max-width: none;
    height: 4rem;
    margin-top: 1.6rem;
  }

  .footer {
    padding: 5.6rem 2rem 4.2rem;
  }

  .footer h2 {
    font-size: 1.6rem;
  }

  .footer p {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }

  .count-graphic::before {
    background-image: url('assets/images/count-bubble-sp.svg');
  }
}
