@charset "utf-8";
/* ===================================================================
     BASE CSS
=================================================================== */

html {
	font-size: 62.5%;
}
body {
	-webkit-text-size-adjust: 100%;
	/*position: relative;*/
}
body {
	color: #2c2c2c;
	font-size: 140%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-family: Sans-Serif;
	line-height: 1.6;
	position: relative;
	padding-top: 80px;
	letter-spacing: 0.05em;
}
a {
	color: #007DC5;
	text-decoration: none;
}
a:hover {
	color: #999;
}

/* = Selected Text
----------------------------------------------- */
::selection {
	background:#F4B17F; /* Safari */
}
::-moz-selection {
	background:#F4B17F; /* Firefox */
}

/* -----------------------------------------------------------
	汎用
----------------------------------------------------------- */
.icon_pdf {
	width: 18px;
	vertical-align: top;
	margin-left: 2px;
}

.icon_blank {
	width: 14px;
	vertical-align: initial;
	margin-left: 4px;
}
.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}
.icon_pagelink {
	width: 12px;
}
.fadein {
	opacity: 0.5;
}
/* -----------------------------------------------------------
	タブ
----------------------------------------------------------- */
.tab_box > div {
	display: none;
}
.tab_box div.active {
	display: block;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
body {
	padding-top: 55px;
}
}
@media screen and (max-width: 767px) {
body {
	font-size: 130%;
	padding-top: 50px;
}
}

/* -----------------------------------------------------------
	404
----------------------------------------------------------- */
.error_box {
	width: 1000px;
	margin: 160px auto;
	text-align: center;
}
.error_box h1 {
	font-size: 24px;
	color: #555;
	margin-bottom: 40px;
}
.error_text {
	margin-bottom: 40px;
}
.error_box a {
	color: #2c2c2c;
	text-decoration: underline;
}
.error_box a:hover {
	text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {

}
@media screen and (max-width: 767px) {

}

/* -----------------------------------------------------------
	loloading
----------------------------------------------------------- */
.loading {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	z-index: 9999;
}
.loading p {
	display:block;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	position: absolute;
	top: 42%;
	left: 50%;
	z-index: 105;
}
.loading p:before,
.loading p:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	margin-left: -50%;
	position: absolute;
	top: 40%;
	left: 50%;
	border-radius: 110%;
}
.loading p:before {
	border: 1px solid rgba(195,131,19,.15);
}
.loading p:after {
	-webkit-animation: loading .7s linear infinite;
	animation: loading .7s linear infinite;
	border: 1px solid transparent;
	border-top-color: #c38313;
}
@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
header {
	width: 100%;
	height: 80px;
	position: fixed;
	/*position: absolute;*/
	top: 0;
	top: 0;
    right: 0;
    z-index: 9990;
	background: #fff;
	/*border-bottom: 1px solid #ddd;*/
}
.header_inner {
	min-width: 1000px;
	height: 80px;
	padding: 0 60px;
	position: relative;
	margin: 0 auto;
}
.logo {
	width: 266px;
	position: absolute;
	top: 26px;
	background: #fff;
}
.header_nav {
	position: absolute;
	right: 60px;
	top: 23px;
}

.header_nav ul li {
	float: left;
	margin-right: 40px;
}
.header_nav ul li:last-child {
	margin-right: 0;
}
.header_nav ul li a {
	color: #263238;
	padding-bottom: 4px;
}
.header_nav ul li a:hover {
	border-bottom: 2px solid #EB851D;
}
.header_nav ul li.search {
	cursor: pointer;
}
.header_nav ul li.search:hover {
	border-bottom: 2px solid #EB851D;
}
.search_img {
	width: 22px;
}

/* スクロール後 */
header.sml, .logo, .header_nav {
	transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}
header.sml {
	height: 54px;
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1);
}
header.sml .header_inner {
	height: 54px;
}
header.sml .logo {
	width: 240px;
	top: 14px;
}
header.sml .header_nav {
	top: 16px;
}


/* Gナビ アクティブ */

