.news ul {
  padding-left: 0;
}
.news ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.news ul li + li {
  margin-top: 24px;
}
.news ul li * {
  font-size: 14px;
  font-weight: 500;
}
.news ul li .category {
  width: 116px;
  height: 25px;
  flex: 0 0 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  color: white;
  background: #d0171b;
  border-radius: 32px;
}
.news ul li .category.news-company, .news ul li .category.company, .news ul li .category.company-en {
  background: #333333;
}
.news ul li .category.news-pr, .news ul li .category.pr, .news ul li .category.pr-en {
  background: #19709b;
}
html:not([lang=ja]) .news ul li .category {
  width: 135px;
  flex: 0 0 135px;
}
.news ul li date {
  margin-right: 12px;
}
.news ul li .txt {
  flex: 0 0 calc(100% - 240px);
  display: flex;
  align-items: center;
}
.news ul li .txt p {
  flex: 1 1 auto;
  margin: 0;
}
.news ul li .txt a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.news ul li .txt a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  transition: 0.3s;
  flex: 0 0 9px;
}
.news ul li .txt a:hover {
  text-decoration: underline;
  color: #5b99cd;
}
.news ul li .txt a:hover::after {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .news ul li {
    flex-wrap: wrap;
  }
  .news ul li .category {
    width: 80px;
    flex: 0 0 80px;
  }
  .news ul li .txt {
    margin-top: 4px;
    flex: 1 1 auto;
  }
}

.btn {
  max-width: 300px;
  width: 80%;
}

.box-links .container {
  display: grid;
  grid-gap: 32px;
}
@media not screen and (max-width: 767px) {
  .box-links .container {
    grid-template-columns: 1fr 1fr;
  }
}
.box-links__group h2 {
  text-align: center;
}
.box-links__group__boxes {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.front-page--en .box-links__group__boxes {
  grid-template-columns: 1fr;
}
.box-links__group__boxes a {
  background-color: #f3f1eb;
  height: 225px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
.box-links__group__boxes a:hover {
  opacity: 0.8;
}
.box-links__group__boxes a > img {
  width: 160px;
  height: 120px;
  object-fit: contain;
}
.box-links__group__boxes a p {
  text-align: center;
  height: 2.5em;
  display: flex;
  align-items: center;
  margin: 0.5em 0;
  font-weight: 500;
}
.box-links__group__boxes a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent white transparent transparent;
}
.box-links__group__boxes a::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: #d4d4d4;
  line-height: 1em;
}

.box-items__items {
  display: grid;
  align-items: stretch;
  grid-gap: 16px;
}
@media not screen and (max-width: 767px) {
  .box-items__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.box-items__items .box-item {
  height: auto;
  padding: 16px;
  justify-content: flex-start;
  align-items: stretch;
}
.box-items__items .box-item > img {
  align-self: center;
}
.box-items__items .box-item * {
  text-align: left;
}
.box-items__items .box-item p {
  height: auto;
}

/*# sourceMappingURL=front-page.css.map */
