@charset "UTF-8";
/****************************************************
SCSSで制作しているため、このファイルは編集しないでください。

****************************************************/
/* local-path */
/* wp-path */
/* common
---------------------------------------------------*/
h2 {
  color: #887a55;
  font-size: 19px;
  font-size: 1.9rem;
  margin: 10px 0;
}

.president, .chief {
  margin: 0 0 50px 0;
}

.president .fig-box {
  background-size: 100% auto;
}
.president .fig-box .fig-name {
  padding: 5px 15px 15px 17px;
}

.chief .fig-box {
  background-size: 100% auto;
}
.chief .fig-box h3 {
  margin-left: 20px;
}
.chief .fig-box h3 span {
  margin-right: 16px;
}

.fig-box {
  color: #574c31;
  position: relative;
  font-size: 14px;
  font-size: 4.375vw;
}
.fig-box h3 {
  font-weight: normal;
  font-size: 26px;
  font-size: 8.125vw;
  line-height: 1;
  margin: 2px 0 0 0;
}
.fig-box h3 span {
  font-size: 18px;
  font-size: 5.625vw;
  margin: 4px 10px 0 0;
  vertical-align: top;
  display: inline-block;
}
.fig-box .affiliation {
  font-size: 12px;
  font-size: 3.75vw;
}
.fig-box .fig-name {
  position: absolute;
  padding: 14px 15px 15px 19px;
  top: 0;
}

/* @media (min-width: 768px)
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 25px;
    line-height: 1.4;
  }

  .president, .chief {
    margin: 0 0 90px 0;
  }

  .fig-human {
    display: block;
    margin: 0 0 20px 0;
  }

  .fig-box .fig-name {
    position: relative;
    padding: 15px 0 !important;
  }

  .president .fig-box {
    background: none;
    padding: 0;
    float: right;
  }
  .president h2, .president .greeting {
    width: 60%;
    float: left;
  }

  .chief .fig-box {
    background: none;
    padding: 0;
    float: left;
  }
  .chief .fig-box h3 {
    margin-left: 0;
  }
  .chief .fig-box h3 span {
    margin-right: 0;
  }
  .chief h2, .chief .greeting {
    width: 60%;
    float: right;
  }

  .fig-box {
    height: auto;
    width: 35%;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fig-box h3 {
    font-size: 30px;
    font-size: 3rem;
    margin: 2px 0 0 0;
  }
  .fig-box h3 span {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 7px 10px 0 0 !important;
  }
  .fig-box .affiliation {
    font-size: 14px;
    font-size: 1.4rem;
    text-indent: -14px;
    margin: 0 0 0 14px;
  }
  .fig-box .enrollment {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .fig-name {
    position: relative;
    padding: 15px 0;
  }
  .fig-name::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin: 0;
    border-bottom: solid 1px #574c31;
    border-left: solid 1px #574c31;
  }
  .fig-name::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: 0;
    border-bottom: solid 1px #574c31;
    border-right: solid 1px #574c31;
  }
  .fig-name .enrollment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin: 0;
    border-top: solid 1px #574c31;
    border-left: solid 1px #574c31;
  }
  .fig-name .enrollment::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: 0;
    border-top: solid 1px #574c31;
    border-right: solid 1px #574c31;
  }
}
/* @media (min-width: 1024px)
---------------------------------------------------*/
/* @media (min-width: 1230px)
---------------------------------------------------*/
@media screen and (min-width: 1230px) {
  h2 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: normal;
    letter-spacing: -0.5px;
  }

  .fig-box {
    width: 322px;
  }
  .fig-box .fig-name {
    width: 85%;
    margin: 0 auto;
  }

  .president, .chief {
    margin: 0 0 120px 0;
  }

  .president h2, .president .greeting {
    width: 62%;
  }

  .chief h2, .chief .greeting {
    width: 62%;
  }
}
/* print
---------------------------------------------------*/
@media print {
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 25px;
    line-height: 1.4;
  }

  .president, .chief {
    margin: 0 0 90px 0;
  }

  .fig-human {
    display: block;
    margin: 0 0 20px 0;
  }

  .fig-box .fig-name {
    position: relative;
    padding: 15px 0 !important;
  }

  .president .fig-box {
    background: none;
    padding: 0;
    float: right;
  }
  .president h2, .president .greeting {
    width: 60%;
    float: left;
  }

  .chief .fig-box {
    background: none;
    padding: 0;
    float: left;
  }
  .chief .fig-box h3 {
    margin-left: 0;
  }
  .chief .fig-box h3 span {
    margin-right: 0;
  }
  .chief h2, .chief .greeting {
    width: 60%;
    float: right;
  }

  .fig-box {
    height: auto;
    width: 35%;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fig-box h3 {
    font-size: 30px;
    font-size: 3rem;
    margin: 2px 0 0 0;
  }
  .fig-box h3 span {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 7px 10px 0 0 !important;
  }
  .fig-box .affiliation {
    font-size: 14px;
    font-size: 1.4rem;
    text-indent: -14px;
    margin: 0 0 0 14px;
  }
  .fig-box .enrollment {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .fig-name {
    position: relative;
    padding: 15px 0;
  }
  .fig-name::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin: 0;
    border-bottom: solid 1px #574c31;
    border-left: solid 1px #574c31;
  }
  .fig-name::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: 0;
    border-bottom: solid 1px #574c31;
    border-right: solid 1px #574c31;
  }
  .fig-name .enrollment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin: 0;
    border-top: solid 1px #574c31;
    border-left: solid 1px #574c31;
  }
  .fig-name .enrollment::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: 0;
    border-top: solid 1px #574c31;
    border-right: solid 1px #574c31;
  }
}
