@charset "utf-8";
/* ===============================================
# cmmon_parts.css※上書き
=============================================== */
.cmn_sec_head::after {
  background: url(../../about_prj/img/bg_common_top.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.cmn_sec_back {
  margin-top: 40px;

}
@media screen and (max-width :834px){
  .cmn_sec_head {
    background: url(../../about_prj/img/bg_common_top.jpg) no-repeat center center;
    background-size: cover;
  }
}
/* ===============================================
# ttl01
=============================================== */
.ttl01 {
  margin-top: 10px;
  margin-bottom: 40px;
  line-height: 1.4;
  letter-spacing: .2em;
  font-size: 30px;
  font-size: 3rem;
  color: #555971;
}
.ttl01 span {
  display: inline-block;
}
@media screen and (max-width :834px){
  .ttl01 {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
/* ===============================================
# sec_member
=============================================== */
.sec_member {
  position: relative;
}
.sec_member.chairman {
  margin-top: 80px;
  margin-bottom: 84px;
}
.sec_member .box01 {
  flex: 1 3;
  position: relative;
  padding-bottom: 40px;
  z-index: 2;
}
.sec_member .box01 .label {
  border-left: #555971 3px solid;
  margin-top: 25px;
  padding: .8em 0 .8em 2.3em;
}
.sec_member.chairman .box01 .label {
  margin-top: 40px;
}
.sec_member .box01 .label .name {
  line-height: 1.3;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
.sec_member .box01 .label .name_sub {
  font-weight: bold;
}
.sec_member .box01 .label .name_sub span {
  display: inline-block;
}
.sec_member .box01 .label .name_sub span:nth-of-type(2)::before {
  display: inline-block;
  content: "/";
  padding: 0 .5em;
}
.sec_member .box01 .label .summary {
  margin-top: .8em;

}
.sec_member .box01 figure {
  max-width: 508px;
  margin-top: 22px;
}
.sec_member .box02 {
  flex: 1 1;
  margin-left: 50px;
  padding-bottom: 40px;
}
.sec_member .box02 .ttl {
  margin-top: 25px;
  color: #333d72;
}
.sec_member .box02 .ttl:nth-of-type(1) {
  margin-top: 50px;
}
.sec_member .box02 .ttl .en {
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
.sec_member .box02 .ttl .jp {
  margin-left: 1.4em;
  font-weight: bold;
}
.sec_member .box02 .list {
  margin-top: .4em;
  margin-left: 1.8em;
}
.sec_member .box02 .list li {
  margin-top: .3em;
}
@media screen and (min-width :835px){
  .sec_member::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 58.8%;
    background: #f8f8f8;
    width: 50vw;
    height: 100%;
    z-index: 1;
  }
  .sec_member.chairman::before {
    background: #f3f4f9;
  }
}
@media screen and (max-width :834px){
  .sec_member {
    margin-top: 20px;
    display: block;
  }
  .sec_member:nth-of-type(n+3) {
    margin-top: 46px;
  }
  .sec_member.chairman {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .sec_member .box01 {
    position: relative;
  }
  .sec_member .box01::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 13.66%;
    background: #f8f8f8;
    width: 100vw;
    height: 100%;
    z-index: 1;
  }
  .sec_member .box01 .label,
  .sec_member .box01 figure{
    position: relative;
    z-index: 2;
  }
 .sec_member .box01 .label {
  padding-left: 1em;
  }
 .sec_member.chairman .box01 .label {
    margin-top: 25px;
  }
  .sec_member .box01 .label .name {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .sec_member .box02 {
    margin-left: 0;
    padding-bottom: 0;
  }
  .sec_member .box02 .ttl:nth-of-type(1) {
    margin-top: 10px;
  }
  .sec_member .box02 .ttl .en {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .sec_member .box02 .ttl .jp {
    margin-left: 1em;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_member .box02 .list {
    margin-left: 1em;
  }

}
/* ===============================================
# list_grad
=============================================== */
.list_grad {
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_grad .item {
  width:calc(50% - .4em);
  margin-top: .5em;
}
.list_grad .item .name {
  font-size: 18px;
  font-size: 1.8rem;
}
.list_grad .item .name::after {
  display: inline-block;
  content: "/";
  margin: 0 .3em;
}
@media screen and (max-width :834px){
  .list_grad {
    display: block;
  }
  .list_grad .item {
    width:100%;
  }
  .list_grad .item+.item {
  margin-top: 1em;
  }
  .list_grad .item span {
    display: block;
  }
  .list_grad .item .name {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
