@charset "utf-8";


/* -------------------------------------------------- */
/* 共通設定 */
/* -------------------------------------------------- */

.sp {
	display: none!important;
}

.tablet {
	display: none!important;
}

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
/*.alignright { display: block; margin: 0 0 10px auto; }*//* 配置位置 左 */
/*.alignleft { display: block; margin: 0 auto 10px 0; }*//* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
.alignright { float: right; padding: 0px 0 10px 10px; } /* 後続のテキスト左回り込み */
.alignleft { float: left; padding: 0px 10px 10px 0; }/* 後続テキスト右回り込み */


/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #004ea2; }
a:active { text-decoration: none; color: #004ea2; }
a:focus{ outline: none; }

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

#container {
	position: relative;
	font-family: "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

/*ヘッダー*/
header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

#headerIn {
	width: 100%;
	height: 120px;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	background: #FFFFFF;
}

#hLogo {
	padding: 40px 0 0 30px;
}

#subNav {
	position: absolute;
	right: 240px;
	top: 14px;
	letter-spacing: -0.4em;
}

#subNav li {
	padding-left: 10px;
	font-size: 1.2rem;
	display: inline-block;
	margin-right: 30px;
	letter-spacing: normal;
	background: url(../../img/common/icon1.png) 0 center no-repeat;
}

#subNav a {
	color: #2d4f9e;
}

#subNav a:hover {
	opacity: 0.8;
}

#language {
	position: absolute;
	right: 0px;
	top: 0px;
	letter-spacing: -0.4em;
}


#youtubelink {
	position: absolute;
	right: 97px;
	top: 12px;
}
#youtubelink a:hover {
	opacity: 0.8;
}


#language li {
	display: inline-block;
	letter-spacing: normal;
}

#language a:hover {
	background: #004ea2!important;
}

#language #jp a {
	display: block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	background: #b3b3b3;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}

#language #jp .currentLang {
	display: block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	background: #004ea2;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}

#language #en a {
	display: block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	background: #b3b3b3;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}

#language #en .currentLang {
	display: block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	background: #004ea2;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}

#language a:hover {
	background: #004ea2;
}

#language img {
	vertical-align: middle;
}

nav {
	position: absolute;
	top: 70px;
	right: 40px;
}

nav ul {
	letter-spacing: -0.4em;
}

nav li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 40px;
	position: relative;
	cursor: pointer;
}

nav li:first-child {
	margin-left: 0px;
}

nav li .nav {
	display: block;
	padding-bottom: 25px;
	color: #333333;
}

nav li .nav:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	background: #e60012;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}

nav li:hover .nav:after {
	height: 5px;
	width: 100%;
	background: #e60012;
	transform: scaleX(1);
}

nav li.current .nav:after {
	height: 5px;
	width: 100%;
	background: #e60012;
	transform: scaleX(1);
}

nav li .on:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #e60012;
}

.pd {
	width: 100%;
	padding: 20px 70px;
	position: absolute;
	top: 120px;
	left: 0;
	background: rgba(255,255,255,0.95);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.pdTit {
	padding-bottom: 10px;
	color: #004ea2;
	font-size: 1.6rem;
	font-weight: bold;
}

.pdIn {
	width: 100%;
	padding: 20px 0;
	display: table;
}

.pdImg {
	display: table-cell;
	vertical-align: middle;
}

.pdLink {
	display: table-cell;
	vertical-align: middle;
}

.pdLink ul {
	padding-left: 10%;
}

.pdLink li {
	width: 24%;
	margin: 5px 0;
	display: inline-block;
	vertical-align: top;
}

.pdLink li a {
	color: #004ea2;
}

.pdLink li a:hover {
	text-decoration: underline;
}

/*フッター*/
footer {
	background: #014da1;
	color: #FFFFFF;
	position: relative;
}

#footerIn {
	width: 1100px;
	padding: 40px 0 20px;
	margin: 0 auto;
}

.footerLink a,
#fNav a {
	color: #FFFFFF;
}

.footerLink a:hover,
#fNav a:hover {
	text-decoration: underline;
}

#fServiceLink {
	width: 20%;
	float: left;
}

#fServiceLeft {
	width: 50%;
	float: left;
}

#fServiceRight {
	width: 50%;
	float: right;
}

.footerLink h4 {
	font-size: 1.6rem;
	padding-bottom: 60px;
	position: relative;
}

