@charset "utf-8";
/* CSS Document */
.main {
  background-color: #f6f8f9;
  padding-bottom: 60px;
}
@media (min-width: 1040px) {
  main {
    padding-bottom: 120px;
  }
}
.section-top {
  margin-bottom: 80px;
}
.section-top__image {
  height: 388px;
  background-image: url("../images/top/top_image.jpeg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #1d127d;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.section-top__image h2 {
  font-size: 1.6rem;
  position: absolute;
  width: 100%;
  top: 45px;
}
.section-top__image-message {
  position: absolute;
  width: 100%;
  margin: 90px 0 0;
}
.section-top__lead {
  margin: 0 24px;
}
.section-top__lead-discription-break:after {
  content: "";
}
.section-top__lead-discription-break2:after {
  content: "";
}
@media (max-width: 800px) {
  .section-top__lead-discription-break:after {
    content: "\A";
    white-space: pre;
  }
  .section-top__lead-discription-break2:after {
    content: "\A";
    white-space: pre;
  }
}
@media (min-width: 480px) {
  .section-top__image {
    height: 600px;
    margin-bottom: 80px;
  }
  .section-top__image h2 {
    font-size: 3.2rem;
    position: static;
    max-width: 1040px;
    margin: 0 auto;
    text-align: left;
    padding: 60px 0 0 24px;
  }
  .section-top__image-message {
    font-size: 2.0rem;
    position: static;
    max-width: 1040px;
    margin: 0 auto;
    text-align: left;
    padding: 25px 0 0 24px;
  }
  .section-top__lead {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 4.0rem;
  }
}
.section-menu {
  margin-bottom: 80px;
}
.section-menu h2 {
  margin-bottom: 40px;
}
.section-menu ul {
  margin: 0 24px;
  list-style: none;
}
.section-menu ul li {
  max-width: 327px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 6px;
  text-align: left;
}
.section-menu__item-picture {
  width: 100%;
  height: 186px;
  object-fit: cover;
  object-position: 0 0;
  border-radius: 6px 6px 0 0;
}
.section-menu__item-title {
  padding: 14px 20px;
}
.section-menu__item-description {
  padding: 0 20px 20px 20px;
}
.section-menu__item-description span {
  font-size: 1.2rem;
}
@media (min-width: 1040px) {
  .section-menu {
    margin-bottom: 20px;
  }
  .section-menu ul {
    max-width: 1040px;
    padding: 0;
    margin: 0 auto;
  }
  .section-menu ul li {
    display: inline-block;
    width: 320px; /* 960px + 80 = 1040px */
    margin-right: 40px;
  }
  .section-menu ul li:last-child {
    margin-right: 0;
  }
}
.section-topics {
  background-color: #fff;
  padding: 40px 24px;
}
.section-topics h2 {
  padding-bottom: 40px;
  border-bottom: solid 1px #333;
  margin-bottom: 40px;
}
.section-topics ol {
  list-style-type: none;
}
.section-topics ol li {
  margin-bottom: 40px;
  text-align: left;
}
.section-topics li time {
  font-weight: 600;
}
.section-topics li time::after {
  content: ": ";
}
.section-topics h3 {
  display: inline;
}
@media (min-width: 1040px) {
  .section-topics {
    padding: 60px 36px 20px;
    max-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .section-topics ol {
    max-width: 840px;
    margin: 0 auto;
  }
}