@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
.p-company {
  padding-top: 3.6em;
}

.p-greeting__cols {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.p-greeting__cols__col {
  padding-left: 5.4545454545%;
  width: 100%;
}
.p-greeting__cols figure {
  flex-shrink: 0;
  width: max(36.3636363636%, 300px);
  margin-top: 0.55em;
}
.p-greeting__cols figure img {
  border-radius: 10px;
  width: 100%;
}
.p-greeting__txt-01 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8333333333em;
}
.p-greeting__txt-02 {
  font-size: 1.6rem;
  line-height: 2.5em;
  /* margin-top: 1.75em; */
}
.p-greeting__txt-03 {
  font-size: 1.6rem;
  margin-top: 2.375em;
  text-align: right;
}
.p-greeting__txt-03 span {
  font-size: 2.4rem;
  font-weight: 700;
  margin-left: 1em;
}

.p-history__items {
  margin-top: 40px;
}
.p-history__items dl {
  display: flex;
  font-size: 1.6rem;
  padding: 32px 20px;
  border-bottom: 1px solid #cdcdcd;
}
.p-history__items dl dt {
  color: #004ea2;
  flex-shrink: 0;
  font-weight: 700;
  line-height: 1.625em;
  width: 14em;
}
.p-history__items dl dd {
  line-height: 1.625em;
}
@media screen and (max-width: 599px){
  .p-company {
    padding-top: 13.3333333333vw;
  }
  .p-greeting__cols {
    flex-direction: column;
    margin-top: 8.5333333333vw;
  }
  .p-greeting__cols__col {
    margin-top: 8.5333333333vw;
    padding-left: 0;
    width: 100%;
  }
  .p-greeting__cols figure {
    width: 100%;
  }
  .p-greeting__cols figure img {
    border-radius: 1.3333333333vw;
  }
  .p-greeting__txt-01 {
    font-size: 4.5356vw;
    line-height: 1.6698039216em;
  }
  .p-greeting__txt-02 {
    font-size: 3.7352vw;
    line-height: 1.6785714286em;
    /* margin-top: 5.3333333333vw; */
  }
  .p-greeting__txt-03 {
    font-size: 3.7352vw;
    margin-top: 5.3333333333vw;
  }
  .p-greeting__txt-03 span {
    font-size: 4.5356vw;
  }
  .p-history__items {
    margin-top: 2.1333333333vw;
  }
  .p-history__items dl {
    flex-direction: column;
    padding: 5.3333333333vw 0;
  }
  .p-history__items dl dt {
    font-size: 4.002vw;
    line-height: 1.5666666667em;
    width: auto;
  }
  .p-history__items dl dd {
    font-size: 3.7352vw;
    line-height: 1.6785714286em;
    margin-top: 0.5em;
  }
}
/*# sourceMappingURL=nikkotechno-company.css.map */