.footerLink h4:after {
	content: "";
	height: 1px;
	width: 40px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 30px;

}

.fList {
	padding-bottom: 40px;
}

.fList dt {
	padding-bottom: 15px;
}

.fList dd {
	padding: 0 0 10px 1em;
}

.fList li {
	padding: 0 0 10px 0;
}

#fTecLink {
	width: 20%;
	float: left;
}

#fSustainabilityLink {
	width: 25%;
	float: left;
}

#fCompanyLink {
	width: 20%;
	float: left;
}

#fIrLink {
	width: 14%;
	float: left;
}

#fNav {
	clear: both;
}

#fNav {
	padding-bottom: 30px;
	text-align: center;
}

#fNavIn {
	display: inline-block;
	letter-spacing: -0.4em;
}

#fNavIn li {
	display: inline-block;
	letter-spacing: normal;
}

#fNavIn li {
	padding-left: 33px;
	margin-left: 33px;
	display: inline-block;
	letter-spacing: normal;
	border-left: 1px #FFFFFF solid;
	font-size: 1.6rem;
}

#fNavIn li:first-child {
	padding-left: 0px;
	margin-left: 0px;
	border-left: none;
}

#copy {
	text-align: center;
}

#pagetop {
	position: absolute;
	top: 0;
	right: 40px;
}

#pagetop a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #FFFFFF;
	display: block;
}

#pagetop img {
	width: 20px;
	height: auto;
	vertical-align: middle;
}

/* -------------------------------------------------- */
/* 共通パーツ */
/* -------------------------------------------------- */

/* タイトル */
/* -------------------------------------------------- */

/*タイトル1*/
.titBox1 {
	padding-bottom: 40px;
	text-align: center;
}

.titBox1In {
	display: inline-block;
}

.tit1 {
	padding-bottom: 30px;
	color: #004ea2;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.tit1Lead {
	font-size: 1.6rem;
	text-align: center;
}

/* 下層メインタイトル */
h1.subPageTit {
	line-height: 1.2;
	margin: 0 auto;
	padding: 135px 0 15px;
	width: 960px;

}

.subPageTit #mvTit {
	color: #FFFFFF;
	font-size: 2.4rem;
	font-weight: bold;
	display: inline-block;
	width: 720px;
}

.mainTit {
	display: inline-block;
}

.subTit {
	display: inline-block;
}

/* カテゴリ */
/* -------------------------------------------------- */
.newsCat {
	width: 150px;
	padding: 3px 0;
	text-align: center;
	border-radius: 13px;
	font-size: 1.2rem;
}

.release-cat {
	color: #FFFFFF;
	background: #004ea2;
}

.ir-cat {
	color: #FFFFFF;
	background: #75daa5;
}

.recruit-cat {
	color: #FFFFFF;
	background: #fbb079;
}


/* ボタン */
/* -------------------------------------------------- */
.commonBtn1 {
	text-align: center;
}

