/* gradient */
/* footer */
/* btn */
/* shadow */
.person {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .person figure {
    width: calc(100% / 3 - 20px);
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.06); }
    .person figure a {
      display: block; }
  .person .avatar {
    position: relative; }
    .person .avatar:after {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 120%;
      content: "";
      display: block;
      background-color: rgba(0, 0, 0, 0.4);
      transition: 0.3s;
      opacity: 0; }
  .person:hover .avatar:after {
    opacity: 1; }
  .person:hover figure a:hover .avatar:after {
    opacity: 0; }
  .person .avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top; }
  .person figcaption {
    position: relative; }
  .person .department {
    position: absolute;
    top: 0;
    left: 20px;
    transform: translateY(-50%);
    padding: 9px 15px;
    background-color: #91d3f0;
    line-height: 1;
    font-size: 14px;
    font-weight: bold; }
  .person .excerpt {
    width: 100%;
    padding-top: 30px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.5em; }
  .person .category {
    font-size: 12px;
    width: 100%;
    font-weight: normal;
    color: #031219;
    opacity: 0.6; }
  .person .person_name {
    font-size: 24px;
    font-weight: bold;
    transition: 0.3s;
    line-height: 1.3; }
    .person .person_name span {
      font-size: 0.5em;
      margin-left: 10px;
      text-transform: uppercase;
      color: #a4ccdd; }
  .person figure a:hover .department, .person figure a:hover .excerpt, .person figure a:hover .category {
    color: #031219; }

.person_list figure {
  width: calc(100% / 3 - 20px);
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.06); }
  .person_list figure a {
    display: block; }
.person_list .avatar {
  position: relative; }
  .person_list .avatar:after {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 120%;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    opacity: 0; }
.person_list:hover .avatar:after {
  opacity: 1; }
.person_list:hover figure a:hover .avatar:after {
  opacity: 0; }
.person_list .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; }
.person_list figcaption {
  position: relative; }
.person_list .department {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  padding: 9px 15px;
  background-color: #91d3f0;
  line-height: 1;
  font-size: 14px;
  font-weight: bold; }
.person_list .excerpt {
  width: 100%;
  padding-top: 30px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.5em; }
.person_list .category {
  font-size: 12px;
  width: 100%;
  font-weight: normal;
  color: #031219;
  opacity: 0.6; }
