section.module-bento .site-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap-s);
}
section.module-bento .pad {
  min-height: 14rem;
  font-size: var(--text-l-m);
}
#home section.module-bento .pad {
  min-height: 16.25rem;
}
section.module-bento .pad-cover {
  display: flex;
  min-height: 20.2rem;
}
section.module-bento .pad-cover .pad-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
section.module-bento .pad-cover-title {
  font-weight: 600;
  font-size: var(--text-4xl-m);
}
section.module-bento .pad-cover img {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: calc(100% + var(--gap-2xl));
  transform: translateX(-50%);
  pointer-events: none;
}
section.module-bento .pad-cover-text-title {
  font-size: 1.4em;
  margin: 0;
  font-weight: 400;
}
section.module-bento .pad-cover-text-list {
  padding: 0;
  list-style: none;
}
section.module-bento .pad-cover-text-list li {
  position: relative;
  padding-left: 1.5em;
}
section.module-bento .pad-cover-text-list li + li {
  margin-top: 1em;
}
section.module-bento .pad-cover-text-list span {
  position: absolute;
  font-size: 1.4em;
  left: 0;
  transform: translateY(-0.27em);
}
section.module-bento .pad-cover-text-button span {
  background: #fff;
  color: var(--blue);
  padding: 1em 1.5em;
}
section.module-bento-text .site-wrapper {
  display: flex;
  gap: var(--gap-l);
}
.module-bento-text--container {
  --gap: var(--gap-sm);
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
section.module-bento-text--row {
  display: flex;
  gap: var(--gap);
}
.module-bento-text--pad {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap-xs);
  width: 100%;
  padding: 2rem 3rem;
  box-sizing: border-box;
}
.module-bento-text--pad > * {
  margin: 0;
}
.module-bento-text--pad-title {
  font-weight: 400;
  font-size: 1.375rem;
}
.module-bento-text--pad-text {
  font-weight: 500;
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  section.module-bento .pad-cover-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  section.module-bento .pad-cover-text-title,
  section.module-bento .pad-cover-text-list {
    width: 100%;
  }
  section.module-bento .pad-image img {
    position: absolute;
  }
  .module-bento-text--container {
    width: 69%;
  }
  section.module-bento-text--row:nth-of-type(2n + 0)
    .module-bento-text--pad:nth-child(1),
  section.module-bento-text--row:nth-of-type(2n + 1)
    .module-bento-text--pad:nth-child(2) {
    width: 73%;
  }
}

@media screen and (max-width: 1023px) {
  section.module-bento .pad-cover .pad-content {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 10rem;
  }
  section.module-bento .pad-cover img {
    position: relative;
    width: 70%;
    transform: translateX(2em);
    left: auto;
    margin-left: auto;
  }
  section.module-bento .pad-cover-text {
    background: var(--orange-light);
    color: var(--orange);
    padding: 2em;
    box-sizing: border-box;
    width: calc(100% + 4em);
    transform: translate(-2em, 0em);
    margin-bottom: -2em;
    border-radius: 1rem;
  }
  section.module-bento .pad-cover-text-title,
  section.module-bento .pad-cover-text-list span {
    font-weight: 600;
  }
  section.module-bento .pad-cover-text-button {
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  section.module-bento .pad-image img {
    height: auto;
  }
  section.module-bento .flex-row {
    flex-direction: column;
  }

  section.module-bento .mobile-reverse {
    flex-direction: column-reverse;
  }
  section.module-bento-text .site-wrapper {
    flex-direction: column;
  }

  .module-bento-text--pad {
    padding: 2rem;
  }
  .module-bento-text--pad-title {
    font-size: 1.75rem;
    font-weight: 500;
  }
  .module-bento-text--pad-text {
    font-size: 1.375rem;
    font-weight: 400;
  }
}
