@charset "UTF-8";

#main_tit {
  line-height: 1.6;
}

#mainInner02 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 5px;
  background: url('../img/new/img_staff_kuge_k.png') #20201a left bottom no-repeat;
  width: 700px;
  height: 300px;
}

.staff01 {
  color: #fff;
  padding: 10px 0 0 390px;
}

.staffName {
  font-size: 30px;
  margin: 5px 0 5px 0;
}

.staffSpecialty {
  margin-top: 10px;
}

#mainInner03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
}

.staff02 {
  margin-bottom: 10px;
}

.staffInfo {
  color: #fff;
  width: 460px;
  padding: 100px 0 0 10px;
}

#mainInner03 .staff02:nth-child(1) {
  background: url('../img/new/img_staff_kuge_t.png') no-repeat;
  height: 327px;
}

#mainInner03 .staff02:nth-child(2) {
  background: url('../img/new/img_staff_uehara.png') no-repeat;
  height: 327px;
}

#mainInner03 .staff02:nth-child(3) {
  background: url('../img/new/img_staff_oniike.png') no-repeat;
  height: 327px;
}

#mainInner03 .staff02:nth-child(4) {
  background: url('../img/new/img_staff_okamoto.png') no-repeat;
  height: 327px;
}

#mainInner03 .staff02:nth-child(5) {
  background: url('../img/new/img_staff_nagahama.png') no-repeat;
  height: 327px;
}

#mainInner03 .staff02:nth-child(6) {
  background: url('../img/new/img_staff_ito.png') no-repeat;
  height: 327px;
}

#mainInner03 .staff02:nth-child(7) {
  background: url('../img/new/img_staff_watanabe.png') no-repeat;
  height: 327px;
}

#mainInner03 .staff02:nth-child(8) {
  background: url('../img/new/img_staff_nakati.png') no-repeat;
  height: 327px;
}

#mainInner03 .staff02:nth-child(9) {
  background: url('../img/new/img_staff_sakoda.png') no-repeat;
  height: 327px;
}

/* #mainInner03 div:nth-child(odd){
	float: left;
}
#mainInner03 div:nth-child(even){
	float: right;
}*/

* {
  box-sizing: initial;
}