@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.hdg-lv1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  margin: 0;
  padding: 20px 0 15px;
  border-radius: 0 1000px 1000px 0;
  background: #00349E;
  text-align: right;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hdg-lv1 {
    width: calc(100% - 15px);
    padding: 4px 15px 6px;
    text-align: left;
    transform: translateY(0);
  }
}
.hdg-lv1 h1 {
  display: inline-block;
  width: 548px;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 767px) {
  .hdg-lv1 h1 {
    width: auto;
    font-size: 2.2rem;
  }
}
.hdg-lv1 h1 span {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .hdg-lv1 h1 span {
    font-size: 1.4rem;
  }
}

.l-body {
  position: relative;
  width: 100%;
  padding: 0 0 80px;
  font-family: "Noto Sans JP", sans-serif;
  overflow: clip;
  min-width: initial;
  background: #F2F2ED;
}
@media (max-width: 767px) {
  .l-body {
    padding: 0;
    min-width: initial;
  }
}

.l-body.nolnav > .l-body-main {
  position: relative;
  width: 100%;
  min-width: initial;
}
@media (max-width: 767px) {
  .l-body.nolnav > .l-body-main {
    min-width: initial;
    padding: 0;
  }
}

.inner {
  position: relative;
  width: 1096px;
  margin-inline: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.main-visual {
  height: 285px;
  background: url(../../image/bg-pt.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .main-visual {
    height: 31.3333333333vw;
    background: url(../../image/bg-pt_sp.png) no-repeat center center;
    background-size: cover;
  }
}

.page-container {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .page-container {
    padding: 28vw 15px 100px;
  }
}
.page-container .illust {
  position: absolute;
  right: 0;
  top: -295px;
  width: 280px;
}
@media (max-width: 767px) {
  .page-container .illust {
    width: 35.4666666667vw;
    top: -38vw;
    right: -10vw;
  }
}

.news-list {
  margin-top: 50px;
}
.news-list .row {
  display: flex;
  align-items: center;
  margin-top: 5px;
  padding: 15px 30px;
  background: #fff;
  gap: 5px 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-list .row {
    flex-wrap: wrap;
    padding: 10px;
  }
}
.news-list .row .label {
  width: 100px;
  font-size: 1.4rem;
  color: #fff;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .news-list .row .label {
    width: 85px;
    font-size: 1.3rem;
  }
}
.news-list .row .label span {
  display: inline-block;
  width: 100%;
  border-radius: 100px;
  padding: 6px 2px 8px;
  text-align: center;
}
.news-list .row .label .news {
  background: #00349E;
}
.news-list .row .label .release {
  background: #9F008C;
}
.news-list .row .label .topics {
  background: #00B8D8;
}
.news-list .row .date {
  width: 85px;
  font-size: 1.6rem;
  color: #000;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .news-list .row .date {
    width: calc(100% - 105px);
    font-size: 1.3rem;
  }
}
.news-list .row .title {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  color: #000;
  font-size: 1.6rem;
  transition: color 0.3s;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .news-list .row .title {
    width: 100%;
    flex-shrink: 0;
  }
}
.news-list .row[target=_blank] .title {
  padding-right: 23px;
}
@media (max-width: 767px) {
  .news-list .row[target=_blank] .title {
    padding-right: 18px;
  }
}
.news-list .row[target=_blank] .title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url(../../image/ico_blank_b.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .news-list .row[target=_blank] .title:after {
    top: 5px;
    width: 14px;
    height: 14px;
  }
}
.news-list .row:hover .title {
  text-decoration: none;
  color: #00349E;
}

.link-btn {
  width: 392px;
  margin-inline: auto;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .link-btn {
    width: 280px;
  }
}
.link-btn a {
  font-weight: 600;
}/*# sourceMappingURL=top.css.map */