
/* ↓メインビジュアル共通 ここから↓ */

.h-about{
	background-image:url(../images/about/about_bg.jpg);
}

.contents_header{
	background-size:cover;
	background-repeat:no-repeat;
}

.contents_header .page_ttl{
	font-size:35px;
	line-height:1;
	text-shadow:0px 0px 5px #fff;
}

.contents_header .page_ttl_en{
	color:#262261;
	letter-spacing:0.07em;
	text-shadow:0px 0px 5px #fff;
}

/* ↑メインビジュアル共通 ここまで↑ */




/* ↓パンくずリスト共通 ここから↓ */


.pankuzu {
	font-size: 1.1rem;
	line-height: 1.2;
	background-size: 82px;
}

.pankuzu .pankuzu_set {
	display: flex;
	text-align: right;
}

.pankuzu .pankuzu_item {
	white-space: nowrap;
}

.pankuzu .pankuzu_item:before {
	margin: 0 1em 0 1.2em;
	color: #262261;
	content: ">";
}

.pankuzu .pankuzu_item a {
	text-decoration: none;
	color: #999999;
	display: inline-block;
}

.pankuzu .home::before {
	display: none;
}

.pankuzu .home a {
	margin-left: 2px;
}

.pankuzu .home a:hover {
	text-decoration: underline;
}

.pankuzu + * {
	margin-top: 30px;
}

/* ↑パンくずリスト共通 ここまで↑ */


/* ↓コンテンツ内タイトル部分(横に2つある場合) ここから↓ */

.tabs {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.tabs .tab_set {
	font-size: 0;
	line-height: 0;
	position: relative;
	z-index: 10;
}

.tabs .tab_item {
	display: inline-block;
	overflow: hidden;
}

.tabs .tab_item:first-of-type {
	background: #fff;
}

.tabs .tab_item > a,
.tabs .tab_item > span {
	line-height: 1.8;
	text-align: center;
	text-decoration: none;
	color: #ddd;
	width: 100%;
	display: block;
}

.tabs .tab_item > a {
	border-bottom: solid 3px #ddd;
}

.tabs .tab_item > a:hover {
	color: #262261;
	opacity: 1;
	border-bottom: solid 3px #262261;
}

.tabs .tab_item > span {
	color: #262261;
}

.tabs .tab_item.current {
	background: #fff !important;
	border-bottom: solid 3px #262261;
}

.tabs .tab_item.current > a {
	color: #262261;
	background: #fff !important;
}

/* ↑コンテンツ内タイトル部分 ここから↑ */


/*↓コンテンツ本文　ここから↓*/

.staff_area .contents_inner h1 {
	color: #262261;
	font-weight:bold;
}

.staff_area .contents_inner p {
	margin: 0 auto;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}

.visual_lead h1 .color_point {
	color: #262261;
}

.staff_area .contents_inner p{
	text-align:center;
}

/*↑コンテンツ本文　ここから↑*/

/*↓スタッフ紹介ボックス　ここから↓*/

.staff_block ul .list_item {
    box-shadow: 0px 0px 3px 1px #dbdbdb;
    -moz-box-shadow: 0px 0px 3px 1px #dbdbdb;
    -webkit-box-shadow: 0px 0px 3px 1px #dbdbdb;
    border-radius: 5px;
    background: #fff;
}

a:link, a:visited {
    color: #444;
    text-decoration: none;
}
.list_item a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: #e5e8ed;

}

.tmb {
    position: relative;
}

.tmb .photo_block {
    font-size: 0;
    line-height: 0;
}

.tmb .photo_block img {
    border-radius: 2px;
}
img {
    width: 100%;
}

.staff_name{
	text-align:center;
}

.staff_name_panel{
	color:#262261;
}

.staff_name_panel span, .en span{
    display: inline-block;
    margin-left: 7px;
}

.staff_block ul .list_item .en {
    font-size: 1.3rem;
    display: inline-block;
}