.commonBtn1 a {
	width: 480px;
	padding: 25px 0;
	display: inline-block;
	border: 2px #004ea2 solid;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	font-size: 2.0rem;
	color: #004ea2;
	font-weight: bold;
	background: url(../../img/common/icon2.png) 95% center no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commonBtn1 a:hover {
	color: #FFFFFF;
	background: url(../../img/common/icon4.png) 95% center no-repeat  #004ea2;
}

.commonBtn2 {
	text-align: center;
	margin-bottom: 20px;
}

.commonBtn2 a {
	width: 320px;
	padding: 15px 0;
	display: inline-block;
	border: 2px #004ea2 solid;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1.8rem;
	color: #004ea2;
	font-weight: bold;
	background: url(../../img/common/icon2.png) 95% center no-repeat;
	-webkit-background-size: 8px 15px;
	background-size: 8px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commonBtn2 a:hover {
	color: #FFFFFF;
	background: url(../../img/common/icon4.png) 95% center no-repeat  #004ea2;
	-webkit-background-size: 8px 15px;
	background-size: 8px 15px;
}

.commonBtn2.font-s a {
	font-size: 1.6rem;
}

.commonBtn3 {
	text-align: center;
}

.commonBtn3 a {
	display: inline-block;
	width: 480px;
	padding: 20px 0px;
	background: url(../../img/common/icon4.png) 95% center no-repeat #004ea2;
	text-align: center;
	font-size:1.8rem;
	color: #fff;
	font-weight: bold;
}

.commonBtn4 {
	text-align: center;
	margin-bottom: 20px;
}

.commonBtn4 a {
	width: 300px;
	padding: 45px 0;
	display: inline-block;
	border: 2px #004ea2 solid;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1.8rem;
	color: #004ea2;
	font-weight: bold;
	background: url(../../img/common/icon2.png) 95% center no-repeat;
	-webkit-background-size: 8px 15px;
	background-size: 8px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commonBtn4 a:hover {
	color: #FFFFFF;
	background: url(../../img/common/icon4.png) 95% center no-repeat  #004ea2;
	-webkit-background-size: 8px 15px;
	background-size: 8px 15px;
}

.commonBtn5 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.commonBtn5 a {
	width: 320px;
	padding: 15px 0;
	display: inline-block;
	border: 2px #004ea2 solid;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1.8rem;
	color: #004ea2;
	font-weight: bold;
	background: url(../../img/common/icon2.png) 95% center no-repeat;
	-webkit-background-size: 8px 15px;
	background-size: 8px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commonBtn5 a:hover {
	color: #FFFFFF;
	background: url(../../img/common/icon4.png) 95% center no-repeat  #004ea2;
	-webkit-background-size: 8px 15px;
	background-size: 8px 15px;
}

/* パンクズ */
/* -------------------------------------------------- */
#bc {
	padding: 10px 0;
	margin-bottom: 50px;
	border-bottom: 1px #dedede solid;
}

#bc ul {
	width: 960px;
	margin: 0 auto;
}

#bc li {
	display: inline-block;
	color: #004ea2;
	padding-left: 14px;
	margin-left: 6px;
	position: relative;
	vertical-align: middle;
}

#bc li:after {
	content: ">";
	position: absolute;
	top: -1px;
	left: 0;
	color: #999999;
}

#bc li:first-child {
	padding-left: 0px;
	margin-left: 0px;
}

#bc li:first-child:after {
	content: "";
}

#bc li a {
	color: #999999;
}

#bc li a:hover {
	color: #004ea2;
}

#bc #bcSingle {
	width: 480px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ポップアップ */
/* -------------------------------------------------- */
.mfp-iframe-holder .mfp-close {
/*
	top: -60px!important;
	right: -11px;
	font-size: 9rem;
	opacity: 1;
*/
	width: auto;
}

.mfp-iframe-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:focus {
	opacity: 0.7;
}

.popupMovie .topicsImg {
	position: relative;
}

.popupMovie .topicsImg:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -41px 0 0 -41px;
	width: 82px;
	height: 82px;
	background: url(../../img/common/icon_play.png) 0 0 no-repeat;
}

/* Page Navigation */
/* -------------------------------------------------- */
#pageNavWrap {
	margin-top: 10px;
	text-align: center;
}

#pager {
	display: inline-block;
}

#pageNavWrap a, #pageNavWrap span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: #fff;
	background-color: #dedede;
	margin: 0 2px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#pageNavWrap span.current,
#pageNavWrap a.next,
#pageNavWrap a.prev,
#pageNavWrap a:hover {
	color: #fff;
	background-color: #0051a8;
	transition: all 0.3s ease-in-out 0s;
}

#pageNavWrap span.dots {
	width: 1em;
	background-color: #fff;
	color: #000;
	padding: 10px 0;
}

/* -------------------------------------------------- */
/* その他設定 */
/* -------------------------------------------------- */
/* 営業紹介強制フォントサイズ変更 */
.contTxt {
	font-size: 1.5rem!important;
}


/* プラグインページャーの色を変更 */
.lSPager a {
	background-color: #FFFFFF!important;
}

.lSPager a:hover {
	background-color: #004ea2!important;
}

.lSPager .active a {
	background-color: #004ea2!important;
}

/*カテゴリ内リンク*/
#container #localNavWrap {
	border: 2px #004ea2 solid;
	background-color: #fff;
	padding: 0 20px;
	margin-top: -130px;
}

#container .localNavTit {
	font-size: 2rem;
	font-weight: 900;
	color: #004ea2;
	text-align: center;
	padding: 20px 0 15px;
}

/* コンテンツ画像 */
.commonImg {
	text-align: center;
}
