@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
	background: url(../image/staff/main_img.jpg) no-repeat center top;
	background-size: cover;
}

.mainVisual h2 {
	width: 1000px;
}


.conts_header p {
	text-align: right;
	
}

/*------------------------------------------------------------
	スタッフ紹介 その１
------------------------------------------------------------*/

.StaffBox1 {
	clear: both;
	width: 705px;
	margin-top: 20px;
	
}

.StaffBox1 li {
	float: left;
	width: 225px;
	margin: 5px;
	list-style-type: none;
}

.StaffBox1 li :hover {
	background-color: #EAF3FF;
	cursor: pointer;
}

.StaffBox1 li.nolink :hover {
	background-color: transparent;
	cursor: auto;
}

.StaffBox1 li .Box {
	padding: 10px;
}

.StaffBox1 .Photo {
	text-align: center;
}

.StaffBox1 .App {
	padding-left: 32px;
	margin-top: 5px;
	background: url(../image/staff/img.gif) no-repeat left 5px;
	font-weight: bold;
	font-size: 18px;
	color: #1366AC;
}

.StaffBox1 .Name1 {
	font-weight: bold;
	text-align: right;
	font-size: 22px;
}

.StaffBox1 .Name2 {
	text-align: right;
	font-size: 14px;
}

.StaffBox1 .Rmap {
	text-align: right;
	font-size: 10px;
}

/*------------------------------------------------------------
	ポップアップ部分用
------------------------------------------------------------*/

.Overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	transition: opacity 500ms;
	pointer-events: none;
	z-index: 10000;
	opacity: 0;
}

.Overlay.isShow {
	transition: opacity 500ms;
	pointer-events: auto;
	opacity: 1;
}

.Overlay .Mask {
	positon: absolute;
	background: rgba(123, 123, 123, 0.5);
	width: 100%;
	height: 100%;
}

.Overlay .Layer {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 800px;
	border-radius: 10px;	
	background: #fff;
	transform: translate(-50%, 0);	
	padding: 30px 30px 60px 30px;
}

@media screen and (max-width: 700px){
	.Overlay{
		padding-left: 24px;
		padding-right: 24px;
		width: 70%;
	}
}

.Overlay_Close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.Overlay_Close:hover {
  color: #06D85F;
}

.Overlay .Layer .photo {
	width: 250px;
	float: left;
	margin: 0px 15px 0px 15px;
}

.Overlay .Layer .content {
  overflow: auto;
  width: 500px;
  float: left;
  margin: 30px 10px 0px 10px;
}

.Overlay .Layer .content .box1 {
	width: 200px;
	float: left;
	clear: both;
}

.Overlay .Layer .content .box1 .name01 {
  font-size: 22px;
  font-weight: bold;
}

.Overlay .Layer .content .box1 .name02 {
  font-size: 14px;
}

.Overlay .Layer .content .box2 {
  float: left;
}

.Overlay .Layer .content .box2 .icon {
  width: 18px;
  height: 23px;
  margin: 2px 10px 0px 0px;
  float: left;
}

.Overlay .Layer .content .box2 .post {
  font-size: 22px;
  font-weight: bold;
  color: #1366AC;
  margin: 0px 10px 0px 0px;
  float: left;
}

.Overlay .Layer .content .box3 {
  margin: 5px 0px 0px 0px;
  float: left;
  clear: both;
}

.Overlay .Layer .content .box4 {
  margin: 15px 0px 0px 0px;
  float: left;
  clear: both;
}

.Overlay .Layer .content .title {
  float: left;
  clear: both;
  font-size: 20px;
  width: 150px;  
}

.Overlay .Layer .content .article {
  float: left;
  font-size: 20px;
}

.Overlay .Layer .message {
  margin: 15px 0px 0px 0px;
  float: right;
  clear: both;
  border-radius: 10px;	
  padding: 10px;
  width: 85%;
}

.Overlay .Layer .message .title {
  font-size: 16px;
  font-style: italic;
  margin-left: -30px;
}

.Overlay .Layer .message .article {
  font-size: 20px;
  text-indent: 0.5rem;
  margin: 10px 0 0 30px;
  font-family: 'Yu Gothic UI','ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN',sans-serif;	
}

.Overlay .Layer .blue {
  background-color: #EAF3FF;
}

.Overlay .Layer .green {
  background-color: #EFFFEF;
}

/*------------------------------------------------------------
	スタッフ紹介 その２
------------------------------------------------------------*/

.StaffBox2 {
	clear: both;
	width: 705px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

.StaffBox2 li {
	float: left;
	width: 320px;
	margin: 0px 10px 10px 15px;
	font-size: 22px;
	list-style-type: none;
}

.StaffBox2 li span {
	font-size: 18px;
}

.StaffBox2 li.wide {
	clear: both;
	width: 650px;
}
