@charset "UTF-8";
@layer normalize {
  /****************************************

    normalize

  *****************************************/
  html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    min-inline-size: 0;
  }
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
  }
  figure {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
  }
  img,
  svg {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }
  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }
  ol, ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
  }
  li {
    list-style-type: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  caption, th {
    text-align: left;
  }
  q:before, q:after {
    content: "";
  }
  img,
  object,
  embed {
    vertical-align: top;
  }
  legend {
    display: none;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
  }
  img, abbr, acronym, fieldset {
    border: 0;
  }
  li {
    list-style-type: none;
  }
  table {
    font-size: inherit;
    font: 100%;
  }
  pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
  }
  area {
    border: none;
    outline: none;
  }
  em, strong {
    font-weight: bold;
  }
}
@layer variable {
  :root {
    /* z-index */
    --z-background: 1;
    --z-globalFooter: 2;
    --z-globalHeader: 3;
    --z-fixedMenu: 9;
    --z-drawer: 10;
    --z-drawerBackdrop:11;
    --z-drawerMenu: 12;
    --z-drawerOpen: 13;
    --z-modal: 20;
    --z-loading: 100;
    /* variable */
    --scrollbarWidth: 15px;
    --halfLeading: calc((1em - 1lh) / 2);
    --headerHeight: 70px;
    --contentWidth: 1120px;
    --sideWidth: 240px;
    --gutter: 24px;
    /* font */
    --f-device:
      "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      "BIZ UDPGothic"
      Meiryo,
      sans-serif;
    --f-sansSerif:
      "Zen Kaku Gothic New",
      "Noto Sans JP",
      "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      "BIZ UDPGothic",
      Meiryo,
      sans-serif;
    /* color */
    --c-text: #333333;
    --c-primary: #09CC30;
    --c-secondary: #29ABA4;
    --c-link: #2980B9;
    --c-hover: #B48327;
    --c-active: #2980B9;
    --c-enable: #2980B9;
    --c-disabled: #A6A6A6;
    --c-errorMessage: #ff4444;
    --c-blue: #2980B9;
    --c-green: #09CC30;
    --c-emerald: #0BBEA2;
    --c-ochre: #B48327;
    --c-beige: #F5F2E8;
    --c-yellow: #FFFF00;
    --c-lightGray: #f2f2f2;
    --c-border: #a6a6a6;
    /* easing */
    --ease: ease;
    --linear: linear;
    --easeIn: ease-in;
    --easeOut: ease-out;
    --easeInOut: ease-in-out;
    --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
    --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1 );
    --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95 );
    --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53 );
    --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94 );
    --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19 );
    --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1 );
    --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1 );
    --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22 );
    --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1 );
    --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1 );
    --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06 );
    --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1 );
    --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1 );
    --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1 );
    --easeInOutExpo: cubic-bezier(1, 0, 0, 1 );
    --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
    --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1 );
    --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86 );
    --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55 );
  }
  @media (768px < width) {
    :root {
      --gutter: 40px;
    }
  }
}
@layer foundation {
  body {
    position: relative;
    width: 100%;
    height: 100%;
    color: var(--c-text);
    font-family: var(--f-sansSerif);
    line-height: 1.7;
    font-feature-settings: "palt";
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* overscroll-behavior-y: none; */
  }
  body > .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  input,
  textarea {
    font-family: var(--f-device);
  }
  img,
  svg {
    display: block;
    width: 100%;
    height: auto;
  }
  iframe {
    vertical-align: bottom;
  }
  button {
    font-family: inherit;
    line-height: inherit;
  }
  a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
  }
  @media (768px < width) {
    a[href^="tel:"] {
      pointer-events: none;
    }
  }
}
@layer utility {
  .is-disabled {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
  }
  @media (width < 768px) {
    .u-hidden-sp {
      display: none;
    }
  }
  @media (768px < width) {
    .u-hidden-pc {
      display: none;
    }
  }
}
.modal {
  margin: auto;
  padding: 0;
  opacity: 1;
  border: none;
  max-width: none;
  max-height: none;
  transition: opacity 0.4s var(--easeInOutCirc);
}
.modal::backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: var(--z-modal);
}

