@media screen and (min-width: 769px) {
  .about {
    margin: 0 auto;
    padding: 5rem 0 20rem;
    width: 100rem; } }
.about__ttl {
  color: #707070; }
.about__wrap {
  position: relative; }
  @media screen and (min-width: 769px) {
    .about__wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-flow: row-reverse; } }
  .about__wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    padding-top: calc(100% - 4rem);
    width: calc(100% - 4rem);
    background: #F4F2EF;
    border-radius: 50%; }
    @media screen and (min-width: 769px) {
      .about__wrap::after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-top: 60%;
        width: 60%; } }
@media screen and (min-width: 769px) {
  .about__data {
    width: 50%; } }
.about__txt {
  margin: 0 2rem 2rem;
  text-align: justify;
  line-height: 3; }
  @media screen and (min-width: 769px) {
    .about__txt {
      margin: 0 5rem 2rem; } }
@media screen and (min-width: 769px) {
  .about__fig {
    width: 50%; } }

.greeting {
  padding: 0 0 10rem; }
  @media screen and (min-width: 769px) {
    .greeting {
      margin: 0 auto;
      padding: 0 0 20rem;
      width: 100rem; } }
  .greeting__ttl {
    color: #707070; }
  .greeting__wrap {
    position: relative; }
    @media screen and (min-width: 769px) {
      .greeting__wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row-reverse; } }
    .greeting__wrap::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: -1;
      padding-top: calc(100% - 4rem);
      width: calc(100% - 4rem);
      background: #F4F2EF;
      border-radius: 50%; }
      @media screen and (min-width: 769px) {
        .greeting__wrap::after {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          padding-top: 60%;
          width: 60%; } }
  @media screen and (min-width: 769px) {
    .greeting__data {
      width: 50%; } }
  .greeting__txt {
    margin: 0 2rem 2rem;
    text-align: justify;
    line-height: 3; }
    @media screen and (min-width: 769px) {
      .greeting__txt {
        margin: 0 5rem; } }
  @media screen and (min-width: 769px) {
    .greeting__fig {
      width: 50%; } }

.profile {
  margin: 0 0 10rem;
  color: #FFF;
  background-color: rgba(101, 123, 120, 0.7); }
  @media screen and (min-width: 769px) {
    .profile {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-flow: row-reverse;
      margin: 0 auto 20rem;
      padding: 4rem;
      width: calc(100rem - 8rem); } }
  .profile__wrap {
    padding: 2rem; }
    @media screen and (min-width: 769px) {
      .profile__wrap {
        padding: 0 0 0 4rem;
        width: calc(50% - 4rem); } }
  .profile__ttl {
    margin: 0 0 2rem;
    font-size: 2rem; }
    @media screen and (min-width: 769px) {
      .profile__ttl {
        font-size: 3rem; } }
  .profile__career {
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    border-bottom: 1px solid #FFF; }
    .profile__career-item {
      margin: 0 0 1rem;
      line-height: 2; }
      .profile__career-item:last-child {
        margin: 0; }
  .profile__history-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: wrap; }
  .profile__history-ttl {
    margin: 0 0 1rem;
    width: 5em;
    line-height: 2; }
    .profile__history-ttl:last-child {
      margin: 0; }
  .profile__history-data {
    margin: 0 0 1rem;
    width: calc(100% - 5em);
    line-height: 2; }
    .profile__history-data:last-child {
      margin: 0; }
  @media screen and (min-width: 769px) {
    .profile__fig {
      width: 50%; } }
