.p-top-sec p + p {
  margin-top: 20px;
}
.p-top-sec figure > img {
  margin-inline: auto;
}

.p-top-sec-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px 32px;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-sec-head {
    flex-direction: row;
    margin-bottom: 48px;
  }
}
.p-top-sec-head h2 {
  font-weight: bold;
  font-size: 1.5rem;
}
@media (min-width: 960px) {
  .p-top-sec-head h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 959.98px) {
  .p-top-sec-head .c-btn {
    padding: 12px;
  }
}
@media (max-width: 767.98px) {
  .p-top-sec-head .c-btn {
    display: inline-flex;
    width: fit-content;
  }
}

.p-top-sub-ttl {
  font-size: 1.25rem;
}
@media (min-width: 960px) {
  .p-top-sub-ttl {
    font-size: 1.75rem;
  }
}

.p-top-sec {
  padding-block: 48px;
}
@media (min-width: 960px) {
  .p-top-sec {
    padding-block: 64px;
  }
}
.p-top-sec__blue {
  background-color: #e9edf7;
}

.p-top-hero__inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  background-color: #e9edf7;
}
@media (min-width: 960px) {
  .p-top-hero__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.p-top-hero__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1440px) {
  .p-top-hero__content {
    padding: 46px;
  }
}
@media (min-width: 960px) {
  .p-top-hero__content {
    margin-left: auto;
    font-weight: bold;
    font-size: 1.25rem;
  }
}
@media (max-width: 959.98px) {
  .p-top-hero__content {
    order: 2;
  }
}
.p-top-hero__ttl {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
}
.p-top-hero__ttl > .sub {
  display: block;
  margin-bottom: 16px;
  color: #1f4aad;
  font-size: 1.125rem;
}
@media (min-width: 960px) {
  .p-top-hero__ttl > .sub {
    font-size: 1.5rem;
  }
}
@media (min-width: 1240px) {
  .p-top-hero__lead {
    font-size: 1.5rem;
  }
}
.p-top-hero__link {
  color: #4d4d4d;
}
.p-top-hero__figure {
  width: 100%;
  height: 100%;
  max-height: 746px;
}
@media (max-width: 959.98px) {
  .p-top-hero__figure {
    order: 1;
    max-height: 500px;
  }
}
.p-top-hero__figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.p-top-hero__note {
  padding: 16px 24px;
  text-align: center;
}
.p-top-hero .br-minimum {
  display: none !important;
}
@media (max-width: 480px) {
  .p-top-hero .br-minimum {
    display: block !important;
  }
}

.p-top-about {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-top-about {
    align-items: center;
    grid-template-columns: min(50%, 514px) 1fr;
  }
}
.p-top-about__txt {
  padding-inline: 16px;
}

.p-top-problems-card {
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
@media (min-width: 960px) {
  .p-top-problems-card {
    padding-block: 24px;
  }
}
.p-top-problems-card__icon {
  display: grid;
  place-content: center;
}
@media (min-width: 960px) {
  .p-top-problems-card__txt {
    max-width: 522px;
    margin-inline: auto;
  }
}
.p-top-problems-card__list {
  width: fit-content;
  margin-inline: auto;
}
.p-top-problems-card__list li {
  position: relative;
  padding-left: 32px;
  font-weight: bold;
}
.p-top-problems-card__list li:not(:last-child) {
  margin-bottom: 8px;
}
.p-top-problems-card__list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  color: #1f4aad;
  font-size: 0.875rem;
  font-family: "icomoon" !important;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
}/*# sourceMappingURL=top.css.map */