.lp {
  min-width: 0;
  container-type: inline-size;
}
.lp img {
  vertical-align: bottom;
  max-width: 100%;
}
.lp a {
  transition: opacity 200ms;
}
.lp a:hover {
  opacity: 0.5;
}
.lp section + section {
  margin-top: 80px;
}
@media not all and (min-width: 799px) {
  .lp section + section {
    margin-top: 56px;
  }
}
.lp #wrap {
  border-color: transparent;
  padding: 0;
  min-width: 0;
  width: auto;
}
.lp #pageTop {
  position: sticky;
  bottom: 0;
  padding: 0 25px 25px;
  pointer-events: none;
}
.lp #pageTop > * {
  margin-left: auto;
  pointer-events: initial;
}
.lp .contactBlock {
  width: auto;
  max-width: 1100px;
}
@media (min-width: 799px) {
  .lp .hidden-md {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lp .hidden-lg {
    display: none;
  }
}
@media not all and (min-width: 799px) {
  .lp .hidden-max-md {
    display: none;
  }
}
@media not all and (min-width: 1024px) {
  .lp .hidden-max-lg {
    display: none;
  }
}

.lpContent {
  max-width: 1100px;
  padding: min(80px, 6.3492063492cqi);
  padding-bottom: 0;
  margin-inline: auto;
}

.lpTtl {
  font-size: 30px;
  line-height: 1.4;
  padding: 0.5em 0 calc(0.3em + 3px);
  margin-bottom: 1.2em;
  border-top: 3px solid currentColor;
  background-image: linear-gradient(90deg, currentColor 0 5px, transparent 5px 10px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media not all and (min-width: 799px) {
  .lpTtl {
    font-size: 24px;
  }
}

.lpSubTtl {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media not all and (min-width: 799px) {
  .lpSubTtl {
    font-size: 20px;
  }
}
.lpSubTtl::after {
  content: "";
  display: block;
  height: 1px;
  flex: 1;
  background-color: currentColor;
  position: relative;
  top: -0.1em;
}

.lpTxt {
  font-size: 18px;
  line-height: 1.8;
}
@media not all and (min-width: 799px) {
  .lpTxt {
    font-size: 16px;
  }
}

a.lpButton {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  padding: 0.6em 0.8em 0.4em;
  border-radius: 0.5em;
}
@media not all and (min-width: 799px) {
  a.lpButton {
    font-size: 24px;
  }
}

.lpHero {
  position: relative;
  container-type: inline-size;
}

@media not all and (min-width: 1024px) {
  .lpHeroBg {
    aspect-ratio: 0.75;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.lpHeroCatch {
  position: absolute;
  top: 6%;
  right: 4%;
  width: 60%;
}
@media not all and (min-width: 1024px) {
  .lpHeroCatch {
    width: 80%;
  }
}

.lpHeroBadge {
  position: absolute;
  right: 4%;
  bottom: 20%;
  width: 43%;
}
@media not all and (min-width: 1024px) {
  .lpHeroBadge {
    left: 4%;
    bottom: 6%;
    width: 92%;
  }
}

.lpHeroTtl {
  display: grid;
  gap: 1.7045454545cqi;
  color: #fff;
  position: absolute;
  left: 4%;
  bottom: 6%;
}
@media not all and (min-width: 1024px) {
  .lpHeroTtl {
    bottom: 30%;
  }
}
.lpHeroTtl h1 {
  font-size: 4.5454545455cqi;
  line-height: 1.2;
}
@media not all and (min-width: 1024px) {
  .lpHeroTtl h1 {
    font-size: 6.8181818182cqi;
  }
}
.lpHeroTtl h1 span {
  font-size: 3.8636363636cqi;
}
@media not all and (min-width: 1024px) {
  .lpHeroTtl h1 span {
    font-size: 5.6818181818cqi;
  }
}
.lpHeroTtl p {
  font-size: 2.2727272727cqi;
  line-height: 1.6;
}
@media not all and (min-width: 1024px) {
  .lpHeroTtl p {
    font-size: 3.9772727273cqi;
  }
}

.lpVoice ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 4.5454545455%;
}
@media not all and (min-width: 1024px) {
  .lpVoice ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not all and (min-width: 799px) {
  .lpVoice ul {
    gap: 32px 4.5454545455%;
  }
}
.lpVoice li {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 52px;
}
.lpVoice li div {
  container-type: inline-size;
  position: relative;
}
.lpVoice li div::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  transform: translateY(100%);
  background-color: currentColor;
  clip-path: polygon(0 0, calc(50% - 20px) 0, 50% calc(100% - 2.25px), calc(50% + 20px) 0, 100% 0, 100% 1px, calc(50% + 20.75px) 1px, 50% 100%, calc(50% - 20.75px) 1px, 0 1px);
}
.lpVoice li div p {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  height: 100%;
  font-size: min(16px, 6.3157894737cqi);
  line-height: 1.8;
  text-align: center;
}
@media not all and (min-width: 799px) {
  .lpVoice li div p {
    font-size: min(14px, 6.3157894737cqi);
  }
}
.lpVoice li div p::after {
  content: "";
  display: block;
  height: 1em;
}
.lpVoice li img {
  width: min(190px, 80%);
  margin: 0 auto;
}

.lpVoiceMore {
  display: grid;
  justify-items: center;
  gap: 20px;
  margin-top: 50px;
}
@media not all and (min-width: 799px) {
  .lpVoiceMore {
    gap: 16px;
    margin-top: 40px;
  }
}
.lpVoiceMore p {
  position: relative;
  padding: 0 1em;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
}
@media not all and (min-width: 799px) {
  .lpVoiceMore p {
    font-size: 24px;
  }
}
.lpVoiceMore p::before, .lpVoiceMore p::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 120%;
  background-color: currentColor;
  transform-origin: center;
}
.lpVoiceMore p::before {
  top: 0;
  left: 0;
  rotate: -25deg;
}
.lpVoiceMore p::after {
  top: 0;
  right: 0;
  rotate: 25deg;
}
.lpVoiceMore img {
  width: 90px;
}
@media not all and (min-width: 799px) {
  .lpVoiceMore img {
    width: 70px;
  }
}

.lpFeature ul {
  display: grid;
  gap: 1em;
}
@media not all and (min-width: 1024px) {
  .lpFeature ul {
    gap: 20px;
  }
}
.lpMindContent {
  display: flex;
  gap: 32px 5.4545454545%;
  align-items: start;
  flex-direction: row-reverse;
}
@media not all and (min-width: 1024px) {
  .lpMindContent {
    flex-direction: column;
  }
}
@media not all and (min-width: 799px) {
  .lpMindContent {
    gap: 24px;
  }
}
.lpMindContent img {
  width: 45%;
}
@media not all and (min-width: 1024px) {
  .lpMindContent img {
    width: 100%;
  }
}

.lpSolutionItem + .lpSolutionItem {
  margin-top: 50px;
}
@media not all and (min-width: 1024px) {
  .lpSolutionItem + .lpSolutionItem {
    margin-top: 32px;
  }
}

.lpSolutionContent {
  display: flex;
  gap: 32px 5.8181818182%;
  align-items: start;
}
@media not all and (min-width: 1024px) {
  .lpSolutionContent {
    flex-direction: column !important;
  }
}
@media not all and (min-width: 799px) {
  .lpSolutionContent {
    gap: 24px;
  }
}
.lpSolutionContent img {
  width: 45%;
  aspect-ratio: 700/480;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (min-width: 1024px) {
  .lpSolutionContent img {
    width: 100%;
  }
}
.lpSolutionContent + .lpSolutionContent {
  margin-top: 50px;
}
@media not all and (min-width: 799px) {
  .lpSolutionContent + .lpSolutionContent {
    margin-top: 24px;
  }
}
.lpSolutionContent.-reverse {
  flex-direction: row-reverse;
}

.lpEnv ul {
  display: flex;
  gap: 24px 50px;
  justify-content: center;
  flex-wrap: wrap;
}
@media not all and (min-width: 799px) {
  .lpEnv ul {
    gap: 16px 24px;
  }
}
.lpEnv ul li {
  width: 128px;
}
@media not all and (min-width: 1024px) {
  .lpEnv ul li {
    width: 100px;
  }
}
.lpEnv ul img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.lpAchv ul {
  display: flex;
  gap: 24px 50px;
  justify-content: center;
  flex-wrap: wrap;
}
@media not all and (min-width: 799px) {
  .lpAchv ul {
    gap: 24px 40px;
  }
}
.lpAchv li {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media not all and (min-width: 799px) {
  .lpAchv li {
    font-size: 16px;
  }
}

.lpMember ul {
  display: flex;
  gap: 40px 32px;
  justify-content: center;
  flex-wrap: wrap;
}
@media not all and (min-width: 799px) {
  .lpMember ul {
    gap: 24px;
  }
}
.lpMember li {
  width: min(345px, 100%);
}
@media not all and (min-width: 799px) {
  .lpMember li {
    width: min(300px, 100%);
  }
}
.lpMember li a {
  display: flex;
  gap: 16px;
  align-items: end;
}
@media not all and (min-width: 799px) {
  .lpMember li a {
    gap: 12px;
  }
}
.lpMember li img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 40%;
}
.lpMember li div {
  display: grid;
  gap: 8px;
}
.lpMember li div > *:nth-child(1) {
  font-size: 15px;
  line-height: 1.2;
}
@media not all and (min-width: 799px) {
  .lpMember li div > *:nth-child(1) {
    font-size: 14px;
  }
}
.lpMember li div > *:nth-child(2) {
  font-size: 20px;
}
@media not all and (min-width: 799px) {
  .lpMember li div > *:nth-child(2) {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */