#profile {
  margin-bottom: 4rem;
}
#profile .inner {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3rem;
}
#profile .inner .row {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-gap: 50px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #profile .inner .row {
    display: block;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #profile .inner .row > img {
    max-width: 70%;
    margin: auto;
    margin-bottom: 2rem;
  }
}
#profile .inner .row > .txt {
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: 2;
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  #profile .inner .row > .txt {
    padding-top: 1rem;
    text-align: center;
  }
}
#profile .inner .row > .txt p:nth-of-type(1) {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  color: #000;
}
#profile .inner .row > .txt p:nth-of-type(2) {
  font-size: clamp(1rem, 2vw, 1.8rem);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  letter-spacing: 10px;
}
#profile .inner > .txt {
  line-height: 3;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  color: #000;
}
@media screen and (max-width: 767px) {
  #profile .inner > .txt {
    text-align: center;
  }
}

#career {
  margin-bottom: 4rem;
}
#career .inner {
  text-align: left;
}
#career .inner h2 {
  margin-bottom: 2rem;
}
#career .inner h2 span {
  font-size: 1.6rem;
  display: block;
}
#career .inner ul {
  margin-bottom: 2rem;
  font-family: "Shippori Mincho", serif;
  color: #000;
  list-style: none;
}
#career .inner ul li {
  margin-bottom: 1rem;
}
#career .inner dl {
  font-family: "Shippori Mincho", serif;
  color: #000;
}