@charset "UTF-8";
/* CSS Document */
.mainArea {
	background-image: url(../img/staff/h2_bg.jpg);
}
.h2Area .circle .inner .sm {
	color: #01017D;
}
.staffBox .inner {
	padding: 70px 2% 20px;
}
.staffBox .categoryinner {
	padding: 40px 2% 20px;
}
.staffBox .h3Area {
  text-align: center;
  background-color: #01017D;
}
.staffBox .categoryArea {
  text-align: center;
}
.staffBox .categoryArea .categorylist {
  margin-bottom: 30px;
}
.staffBox .categoryArea .categorylist p.categoryttl {
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #01017D;
}
.staffBox .categoryArea .categorylist ul li {
  display: inline-block;
  padding: 0 20px;
}
.staffBox .categoryArea .thanksImg {
	padding: 10px 0 20px;
}
.staffBox .categoryArea .thanksImg a {
	display: block;
	margin: 0 auto;
	max-width: 750px;
}
.staffBox .categoryArea .thanksImg a:hover {
	opacity: 0.7;
}
/*.staffBox .categoryArea .categorylist p.categoryttl {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #01017D;
  border-left: 10px solid #A7AE2C;
}*/
.staffBox .h3Area h3 {
  display: inline-block;
  padding: 25px 0 20px;
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.staffBox .item .inner .h4Area {
  padding-left: 2%;
}
.staffBox .inner {
	padding: 50px 2% 20px;
}
.staffBox .inner .btnArea {
	padding-bottom: 40px;
}
.staffBox .item .inner h4 {
	font-weight: bold;
  font-size: 24px;
  color: #00007D;
  padding-left: 60px;
  position: relative;
  padding-bottom: 30px;
}
.staffBox .item .inner h4:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/kindergarten/mark_s_bl.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
}
.staffBox .inner ul.staff_list {
	display: flex;
  /*justify-content: space-around;*/
  flex-wrap: wrap;
}
.staffBox .inner ul.staff_list li {
	width: 25%;
  padding: 0 2%;
  margin-bottom: 60px;
}
.staffBox .inner ul.staff_list li img {
  margin-bottom: 20px;
}
.staffBox .inner ul li .staffTxtBox .nameBox {
  /*margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #333;
  min-height: 140px;*/
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Times New Roman", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.staffBox .inner ul li .staffTxtBox p.namettl {
  font-size: 24px;
  font-weight: bold;
}
.staffBox .inner ul li .staffTxtBox p.namettl span {
  font-size: 18px;
}
.staffBox .inner ul li .staffTxtBox p.namesmall {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.staffBox .inner ul li .staffTxtBox p.tag {
	height: 65px;
  margin-bottom: 10px;
	border-bottom: 2px dashed #749ace;
}
.staffBox .inner ul li .staffTxtBox p.tag span {
  display: inline-block;
	text-align: center;
	margin: 0 0.2em 0.3em 0;
	padding: 2px 5px;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}
.staffBox .inner ul li .staffTxtBox p.introduction {
	height: 90px;
	padding-bottom: 15px;
	font-size: 14px;
}
.staffBox .inner ul li .staffTxtBox .voiceBtn {
}
.staffBox .inner ul li .staffTxtBox .voiceBtn a {
	display: block;
	margin-bottom: 15px;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #01017D;
	text-align: center;
	background-color: #FFF;
	border-radius: 20px;
	border: solid 1px #01017D;
}
.staffBox .inner ul li .staffTxtBox .voiceBtn a:hover {
	color: #FFF;
	background-color: #01017D;
}

@media screen and (max-width: 1160px) {
	.staffBox .inner ul li .staffTxtBox p.tag {
		height: 90px;
	}
}
@media screen and (max-width: 1018px) {
  .staffBox .inner ul li .staffTxtBox .nameBox {
  	min-height: 170px;
  }
}
@media screen and (max-width: 920px) {
  .staffBox .inner ul li .staffTxtBox p.namettl span {
    font-size: 14px;
  }
	.staffBox .inner ul li .staffTxtBox p.tag {
    height: 120px;
	}
}
@media screen and (max-width: 840px) {
  .staffBox .inner ul li .staffTxtBox p.namettl span {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
	.mainArea {
		background-image: url(../img/staff/h2_bg_sp.jpg);
	}
	.staffBox .staff_pt {
    padding-top: 75px;
  }
	.staffBox .inner {
		/*padding: 50px 5vw 20px;*/
		padding: 50px 5vw 0;
	}
  .staffBox .categoryArea .categorylist {
    margin-bottom: 15px;
  }
  .staffBox .categoryArea .categorylist p.categoryttl {
    padding-bottom: 10px;
    font-size: 4vw;
  }
  .staffBox .categoryArea .categorylist p.categoryttl ul li {
    font-size: 3vw;
  }
  .staffBox .categoryArea .categorylist ul li {
    display: block;
  }
	.staffBox .categoryArea .thanksImg {
    padding: 20px 0 0;
	}
  .staffBox .h3Area h3 {
    display: inline-block;
    padding: 15px 0;
    font-size: 4vw;
  }
  .staffBox .item .inner h4 {
    padding-left: 40px;
    font-size: 4vw;
  }
  .staffBox .item .inner h4:before {
    width: 35px;
    height: 35px;
  }
  .staffBox .inner ul.staff_list li {
    width: 50%;
    padding: 0 1%;
  }
  .staffBox .inner ul li .staffTxtBox .nameBox {
    min-height: 130px;
  }
  .staffBox .inner ul li .staffTxtBox p.namettl {
    font-size: 4vw;
  }
  .staffBox .inner ul li .staffTxtBox p.namettl span {
    font-size: 4vw;
  }
  .staffBox .inner ul li .staffTxtBox p.namesmall {
    font-size: 2.5vw;
  }
	.staffBox .inner ul li .staffTxtBox p.tag {
    height: 20vw;
	}
  .staffBox .inner ul li .staffTxtBox p.tag span {
    font-size: 2.3vw;
    margin: 0 0.5em 0 0;
  }
  .staffBox .inner ul li .staffTxtBox p.introduction {
		height: 22vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 400px) {
	.staffBox .inner ul li .staffTxtBox p.tag {
			height: 27vw;
	}
}