/*↑スタッフ紹介ボックス　ここまで↑*/

/*↓スタッフ紹介ボックス開いた時　ここから↓*/

.staff_remodal {
    background: url(../images/common/f_bg_town.png),url(../images/common/bg02.png);
    background-size: contain,585px;
    background-repeat: no-repeat,repeat;
    background-position: bottom,top;
}

.remodal-is-initialized {
    display: inline-block;
}
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.remodal, [data-remodal-id] {
    display: none;
}
.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
    max-width: 750px;
    border-radius: 5px;
}

.btn_close1 {
    width: 26px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

a:link, a:visited {
    color: #444;
    text-decoration: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0,0,0,0);
}

img {
    width: 100%;
}

.staff_top .staff_detail_name .position {
    font-weight: bold;
    display: block;
}

.staff_top .staff_detail_name h3 {
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}

.staff_top .staff_detail_name .roma {
    font-size: 1.3rem;
}

.staff_top .staff_photo img {
    box-shadow: 0px 0px 3px 1px #dbdbdb;
    -moz-box-shadow: 0px 0px 3px 1px #dbdbdb;
    -webkit-box-shadow: 0px 0px 3px 1px #dbdbdb;
    border-radius: 5px;
    background: #fff;
    border-radius: 0;
    padding: 5px;
}

.profile {
    font-size: 1.6rem;
}

.profile dl {
    padding: 20px 0;
}

.profile dl dt {
    font-weight: bold;
    border-bottom: solid 2px #262261;
    text-align: left;
}

.profile dl dd {
    text-align: left;
}

.profile dd.staff_text{
	padding-left:1rem;
}


/*↑スタッフ紹介ボックス開いた時　ここまで↑*/


 /*↓画面サイズが599px以下からはここを読み込む(スマホ）↓*/
@media screen and (max-width: 599px) {

	/*メインビジュアル*/
	.contents_header .contents_header_inner {
		padding-top: 40px;
		min-height: 120px;
	}
	.contents_header .page_ttl {
		font-size: 2.2rem;
	}
	.contents_header .page_ttl_en {
		font-size: 1.4rem;
	}

	/*パンくずリスト*/
	.pankuzu .pankuzu_set {
		overflow-x: scroll;
		padding: 0 15px;
	}
	.pankuzu .pankuzu_item a {
		padding: 1.5em 0;
	}

	/*コンテンツ内タイトル部分*/
	.tabs {
		margin-top: 20px;
		padding: 0 15px;
	}
	.tabs .tab_item {
		margin: 0 2px;
		width: 48%;
		min-width: 130px;
	}
	.tabs .tab_item > a,
	.tabs .tab_item > span {
		padding: 15px 0;
		font-size: 1.7rem;
	}	


	/*コンテンツ内　本文*/

	.staff_area {
		padding-bottom: 40px;
	}

	.staff_block ul .list_item a:hover {
    	text-decoration: none;
	}

	.staff_block ul .list_item a {
		padding: 5px;
		display: block;
	}

	.contents_inner {
		padding-right: 15px;
		padding-left: 15px;
		text-align: left;
		width:100%;
	}

	.staff_block ul .list_item {
		display: inline-block;
		float: left;
		width: 48%;
		margin-left: 10px;
		margin-top: 10px;
	}

	.staff_area {
		margin-top: 35px;
		overflow:hidden;
		text-align:center;
	}
	.staff_area .contents_inner h1 {
		font-size: 2.2rem;
		line-height: 1.5;
		margin-bottom: 15px;
		text-align:center;
	}


	/*スタッフ紹介ボックス*/

	.staff_block ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
    	align-content: flex-start;
	}

	.staff_block ul .list_item:nth-child(2n+1) {
		margin-left: 0;
	}


	.staff_block ul .list_item a {
		padding: 15px;
		display: block;
	}

	.staff_name{
		line-height:2rem;
	}

	.staff_name_panel{
		font-size:2rem;
		margin-top:15px;
		font-weight:bold;
	}

	.staff_top .staff_detail_name h3 {
		font-size: 3rem;
		color:#262261;
	}

	span.space:after {
    	content:"\00A0";
	}


}

 /*↓画面サイズが600px以上からはここを読み込む（PC)↓*/


