@charset "UTF-8";
.pg-top {
  line-height: 1.563;
}

.pg-top *,
.pg-top *::before,
.pg-top *::after {
  box-sizing: border-box;
}

.p-top-main {
  padding-bottom: 56px;
}

.p-top-section-news {
  margin-bottom: 84px;
}

.p-top-news-group__section {
  margin-bottom: 130px;
}

.p-top-news-group__section:last-child {
  margin-bottom: 84px;
}

.p-news-list {
  margin: 1rem 0;
  padding: 0;
}

.p-news-list__item {
  display: flex;
  align-items: flex-start;
  padding: 1.125rem 0;
}

.p-news-list__item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.p-news-list__date {
  display: inline-block;
  width: 135px;
  color: #777;
  font-size: 0.875rem;
  line-height: 1.786;
}

.theme-dark .p-news-list__date {
  color: #fff;
}

.p-news-list__category {
  display: inline-block;
  width: 8.75rem;
  margin: -0.25rem 1.1875rem -0.25rem 0;
  border: 1px solid;
  border-radius: 1rem;
  font-size: 0.875rem;
  line-height: 2.286;
  text-align: center;
}

.theme-dark .p-news-list__category {
  border-color: #fff;
  background: #000;
  color: #fff;
}

.p-news-list__category--new {
  border-color: #fff3eb;
  background: #fff3eb;
  color: #f57114;
}

.p-news-list__category--notice {
  border-color: #e0f0ff;
  background: #e0f0ff;
  color: #0067cb;
}

.p-news-list__size {
  font-size: 0.875rem;
}

.p-news-list a.p-news-list__link {
  display: block;
  flex: 1 0 0px;
  color: #1d529e;
}

.theme-dark .p-news-list a.p-news-list__link {
  color: #fff;
}

.p-news-list a.p-news-list__link:hover {
  text-decoration: underline;
}

.p-news-list__new {
  display: inline-block;
  margin: -0.1875rem 0.5rem 0 0;
  padding: 0 0.8125rem;
  border-radius: 1rem;
  background: #f57114;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2.286;
  vertical-align: middle;
}

.p-news-list .c-link-icon {
  max-width: 1.25rem;
  max-height: 1.25rem;
  margin-right: 0.5rem;
}

.p-section-title {
  display: table;
  position: relative;
  margin: 0 auto 1.375rem;
  padding-top: 1.5rem;
  color: #0067cb;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

.theme-dark .p-section-title {
  color: #fff;
}

.p-section-title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.8125rem;
  height: 0.8125rem;
  margin-left: -1.375rem;
  background: url(/common/images/icon_dot_title.svg) no-repeat left top;
  background-size: 2.8125rem 0.8125rem;
  content: "";
}

.p-section-box {
  padding: 3.125rem 2.875rem 3.75rem;
  border: 4px solid transparent;
  border-radius: 20px;
}

.p-section-box--border {
  border-color: #afd4fa;
}

.p-section-box__title {
  margin: -6.4375rem auto 0;
  padding-right: 3.5rem;
  padding-left: 3.5rem;
  background: #fff;
}

.theme-dark .p-section-box__title {
  background: #000;
}

.p-topics-carousel__slider {
  display: flex;
}

.p-topics-carousel__item {
  width: calc((100% - 80px) / 3);
  max-width: 360px;
  margin: 0.625rem 1.25rem;
}