.person_list .person_name {
  font-size: 24px;
  font-weight: bold;
  transition: 0.3s; }
  .person_list .person_name span {
    font-size: 0.5em;
    margin-left: 10px;
    text-transform: uppercase;
    color: #91d3f0; }
.person_list figure a:hover .department, .person_list figure a:hover .excerpt, .person_list figure a:hover .category {
  color: #031219; }

.person_gallery {
  width: 100%;
  position: relative; }

section .person_content {
  max-width: 1200px;
  margin: auto;
  width: 100%; }
  section .person_content h3 {
    font-size: 40px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    display: block;
    line-height: 1.4;
    margin-bottom: 0.5em; }
section .info_content {
  max-width: 1200px;
  margin: auto;
  width: 92%; }
  section .info_content h3 {
    font-size: 40px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    display: block;
    line-height: 1.4;
    margin-bottom: 0.5em; }
  section .info_content figure {
    margin: auto;
    border: 4px solid #91d3f0;
    padding: 6%;
    display: flex;
    align-items: flex-start; }
    section .info_content figure img {
      width: 25%;
      min-width: 25%;
      max-width: 25%;
      margin-right: 4%; }
  section .info_content h4 {
    font-size: 26px;
    display: block;
    line-height: 1.5;
    padding-top: 0.5em;
    padding-bottom: 2em; }
    section .info_content h4 span {
      display: inline-block; }
  section .info_content p {
    line-height: 2; }

@media (max-width: 1700px) {
  section.figure_left h2 {
    padding-right: 25%; }
  section .figure:after {
    padding-top: 60%; }
  section.smaller .figure:after {
    padding-top: 75%; }
  section.smaller .caption h4 {
    font-size: 24px;
    margin: 1em 0; }
  section.smaller .caption h2 {
    font-size: 3vw; } }
@media (max-width: 1200px) {
  .person .person_name {
    font-size: 20px;
    margin-top: 0.5em; }

  section.img_left .figure, section.img_right .figure {
    width: 60%; }
  section.img_left figcaption {
    position: absolute;
    left: 50%;
    width: 45%; }
    section.img_left figcaption .person_name {
      font-size: 36px; }
  section.smaller {
    display: block; }
    section.smaller .caption {
      width: 100%;
      position: relative;
      top: auto;
      left: auto;
      transform: translate(0, 0); }
    section.smaller .figure {
      width: 100%;
      margin-top: 5%; }
      section.smaller .figure:after {
        padding-top: 40%; }
    section.smaller .caption {
      max-width: 100%;
      padding-right: 5%;
      display: block; }
      section.smaller .caption h2 {
        font-size: 36px;
        white-space: normal;
        line-height: 1.3;
        padding: 0.5em 0.5em; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .person {
    justify-content: space-around; }
    .person figure {
      width: calc(100% / 2 - 30px); }
      .person figure:last-of-type {
        margin-top: 15px; } }
@media (max-width: 767px) {
  .person .person_name span {
    display: block; } }
@media (max-width: 980px) {
  section .info_content figure {
    padding: 3%; }
  section .info_content h4 {
    margin: 0.3em 0 0.6em;
    padding: 0; }
  section .info_content h3 {
    font-size: 4.5vw; }
  section .person_content h3 {
    font-size: 4.5vw; } }
@media (max-width: 800px) {
  section .caption h2, section .caption h3 {
    font-size: 7vw; }
  section.smaller .caption {
    width: 100%; }
    section.smaller .caption h2 {
      padding-left: 6%;
      font-size: 28px;
      width: 106%; }
    section.smaller .caption h4 {
      font-size: 20px; }
  section.smaller .figure {
    margin-top: 0; }
    section.smaller .figure:after {
      padding-top: 50%; }
  section.figure_left {
    justify-content: flex-start;
    flex-direction: row; }
    section.figure_left .figure:after {
      padding-top: 75%; }
    section.figure_left figcaption {
      padding: 15px;
      left: 55%;
      width: 40%; }
      section.figure_left figcaption .department {
        padding: 0.2em 1em;
        left: 0; }
      section.figure_left figcaption .person_name {
        flex-wrap: wrap;
        display: flex; }
        section.figure_left figcaption .person_name span {
          width: 100%;
          margin-left: 0;
          margin-top: 5px; } }
@media (max-width: 700px) {
  section.our-persons {
    display: block; }

  .person {
    display: block; }
    .person .avatar {
      width: 30%;
      min-width: 30%;
      margin-right: 4%; }
      .person .avatar:after {
        display: none; }
    .person figure {
      width: 100%;
      margin: 10px 0; }
      .person figure a {
        display: flex; }
      .person figure figcaption .department {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        transform: translate(0, 0);
        padding: 6px 12px; }
      .person figure figcaption .excerpt {
        padding-top: 15px; }

  section .info_content h4 {
    font-size: 22px; }
  section .info_content p {
    line-height: 1.8; } }
@media (max-width: 580px) {
  section .caption h2, section .caption h3 {
    font-size: 8.5vw;
    width: 90%;
    min-width: 90%; }
  section .caption h2 span {
    display: block;
    width: 100%;
    margin-left: 0.2em;
    line-height: 1;
    margin-bottom: 0.8em; }
  section .info_content figure {
    padding: 4%;
    flex-direction: column; }
    section .info_content figure img {
      width: 260px;
      min-width: 260px;
      max-width: 260px;
      margin: auto;
      margin-bottom: 3%; }
  section .info_content h3 {
    font-size: 6vw;
    margin-top: 5%;
    font-weight: bold; }
  section .person_content h3 {
    font-size: 6vw;
    margin-top: 5%;
    font-weight: bold; } }
@media (max-width: 480px) {
  section.figure_left {
    display: block; }
    section.figure_left .figure {
      width: 100%;
      margin-top: 6%; }
      section.figure_left .figure:after {
        padding-top: 60%; }
    section.figure_left figcaption {
      width: 92%;
      margin: auto;
      position: relative;
      top: auto;
      left: auto;
      margin-top: 10%;
      padding: 15px; }

  section.img_left figcaption .person_name {
    font-size: 28px; }
    section.img_left figcaption .person_name span {
      margin-top: 5px; }
  section.img_left figcaption .department {
    transform: none; } }

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