#company .header_nav ul li.company {
	border-bottom: 2px solid #EB851D;
}
#business .header_nav ul li.business {
	border-bottom: 2px solid #EB851D;
}
#research .header_nav ul li.research {
	border-bottom: 2px solid #EB851D;
}
#recruit .header_nav ul li.recruit {
	border-bottom: 2px solid #EB851D;
}
#news .header_nav ul li.news {
	border-bottom: 2px solid #EB851D;
}

/* 検索窓 */
.search_box_smp {
	display: none;
}
.search_box {
	display: none;
	width: 100%;
	padding: 20px 0;
    background: #f4f4f4;
	/*box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.39);*/
}
.search_box_inner {
	width: 800px;
	margin: 0 auto;
}
.search_box #keywords4 {
	/*display: none;*/
	float: left;
    border: none;
    line-height: 1.8;
    font-size: 16px;
	font-weight: normal;
    width: 720px;
    border: 1px solid #ccc;
    background: #fff;
	outline: none;
	padding: 4px 10px;
}
.search_box #searchBtn4 {
	float: left;
    width: 28px;
    padding: 4px;
    padding-left: 10px;
}
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-weight: normal;
}

:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}

:placeholder-shown {
    color: #ccc;
    font-weight: normal;
}


@media screen and (min-width: 768px) and (max-width: 1100px) {
header {
	height: 70px;
}
.header_inner {
	width: 96%;
	padding: 0;
	height: 70px;
	min-width: 96%;
	box-sizing: border-box;
}
.logo {
	width: 200px;
	position: relative;
	top: 22px;
	/*margin: 0 auto;*/
}

.header_nav {
	right: 0;
}
.header_nav ul li {
	margin-right: 12px;
}
.header_nav ul li a {
	letter-spacing: 0;
}

/* スクロール後 */
header.sml {
	height: 54px;
}
header.sml .logo {
	width: 200px;
	top: 14px;
}
header.sml .header_nav {
	top: 16px;
}

.search_box_inner {
	width: 96%;
	box-sizing: border-box;
}
.search_box #keywords4 {
	width: 92%;
	box-sizing: border-box;
}
.search_box_smp {
	display: none;
}

}
@media screen and (max-width: 767px) {
header {
	height: 50px;
}
header.sml {
	height: 50px;
}
.header_inner {
	width: 96%;
	min-width: 96%;
	box-sizing: border-box;
	padding: 0;
}
.logo {
	width: 200px;
	position: relative;
	top: 16px;
	/*margin: 0 auto;*/
}

header.sml .logo {
    width: 200px;
	top: 16px;
}


/*--- ハンバーガー ---*/
.btn_smp {
	width: 36px;
	float: right;
	position: absolute;
    right: 0;
    top: 8px;
	z-index: 9999;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 36px;
	height: 22px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #666;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger::after {
	position: absolute;
	left: 0;
	bottom: -18px;
	content: 'MENU';
	display: block;
	width: 100%;
	color: #666;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	transition: all .4s;
}
.menu-trigger.menu_active::after {
	content: 'CLOSE';
	bottom: -18px;
}
.menu-trigger.menu_active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.menu_active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.menu_active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}


.header_nav {
	position: fixed;
	width: 70%;
	height: 100%;
	left: 100%;
    top: 0;
	margin: 0 auto;
	border: none;
	background: rgba(255, 255, 255, 0.96);
    /*box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.39);*/
	transition: all .4s;
}
.nav_active {
	left: 30%;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.39);
}
header.sml .header_nav {
	top: 0;
}
.header_nav ul {
	margin-top: 90px;
	width: 100%;
	border-top: 1px solid #ccc;
}
.header_nav ul li {
	float: none;
	margin: 0;
	border-bottom: 1px solid #ccc !important;
}
.header_nav ul li:last-child {
	margin: 0 auto;
}
.header_nav ul li.home {
	display: block;
	width: 39px;
}
.header_nav ul li a {
	display: block;
	position: relative;
	padding: 10px 0 10px 1em;
}
.header_nav ul li a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	left: auto;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header_nav ul li a:hover {
	border: none;
}
.header_nav ul li.search {
	display: none;
}