.modal.is-closing {
  opacity: 0;
}

.modal::backdrop {
  /* 省略 */
  transition: opacity 0.4s var(--easeInOutCirc);
}

.modal.is-closing::backdrop {
  opacity: 0;
}

.modal__closeButton {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.modal__closeButton::before, .modal__closeButton::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 0.5px);
  margin: auto;
  width: 32px;
  height: 1px;
  background-color: var(--c-text);
}
.modal__closeButton::before {
  transform: rotate(45deg);
}
.modal__closeButton::after {
  transform: rotate(-45deg);
}

:root.is-open {
  overflow: hidden;
}

#drawer {
  position: relative;
  z-index: var(--z-drawer);
}
@media (768px < width) {
  #drawer {
    display: none;
  }
}

.drawer__container {
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  z-index: var(--z-drawer);
}
.drawer__container[aria-expanded] {
  transition: all 0.2s;
}
.drawer__container[aria-expanded] .drawer__backdrop {
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: var(--easeInOutCirc);
}
.drawer__container[aria-expanded] .drawer__menu {
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: var(--easeInOutCirc);
  transform: translateX(100vw);
}
.drawer__container[aria-expanded=true] {
  visibility: visible;
}
.drawer__container[aria-expanded=true] .drawer__backdrop {
  opacity: 1;
}
.drawer__container[aria-expanded=true] .drawer__menu {
  transform: translateX(0);
}
.drawer__container[aria-expanded=false] {
  visibility: hidden;
}
.drawer__container[aria-expanded=false] .backdrop {
  opacity: 0;
}
.drawer__container[aria-expanded=false] .drawer__menu {
  opacity: 0;
}

.drawer__backdrop {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: var(--z-drawerBackdrop);
}

.drawer__menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  color: #fff;
  z-index: var(--z-drawerMenu);
  background-color: var(--c-primary);
  background-image: url(../images/bg_target.webp);
  background-size: cover;
  background-position: center top;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer__buttons {
  position: fixed;
  right: 8px;
  top: 8px;
  z-index: var(--z-drawerOpen);
}
.drawer__button {
  position: relative;
  display: block;
  width: 40px;
  height: 34px;
  text-decoration: none;
  cursor: pointer;
}
.drawer__button > span {
  position: absolute;
  top: calc(50% - 2.5px);
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--c-text);
  transition: all 0.2s;
  animation-timing-function: var(--easeInOutCirc);
}
.drawer__button > span:nth-child(1) {
  transform: rotate(0deg) translateY(-12px);
}
.drawer__button > span:nth-child(3) {
  transform: rotate(0deg) translateY(12px);
}
.is-drawerOpen .drawer__button > span {
  background-color: #fff;
}
.is-drawerOpen .drawer__button > span:nth-child(1) {
  transform: rotate(20deg) translateY(0);
}
.is-drawerOpen .drawer__button > span:nth-child(2) {
  opacity: 0;
}
.is-drawerOpen .drawer__button > span:nth-child(3) {
  transform: rotate(-20deg) translateY(0);
}

