/*------------------------
  profile
------------------------*/
section.profile p {
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (max-width:767px) {
  section.profile p {
    font-size: 1.375rem;
  }
}
section.profile .ly-row {
  display: flex;
  margin: 1.25rem 0;
  font-size: 1.25rem;
  column-gap: 0.9375rem;
}
@media screen and (max-width:767px) {
  section.profile .ly-row {
    font-size: 1.375rem;
    font-weight: 300;
  }
}
section.profile .ly-row span {
  letter-spacing: 0.12em;
}
section.profile .ly-row + .link-more {
  max-width: 20rem;
  margin: 3.75rem auto 0;
}
@media screen and (max-width:767px) {
  section.profile .ly-row + .link-more {
    max-width: 26.25rem;
  }
}
section.profile .ly-row + .link-more a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
@media screen and (max-width:767px) {
  section.profile .ly-row + .link-more a {
    font-size: 1.375rem;
  }
}

body.profile .cta-contact {
  background-color: #f0f0f0;
}

/*------------------------
  history
------------------------*/
.history .ly-wrapper {
  max-width: 42.5rem;
}
@media screen and (max-width:767px) {
  .history .ly-wrapper {
    max-width: 47.5rem;
  }
}
.history-wrap {
  position: relative;
  margin-top: 3.75rem;
}
.history-wrap::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #D8D8D8;
  position: absolute;
  left: 2.5rem;
  top: 0;
}
@media screen and (max-width:767px) {
  .history-wrap::before {
    left: 0;
  }
}
.history-item {
  padding: 0 0 0 5rem;
}
@media screen and (max-width:767px) {
  .history-item {
    padding: 0 0 0 2.5rem;
  }
}
.history-item + .history-item {
  margin-top: 3.75rem;
}
.history-time {
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  position: relative;
}
@media screen and (max-width:767px) {
  .history-time {
    font-size: 1.875rem;
    font-weight: 400;
  }
}
.history-time::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #1D1D1D;
  position: absolute;
  left: -2.75rem;
  top: 0.5em;
}
@media screen and (max-width:767px) {
  .history-time::before {
    width: 1rem;
    height: 1rem;
    left: -3rem;
    top: 0.4em;
  }
}
.history-desc {
  margin-top: 0.9375rem;
}
.history-desc p {
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width:767px) {
  .history-desc p {
    font-size: 1.625rem;
  }
}
.history-desc p:nth-child(1) {
  font-weight: 400;
  margin-bottom: 0.1875rem;
}
.history-desc p + p {
  font-size: 0.8125rem;
}
@media screen and (max-width:767px) {
  .history-desc p + p {
    font-size: 1.375rem;
  }
}

/*------------------------
  recruit
------------------------*/
section.recruit {
  border-top: 1px solid #D8D8D8;
}
section.recruit p {
  letter-spacing: 0.12em;
}