.search_box_smp {
	display: block;
	padding: 16px 6px;
	background: #f4f4f4;
}
.search_box_smp #keywords4 {
	/*display: none;*/
	float: left;
    border: none;
    line-height: 1.8;
    font-size: 16px;
	font-weight: normal;
    width: calc(100% - 38px);
    border-bottom: 1px solid #ccc;
    background: #f4f4f4;
	outline: none;
	padding: 4px 10px;
	box-sizing: border-box;
}
.search_box_smp #searchBtn4 {
	float: left;
    width: 22px;
    padding: 4px;
    padding-left: 10px;
}
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-weight: normal;
}

:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}

:placeholder-shown {
    color: #ccc;
    font-weight: normal;
}
}

/* -----------------------------------------------------------
	#main
		メイン
----------------------------------------------------------- */
.main {
	/*padding-top: 78px;*/
	min-height: 600px;
	/*background: #eee;*/
}
.main_inner {
	width: 1100px;
	margin: 0 auto;
}


/* ---------------------
	ページタイトル
---------------------- */
.page_ttl_box {
	height: 130px;
	padding-top: 70px;
	text-align: center;
	background: url(../img/bg_ttl.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.page_ttl {
	font-size: 34px;
	font-weight: normal;
	letter-spacing: 0.25em;
	position: relative;
	text-shadow: rgba(255, 255, 255, 0.4) 1px 1px 0px, rgba(255, 255, 255, 0.4) -1px 1px 0px, rgba(255, 255, 255, 0.4) 1px -1px 0px, rgba(255, 255, 255, 0.4) -1px -1px 0px;
}
.page_ttl span {
	letter-spacing: 0;
}
.page_ttl::after {
	content: '';
	position: absolute;
	bottom: -8px;
	/*display: inline-block;*/
	width: 90px;
	height: 2px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #EB851D;
	border-radius: 2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}
.page_ttl_en {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: #EB851D;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

/* 各ページ */
#company .page_ttl_box {
	background: url(../img/bg_ttl_company.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
#research .page_ttl_box {
	background: url(../img/bg_ttl_research.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
#business .page_ttl_box {
	background: url(../img/bg_ttl_business.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
#recruit .page_ttl_box {
	background: url(../img/bg_ttl_recruit.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
#news .page_ttl_box {
	background: url(../img/bg_ttl_news.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
#link .page_ttl_box {
	background: url(../img/bg_ttl_other.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
#privacy .page_ttl_box {
	background: url(../img/bg_ttl_other.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
#sitemap .page_ttl_box {
	background: url(../img/bg_ttl_other.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}

/* ---------------------
	パンくず
---------------------- */
.pan_box {
	margin-top: 14px;
	margin-bottom: 50px;
}
.pan {
	display: table;
}
.pan li {
	display: table-cell;
	white-space: nowrap;
	color: #444;
	font-size: 12px;
	position: relative;
	padding-right: 17px;
	padding-left: 13px;
}
.pan li:first-child {
	background: url(../img/pan_home.gif) no-repeat;
	background-size: 16px;
	background-position: 0px 2px;
	padding-left: 21px;
	margin-left: 0;
}
.pan li a {
	color: #444;
	text-decoration: underline;
}
.pan li a:hover {
	text-decoration: none;
}
.pan li::after {
	position: absolute;
	top: 60%;
	right: 0;
	left: auto;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -6px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pan li:last-child::after {
	display: none;
}


/* ---------------------
	見出し
---------------------- */
.mida_1 {
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}


@media screen and (min-width: 768px) and (max-width: 1100px) {
.main_inner {
	width: 96%;
}


/* ---------------------
	ページタイトル
---------------------- */
.page_ttl_box {
	height: 110px;
	padding-top: 50px;
}



}
@media screen and (max-width: 767px) {
.main_inner {
	width: 96%;
}


/* ---------------------
	ページタイトル
---------------------- */
.page_ttl_box {
	height: 80px;
	padding-top: 20px;
}
.page_ttl_l2 {
	height: 84px;
	padding-top: 16px;
	line-height: 1.2;
	letter-spacing: -0.1em;
}
.page_ttl {
	font-size: 24px;
}
.page_ttl_l2 .page_ttl {
	font-size: 22px;
}
.page_ttl_en {
	font-size: 11px;
}


/* ---------------------
	パンくず
---------------------- */
.pan_box {
	overflow-x: scroll;
	padding-bottom: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}
.pan li {
	font-size: 11px;
}
/* スクロールバーの装飾 */
.pan_box::-webkit-scrollbar {
  height: 3px;
}

.pan_box::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 3px;
}

.pan_box::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}

}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
footer {
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 100px;
}

.footer_main_link {
	background: #E5E5E5;
	padding: 60px 0 20px;
	margin-bottom: 14px;
}
.footer_main_link_in {
	width: 1100px;
	margin: 0 auto;
}
.footer_main_link_each {
	width: calc(94% / 3);
	float: left;
	margin-right: 2%;
}
.footer_main_link_each:last-child {
	margin-right: 0;
}
.footer_main_link_ttl {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-left: 1em;
	padding-bottom: 2px;
	margin-bottom: 10px;
	color: #545454;
}
.footer_main_link_ttl a {
	color: #545454;
}
.footer_main_link_ttl a:hover {
	opacity: 0.7;
}
.footer_main_link_each ul {
	padding-left: 1em;
	margin-bottom: 30px;
}
.footer_main_link_each ul li {
	margin-bottom: 8px;
}
.footer_main_link_each ul li a {
	color: #545454;
}
.footer_main_link_each ul li a:hover {
	opacity: 0.7;
}
.footer_main_link_top {
	display: none;
}

.no_spmlink {
	margin-bottom: 30px;
}

.footer_link {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.footer_link ul {
	position: relative;
	left: 50%;
	float: left;
}
.footer_link li {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 30px;
}
.footer_link li:last-child {
	margin-right: 0;
}
.footer_link li a {
	color: #222;
	font-size: 86.7%;
}
.footer_link li a:hover {
	text-decoration: underline;
}
.copy {
	font-size: 73.3%;
	text-align: center;
	clear: both;
	color: #aaa;
	padding-bottom: 4px;
	letter-spacing: 0.1em;
	font-family: Helvetica, Arial, sans-serif;
}


@media screen and (min-width: 768px) and (max-width: 1100px) {
.footer_main_link_in {
	width: 96%;
}
.footer_main_link_top {
	display: none;
}

}
@media screen and (max-width: 767px) {
footer {
	padding-top: 20px;
	margin-top: 30px;
}
.footer_main_link {
	width: 100%;
	padding: 0;
	border-top: 1px solid #ccc;
	margin-bottom: 50px;
}
.footer_main_link_in {
	width: 100%
}
.footer_main_link_each {
	width: 100%;
}
.footer_main_link_ttl {
	cursor: pointer;
	margin: 0;
	position: static;
	padding-bottom: 0;
}
.footer_main_link_ttl span {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0;
}
.footer_main_link_ttl span::after {
	position:absolute;
	top: 50%;
	right: 10px;
	left: auto;
	width: auto;
	display: block;
	content:"+";
	color: #999;
	/*width: 8px;
	height: 8px;*/
	margin-top: -11px;
	line-height: 1;
	text-align:center;
	font-size: 16px;
	font-weight: normal;
}
.fnav_dr_active span::after {
	content: '−';
}
.footer_main_link_each ul li a::after, .footer_main_link_ttl span::after {
	width: 16px;
}
.no_spmlink span::after {
	position: absolute;
	top: 50%;
	right: 15px;
	left: auto;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.footer_main_link_each ul {
	display: none;
	padding: 0;
	margin: 0;
	background: #EFEFEF;
}
.footer_main_link_each ul li {
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.footer_main_link_each ul li a {
	display: block;
	position: relative;
	padding: 10px 0 10px 1em;
}
.footer_main_link_each ul li a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	left: auto;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.footer_main_link_top {
	display: block;;
}


.footer_link {
	width: 100%;
	max-width: 96%;
}
.footer_link li a {
	color: #222;
	font-size: 80.0%;
}
.copy {
	font-size: 66.7%;
}
}


