main {
  background-size: cover;
}

.company {
  position: relative;
  padding-top: 12px;
}
@media screen and (max-width: 1024px) {
  .company {
    padding-top: 67px;
  }
}
.company__inner {
  position: relative;
}
.company__top {
  display: grid;
  align-items: end;
  position: relative;
  margin-bottom: 210px;
  grid-template-columns: auto 48.7%;
  grid-template-rows: 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .company__top {
    margin-bottom: 160px;
    grid-template-columns: 1fr;
  }
  .company__top div {
    grid-area: 2/1/3/2;
  }
  .company__top img {
    aspect-ratio: 1/0.775;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.company__top::before, .company__top::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: var(--base-border-color);
  content: "";
}
.company__top::after {
  top: auto;
  bottom: 0;
}
.company__title {
  position: relative;
  margin-bottom: 65px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .company__title {
    margin-top: 43px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
  }
}
.company__title::before, .company__title::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: var(--base-border-color);
  content: "";
}
.company__title::after {
  top: auto;
  bottom: 0;
}
.company__subtitle {
  margin-bottom: 72px;
  font-style: normal;
  font-weight: 700;
  font-size: 53px;
  line-height: 120%;
  font-family: "IBM Plex Sans JP";
}
.company__subtitle span {
  color: var(--theme-color);
}
@media screen and (max-width: 1024px) {
  .company__subtitle {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 47px;
    line-height: 116%;
    font-family: "IBM Plex Sans JP";
    letter-spacing: 0.05em;
    font-feature-settings: "kern" off;
  }
}
.company__text {
  width: 62%;
  font-weight: 500;
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 0.1em;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .company__text {
    width: 100%;
    margin-bottom: 0;
  }
}
.company__about {
  margin-bottom: 160px;
}
.company__about-item {
  display: grid;
  position: relative;
  margin-bottom: 305px;
  grid-template-columns: auto 48.7%;
  grid-template-rows: 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .company__about-item {
    margin-bottom: 66px;
    grid-template-columns: 1fr;
  }
}
.company__about-item:last-of-type {
  margin-bottom: 0;
}
.company__about-item:last-of-type .company__about-img {
  grid-area: 1/1/2/2;
}
.company__about-item > div:first-of-type {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .company__about-item > div:first-of-type {
    width: 100%;
  }
}
.company__about-item > div:first-of-type.widthS {
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .company__about-item > div:first-of-type.widthS {
    width: 100%;
  }
}
.company__about-item::before, .company__about-item::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: var(--base-border-color);
  content: "";
}
.company__about-item::after {
  top: auto;
  bottom: 0;
}
.company__about-img {
  position: relative;
  width: 100%;
  line-height: 0;
}
.company__about-img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .company__about-img {
    grid-area: 1/1/2/2;
  }
}
.company__about-sub {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .company__about-sub {
    margin-top: 31px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.company__about-title {
  padding-bottom: 11px;
  font-weight: 700;
  font-size: 35px;
  line-height: 122%;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
}
.company__about-title span {
  color: var(--theme-color);
}
@media screen and (max-width: 1024px) {
  .company__about-title {
    padding-bottom: 30px;
    font-size: 38px;
    line-height: 110%;
  }
}
.company__about-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  font-family: "Noto Sans JP";
  letter-spacing: 0.1em;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .company__about-text {
    font-size: 14px;
    line-height: 171%;
  }
}
.company__value {
  display: grid;
  position: relative;
  margin-bottom: 223px;
  grid-template-columns: auto 48.7%;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 1024px) {
  .company__value {
    margin-bottom: 157px;
    grid-template-columns: 1fr;
  }
}
.company__value-sub {
  display: block;
  position: relative;
  margin-bottom: 49px;
  font-weight: 700;
  font-size: 18px;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .company__value-sub {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.company__value-title {
  margin-bottom: 18px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 122%;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
}
.company__value-title span {
  color: var(--theme-color);
}
.company__value-text {
  position: relative;
  width: 59%;
  color: #292929;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  font-family: "Noto Sans JP";
  letter-spacing: 0.1em;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .company__value-text {
    width: 100%;
    font-size: 14px;
    line-height: 171%;
  }
}
.company__value-list {
  margin-top: 80px;
  color: var(--theme-color);
  font-style: normal;
  font-weight: 700;
  font-size: 22.9px;
  line-height: 179%;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .company__value-list {
    margin-top: 64px;
    font-size: 18px;
  }
}
.company__partner {
  margin-bottom: 160px;
}
.company__partner-title {
  position: relative;
  margin-bottom: 34px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
}
.company__partner-title span {
  color: var(--theme-color);
}
@media screen and (max-width: 1024px) {
  .company__partner-title {
    font-size: 29px;
  }
}
.company__partner-list {
  display: grid;
  align-items: center;
  position: relative;
  padding: 80px;
  background: #efefef;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: 1fr;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
.company__partner-list > div:first-of-type {
  max-width: 264px;
}
.company__partner-list > div:nth-of-type(2) {
  max-width: 264px;
}
.company__partner-list > div:nth-of-type(3) {
  max-width: 97px;
}
.company__partner-list > div:nth-of-type(4) {
  max-width: 111px;
}
@media screen and (max-width: 1024px) {
  .company__partner-list {
    padding: 42px 26px;
    justify-items: center;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "a b" "c d";
    row-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .company__partner-list > div:first-of-type {
    grid-area: a;
  }
  .company__partner-list > div:nth-of-type(2) {
    grid-area: c;
  }
  .company__partner-list > div:nth-of-type(3) {
    max-width: 68px;
    grid-area: b;
  }
  .company__partner-list > div:nth-of-type(4) {
    max-width: 67px;
    grid-area: d;
  }
}
.company__greeting {
  display: grid;
  position: relative;
  position: relative;
  margin-bottom: 189px;
  grid-template-columns: auto 48.7%;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 1024px) {
  .company__greeting {
    margin-bottom: 157px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .company__greeting > div:last-of-type {
    grid-area: 1/1/2/2;
  }
  .company__greeting > div:last-of-type img {
    width: 100%;
    max-width: 166px;
    aspect-ratio: 1/1.235;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.company__greeting-sub {
  display: block;
  position: relative;
  margin-bottom: 49px;
  font-weight: 700;
  font-size: 18px;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .company__greeting-sub {
    margin-bottom: 20px;
  }
  .company__greeting-title {
    margin-bottom: 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 38px !important;
    line-height: 122%;
    font-family: "IBM Plex Sans JP";
    
}
}
.company__greeting-title {
  margin-bottom: 18px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 122%;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
}
.company__greeting-title span {
  color: var(--theme-color);
}
.company__greeting-text {
  position: relative;
  width: 59%;
  color: #292929;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  font-family: "Noto Sans JP";
  letter-spacing: 0.1em;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .company__greeting-text {
    width: 100%;
  }
  .company__greeting-text::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: var(--base-border-color);
    content: "";
  }
}
.company__greeting-name {
  padding-top: 15px;
  font-style: normal;
  font-size: 14px;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
  text-align: right;
}
.company__greeting-name span:first-of-type {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .company__greeting-name {
    margin-bottom: 46px;
    text-align: left;
  }
}
.company__info {
  display: grid;
  position: relative;
  margin-bottom: 234px;
  grid-template-columns: auto 48.7%;
  grid-template-rows: 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .company__info {
    grid-template-columns: 1fr;
    row-gap: 157px;
    margin-bottom: 160px;
  }
  .company__info > div:last-of-type {
    position: relative;
  }
  .company__info > div:last-of-type::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: var(--base-border-color);
    content: "";
  }
}
.company__info-table {
  width: 100%;
  margin-top: -18px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
}
.company__info-table tr {
  border-bottom: 1px solid #292929;
}
.company__info-table tr:last-of-type {
  border-bottom: none;
}
.company__info-table tr:last-of-type th {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .company__info-table tr:last-of-type {
    border-bottom: 1px solid #292929;
  }
  .company__info-table tr:last-of-type th {
    padding-bottom: 14px;
  }
}
.company__info-table th {
  width: 33.5%;
  padding-top: 16px;
  padding-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .company__info-table {
    position: relative;
    grid-template-columns: 1fr;
  }
  .company__info-table td {
    padding-bottom: 14px;
  }
  .company__info-table::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: var(--base-border-color);
    content: "";
  }
}
.company__info-title {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 40px;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
}
.company__info-sub {
  display: block;
  margin-top: -2px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 15px;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
}
.company__info-item {
  display: grid;
  position: relative;
  grid-template-columns: 33.5% auto;
  grid-template-rows: 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .company__info-item {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .company__info-item img {
    max-width: 195px;
  }
}
.company__info-item:first-of-type {
  margin-bottom: 37px;
}
.company__info-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  font-family: "Noto Sans JP";
  letter-spacing: 0.1em;
  text-align: justify;
  font-feature-settings: "palt";
}
.company__history-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .company__history-content {
    flex-direction: column;
    gap: 36px;
  }
  .company__history-content > div {
    width: auto !important; 
    display: block !important;
  }
}
.company__history-content > div {
  display: grid;
  width: 48%;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 1fr);
  gap: 36px;
}
.company__history-title {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 40px;
  font-family: "IBM Plex Sans JP";
  letter-spacing: 0.05em;
}
.company__history-item {
  display: flex;
  flex-direction: column;
  max-width: 360px;
}
.company__history-year {
  margin-bottom: 17px;
  color: #708f6d;
  font-weight: 700;
  font-size: 30px;
  font-family: Noto Sans JP;
  letter-spacing: 1.5px;
}
.company__history-text {
  color: #292929;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-family: Noto Sans JP;
  letter-spacing: 1px;
  text-align: justify;
}/*# sourceMappingURL=company.css.map */