.p-topics-carousel .slick-prev,
.p-topics-carousel .slick-next {
  display: block;
  z-index: 1;
  position: absolute;
  top: calc((100% - 50px) / 2);
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  border-radius: 100%;
  outline: none;
  background: rgba(0, 103, 203, 0.8);
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.p-topics-carousel .slick-prev:hover, .p-topics-carousel .slick-prev:focus,
.p-topics-carousel .slick-next:hover,
.p-topics-carousel .slick-next:focus {
  background: #0067cb;
}

.p-topics-carousel .slick-prev:focus,
.p-topics-carousel .slick-next:focus {
  outline: 1px dotted ButtonText;
}

.p-topics-carousel .slick-prev {
  left: 50%;
  margin-left: -650px;
}

.p-topics-carousel .slick-next {
  right: 50%;
  margin-right: -650px;
}

.p-topics-card {
  display: block;
  transition: opacity 0.2s ease;
}

.p-topics-card:hover {
  opacity: 0.8;
}

.p-topics-card__thumb {
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.p-topics-card__thumb img {
  display: block;
}

.p-topics-card__title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: normal;
  text-align: center;
}

.theme-dark .p-topics-card__title {
  color: #fff;
}

.p-topics-card:hover .p-topics-card__title {
  text-decoration: underline;
}

.p-topics-card__title .c-link-icon,
.p-topics-card__title .c-link-blank {
  display: inline-block;
}

.p-top-block {
  margin-bottom: 5rem;
  padding-bottom: 10.9375rem;
  background: url(/images/bg_top.png) no-repeat center bottom #c8e1fa;
  background-size: 100% auto;
}

.theme-dark .p-top-block {
  background: #000;
}

.p-mv img {
  display: block;
  width: 100%;
}

.p-top-pickup {
  margin: -12.5% 0 1.5rem;
  padding-bottom: 0.9375rem;
  background: url(/images/bg_top_line.png) no-repeat center bottom;
  background-size: 100% auto;
}

.p-top-pickup__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8125rem;
  padding: 0;
}

.p-top-pickup__item {
  width: 25%;
  padding: 0 0.8125rem;
}

.p-top-pickup__item:nth-child(2), .p-top-pickup__item:nth-child(4) {
  margin-top: 2.5rem;
}

.p-top-pickup__item:nth-child(3) {
  margin-top: 5rem;
}

.p-top-pickup__btn {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  transition: opacity 0.2s ease;
}

.p-top-pickup__btn:hover {
  opacity: 0.8;
}

