@charset "utf-8";

.page_lead span {
  display: inline-block;
  text-align: left;
  text-indent: 0;
  padding-left: .5em;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex + .flex {
  margin-top: 120px;
}

.reverse {
  flex-direction: row-reverse;
}

.flex.center {
  align-items: center;
}

.flex.right {
  text-align: right;
}

.flex .photo {
  width: 47.5%;
}

.flex .body {
  line-height: 2;
  width: 47.5%;
}

.job .photo {
  width: 32.5%;
}

.job .body {
  width: 62.5%;
}

.job + .job {
  margin-top: 50px;
}

.flex .body h4 {
  color: #333;
  font-size: 150%;
  line-height: 1.1;
}

.flex .body h5 {
  font-size: 130%;
  margin-top: 40px;
}

.flex .body p:nth-child(n+2),
.flex .body ul {
  margin-top: 20px;
}

.job .body h4 {
  font-size: 130%;
}

.job .body p:nth-child(n+2) {
  font-size: 110%;
  line-height: 1.85;
  margin-top: 20px;
}



.message,
.profile {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.message .photo {
  padding-left: 15%;
}

.message .body {
  margin-top: -190px;
}

.message h2 {
  background: rgba(255,255,255,.7);
  color: #333;
  font-size: 171.4%;
  display: inline-block;
  letter-spacing: .2em;
  line-height: 2;
  padding: 1em 1em 1em 0;
}

.message p {
  line-height: 2;
  margin-top: 30px;
}

.message p:first-of-type {
  margin-top: 100px;
}



.profile {
  margin-top: 150px;
}

.profile ul {
  font-size: 110%;
}









@media screen and (max-width:768px) {
  .message, .profile {
    width: 80%;
  }
  
  .message .photo {
    padding-left: 0;
  }
  
  .message .body {
    margin-top: 40px;
  }
  
  .message h2 {
    font-size: 140%;
    line-height: 1.66;
    padding: 0;
  }
  
  .message p:first-of-type {
    margin-top: 30px;
  }
  
  
  .profile {
    margin-top: 80px;
  }
  
  .flex {
    display: block;
  }
  
  .flex + .flex {
    margin-top: 60px;
  }
  
  .flex .photo,
  .flex .body {
    width: 100%;
  }
  
  .flex .body h4 {
    margin-top: 30px;
    font-size: 140%;
  }
  
  .flex.right {
    text-align: left;
  }
  
  .profile ul {
    font-size: 105%;
  }
}