.identity {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 50rem;
  width: 47.5%;
  z-index: 100;
}
@media screen and (max-width: 430px) {
  .identity {
    top: 70px;
    width: 86.5%;
    max-width: 372px;
  }
}

.news {
  width: 100%;
  background-color: #F3F6FB;
}
.news__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .news__inner {
    width: 95%;
  }
}
@media screen and (max-width: 960px) {
  .news__inner {
    width: 95%;
  }
}
.news__inner h2 {
  padding: 45px 0 34px 0;
  color: #003299;
  text-align: center;
  font-family: "montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  .news__inner h2 {
    padding: 28px 0 28px 0;
    font-size: 1.625rem;
  }
}
.news__inner h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0em;
}
@media screen and (max-width: 430px) {
  .news__inner h2 span {
    font-size: 1rem;
  }
}
.news__list {
  width: 100%;
  border-top: 1px solid #DBDBDB;
}
.news__list ul {
  width: 100%;
  padding: 18px 0 20px 0;
  border-bottom: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .news__list ul {
    padding: 15.5px 0 15.5px 0;
    flex-wrap: wrap;
  }
}
.news__list ul .category {
  width: 15%;
}
@media screen and (max-width: 960px) {
  .news__list ul .category {
    width: 33.5%;
    max-width: 158px;
  }
}
.news__list ul .category h3 {
  width: 100%;
  max-width: 158px;
  margin: 0 auto;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 14px;
}
@media screen and (max-width: 960px) {
  .news__list ul .category h3 {
    width: 100%;
    font-size: 0.75rem;
    padding: 8px 0;
  }
}
.news__list ul .category .press_release {
  background-color: #355EB4;
}
.news__list ul .category .notice {
  background-color: #326420;
}
.news__list ul .category .technical_review {
  background-color: #14B2F8;
}
.news__list ul .date {
  width: 13%;
  padding-left: 14px;
  color: #2D3243;
  font-family: "montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .news__list ul .date {
    width: 60%;
    font-size: 0.875rem;
  }
}
.news__list ul .date span {
  display: block;
  color: #E10000;
  font-family: "montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .news__list ul .date span {
    display: inline-block;
    font-size: 0.875rem;
    margin-right: 6px;
  }
}
.news__list ul .news-info {
  width: 72%;
}
@media screen and (max-width: 960px) {
  .news__list ul .news-info {
    width: 100%;
    margin-top: 12px;
  }
}
.news__list ul .news-info a {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #2D3243;
  font-family: "montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 3em;
}
.news__list ul .news-info a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .news__list ul .news-info a {
    font-size: 0.875rem;
    padding-right: 0;
  }
}
.news__list ul .news-info a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(../imgs/btn_link-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .news__list ul .news-info a::after {
    display: none;
  }
}
.news__list-btn {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  padding: 33px 0 45px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .news__list-btn {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .news__list-btn {
    width: 100%;
    max-width: 230px;
    flex-wrap: wrap;
  }
}
.news__list-btn a {
  width: 100%;
  padding: 11px 0;
  display: inline-block;
  background-color: #003299;
  border-radius: 18px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .news__list-btn a {
    width: 100%;
    max-width: 230px;
  }
}
@media screen and (max-width: 430px) {
  .news__list-btn a:first-child {
    margin-bottom: 15px;
  }
}
.news__list-btn a span {
  font-family: "montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}
.news__list-btn a span::before {
  display: inline-block;
  margin-right: 4px;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url(../imgs/icon-arrow-w.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.news__list-btn a:hover {
  opacity: 0.75;
}

.top-link {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 0 70px 0;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .top-link {
    width: 95%;
  }
}
@media screen and (max-width: 960px) {
  .top-link {
    width: 95%;
  }
}
.top-link ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-link ul .company {
  width: 100%;
  margin-bottom: 20px;
  background-image: url(../imgs/top-link_company.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .top-link ul .company {
    margin-bottom: 15px;
    background-image: url(../imgs/top-link_company_sp.png);
    background-position: center;
  }
}
.top-link ul .company a {
  width: 100%;
  display: inline-block;
  padding: 50px 0 50px 0;
  background-color: rgba(0, 50, 153, 0.7);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-size: 2.1875rem;
  line-height: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .top-link ul .company a {
    padding: 18px 0 24px 0;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.top-link ul .company a span {
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .top-link ul .company a span {
    font-size: 0.875rem;
  }
}
.top-link ul .company a:hover {
  opacity: 0.75;
}
.top-link ul .business_field {
  width: 100%;
  margin-bottom: 20px;
  background-image: url(../imgs/top-link_business_field.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .top-link ul .business_field {
    margin-bottom: 15px;
    background-image: url(../imgs/top-link_business_field_sp.png);
    background-position: center;
  }
}
.top-link ul .business_field a {
  width: 100%;
  display: inline-block;
  padding: 50px 0 50px 0;
  background-color: rgba(0, 50, 153, 0.7);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .top-link ul .business_field a {
    padding: 18px 0 24px 0;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.top-link ul .business_field a span {
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .top-link ul .business_field a span {
    font-size: 0.875rem;
  }
}
.top-link ul .business_field a:hover {
  opacity: 0.75;
}
.top-link ul .contact {
  width: 49%;
  margin: 0 auto 35px auto;
  background-image: url(../imgs/top-link_contact.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .top-link ul .contact {
    width: 100%;
    margin-bottom: 34px;
    background-image: url(../imgs/top-link_contact_sp.png);
    background-position: center;
  }
}
.top-link ul .contact a {
  width: 100%;
  display: inline-block;
  padding: 50px 0 50px 0;
  background-color: rgba(0, 50, 153, 0.7);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .top-link ul .contact a {
    padding: 18px 0 24px 0;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.top-link ul .contact a span {
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .top-link ul .contact a span {
    font-size: 0.875rem;
  }
}
.top-link ul .contact a:hover {
  opacity: 0.75;
}/*# sourceMappingURL=top.css.map */