.p-first_flow {
  padding-bottom: 8rem;
}

.p-first_btn {
  width: 23.4rem;
  height: 5rem;
  margin-top: 2rem;
}

.p-first_shinsatu-img {
  width: 38.5rem;
}
@media screen and (max-width: 768px) {
  .p-first_shinsatu-img {
    width: 100%;
  }
}

.p-first_cl-inner {
  padding-block: 8.6rem 10rem;
}
@media screen and (max-width: 1024px) {
  .p-first_cl-inner {
    padding-block: 6.6rem 8.3rem;
  }
}

.p-first_cl-content {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 513.5px 1fr;
  gap: 6rem;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .p-first_cl-content {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.p-first_cl-img {
  max-width: 51.3rem;
  padding-top: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-first_cl-img {
    padding-top: 0;
    margin: 0 auto;
  }
}

.p-first_cl-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-first_cl-text {
    gap: 5rem;
  }
}

.p-first_cl-desc {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .p-first_cl-desc {
    font-size: 1.4rem;
  }
}

.p-first_cl-note-text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-first_cl-note-text {
    font-size: 1.4rem;
  }
}

.p-first_glasses-content {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 51.3rem;
  gap: 6rem;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .p-first_glasses-content {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.p-first_glasses-inner {
  padding-block: 8.6rem 0rem;
}
@media screen and (max-width: 1024px) {
  .p-first_glasses-inner {
    padding-block: 6.6rem 0;
  }
}