.mainvisual {
  width: 100%;
  height: 50vh;
  background: url(../../assets/img/common/mainvisual_index.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.mainvisual__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainvisual__catch {
  padding: 15px;
  background-color: rgba(0, 51, 102, 0.75);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}
.mainvisual h3 {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.25;
}
.mainvisual img {
  width: 1140px;
}

.section-intro {
  padding: 60px 0 40px;
}

.section-services {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}

.section-news {
  padding: 40px 0;
}

.service-item h2 {
  margin: 20px 0;
  text-align: center;
}
.service-item h2 .main {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-family: "M PLUS 1p";
  color: #003366;
}
.service-item h2 .sub {
  font-size: 1.1rem;
  font-weight: normal;
}
.service-item .img img {
  width: 100%;
}

.news-list {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 20px;
}
.news-list dt {
  width: 10em;
  grid-column: 1;
}
.news-list dd {
  grid-column: 2;
}

.heading-index {
  text-align: center;
  color: #003366;
  font-size: 2rem;
  font-family: "M PLUS 1p";
}

.heading-index2 {
  color: #003366;
  font-size: 1.5rem;
  font-family: "M PLUS 1p";
}
.heading-index2 a {
  text-decoration: none;
  color: rgba(0, 51, 102, 0.75);
}

/*# sourceMappingURL=index.css.map */
