.pg-section {
  font-size: 1.1em;
  margin: 0 0 60px;
}

.pg-section__title {
  margin: 0 0 30px;
}

.pg-section .notice {
  background: #f3dfe2;
  border-radius: 10px;
  padding: 30px;
  margin: 0 0 30px;
  font-weight: bold;
}

.pg-section .seminarWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pg-section .seminarWrap:not(:first-of-type) {
  margin-top: 60px;
}

.pg-section .seminarWrap .phArea {
  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;
  width: 300px;
  height: 300px;
  padding: 10px;
  margin: 0 30px 30px 0;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pg-section .seminarWrap .phArea img {
  width: 100%;
}

.pg-section .seminarWrap .infoArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pg-section .seminarWrap .infoArea h3 {
  font-size: 150%;
  font-weight: bold;
  margin: 0;
}

.pg-section .seminarWrap .infoArea .subject {
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 20px;
}

.pg-section .seminarWrap .infoArea .detail {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pg-section .seminarWrap .infoArea .detail li:not(:last-of-type) {
  margin: 0 0 10px;
}

.pg-section__btn {
  max-width: 250px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pg-section .p-header__logo-secc {
    margin: 0 !important;
  }
  .pg-section__title {
    margin: 0 0 20px;
  }
  .pg-section .notice {
    padding: 15px;
  }
  .pg-section .seminarWrap .phArea {
    width: 100px;
    height: 100px;
    padding: 10px;
    margin: 0 15px 15px 0;
  }
  .pg-section .seminarWrap .infoArea {
    margin: 0 0 30px;
  }
  .pg-section .seminarWrap .infoArea h3 {
    font-size: 120%;
  }
  .pg-section .seminarWrap .infoArea .subject {
    font-size: 110%;
    margin: 0 0 10px;
  }
  .pg-section__btn {
    max-width: 236px;
  }
}

.pg-card__title {
  margin: 0 0 5px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.pg-card__image {
  margin: 0 0 15px;
  text-align: center;
}

.pg-card__text {
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  .pg-card__title {
    font-size: 1.5rem;
    text-align: left;
  }
  .pg-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 10px;
  }
  .pg-card__image {
    -ms-flex-preferred-size: 41.52542%;
        flex-basis: 41.52542%;
    margin: 0;
  }
  .pg-card__text {
    -ms-flex-preferred-size: 54.23729%;
        flex-basis: 54.23729%;
    margin: 0;
  }
  .pg-card__btn {
    max-width: 236px;
    margin: 0 auto;
  }
}

.pg-card-wrapper {
  overflow: hidden;
  margin: 0 0 40px;
}

.pg-card-wrapper__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px 0 0;
}

.pg-card-wrapper__item {
  -ms-flex-preferred-size: calc(33.33% - 40px);
      flex-basis: calc(33.33% - 40px);
  margin: 0 40px 0 0;
}

@media (max-width: 768px) {
  .pg-card-wrapper {
    margin: 0 0 30px;
  }
  .pg-card-wrapper__list {
    display: block;
    margin: 0 0 -20px;
  }
  .pg-card-wrapper__item {
    margin: 0 0 20px;
  }
}

.pg-mainvisual {
  background-image: url(../images/top/mainvisual.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.pg-mainvisual__inner {
  position: relative;
  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;
  max-width: 1200px;
  height: 635px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.pg-mainvisual__title {
  position: absolute;
  width: 578px;
  bottom: 30px;
}

@media (max-width: 768px) {
  .pg-mainvisual {
    background-size: auto 220px;
  }
  .pg-mainvisual__inner {
    width: 92.1875%;
    height: 220px;
    padding: 0;
  }
  .pg-mainvisual__title {
    width: 97.9661%;
    bottom: 0;
    margin-bottom: 0;
  }
}

.p-top-news {
  font-size: 1.1em;
}

.p-top-news__title {
  margin: 0 0 30px;
}

.p-top-news__list {
  margin: 0 0 30px;
}

.p-top-news .p-news__item > div,
.p-top-news .p-news__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-news .p-news__item > div p:first-of-type,
.p-top-news .p-news__item > a p:first-of-type {
  width: 10em;
}

.p-top-news .p-news__item > div p:last-of-type,
.p-top-news .p-news__item > a p:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-news__btn {
  max-width: 220px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-top-news__title {
    margin: 0 0 20px;
  }
  .p-top-news .p-news__item > div,
  .p-top-news .p-news__item > a {
    display: block;
  }
  .p-top-news .p-news__item > div p:first-of-type,
  .p-top-news .p-news__item > a p:first-of-type {
    width: 100%;
  }
  .p-top-news .p-news__item > div p:last-of-type,
  .p-top-news .p-news__item > a p:last-of-type {
    width: 100%;
  }
  .p-top-news__btn {
    max-width: 236px;
  }
}

.pg-section .notice {
  margin: 30px 0 -30px;
}

.pg-section__btn {
  margin-bottom: 60px;
}