@charset "utf-8";

/*////////////////////////////////////////
	役員紹介
////////////////////////////////////////*/

#member{
	margin-top:17px;
}
#member #title{
background-position: center left -116vw;
}

#member{
	_display: flex;
	_flex-direction: row;
	width:100vw;
	margin: 40px auto 0;
}
#member .h2tit{
	padding-bottom: 0;
	_padding-top: 40px;
	_margin-left: -645px;
	line-height: 1.2!important;
}
#member .h2tit .jp {
	margin-top: 19px;
	display: block;
}
#member .purpose_wrap{
	margin-left: 5vw;
}
#member #purpose{
	padding: 20px 0;
}
/*////////////////////////////////////////
	Vision
////////////////////////////////////////*/

#vision{
	color: #fff;
	background: linear-gradient(to left ,#53A3E2 30% ,#0077C5 60% ,#073695);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 55px;
	height: 350px;
	margin-bottom: 200px;
}
#vision .vision_wrap{
	width: 100vw;
	padding: 25px 0;
	_display: flex;
}
#vision .h2tit{
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#vision .vision_txt{
	margin: 20px 0 50px 5vw;
	padding-bottom: 240px;
	background-image: url("../img/member/vision.jpg");
	background-position: bottom right 5vw;
	background-size: 70vw;
	background-repeat: no-repeat;
	font-size: 130%;
}
/*////////////////////////////////////////
	Identity
////////////////////////////////////////*/
#identity{
	background: linear-gradient(to top ,#D4DADF  ,#fff);
	padding-bottom: 50px;
	
}
#identity .identity_wrap ul{
	width:92vw;
	margin: 0 auto;
	
}
#identity .h2tit{
	margin: 0 auto;
	display: inline-block;
	width: 400px;
	margin-left: 5vw;
	
}

#identity ul{
	width: 100vw;
	margin: 0 auto;
}

#identity ul li{
	margin: 50px 0;
}

#identity ul li h3{
	font-weight: bold;
	font-size: 25px;
	color: #003180;
	line-height: 1.4;
}

#identity ul li h3 span{
	font-family: brandon-grotesque, sans-serif;
	font-size: 50px;
	font-weight: bold;
	background: linear-gradient(to right ,#0077C5  ,#073695 60%);
	background: -webkit-linear-gradient(to right ,#0077C5  ,#073695 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	margin-right: 25px;
}
#identity ul li p{
	font-size: 4vw;
	color: #003180;
	width: 95vw;
	margin: 0 auto;
}







/*////////////////////////////////////////
	紹介一覧
////////////////////////////////////////*/



/* 役員紹介　外側見た目 */
#syoukai{
	padding: 40px 0;
}
#syoukai .syoukai_wrap .staff_box img{
	_width: 200px;
}
#syoukai .syoukai_wrap{
	display: flex;
	flex-wrap: wrap;
}
#syoukai .syoukai_wrap h3{
	margin-top: 5px;
}
#syoukai .syoukai_wrap .rome{
	font-size: 80%;
}
#syoukai .syoukai_wrap .katagaki{
	font-size: 70%;
}

#syoukai .syoukai_wrap .staff_box{
	margin: 5vw;
	width: 40vw;
}

/* 役員紹介　内側見た目 */

#syoukai .syoukai_wrap .syoukaitext{
	font-size: 80%;
	margin-bottom: 20px;
	margin-top: 10px;
}
#syoukai .syoukai_wrap dl{
	font-size: 80%;
	margin-bottom: 10px;
}
#syoukai .syoukai_wrap dt{
	font-size: 70%;
	color: #6D6D6D;
	margin: 25px 0 5px;
}
#syoukai .syoukai_wrap .modal-content img{
	width: 35vw;
	_height: 388px;
	margin: 10px 5vw 10px 42vw;
}

.modal-content .flex{
	display: flex;
	margin-bottom: 5vw;
	flex-direction: column-reverse
	
}
.modal-content .flex div{
	margin-top: -55px;
	
}

.my-parts {
	color: #333438;
	display: inline-block;
	/* アニメーション */
    _transition: all 1s linear 0s;
}
#syoukai .syoukai_wrap a:hover{
	transition: 0.4s;
}
#syoukai .syoukai_wrap{
	border-top: 1px solid #CECECE;
	margin: 0 auto;
}
.btmnon{
	border-top: none!important;
}

/* アニメーション */
.my-parts span::after {
	transform: rotate(90deg);
}

/* ポップアップ表示時に背景固定 */
body.fixed {
	position: fixed;
}
.content {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.overlay {
	width: 100%;
	height: 100vh;
}

.mypace .one_column .modal-content p{
	margin:0px 0 40px;
}
.mypace .one_column .modal-content h3{
	margin-bottom: 25px;
}


/* 閉じるボタンデザイン */
.js-modal-close {
  border: solid 1px #ccc;
  background: #ccc;
  color: #fff;
  font-weight: bold;
  padding: 15px 30px;
  width: 50%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin: 0 auto;
	cursor: pointer;

}

#page_staff .banner-entry {
	z-index: -100!important;
}
 
.modal{
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  padding: 10%;
  z-index: 100000;
}

/* ポップアップ背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* ポップアップ本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height:90vh;/* これが無いと「overflow:scroll」が利かない */
  width: 80vw;/* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 20px;
}

/* ポップアップウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/* 採用リンク */
.rec_link{
	padding-bottom: 45px;
	padding-top: 20px
}


.rec_link p{
	text-align: center;
	margin:25px auto 15px;
}

