@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/

article h1{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  width: 360px;
}
article h1 a{
  width: 100%;
}
article h1 a img{
  width: 100%;
}

header{
  width: 100%;
  background-image: url(../../img/opneBack.png);
  background-size: cover;
  background-position: center;
  height: 90px;
}

/*==============================
共通
==============================*/

article{
  background-image: url("../img/pageBack.jpg");
  background-size: cover;
  background-position: top center;
  border: 20px solid #2a2608;
  border-top: none;
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
}

.headTitle{
  display: block;
  width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.titleImg{
  margin-bottom: 30px;
  max-width: 80%;
}

@media screen and (max-width: 800px) { 
  header{
    height: 56px;
    display: none;
  }
  
  article h1{
    display: none;
  }
  
  article{
    border: 10px solid #2a2608;
    border-top: none;
  }
  
  .headTitle{
    margin-top: 56px;
    margin-bottom: 50px;
    max-width: 90%;
  }
  
  .titleImg{
    margin-bottom: 10px;
  }
}

.imageBtn{
  display: inline-block;
  max-width: calc(100% - 30px);
}

.imageBtn img{
  width: 100%;
}

/*==============================
メイン
==============================*/

#staffWrap{
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

#staffWrap > img{
  position: absolute;
  top: -150px;
  right: 0;
}

#staffWrap > ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#staffWrap > ul li{
  width: 47%;
  margin-bottom: 60px;
}

#staffWrap > ul li > img{
  width: 90%;
  margin: 0 auto;
}

#staffWrap > ul li > div{
  width: 100%;
  padding: 30px;
  background-color: #1b3c64;
}

#staffWrap > ul li > div > img{
  width: 100%;
}

#staffWrap > ul li > div table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#staffWrap > ul li > div table tr{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#staffWrap > ul li > div table th,
#staffWrap > ul li > div table td{
  text-align: left;
  vertical-align: top;
  color: #fff;
  padding: 3px 0;
	letter-spacing: 1px;
}

#staffWrap > ul li > div table th{
  width: 45%;
}

#staffWrap > ul li > div table th::before{
  content: "●";
  color: #f7931e;
	margin-right: 5px;
}

#staffWrap > ul li > div table tr:last-of-type th,
#staffWrap > ul li > div table tr:last-of-type td{
  border-bottom: none;
	letter-spacing: 1px;
}

#staffWrap > ul li > div table td:first-of-type{
	width: 55%;
}

#staffWrap > ul li > div table td:last-of-type{
	content: "";
	padding: 0;
	height: 4px;
	width: 100%;
	background-image: url(../img/tableBar.png);
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 800px) {
  #staffWrap > ul{
    justify-content: center;
  }
  #staffWrap > ul li{
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px){ 
  #staffWrap > img{
    width: 25%;
    top: -80px;
  }
  #staffWrap > ul li{
    width: 100%;
    max-width: 360px;
    margin-bottom: 40px;
  }
  
  #staffWrap > ul li > div{
    padding: 30px 15px;
  }
  
  #staffWrap > ul li > div table th, #staffWrap > ul li > div table td{
    font-size: 14px;
		letter-spacing: 1px;
  }

	#staffWrap > ul li > div table th{
		padding-bottom: 0;
		width: 100%;
		
	}
	#staffWrap > ul li > div table td:first-of-type{
		padding-top: 0;
		width: 100%;
		text-align: justify;
	}
}

@media screen and (max-width: 414px){
}