html body main .contents.contents01 h2 {
  color: #f29437;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 h2 {
    font-size: 1.25rem;
  }
}
html body main .contents.contents01 h2 br {
  display: none;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 h2 br {
    display: block;
  }
}
html body main .contents.contents02 {
  padding-top: 0;
}
html body main .contents.contents02 p {
  margin-bottom: 2rem;
}
html body main .contents.contents02 p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents02 .signature {
  text-align: right;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .signature {
    margin-top: 2rem;
  }
}
html body main .contents.contents02 .signature img {
  width: 220px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .signature img {
    width: 170px;
  }
}
html body main .contents.contents02 .signature p {
  font-size: 1.25rem;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .signature p {
    font-size: 1rem;
  }
}
html body main .contents.contents03 {
  padding-top: 0;
}
html body main .contents.contents03 dl {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 dl {
    font-size: 0.875rem;
  }
}
html body main .contents.contents03 dl:first-child dt,
html body main .contents.contents03 dl:first-child dd {
  padding-top: 0;
}
html body main .contents.contents03 dl:last-child dt,
html body main .contents.contents03 dl:last-child dd {
  border-bottom: none;
  padding-bottom: 0;
}
html body main .contents.contents03 dl dt {
  flex-basis: 20%;
  border-bottom: 2px solid #f29437;
  padding: 1.5rem 2rem 1.5rem 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 dl dt {
    flex-basis: 25%;
    padding: 1rem 0 1rem 0;
  }
}
html body main .contents.contents03 dl dd {
  flex-basis: 80%;
  border-bottom: 2px solid #e7e7e7;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 dl dd {
    flex-basis: 75%;
    padding: 1rem 1rem;
  }
}
html body main .contents.contents03 dl dd a {
  text-decoration: underline;
}
html body main .contents.contents03 dl dd p {
  margin-bottom: 1rem;
}
html body main .contents.contents03 dl dd p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents03 dl dd img.text-image01 {
  height: 15.5px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 dl dd img.text-image01 {
    height: 13.5px;
  }
}
html body main .contents.contents03 dl dd img.text-image02 {
  height: 48px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 dl dd img.text-image02 {
    height: 42px;
  }
}
html body main .contents.contents04 {
  padding-top: 0;
}
html body main .contents.contents04 .history-wrapper dl {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents04 .history-wrapper dl {
    font-size: 0.875rem;
  }
}
html body main .contents.contents04 .history-wrapper dl dt {
  width: 200px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents04 .history-wrapper dl dt {
    flex-basis: 140px;
  }
}
html body main .contents.contents04 .history-wrapper dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 40px;
  height: 2px;
  background-color: #f29437;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents04 .history-wrapper dl dt::after {
    top: 10px;
    width: 25px;
  }
}
html body main .contents.contents04 .history-wrapper dl dd {
  min-width: 0;
  flex: 1 1 0%;
}
html body main .contents.contents04 .history-wrapper dl dd a {
  text-decoration: underline;
}
html body main .contents.contents04 .history-wrapper dl dd p {
  margin-bottom: 1rem;
}
html body main .contents.contents04 .history-wrapper dl dd p:last-child {
  margin-bottom: 0;
}

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