.u-inner--980 {
  --min: 20px;
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 980px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}

.u-anchor {
  display: block;
  position: absolute;
  top: calc(var(--header-height) * -1px);
}
.page.is-header-fixed .u-anchor {
  top: calc(var(--fixed-header-height) * -1px);
}
@media (min-width: 48.0625em) {
  .u-anchor {
    top: calc(var(--header-height) * -1px);
  }
  .page.is-header-fixed .u-anchor {
    top: calc(var(--fixed-header-height) * -1px);
  }
}

.pg-mv {
  position: relative;
}
.pg-mv__info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.pg-mv__title {
  font-size: 2.25rem;
  font-weight: normal;
}
@media (min-width: 48.0625em) {
  .pg-mv__title {
    font-size: 2.75rem;
  }
}
.pg-mv__text {
  font-size: 1rem;
}
@media (min-width: 48.0625em) {
  .pg-mv__text {
    font-size: 1.125rem;
  }
}

.pg-sections {
  padding-top: 64px;
  padding-bottom: 80px;
}
@media (min-width: 48.0625em) {
  .pg-sections {
    padding-top: 100px;
    padding-bottom: 152px;
  }
}

.pg-section + .pg-section {
  margin-top: 64px;
}
@media (min-width: 48.0625em) {
  .pg-section + .pg-section {
    margin-top: 100px;
  }
}
.pg-section__header {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 48em) {
  .pg-section__headicon img {
    max-width: 180px;
  }
}
.pg-section__heading {
  font-size: 1.25rem;
  color: #6f6f6f;
}
.pg-section__headicon + .pg-section__heading {
  margin-top: 28px;
}
@media (min-width: 48.0625em) {
  .pg-section__headicon + .pg-section__heading {
    margin-top: 32px;
  }
}
.pg-section__description {
  font-size: 13px;
  color: #6f6f6f;
  line-height: 1.7;
}
.pg-section__headicon + .pg-section__description {
  margin-top: 28px;
}
.pg-section__heading + .pg-section__description {
  margin-top: 16px;
}
@media (min-width: 48.0625em) {
  .pg-section__description {
    font-size: 14px;
  }
  .pg-section__headicon + .pg-section__description {
    margin-top: 32px;
  }
  .pg-section__heading + .pg-section__description {
    margin-top: 20px;
  }
}

.pg-section__header + .c-material-list {
  margin-top: 28px;
}
@media (min-width: 48.0625em) {
  .pg-section__header + .c-material-list {
    margin-top: 40px;
  }
}
.c-material-list__items {
  border-top: 1px solid #ccc;
}
.c-material-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 48em) {
  .c-material-list__item {
    padding: 24px 0;
  }
}
@media (min-width: 48.0625em) {
  .c-material-list__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-material-list__img {
  width: 110px;
}
@media (min-width: 48.0625em) {
  .c-material-list__img {
    width: 180px;
  }
}
.c-material-list__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-material-list__img + .c-material-list__info {
  margin-left: 24px;
}
@media (min-width: 48.0625em) {
  .c-material-list__info {
    padding-top: 28px;
    padding-right: 64px;
    padding-bottom: 28px;
  }
  .c-material-list__img + .c-material-list__info {
    margin-left: 40px;
  }
}
.c-material-list__title {
  font-size: 1rem;
}
.c-material-list__text {
  font-size: 0.75rem;
}
.c-material-list__title + .c-material-list__text {
  margin-top: 12px;
}
@media (min-width: 48.0625em) {
  .c-material-list__text {
    font-size: 0.875rem;
  }
}
.c-material-list__link {
  width: 100%;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #707070;
  position: relative;
}
.c-material-list__link a {
  text-decoration: none;
}
.c-material-list__link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 48em) {
  .c-material-list__link {
    margin-top: 24px;
  }
}
@media (min-width: 48.0625em) {
  .c-material-list__link {
    width: 100px;
  }
}/*# sourceMappingURL=index.css.map */