@keyframes closeDrawerTop {
  0% {
    transform: rotate(0deg) translateY(-12px);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  100% {
    transform: rotate(20deg) translateY(0);
  }
}
@keyframes closeDrawerBottom {
  0% {
    transform: rotate(0deg) translateY(12px);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  100% {
    transform: rotate(-20deg) translateY(0);
  }
}
@keyframes openDrawerTop {
  0% {
    transform: rotate(20deg) translateY(0);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  100% {
    transform: rotate(0deg) translateY(-12px);
  }
}
@keyframes openDrawerBottom {
  0% {
    transform: rotate(-20deg) translateY(0);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  100% {
    transform: rotate(0deg) translateY(12px);
  }
}
.drawerButton {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 8px;
}

.drawerButton > span {
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100% - 16px);
  height: 2px;
  opacity: 1;
  background-color: #333;
  transition: translate 0.2s var(--easeOutCirc) 0.1s, rotate 0.2s var(--easeOutCirc) 0s, opacity 0.2s;
}

:root.is-drawerOpen .drawerButton > span {
  transition: translate 0.2s var(--easeOutCirc) 0s, rotate 0.2s var(--easeOutCirc) 0.1s, opacity 0.2s;
}

.drawerButton > span:nth-child(1) {
  translate: 0 calc(-50% - 10px);
}

.drawerButton > span:nth-child(2) {
  translate: 0 -50%;
}

.drawerButton > span:nth-child(3) {
  translate: 0 calc(-50% + 10px);
}

:root.is-drawerOpen .drawerButton > span:nth-child(1) {
  translate: 0 -50%;
  rotate: 45deg;
}

:root.is-drawerOpen .drawerButton > span:nth-child(2) {
  opacity: 0;
}

:root.is-drawerOpen .drawerButton > span:nth-child(3) {
  translate: 0 -50%;
  rotate: -45deg;
}

.drawerMenu {
  color: #fff;
}

.drawerMenu__content {
  display: grid;
  gap: 24px;
  margin-inline: var(--gutter);
}

.drawerMenu__content {
  padding-block: 40px;
}

.drawerMenu__outer {
  display: grid;
  gap: 24px;
}

.drawerMenu__group {
  display: grid;
}

.drawerMenu__subtitle {
  font-size: 11px;
  font-weight: 500;
}

.drawerMenu__title {
  width: 220px;
  margin-block-start: 4px;
}

.drawerMenu__list {
  margin-block-start: 16px;
  border-top: 2px solid #fff;
}

.drawerMenu__listItem {
  border-bottom: 1px dashed #fff;
}

.drawerMenu__link {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 1em;
  text-decoration: none;
  color: currentColor;
}
@media (768px < width) {
  .drawerMenu__link {
    font-size: 14px;
    padding-block: 0.8em;
  }
}
@media (any-hover: hover) {
  .drawerMenu__link {
    transition: color 0.3s;
  }
  .drawerMenu__link:hover {
    color: var(--c-yellow);
  }
}
.drawerMenu__link::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
@media (768px < width) {
  .drawerMenu__link::after {
    content: none;
  }
}

.drawerMenu__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: currentColor;
  gap: 16px;
  margin-block-start: 40px;
}

.drawerMenu__logoMark {
  width: 100px;
}

.globalHeader {
  flex: 0 0 auto;
  width: 100%;
  height: 50px;
  background-color: #fff;
  z-index: var(--z-globalHeader);
}

.globalHeader__container {
  display: flex;
  align-items: center;
  width: min(var(--contentWidth), 100% - var(--gutter) * 2);
  margin-inline: auto;
}

.globalHeader__logo {
  display: block;
  width: 50px;
  height: 50px;
}
@media (768px < width) {
  .globalHeader__logo {
    width: 88px;
    height: 50px;
  }
}

.globalHeader__nav {
  display: none;
}
@media (768px < width) {
  .globalHeader__nav {
    display: flex;
    gap: 24px;
    margin-inline-start: 40px;
  }
}

.globalHeader__navLink {
  text-decoration: none;
  color: var(--c-text);
  font-weight: 500;
}

.globalFooter {
  flex: 0 0 auto;
  display: grid;
  align-items: center;
  color: #fff;
  margin-block-start: auto;
  padding-block: 64px 24px;
  background-color: var(--c-primary);
}
@media (768px < width) {
  .globalFooter {
    height: 200px;
    padding-block: 0;
  }
}

.globalFooter__container {
  display: grid;
  justify-content: center;
  gap: 40px;
  width: min(var(--contentWidth), 100% - var(--gutter) * 2);
  margin-inline: auto;
}
@media (768px < width) {
  .globalFooter__container {
    display: flex;
    align-items: flex-end;
    gap: 0;
  }
}

.globalFooter__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: currentColor;
  text-decoration: none;
}
@media (768px < width) {
  .globalFooter__logo {
    justify-content: flex-start;
    gap: 24px;
  }
}

.globalFooter__logoMark {
  width: 88px;
}
@media (768px < width) {
  .globalFooter__logoMark {
    width: 160px;
  }
}

.globalFooter__logoLabel {
  font-size: 13px;
  font-weight: 500;
}
@media (768px < width) {
  .globalFooter__logoLabel {
    font-size: 14px;
  }
}

.globalFooter__copyright {
  margin-left: auto;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}
@media (768px < width) {
  .globalFooter__copyright {
    font-size: 13px;
    text-align: left;
  }
}

.mainVisual {
  position: relative;
  height: 200px;
  color: #fff;
}
@media (768px < width) {
  .mainVisual {
    height: 500px;
  }
}

.mainVisual__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% top;
}

