.dialogue_person {
  background: #f8f8f8;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 30px 40px;
  display: flex;
  margin: 1em 0;
}
@media only screen and (max-width: 767px) {
  .dialogue_person {
    padding: 20px 15px;
    display: block;
  }
}
.dialogue_person ._img {
  border-radius: 50%;
  border: 1px solid #f2f2f2;
  aspect-ratio: 1/1;
  width: 140px;
  min-width: 140px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .dialogue_person ._img {
    width: 240px;
    min-width: 240px;
    margin-bottom: 1em;
  }
}
.dialogue_person ._img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dialogue_person ._desc {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .dialogue_person ._desc {
    padding-left: 0;
  }
}
.dialogue_person ._desc ._head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  padding-bottom: 1em;
  align-items: center;
}
.dialogue_person ._desc ._head ._title {
  position: relative;
  font-size: 24px;
  padding-left: 0.8em;
  letter-spacing: 0.2ex;
  line-height: 1.4;
}
.dialogue_person ._desc ._head ._title ._title_mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background: #006633;
  transform: scaleY(0.8);
}
.dialogue_person ._desc ._head ._position {
  font-size: 16px;
  letter-spacing: 0.2ex;
}
.dialogue_person ._desc ._body {
  margin-top: 1em;
  font-weight: 500;
  letter-spacing: 0.1ex;
}

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