.p-top-pickup__title {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 7.0625rem;
  margin: 0;
  padding: 0.875rem 0 2.625rem;
  background: rgba(0, 103, 203, 0.9);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.p-top-pickup__text::before {
  display: block;
  position: absolute;
  bottom: 1.5625rem;
  left: 50%;
  width: 1.4375rem;
  height: 0.3125rem;
  margin-left: -0.75rem;
  background: url(/images/icon_dot_pickup.svg) no-repeat left top;
  content: '';
}

.p-notice-box {
  display: flex;
  margin: 1.875rem 0 2.5rem;
  padding: 1.5rem 1.8125rem;
  border: 1px solid #fff3eb;
  border-radius: 10px;
  background: #fff3eb;
  line-height: 1.5;
}

.theme-dark .p-notice-box {
  border-color: #fff;
  background: #000;
}

.p-notice-box__title {
  width: 10.3125rem;
  margin: 0.625rem 0;
  color: #f57114;
  font-size: 1rem;
  font-weight: 500;
}

.p-notice-box__title::before {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  border-radius: 100%;
  background: #f57114;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  content: '！';
}

.p-notice-box__list {
  flex: 1 0 0px;
  margin: 0.25rem 0;
  padding-left: 1.5625rem;
  border-left: 1px solid #e5e5e5;
}

.p-notice-box__item {
  margin: 0.375rem 0;
}

.theme-dark .p-notice-box__link {
  color: #fff;
}

.p-notice-box__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-top-main {
    padding-bottom: 18px;
  }
  .p-top-section-news {
    margin-bottom: 52px;
  }
  .p-top-news-group__section {
    margin-bottom: 70px;
  }
  .p-top-news-group__section:last-child {
    margin-bottom: 52px;
  }
  .p-news-list {
    margin-top: 0;
  }
  .p-news-list__item {
    display: block;
  }
  .p-news-list__date {
    width: auto;
    margin-bottom: 0.625rem;
  }
  .p-news-list__category {
    margin: 0 0 0 10px;
  }
  .p-section-title {
    padding-top: 1.25rem;
    font-size: 1.375rem;
  }
  .p-section-box {
    padding: 1.0625rem 0 2.5rem;
    border-width: 0;
  }
  .p-section-box--border {
    padding-right: 1rem;
    padding-left: 1rem;
    border-width: 4px;
  }
  .p-section-box__title {
    margin-top: -3.625rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
  .p-topics-carousel__item {
    width: 260px;
    margin: 0.625rem;
  }
  .p-topics-carousel .slick-prev,
  .p-topics-carousel .slick-next {
    top: calc((100% - 40px) / 2);
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-topics-card:hover {
    opacity: 1;
  }
  .p-topics-card__thumb {
    margin-bottom: 0.9375rem;
  }
  .p-topics-card__title {
    font-size: 1rem;
  }
  .p-top-block {
    margin-bottom: 3.75rem;
    padding-bottom: 5.3125rem;
    background-image: url(/images/bg_top_sp.png);
  }
  .p-top-pickup {
    margin: -35.733% 0 1.5rem;
    padding-bottom: 0;
    background-image: url(/images/bg_top_line_sp.png);
    background-position: center center;
  }
  .p-top-pickup__item {
    width: 100%;
  }
  .p-top-pickup__item:not(:first-child) {
    margin-top: 0.625rem;
  }
  .p-top-pickup__btn:hover {
    opacity: 1;
  }
  .p-top-pickup__btn {
    height: 4.375rem;
    padding-left: 4.375rem;
    border-radius: 2.5rem;
  }
  .p-top-pickup__img {
    width: 4.375rem;
  }
  .p-top-pickup__title {
    height: 4.375rem;
    padding: 0.3125rem 0.625rem;
    font-size: 1.0625rem;
    line-height: 1.235;
  }
  .p-top-pickup__text {
    padding-bottom: 0.6875rem;
  }
  .p-notice-box {
    display: block;
    margin: 1.5rem 0 1.875rem;
    padding: 0.625rem 1.25rem;
  }
  .p-notice-box__list {
    padding-left: 0;
    border-left: none;
  }
  .p-notice-box__item {
    margin: 0.375rem 0 0.625rem;
  }
}

@media screen and (max-width: 1340px) {
  .p-topics-carousel .slick-prev {
    left: 10px;
    margin-left: 0;
  }
  .p-topics-carousel .slick-next {
    right: 10px;
    margin-right: 0;
  }
}

@media screen and (min-width: 999px) and (max-width: 1200px) {
  .p-top-pickup__item {
    padding: 0 0.375rem;
  }
}

@media screen and (max-width: 999px) {
  .p-top-pickup__item {
    padding: 0 0.8125rem;
  }
  .p-top-pickup__btn {
    width: 100%;
  }
  .p-top-pickup__img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-top-pickup__title {
    position: static;
    min-height: 0;
    background: #0067cb;
  }
  .p-top-pickup__text {
    display: inline-block;
    position: relative;
  }
  .p-top-pickup__text::before {
    bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .p-top-pickup__item {
    width: 50%;
  }
  .p-top-pickup__item:nth-child(1), .p-top-pickup__item:nth-child(2), .p-top-pickup__item:nth-child(4), .p-top-pickup__item:nth-child(3) {
    margin-top: 20px;
  }
  .p-top-pickup__btn {
    height: 5.625rem;
    padding-left: 5.625rem;
    border-radius: 2.8125rem;
  }
  .p-top-pickup__img {
    width: 5.625rem;
  }
  .p-top-pickup__title {
    height: 5.625rem;
    padding: 0.3125rem 0.625rem 0.625rem;
    line-height: 1.25;
  }
  .p-top-pickup__text {
    padding-bottom: 0.75rem;
  }
}
