/* millviポータル：目的から探す */

html body {
  min-width: 0;
}

.portalPurpose > .inner {
  width: calc(100% - 10.2rem);
  margin-inline: auto;
}

.portalPurpose .portalPurpose__title {
  color: #024090;
  background: none;
  text-align: left;
  place-content: center start;
}

.portalPurpose .portalPurpose__title > span {
  color: #333;
}

.portalPurpose__lists {
  padding-block: 2rem;
  margin-block-start: 0.7rem;
}

.portalPurpose .purposeArchive__item {
  min-width: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

.portalPurpose .purposeArchive__ttl {
  font-size: 2rem;
  line-height: 1.5;
  margin-block-end: 1.2rem;
}

.portalPurpose .purposeArchive__lead {
  font-size: 1.2rem;
  line-height: 1.7;
}

.portalPurpose .purposeArchive__txt {
  font-size: 1.4rem;
  line-height: 1.9;
  margin-block-end: 2.4rem;
}

.portalPurpose .purposeArchive__more span {
  height: 0.2rem;
  margin-inline-end: 1rem;
}

.portalPurpose .purposeArchive__more p {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .portalPurpose__lists {
    grid-template-columns: repeat(auto-fit, minmax(30rem, 34rem));
    column-gap: 5rem;
    row-gap: 4rem;
  }

  .portalPurpose .purposeArchive__item {
    height: 46.7rem;
  }

  .portalPurpose .purposeArchive__thumb {
    height: 12rem;
    margin-inline: 3rem;
  }

  .portalPurpose .purposeArchive__thumb img {
    height: 12rem;
  }

  .portalPurpose .purposeArchive__body {
    padding: 3rem 3rem 1.8rem;
  }

  .portalPurpose .purposeArchive__body--bottom {
    padding-block: 3rem 2.9rem;
  }
}

@media screen and (min-width: 1100px) {
  html .portal_lp {
    grid-template-columns: minmax(0, 123rem) minmax(0, 1fr);
  }

  .portal_lp .sec_ptllp_form {
    width: 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 767px) {
  .portalPurpose > .inner {
    width: calc(100% - 7rem);
  }

  .portalPurpose__lists {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.4rem;
    justify-items: center;
  }

  .portalPurpose .purposeArchive__item {
    width: 100%;
    max-width: 35rem;
    min-height: 46.7rem;
    height: auto;
  }

  .portalPurpose .purposeArchive__thumb {
    height: 12rem;
    margin-inline: 2rem;
  }

  .portalPurpose .purposeArchive__thumb img {
    height: 12rem;
  }

  .portalPurpose .purposeArchive__body {
    padding: 2.2rem 2rem 2rem;
  }

  .portalPurpose .purposeArchive__body--bottom {
    padding-block: 2.2rem 2.4rem;
  }

  .portalPurpose .purposeArchive__lead {
    font-size: 1.3rem;
  }
}