.mainVisual__container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(var(--contentWidth), 100% - var(--gutter) * 2);
  margin-inline: auto;
}

.mainVisual__subtitle {
  font-size: 11px;
  font-weight: 500;
}
@media (768px < width) {
  .mainVisual__subtitle {
    font-size: 14px;
  }
}

.mainVisual__title {
  width: 220px;
  margin-block-start: 4px;
}
@media (768px < width) {
  .mainVisual__title {
    width: 320px;
    margin-block-start: 8px;
  }
}

.about__container {
  display: grid;
  gap: 24px;
  width: min(var(--contentWidth), 100% - var(--gutter) * 2);
  margin-inline: auto;
  padding-block: 64px;
}
@media (768px < width) {
  .about__container {
    padding-block: 80px;
  }
}

.about__name {
  font-size: 20px;
}

.about__heading {
  font-size: 18px;
}

.about__detail {
  display: grid;
  gap: 24px;
  margin-block-start: 16px;
}

.about__listItem {
  position: relative;
  display: flex;
  gap: 0.4em;
}
.about__listItem::before {
  content: "■";
  flex: 0 0 auto;
}

.about__addr {
  display: flex;
  align-items: center;
}

.about__addrMap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: 0.5em;
  padding-inline: 0.5em;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  background-color: var(--c-primary);
}
@media (any-hover: hover) {
  .about__addrMap {
    transition: background 0.3s;
  }
  .about__addrMap:hover {
    background-color: var(--c-secondary);
  }
}

.equipment {
  container-type: inline-size;
}

.equipment__container {
  padding-block-end: 40px;
}
@media (768px < width) {
  .equipment__container {
    padding-block-end: 80px;
  }
}

.equipment__content {
  display: grid;
  align-items: center;
  gap: 40px;
}
@media (768px < width) {
  .equipment__content {
    gap: 120px;
  }
}

@media (768px < width) {
  .equipment__block {
    height: 420px;
  }
}

.equipment__body {
  position: relative;
  display: grid;
  align-items: center;
  gap: 24px;
  width: min(var(--contentWidth), 100% - var(--gutter) * 2);
  margin-inline: auto;
}
@media (768px < width) {
  .equipment__body {
    grid-template-columns: 1fr auto;
    gap: 64px;
  }
}
.equipment__body::before {
  content: "";
  position: absolute;
  left: calc(50% - 50cqw);
  top: 0;
  width: calc(100cqw - var(--gutter));
  height: 340px;
  background-image: url(../images/img_equipment_texture_left.webp);
  background-size: cover;
  background-position: right top;
  z-index: -1;
}
@media (768px < width) {
  .equipment__body::before {
    width: 67cqw;
    height: 100%;
  }
}
@media (768px < width) {
  .equipment__block--reverse .equipment__body {
    grid-template-columns: auto 1fr;
  }
}
.equipment__block--reverse .equipment__body::before {
  left: auto;
  right: calc(50% - 50cqw);
  background-image: url(../images/img_equipment_texture_right.webp);
}

.equipment__bodyInner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-block-start: 24px;
  padding-inline-end: var(--gutter);
}
.equipment__block--reverse .equipment__bodyInner {
  padding-inline-start: var(--gutter);
  padding-inline-end: 0;
}
@media (768px < width) {
  .equipment__bodyInner {
    padding: 0;
  }
}

