@charset "UTF-8";
/****************************************************
 * Stylesheet 役員紹介
 ****************************************************/
@media only screen and (min-width: 768px) {
  .pagetitle {
    background-image: url("../images/company/pagetitle_bg01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    background-image: url("../images/company/pagetitle_bg01_sp.jpg");
  }
}

.p-management__executive01, .p-management__executive02, .p-management__executive03 {
  margin-bottom: 10rem;
}
.p-management__executive01 .executive_list dl, .p-management__executive02 .executive_list dl, .p-management__executive03 .executive_list dl {
  border-top: solid 1px #333333;
}
@media only screen and (min-width: 768px) {
  .p-management__executive01 .executive_list dl, .p-management__executive02 .executive_list dl, .p-management__executive03 .executive_list dl {
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .p-management__executive01 .executive_list dl dt, .p-management__executive02 .executive_list dl dt, .p-management__executive03 .executive_list dl dt {
    width: 25.4%;
    padding: 2rem 2rem 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-management__executive01 .executive_list dl dt, .p-management__executive02 .executive_list dl dt, .p-management__executive03 .executive_list dl dt {
    padding: 1.5rem 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-management__executive01 .executive_list dl dd, .p-management__executive02 .executive_list dl dd, .p-management__executive03 .executive_list dl dd {
    width: 74.6%;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-management__executive01 .executive_list dl dd, .p-management__executive02 .executive_list dl dd, .p-management__executive03 .executive_list dl dd {
    padding: 0.5rem 0 1.5rem 0;
  }
}
.p-management__executive01 .executive_list dl dd .name, .p-management__executive02 .executive_list dl dd .name, .p-management__executive03 .executive_list dl dd .name {
  font-size: 2.4rem;
  font-weight: 500;
  color: #313C4E;
}
@media only screen and (max-width: 767px) {
  .p-management__executive01 .executive_list dl dd .name, .p-management__executive02 .executive_list dl dd .name, .p-management__executive03 .executive_list dl dd .name {
    font-size: 2rem;
  }
}
.p-management__executive01 .executive_list dl dd .name span, .p-management__executive02 .executive_list dl dd .name span, .p-management__executive03 .executive_list dl dd .name span {
  margin-left: 0.5rem;
  font-size: 1.6rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-management__executive01 .executive_list dl dd .name span, .p-management__executive02 .executive_list dl dd .name span, .p-management__executive03 .executive_list dl dd .name span {
    font-size: 1.5rem;
  }
}
.p-management__executive01 .executive_list dl dd .history, .p-management__executive02 .executive_list dl dd .history, .p-management__executive03 .executive_list dl dd .history {
  margin-top: 2rem;
  padding: 1.5rem 2rem;
  background-color: #F2F5F7;
  border-top: solid 1px #CBCFD1;
  border-bottom: solid 1px #CBCFD1;
}
@media only screen and (max-width: 767px) {
  .p-management__executive01 .executive_list dl dd .history, .p-management__executive02 .executive_list dl dd .history, .p-management__executive03 .executive_list dl dd .history {
    margin-top: 1.5rem;
    padding: 1.5rem;
  }
}
.p-management__executive01 .executive_list dl dd .history.open .acc_head i, .p-management__executive02 .executive_list dl dd .history.open .acc_head i, .p-management__executive03 .executive_list dl dd .history.open .acc_head i {
  background-image: url("../images/common/icon_minus01_white.png");
}
.p-management__executive01 .executive_list dl dd .history .acc_head, .p-management__executive02 .executive_list dl dd .history .acc_head, .p-management__executive03 .executive_list dl dd .history .acc_head {
  font-size: 1.5rem;
  font-weight: 500;
}
.p-management__executive01 .executive_list dl dd .history .acc_head i, .p-management__executive02 .executive_list dl dd .history .acc_head i, .p-management__executive03 .executive_list dl dd .history .acc_head i {
  width: 2rem;
  height: 2rem;
  background-color: #313C4D;
  background-image: url("../images/common/icon_plus01_white.png");
  -webkit-background-size: 1rem auto;
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0.2rem;
  right: 0;
}
.p-management__executive01 .executive_list dl dd .history .acc_body, .p-management__executive02 .executive_list dl dd .history .acc_body, .p-management__executive03 .executive_list dl dd .history .acc_body {
  padding-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-management__executive01 .executive_list dl dd .history .acc_body, .p-management__executive02 .executive_list dl dd .history .acc_body, .p-management__executive03 .executive_list dl dd .history .acc_body {
    font-size: 1.4rem;
  }
}
.p-management__executive01 .executive_list dl dd .history .acc_body ul li, .p-management__executive02 .executive_list dl dd .history .acc_body ul li, .p-management__executive03 .executive_list dl dd .history .acc_body ul li {
  display: -webkit-flex;
  display: flex;
}
.p-management__executive01 .executive_list dl dd .history .acc_body ul li .year, .p-management__executive02 .executive_list dl dd .history .acc_body ul li .year, .p-management__executive03 .executive_list dl dd .history .acc_body ul li .year {
  width: 17.5%;
}
@media only screen and (max-width: 767px) {
  .p-management__executive01 .executive_list dl dd .history .acc_body ul li .year, .p-management__executive02 .executive_list dl dd .history .acc_body ul li .year, .p-management__executive03 .executive_list dl dd .history .acc_body ul li .year {
    width: 30%;
  }
}
.p-management__executive01 .executive_list dl dd .history .acc_body ul li .text, .p-management__executive02 .executive_list dl dd .history .acc_body ul li .text, .p-management__executive03 .executive_list dl dd .history .acc_body ul li .text {
  width: 82.5%;
}
@media only screen and (max-width: 767px) {
  .p-management__executive01 .executive_list dl dd .history .acc_body ul li .text, .p-management__executive02 .executive_list dl dd .history .acc_body ul li .text, .p-management__executive03 .executive_list dl dd .history .acc_body ul li .text {
    width: 70%;
  }
}
.p-management__executive03 .matrix {
  margin-top: 6rem;
  font-size: 1.5rem;
  text-align: right;
}
.p-management__executive03 .matrix a {
  display: inline-block;
}
.p-management__executive03 .matrix a:before {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  content: '';
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  -webkit-background-size: 1rem auto;
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.2em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-management__executive03 .matrix a:hover:before {
  background-color: #0092E6;
}
