<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
/***********************************************************************
 * #Contents .profileBox
 ********************************************************************* */
#Contents .profileBox {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #f7f7f7;
  table-layout: fixed;
}
#Contents .profileBox .icon {
  display: table-cell;
  vertical-align: top;
}
#Contents .profileBox .infoCol {
  display: table-cell;
  vertical-align: top;
}
#Contents .profileBox .infoCol .chargeArea .tit:before {
  position: relative;
  top: -0.15em;
  display: inline-block;
  background: #74318e;
  content: '';
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  #Contents .profileBox {
    margin-bottom: 40px;
    padding: 30px;
  }
  #Contents .profileBox .icon {
    width: 170px;
    height: 170px;
    overflow: hidden;
    text-align: center;
  }
  #Contents .profileBox .icon img {
    width: auto;
    height: auto;
  }
  #Contents .profileBox .infoCol {
    padding-top: 15px;
    padding-left: 30px;
  }
  #Contents .profileBox .infoCol .role {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
  }
  #Contents .profileBox .infoCol .name {
    font-size: 31px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
  #Contents .profileBox .infoCol .ruby {
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  #Contents .profileBox .infoCol .chargeArea .tit {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  #Contents .profileBox .infoCol .chargeArea .tit:before {
    margin-right: 5px;
    width: 10px;
    height: 3px;
  }
  #Contents .profileBox .infoCol .chargeArea .txt {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .profileBox {
    margin-bottom: 35px;
    padding: 20px;
  }
  #Contents .profileBox .icon {
    width: 85px;
  }
  #Contents .profileBox .infoCol {
    padding-top: 5px;
    padding-left: 20px;
  }
  #Contents .profileBox .infoCol .role {
    margin-bottom: 8px;
    font-size: 1.2rem;
    line-height: 1;
  }
  #Contents .profileBox .infoCol .name {
    margin-bottom: 8px;
    font-size: 2rem;
    line-height: 1;
  }
  #Contents .profileBox .infoCol .ruby {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 10px;
  }
  #Contents .profileBox .infoCol .chargeArea .tit {
    margin-bottom: 3px;
    font-size: 1.3rem;
  }
  #Contents .profileBox .infoCol .chargeArea .tit:before {
    margin-right: 3px;
    width: 6px;
    height: 2px;
  }
  #Contents .profileBox .infoCol .chargeArea .txt {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

/***********************************************************************
 * #Contents .profileTbl
 ********************************************************************* */
#Contents .profileTbl .achieveBox .list &gt; li {
  padding-left: 1em;
  text-indent: -1em;
}
#Contents .profileTbl .achieveBox .list &gt; li:first-child {
  margin-top: 0;
}
#Contents .profileTbl .achieveBox .list &gt; li:before {
  content: '銉�';
}
#Contents .img-wrap{
  padding: 15px 0;
}
#Contents .img-wrap p{
  display: inline-block;
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
  #Contents .profileTbl {
    margin-bottom: 70px;
  }
  #Contents .profileTbl .career {
    display: table;
  }
  #Contents .profileTbl .career &gt; li {
    display: table-row;
  }
  #Contents .profileTbl .career &gt; li .year ,
  #Contents .profileTbl .career &gt; li .txt {
    padding-bottom: 8px;
  }
  #Contents .profileTbl .career &gt; li .year {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
  }
  #Contents .profileTbl .career &gt; li .txt {
    display: table-cell;
    vertical-align: top;
  }
  #Contents .profileTbl .achieveBox {
    margin-top: 15px;
  }
  #Contents .profileTbl .achieveBox:first-child {
    margin-top: 0;
  }
  #Contents .profileTbl .achieveBox .boxTit {
    margin-bottom: 5px;
  }
  #Contents .profileTbl .achieveBox .list &gt; li {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .profileTbl {
    margin-bottom: 35px;
  }
  #Contents .profileTbl .career &gt; li {
    margin-top: 10px;
  }
  #Contents .profileTbl .career &gt; li:first-child {
    margin-top: 0;
  }
  #Contents .profileTbl .achieveBox {
    margin-top: 15px;
  }
  #Contents .profileTbl .achieveBox:first-child {
    margin-top: 0;
  }
  #Contents .profileTbl .achieveBox .boxTit {
    margin-bottom: 5px;
  }
  #Contents .profileTbl .achieveBox .list &gt; li {
    margin-top: 5px;
  }

  #Contents .img-wrap{
    width: 100%;
  }
  #Contents .img-wrap p{
    display: inline-block;
    margin-right: 1%;
    width: 48%;
  }
  #Contents .img-wrap p img{
    width:   100%;
  }
}

/***********************************************************************
 * #Contents .messageSect
 ********************************************************************* */
#Contents .messageSect .sectMain .txt:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  #Contents .messageSect .sectMain .txt {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .messageSect .sectMain .txt {
    margin-top: 15px;
  }
}
</pre></body></html>