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


@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);

html,body{
	width:100%;
	min-width: 1100px;
	height:100%;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12pt;
	line-height:20pt;
	text-align:center;
	color:#111;
	background-color: #FFF;
}
h3,h4 span,dt.name,.btn a{
text-indent:100%;
white-space:nowrap;
background-repeat: no-repeat;
background-position: left top;
overflow: hidden;
display: block;
}

a,a:visited{
color:#FFF;
text-decoration: none;
cursor: pointer;
}
a:hover,a:active{ color:#ffcc00; }
.btn a{ background-position: left top; }
.btn a:hover{ background-position: left bottom; }

img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.btn-close{
	width: 60px;
	position: fixed;
	right: 20px;
	top:20px;
	z-index: 999;
}
.btn-close a{
	background-image: url(../../images/btn_close.png);
	height: 60px;
}

header{
color: #FFF;
width: 1000px;
padding: 20px 0 0 0;
margin: 0 auto;
position: relative;
}
header .inner{
background-repeat: no-repeat;
background-size: cover;
}
header .inner h3{
position: absolute;
top:50%;
left: -20px;
}

/* each int */
#ceo header{
	width: 100%;
	height: 75vh;
	padding: 0px;
	background-image: url(../images/visual_ceo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	overflow: hidden;
}
#ceo header .text{
	margin: 0 0 0 -500px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 250px;
}
#ceo header .text h3{
	color: #364049;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 2.4em;
	font-weight: 200;
	text-indent: 0;
	line-height: 100%;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	position: static;
}
#ceo header .text h5{
	font-family: din-condensed, sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	text-align: left;
	margin-bottom: 10px;
}
#ceo header .text dl{
	font-family: a-otf-futo-min-a101-pr6n, serif;
	text-align: left;
}
#ceo header .text dt{
	font-size: 2.4em;
	line-height: 100%;
	letter-spacing: 0.2em;
}
#ceo header .text dd{
	font-size: 1.2em;
	line-height: 2em;
	margin-bottom: 5px;
}
#ceo header p.deco{
	color: rgba(51,153,204,0.25);
	font-family: din-condensed, sans-serif;
	font-size: 11em;
	font-weight: 300;
	line-height: 100%;
	white-space: nowrap;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -0.2em;
}
/* charge */
#charge header .inner{
background-image: url(../images/visual_charge.jpg);
background-position: left top;
height: 600px;
}
#charge header .inner h3{
background-image: url(../images/title_charge.png);
width: 417px;
height: 76px;
margin: -38px 0 0 0;
}

#prof{
	color: #FFF;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	background-color: #00479d;
	background-image: url(../../images/bg_graph2.png);
}
#prof .inner{
padding: 20px 100px;;
position: relative;
}
#prof .inner .photo{
width: 200px;
float: left;
}
#prof .inner .photo img{ border-radius: 3px; }

#prof .inner .text{
width: 100%;
position: relative;
}
#prof .inner .text dl{
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: solid 1px #336699;
display: block;
}
#prof .inner .text dl dt{
background-image: url(../images/name_ceo.png);
height: 23px;
margin-bottom: 10px;
}
#prof .inner .text p{
text-align: right;
position: absolute;
right: 0px;
top:0px;
}



section{
	text-align: left;
	width: 1000px;
	padding: 40px 0 80px 0;
	margin: 0 auto;
}
#ceo section{
	width: 100%;
}
section .text{
width: 1000px;
padding: 0 100px;
margin: 0 auto 40px auto;
box-sizing: border-box;
}
section .text:last-child{ margin: 0 auto; }
section .text h4{
color: #00479d;
font-family: noto-sans-cjk-jp, sans-serif;
font-size: 1.8em;
font-weight: 700;
line-height: 2.4em;
}
#charge section .text h4{ color: #b74d69; }
section .text p:not(:last-child){ margin-bottom: 10px; }


section .photo{
	width: 800px;
	margin: 0 auto 40px auto;
}
section .photoset{
padding: 0px;
margin: 0 auto 40px auto;
display: flex;
justify-content: flex-start;
align-items: stretch;
}
section .photoset li{ width: 50%; }

article{
background-color: #00479d;
padding: 80px 0;
}
article.prof{
padding: 40px 0 0 0;
}
article .links{
width: 1080px;
margin: 0 auto;
}
article .links div.int{
width: 200px;
margin: 0 0 0 20px;
float: left;
}
article .links div.int:first-child{ margin-left: 0px; }
article .links div.int a{
color: #FFF;
text-decoration: none;
display: block;
}
article .links div.int a:hover{ color: #0085e6; }
article .links div.int a dl{
text-align: left;
display: block;
}
article .links div.int a dl dt{ margin-bottom: 10px; }
article .links div.int a:hover dl dt img{ opacity: 1; }
article .links div.int a:hover dl dt img{
opacity: 0.8;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
article .links div.int a dl dd{ padding: 0px; }
article.prof .inner{
	width: 880px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
article.prof .inner div{ width: 250px; }
article.prof .inner dl{
	text-align: left;
	width: 580px;
	padding: 20px 0;
}
article.prof .inner dl dt{
	color: #CCFFFF;
	font-family: din-condensed, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 20px;
}
article.prof .inner dl dd{ color: #FFF; }
article.prof .inner dl dd.name{
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 2em;
	font-weight: 200;
	line-height: 100%;
	margin-bottom: 20px;
}
article.prof .inner dl dd p:not(:last-child){ margin-bottom: 10px; }

.namesighn{ 
	padding: 20px 0;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
}
.namesighn span{
	display: block;
	float: right;
}
.namesighn span:first-child{ float: left; }



/* margin */
.nm{ margin:0px !important; }
.mb10{ margin:0 0 10px 0 !important; }
.mb20{ margin:0 0 20px 0 !important; }
.mb40{ margin:0 0 40px 0 !important; }
.mb80{ margin:0 0 80px 0 !important; }

/* clearfix */
.package:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.package { zoom: 100%; }
.package { display: inline-table; }
/* Hides from IE-mac ￥*/
* html .package { height: 1%; }
.package { display: block; }
/* End hide from IE-mac */

/* hide */
.hide{ display:none; }