@charset "UTF-8";
.col2set:after, .col2set2:after, .col2set3:after {
  content: "";
  display: block;
  clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
staff
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.list li {
  margin-bottom: 60px;
}
.list li:last-child {
  margin-bottom: 0;
}

.list2 {
  position: relative;
  display: table;
  width: 100%;
}
.list2:before {
  position: absolute;
  content: '';
  height: 24px;
  background-image: url("../../assets/img/staff/bg_line_01.png");
  left: 0;
  right: 0;
  top: -5px;
}
.list2:last-child:after {
  position: absolute;
  content: '';
  height: 24px;
  background-image: url("../../assets/img/staff/bg_line_01.png");
  left: 0;
  right: 0;
  bottom: -18px;
}
.list2 > dt,
.list2 > dd {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list2 > dt {
  padding: 20px 20px 10px 20px;
  width: 32%;
  color: #868686;
}
.list2 > dd {
  padding: 20px 20px 10px 0;
  width: 68%;
}

.col2set {
  margin-right: -20px;
}
.col2set .col2set_col1,
.col2set .col2set_col2 {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col2set .col2set_col1 {
  float: right;
  width: 66.66%;
}
.col2set .col2set_col2 {
  float: left;
  width: 33.33%;
}

.col2set2 .col2set2_col1 {
  float: left;
  width: 25%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col2set2 .col2set2_col2 {
  float: left;
  width: 75%;
}

.col2set3 .col2set3_col1 {
  float: right;
  width: 25%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col2set3 .col2set3_col2 {
  float: left;
  width: 75%;
}

.sec1 .sec1_txt {
  margin-bottom: 15px;
}

.sec2 .sec2_ttl {
  margin-bottom: 15px;
}



.p-staff-lead {
    font-family: 'honoka-marugo';
    font-size: 1.5rem;
    margin-bottom: 32px;
    text-align: center;
}

.p-staff-txt {
    margin-bottom: 1em;
    line-height: 1.75;
    text-align: center;
}

.p-staff-btn-wrap {
    margin-top: 40px;
    text-align: center;
}

.p-staff-sec > :last-child {
    margin-bottom: 0;
}

.p-staff-crew {
    display: flex;
    align-items: flex-start;
}
.p-staff-crew__img {
    width: 220px;
    margin-right: 24px;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
}
.p-staff-crew__img img {
    width: 100%;
    height: auto;
}
.p-staff-crew__detail {
    flex: 1;
}
.p-staff-crew__ttl {
    font-family: 'honoka-marugo';
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 8px;
}
.p-staff-crew__data {
    padding: 24px 0 4px 0;
    display: flex;
    background: url("../../assets/img/staff/bg_line_01.png") left top repeat-x;
}
.p-staff-crew__data:last-child {
    padding-bottom: 28px;
    background:
        url("../../assets/img/staff/bg_line_01.png") left top repeat-x,
        url("../../assets/img/staff/bg_line_01.png") left bottom repeat-x
    ;
}
.p-staff-crew__data > dt {
    width: 32%;
    color: #868686;
    margin-right: 24px;
}
.p-staff-crew__data > dd {
    flex: 1;
    line-height: 1.75;
}
.p-staff-crew--type2 {
    flex-direction: row-reverse;
}
.p-staff-crew--type2 .p-staff-crew__img {
    margin-left: 24px;
    margin-right: 0;
}