@charset "UTF-8";
html.st {
  position: relative;
  min-height: 100%; }

html.st footer {
  width: 100%;
  /*position: absolute;*/
  bottom: 0; }

#container.st {
  height: 100%;
  background: url(../image/st_bg.png) no-repeat 0 272px;
  background-size: 100%; }

.staff_box, .staff_details {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
  /*padding-bottom: 100px;*/ }

img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

.fright p {
  margin-top: 8px; }

.st_title {
  padding: 100px 0 120px;
  background: url(../image/st_line.png) no-repeat center bottom;
  background-size: 100%; }

.st_title h2 {
  width: 30%;
  margin: 0 auto;
  text-align: center; }

ul.staff_btn {
  width: 60%;
  margin: 20px auto; }
  ul.staff_btn li {
    margin: 0 5%;
    display: inline-block;
    width: 40%; }
    ul.staff_btn li a {
      text-decoration: none;
      text-align: center;
      color: white;
      background: #b283bb;
      display: block;
      padding: 15px 0; }
      ul.staff_btn li a:hover {
        opacity: .5; }

.staff_box {
  clear: both;
  margin: 80px 0 0px; }

.staff_box li {
  font-size: 1rem;
  color: white;
  line-height: 33px;
  width: 24%;
  height: 300px;
  float: left;
  margin-right: 1%;
  margin-bottom: 50px; }
  .staff_box li .title1 {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: center;
    background: #b283bb;
    height: 33px; }
    .staff_box li .title1:after {
      content: "";
      width: 15px;
      height: 7px;
      background: url("../image/r1.png") no-repeat;
      bottom: -7px;
      left: 0;
      z-index: 2;
      position: absolute; }
  .staff_box li .title2 {
    box-sizing: border-box;
    height: 33px;
    display: inline-block;
    text-align: center;
    width: 50%;
    padding-right: 11px;
    background: #d1b5d6 url("../image/r2.png") no-repeat right top; }

.staff_box li.both {
  clear: both; }

.staff_box li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #595757; }

.staff_box li a img {
  margin-bottom: 10px; }

.staff_box:after, .staff_details:after {
  content: "";
  display: block;
  clear: both; }

/*staff 詳細*/
.staff_details {
  /*margin: 100px 0;*/ }

.staff_details div {
  width: 50%;
  float: left; }

.staff_details div img {
  width: 50%;
  margin: 0 auto;
  display: block; }

.staff_details ul {
  width: 50%;
  float: right; }

.staff_details ul li {
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 2px solid #BEAEC0;
  color: #5E4C3F; }

.staff_details ul li span {
  font-size: 12px;
  display: inline-block;
  width: 120px; }

.staff_details ul li.voice {
  border-bottom: 0;
  font-size: 14px; }

.staff_details ul li.voice span {
  width: 100%;
  margin-bottom: 15px; }

.staff_golist {
  text-align: center;
  padding: 50px 0; }
  .staff_golist a {
    margin: 0 auto;
    display: inline-block; }
    .staff_golist a img {
      max-width: 100%; }

@media (max-width: 767px) {
  header {
    margin: 0 0 10px; }

  #main {
    width: 95%;
    margin: 0 auto; }

  html.st footer {
    position: static; }

  #container.st {
    width: 100%;
    padding: 0;
    background: none; }

  .st_title {
    padding: 30px 0 50px; }

  .st_title h2 {
    width: 45%; }

  .staff_box {
    margin: 30px 0 50px; }

  .staff_box li {
    width: 49%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 30px; }

  .staff_box li:nth-of-type(2n) {
    margin-right: 0; }

  .staff_details {
    margin: 50px 0 0;
    padding-bottom: 30px; }

  .staff_details div {
    width: 35%; }

  .staff_details div img {
    width: 100%; }

  .staff_details ul {
    width: 60%; }

  .staff_details ul li {
    padding: 12px 5px;
    font-size: 12px; }

  .staff_details ul li span {
    display: block;
    width: 100%;
    font-size: 10px; }

  .staff_details ul li.voice {
    font-size: 12px; } }
