#mainArea{
    margin: 0 auto;
    font-size: 100%;
    line-height: 2.4;
    letter-spacing: 1px;
}
a{
    text-decoration: underline;
}
p{
    transform: rotate(.03deg);
}
.font_11{
    font-size: 1.1rem;
}
.font_12{
    font-size: 1.2rem;
}
.nor{
    font-weight: normal;
}
.blc{
    display: block;
}
.italic{
    font-style: italic;
}
.right{
  text-align: right;
}
.padding_5{
    padding: 40% 10% 0 10%;
}
.padding_15{
  padding: 15%
}
.padding_10{
  padding: 10%;
}
.mainbnr{
    text-align: center;
    position: relative;
}
.main{
    width: 100vw;
}
.title{
  position: absolute;
  left: auto;
  right: auto;
}
.contentArea_{
  margin: 10% 0;
}
.staffRec_{
  width: 1100px;
  margin: 200px auto 0;
  text-align: center;
}
.model_{
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.comment_{
  padding: 10% 0 0 5%;
      display: inline-block;
      width: 39.5%;
      text-align: left;
}
.comment__{
  margin: 5% 0 0 0;
}
.Number_{
    font-size: 2.0rem;
    font-family: helvetica, arial, 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.Name_{
  font-size: 2.4rem;
  font-family: helvetica, arial, 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin: 3% 0;
  line-height: 1.5;
}
.staffComment_{
  line-height: 2.4;
  text-align: left;
  margin: 5% 0;
}
.itemCaption_{
  margin: 5% 0;
  line-height: 2;
  font-size: 1.1rem;
  text-align: left;
}
.staffRec__{
  padding: 200px 0 0;
  width: 1200px;
  margin: 0 auto;
}
.staffRec__ ul li:nth-child(1){
      width: 30%;
      text-align: center;
      display: inline-block;
}
.staffRec__ ul li:nth-child(2){
      display: inline-block;
      vertical-align: middle;
      width: 37%;
}
.staffRec__ ul li:nth-child(3){
      width: 30%;
      vertical-align: top;
      text-align: center;
      margin: -80px 0 0 0;
      display: inline-block;
}
.btnArea_ a{
  color: #ffffff;
  text-align: center;
  padding: 2.5% 4%;
  margin: 0;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
  margin: 3% 0 10%;
  background: #000000;
  border: 1px solid #000000;
}
.btnArea_ a:hover{
    color: #000000 !important;
    border: 1px solid #000000;
    background: #ffffff;
}
.sub_{
width: 100%;
margin: 10% auto;
text-align: center;
}
.split{
  display: table;
  width: 100%;
  margin: 5% 0;
}
.split-item{
    display: table-cell;
    width: 50%;
}
.split-left{
    position: relative;
}
.split-item img{
    width:100vw;
}
