.container.globe-bg {
  position: relative;
}
.container.globe-bg::before {
  content: "";
  width: 250px;
  height: 250px;
  background-image: url(../../images/globe.jpg);
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.container.globe-bg > * {
  position: relative;
}

.company__main {
  border-bottom: 0;
  padding-bottom: 10px;
}
.company__divider {
  height: 1px;
  background-image: linear-gradient(to right, #333333 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 6px;
  background-repeat: repeat-x;
  margin: 80px 0 50px;
}
@media screen and (max-width: 767px) {
  .company__divider {
    margin: 30px 0 10px;
  }
}
.company__text {
  max-width: 840px;
  margin: auto;
}
.company__text * {
  letter-spacing: 0.06em;
}
.company__text h2 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
}
.company__text h2::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .company__text h2 {
    font-size: 18px;
  }
}
.company__text p {
  line-height: 2;
}
.company .news ul {
  padding-left: 0;
}
.company .news ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.company .news ul li + li {
  margin-top: 24px;
}
.company .news ul li * {
  font-size: 14px;
  font-weight: 500;
}
.company .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;
}
.company .news ul li .category.news-company, .company .news ul li .category.company, .company .news ul li .category.company-en {
  background: #333333;
}
.company .news ul li .category.news-pr, .company .news ul li .category.pr, .company .news ul li .category.pr-en {
  background: #19709b;
}
html:not([lang=ja]) .company .news ul li .category {
  width: 135px;
  flex: 0 0 135px;
}
.company .news ul li date {
  margin-right: 12px;
}
.company .news ul li .txt {
  flex: 0 0 calc(100% - 240px);
  display: flex;
  align-items: center;
}
.company .news ul li .txt p {
  flex: 1 1 auto;
  margin: 0;
}
.company .news ul li .txt a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.company .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;
}
.company .news ul li .txt a:hover {
  text-decoration: underline;
  color: #5b99cd;
}
.company .news ul li .txt a:hover::after {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .company .news ul li {
    flex-wrap: wrap;
  }
  .company .news ul li .category {
    width: 80px;
    flex: 0 0 80px;
  }
  .company .news ul li .txt {
    margin-top: 4px;
    flex: 1 1 auto;
  }
}
.company__links {
  display: grid;
  grid-gap: 30px;
  margin-top: 36px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.company__links a {
  background-color: #f3f1eb;
  height: 225px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  transition: 0.3s;
  height: 200px;
}
.company__links a:hover {
  opacity: 0.8;
}
.company__links a > img {
  width: 160px;
  height: 120px;
  object-fit: contain;
}
.company__links a p {
  text-align: center;
  height: 2.5em;
  display: flex;
  align-items: center;
  margin: 0.5em 0;
  font-weight: 500;
}
.company__links 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;
}
.company__links a::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: #d4d4d4;
  line-height: 1em;
}
.company__links a:hover {
  opacity: 0.8;
}
.company__links a > img {
  display: block;
  max-width: 120px;
  max-height: 80px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .company__links {
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.company__pr {
  background-color: #f3f1eb;
}
.company__pr__body {
  background-color: white;
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  padding: 48px;
}
.company__pr__body__item {
  flex: 0 1 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company__pr__body__item .button-container {
  margin-top: auto;
}
.company__pr__body hr:first-child {
  display: none;
}
@media not screen and (max-width: 767px) {
  .company__pr__body hr {
    width: 1px;
    background-color: #d7d7d7;
    margin: 0 30px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .company__pr__body {
    padding: 16px;
    flex-direction: column;
  }
}
.company-top__main {
  border-bottom: none;
  padding-bottom: 0;
}

/*# sourceMappingURL=company.css.map */
