/* home 2026 */
.p-top__hero {
  width: 100%;
  height: 300px;
  position: relative;
  background-color: #EDF4FC;
}
.p-top__hero-text {
  position: relative;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 3;
  display: flex;
  align-items: center;
  height: 100%;
}
.p-top__hero-text .invisible {
  font-size: 0;
}
.p-top__hero-logo {
  height: 35px;
  width: auto;
}
.p-top__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top__hero-bg img {
  height: 100%;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__service {
  max-width: 1240px;
  margin: 60px auto 100px;
}
.p-top__service-heading {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: var(--es-blue);
}
.p-top__service-list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 42px;
       column-gap: 42px;
  row-gap: 50px;
  padding: 45px 50px;
  background-color: var(--bg-right-gray);
}
.p-top__service-list__item {
  background-color: var(--bg-white);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 120px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.p-top__service-list__item-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top__service-list__item-img img {
  width: 100%;
  height: auto;
}
.p-top__service-list__item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-top__service-list__item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 8px;
  text-align: center;
}
.p-top__service-list__item-subtitle {
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.p-top__service-list__item:hover {
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.15);
  transform: scale(1.01);
}
.p-top__information {
  margin: 60px auto 100px;
}
.p-top__information-content {
  padding: 45px 50px;
  background-color: var(--bg-right-gray);
  max-width: 1240px;
  margin: 0 auto 40px;
}
.p-top__information-title {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
}
.p-top__information-list {
  margin-top: 30px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.p-top__information-list__item {
  font-size: 16px;
  display: flex;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.p-top__information-list__item a:hover {
  text-decoration: underline;
}
.p-top__information-date {
  font-size: 15px;
  display: inline-block;
  width: 110px;
  min-width: 110px;
}
.p-top__information-more {
  text-align: right;
  margin-top: 20px;
}
.p-top__information-more a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .p-top__hero {
    height: 200px;
  }
  .p-top__hero-logo {
    height: 20px;
  }
  .p-top__service {
    margin-top: 32px;
  }
  .p-top__service-list {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    row-gap: 30px;
  }
  .p-top__service-list__item {
    grid-template-columns: 30% 1fr;
    padding: 20px;
  }
  .p-top__information {
    margin-top: 32px;
  }
  .p-top__information-content {
    padding: 30px 20px;
  }
  .p-top__information-title {
    font-size: 24px;
  }
  .p-top__information-list {
    padding-left: 0;
  }
  .p-top__information-list__item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }
}
@media screen and (max-width: 600px) {
  .p-top__service-list__item {
    grid-template-columns: 1fr;
  }
  .p-top__service-list__item-img {
    width: 120px;
    margin: 0 auto 16px;
  }
}/*# sourceMappingURL=page-home_2026.css.map */