.equipment__pic {
  width: min(180px, 70%);
  margin-inline-start: auto;
  margin-inline-end: calc(var(--gutter) * -1);
  overflow: hidden;
}
.equipment__block--reverse .equipment__pic {
  margin-inline-start: calc(var(--gutter) * -1);
  margin-inline-end: 0;
}
@media (768px < width) {
  .equipment__block--reverse .equipment__pic {
    order: -1;
    margin: 0;
  }
}
@media (768px < width) {
  .equipment__pic {
    position: relative;
    width: 300px;
    translate: 0 80px;
    margin: 0;
  }
}

.equipment__heading {
  font-size: 24px;
  font-weight: 500;
}
@media (768px < width) {
  .equipment__heading {
    font-size: 40px;
  }
}

.equipment__caption {
  font-weight: 500;
}
@media (768px < width) {
  .equipment__caption {
    font-size: 20px;
  }
}

.equipment__note {
  font-weight: 500;
}
.equipment__movieContent {
  position: relative;
  display: grid;
  align-items: center;
  gap: 64px;
  width: min(var(--contentWidth), 100% - var(--gutter) * 2);
  margin-inline: auto;
}
@media (768px < width) {
  .equipment__movieContent {
    grid-template-columns: 1fr auto;
  }
}
.equipment__movieContent::before {
  content: "";
  position: absolute;
  left: calc(50% - 50cqw);
  top: 0;
  width: 67cqw;
  height: 100%;
  background-image: url(../images/img_equipment_texture_left.webp);
  background-size: cover;
  background-position: right top;
  z-index: -1;
}
@media (768px < width) {
  .equipment__movieContent::before {
    height: 100%;
  }
}

.equipment__player {
  padding-block: 40px;
  width: min(800px, 100% - var(--gutter) * 2);
  margin-inline: auto;
}
@media (768px < width) {
  .equipment__player {
    padding-block: 80px;
  }
}
.equipment__player iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.target {
  color: #fff;
  background-image: url(../images/bg_target.webp);
  background-size: cover;
  background-position: center top;
}
.target__container {
  display: grid;
  gap: 24px;
  width: min(var(--contentWidth), 100% - var(--gutter) * 2);
  margin-inline: auto;
  padding-block: 64px;
}
@media (768px < width) {
  .target__container {
    padding-block: 80px;
  }
}

.target__title {
  font-size: 24px;
}
@media (768px < width) {
  .target__title {
    font-size: 40px;
  }
}

.target__intro {
  font-weight: 500;
  font-size: 14px;
}
@media (768px < width) {
  .target__intro {
    font-size: 16px;
  }
}

.target__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-block-start: 24px;
}
@media (768px < width) {
  .target__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.target__listItem {
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--c-text);
  background-color: #F1FCF4;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
@media (768px < width) {
  .target__listItem {
    font-size: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  }
}

.target__listLabel {
  display: grid;
  aspect-ratio: 4/1;
  margin-block-start: var(--halfLeading);
  place-content: center;
  white-space: nowrap;
}

.recycle__container {
  display: grid;
  gap: 24px;
  width: min(var(--contentWidth), 100% - var(--gutter) * 2);
  margin-inline: auto;
  padding-block: 64px;
}
@media (768px < width) {
  .recycle__container {
    padding-block: 80px;
  }
}

.recycle__title {
  font-size: 24px;
}
@media (768px < width) {
  .recycle__title {
    font-size: 40px;
  }
}

.recycle__intro {
  font-weight: 500;
  font-size: 14px;
}
@media (768px < width) {
  .recycle__intro {
    font-size: 16px;
  }
}

.recycle__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-block-start: 24px;
}
@media (768px < width) {
  .recycle__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.recycle__listItem {
  display: grid;
  place-content: center;
  text-align: center;
  height: 80px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #F1FCF4;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
}
@media (768px < width) {
  .recycle__listItem {
    height: 160px;
    font-size: 16px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  }
}

.recycle__listLabel {
  white-space: nowrap;
}

@layer normalize, variable, foundation, utility, module;

/*# sourceMappingURL=style.css.map */
