#company .page-title {
  padding: 5.7rem 0 0;
}
#company .philosophy {
  padding-top: 5rem;
}
#company .philosophy__container {
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #company .philosophy__container {
    display: block;
  }
}
#company .philosophy__img {
  width: 44rem;
}
@media screen and (max-width: 767px) {
  #company .philosophy__img {
    width: 100%;
  }
}
#company .philosophy dl {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #company .philosophy dl {
    margin-top: 2rem;
  }
}
#company .philosophy dl .item {
  background-color: #F8F8F8;
  height: 7.7rem;
  padding-right: 1.8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #company .philosophy dl .item {
    height: auto;
    padding: 2rem 1.5rem 2rem 0;
  }
}
#company .philosophy dl .item:first-child {
  height: 13.2rem;
}
@media screen and (max-width: 767px) {
  #company .philosophy dl .item:first-child {
    height: auto;
  }
}
#company .philosophy dl .item:first-child dt {
  color: #E11832;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #company .philosophy dl .item:first-child dt {
    font-size: 1.8rem;
  }
}
#company .philosophy dl .item:last-child {
  height: 7.4rem;
}
#company .philosophy dl .item:nth-child(n+2) {
  margin-top: 0.5rem;
}
#company .philosophy dl .item dt {
  font-size: 2rem;
  font-weight: 900;
  width: 12rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #company .philosophy dl .item dt {
    font-size: 1.8rem;
  }
}
#company .philosophy dl .item dd {
  font-size: 1.5rem;
  line-height: 1.5;
  flex: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #company .philosophy dl .item dd {
    font-size: 1.4rem;
  }
}
#company .five {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  #company .five {
    padding-top: 6rem;
  }
}
#company .five dl {
  margin: 4rem auto 0;
  max-width: 70rem;
}
@media screen and (max-width: 767px) {
  #company .five dl {
    margin-top: 3rem;
  }
}
#company .five dl .item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #company .five dl .item {
    gap: 2rem;
  }
}
#company .five dl .item:nth-child(n+2) {
  margin-top: 1.3rem;
}
#company .five dl .item dt {
  width: 7rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #company .five dl .item dt {
    width: 5rem;
    font-size: 2.4rem;
  }
}
#company .five dl .item dt::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 7rem;
  height: 0.4rem;
  background: url(../img/common/icon-line.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #company .five dl .item dt::before {
    width: 5rem;
  }
}
#company .five dl .item dd {
  font-family: "Noto Serif JP", serif;
  flex: 1;
  line-height: 1.5;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #company .five dl .item dd {
    font-size: 1.2rem;
  }
}
#company .origin {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #company .origin {
    padding: 6rem 0;
  }
}
#company .origin__text {
  margin-top: 3rem;
  text-align: center;
  font-weight: 400;
}
#company .origin__img {
  margin: 3.2rem auto 0;
  max-width: 78rem;
}
#company .greetings {
  background-color: #F8F8F8;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #company .greetings {
    padding: 6rem 0;
  }
}
#company .greetings__ttl {
  margin-top: 6rem;
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #company .greetings__ttl {
    margin-top: 4rem;
    line-height: 1.5;
    font-size: 2rem;
  }
}
#company .greetings__ttl span {
  margin: 0 2.5rem;
  position: relative;
}
#company .greetings__ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
  width: 3.2rem;
  height: 1px;
  background-color: #000;
}
#company .greetings__text {
  margin-top: 4rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #company .greetings__text {
    margin-top: 3rem;
  }
}
#company .greetings__name {
  margin-top: 3rem;
  text-align: center;
}
#company .greetings__name span {
  font-weight: 900;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #company .greetings__name span {
    font-size: 1.6rem;
  }
}
#company .company {
  padding: 8rem 0 23rem;
}
@media screen and (max-width: 767px) {
  #company .company {
    padding: 6rem 0;
  }
}
#company .company table {
  margin-top: 5.2rem;
  border-collapse: collapse;
  width: 100%;
}
#company .company table tr th {
  width: 20rem;
  background-color: #F8F8F8;
  border-top: 1px solid #CECECE;
  border-left: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  line-height: 1.5;
  padding: 1.5rem 4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #company .company table tr th {
    width: 12rem;
    padding: 1rem;
  }
}
#company .company table tr td {
  border-top: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  line-height: 1.5;
  padding: 1.5rem 4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #company .company table tr td {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #company .company table tr td a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #company .company table tr td a:hover {
    opacity: 0.7;
  }
}
#company .company table tr:last-child th, #company .company table tr:last-child td {
  border-bottom: 1px solid #CECECE;
}/*# sourceMappingURL=company.css.map */