@media screen and (min-width: 600px), print {

/*メインコンテンツ*/

	.contents {
		min-height: 600px;
	}
	.contents_inner {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		width: 960px;
	}

	/*メインビジュアル*/
	.contents_header .contents_header_inner {
		margin-left: auto;
		margin-right: auto;
		width: 960px;
		padding-top: 105px;
		min-height: 250px;
	}
	.contents_header .page_ttl {
		font-size: 3.5rem;
		letter-spacing: 0.05em;
	}
	.contents_header .page_ttl_en {
		font-size: 1.6rem;
		margin-top: 5px;
	}

	/*パンくずリスト*/
	.pankuzu .pankuzu_set {
		justify-content: flex-end;
		padding: 2em 0;
		margin-left: auto;
		margin-right: auto;
		width: 960px;
	}

	/*コンテンツ内タイトル部分*/

	.tabs {
    	margin-top: 40px;
	}

	.tabs .tab_item {
		margin: 0 0 0 4px;
		width: 478px;
	}

	.tabs .tab_item > a, .tabs .tab_item > span {
    	padding: 5px 0 20px;
    	font-size: 2.4rem;
	}

	/*コンテンツ内*/
	.staff_area {
		margin-top: 70px;
		overflow: hidden;
	}
	.staff_area .contents_inner {
		text-align: center;
	}
	.staff_area .contents_inner h1 {
		font-size: 3rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.staff_area .contents_inner p {
		width: 800px;
	}

	.contents_inner {
		text-align: left;
		margin-left: auto;
	    margin-right: auto;
		width: 960px;
	}

	/*スタッフ紹介ボックス*/
	.staff_block {
  	  margin-top: 30px;
	}

	.staff_block ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
    	align-content: flex-start;
	}

	.staff_block ul .list_item:nth-child(4n+1) {
    	margin-left: 0;
	}

	.staff_block ul .list_item {
	    width: 212px;
	    margin-top: 32px;
	    margin-left: 32px;
	}

	.staff_block ul .list_item a {
		padding: 15px;
		display: block;
	}

	.staff_name_panel {
		margin-top: 20px;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
	}

	/*スタッフ紹介ボックス開いた時*/
	.staff_top {
		position: relative;
	}

	.staff_top .staff_detail_name {
    	padding: 40px 50px;
	}
	.staff_top .staff_detail_name {
    	background: #262261;
    	background: linear-gradient(to bottom, #262261 0%, #262261 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#262261", endColorstr="#262261",GradientType=0 );
    	border-top-left-radius: 5px;
    	border-top-right-radius: 5px;
    	text-align: center;
    	color: #fff;
	}

	.staff_top .staff_detail_name h3 {
    	font-size: 4rem;
	}

	.staff_top .staff_detail_name .roma {
    	display: inline-block;
    	line-height: 1.4;
    	margin-left: 10px;
	}

	.staff_top .staff_photo {
    	line-height: 0;
    	font-size: 0;
    	position: absolute;
    	top: 60px;
    	right: 50px;
	}

	.staff_top .staff_photo img {
    	width: 260px;
	}

	.staff_photo img{
		margin:50px 10px 10px 10px ;
	}

	.profile {
    	padding: 20px 0 20px 20px;
    	min-height: 330px;
	}

	.profile dl {
   		width: 360px;
	}

	.profile dd{
		padding-bottom:20px;
	}

	.btn_close1 img{
		width:140%;
		height:140%;
	}

	.staff_main{
		display:flex;
	}

}
