@charset "utf-8";

/* ============================================================
	RESET
============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

header,footer,main,section,article,nav,aside{display:block;}
p,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,thead,tbody,tfoot,th,td,caption{max-height:100%;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

/* ============================================================
	Web Font
============================================================ */

@font-face {
	font-family: 'Noto';
	font-display: swap;
	src: url('../font/NotoSansJP-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Noto_min';
	font-display: swap;
	src: url('../font/NotoSerifCJKjp-ExtraLight.woff') format('woff');
}
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	src: url('../font/Montserrat-Regular.woff') format('woff');
}
@font-face {
	font-family: 'MontserratBold';
	font-display: swap;
	src: url('../font/Montserrat-Bold.woff') format('woff');
}
@font-face {
	font-family: 'far';
	font-display: auto;
	src: url('../font/fa-regular-400.woff') format('woff');
}
@font-face {
	font-family: 'fas';
	font-display: auto;
	src: url('../font/fa-solid-900.woff') format('woff');
}

/* ============================================================
	HTML & BODY
============================================================ */

html {
	font-size:62.5%;
}
body {
	animation: 0.5s fadein;
	-webkit-text-size-adjust: 100%;
	font-size:1.4rem;
	font-family:
	"メイリオ",
	Meiryo,
	"Yu Gothic",
	YuGothic,
	"ヒラギノ角ゴ ProN W3",
	Hiragino Kaku Gothic ProN,
	sans-serif;
	color: #333;
	background: #fff;
}

a {
	color: #005392;
	text-decoration: none;
}

/* ============================================================
format PC
============================================================ */

@media screen and (min-width: 720px),print {

/* aside.skip
-------------------------------------------------------------*/

aside.skip {
	position: relative;
	width: 100%;
	height: 0;
	top: -9999px;
	left: 0;
	z-index: 99999;
	margin: 110px: 
	text-align: center;
	background: #ddd;
	overflow: hidden;
}
aside.skip a {
	color: #000;
}
aside.skip.show {
	height: 30px;
	padding: 8px 0 0;
	top: 0;
	text-align: center;
}

/* header
-------------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	min-width: 1100px;
	height: 80px;
	font-size: 1.25rem;
	background: #fff;
}
header.shadow {
	box-shadow: 1px 0 1px #999;
}
header nav {
	display: block !important;
	position: relative;
	z-index: 1;
	width: 1100px;
	min-width: 1100px;
	height: 80px;
	margin: 0 auto;
}
header nav p {
	float: left;
	margin-top: 25px;
}
header nav p a:hover img {
	opacity: 0.8;
	transition: all 0.1s ease-in;
}
header nav p img {
	display: block;
}
header nav ul {
	float: right;
	height: 80px;
	margin-right: 120px;
}
header nav li {
	float: left;
	height: 80px;
	padding: 0 6px;
}
header nav ul a {
	display: table-cell;
	height: 79px;
	padding: 0 4px;
	vertical-align: middle;
	color: #010000;
	border-top: solid 4px #fff;
	border-bottom: solid 4px #fff;
        font-size: 13px;
}
header nav ul a:hover {
	border-bottom: solid 4px #2a4198;
	transition: all 0.1s ease-in;
}
body.corporate header li:nth-child(1) a {border-bottom: solid 4px #2a4198;}
body.business header li:nth-child(2) a {border-bottom: solid 4px #2a4198;}
body.products header li:nth-child(3) a {border-bottom: solid 4px #2a4198;}
body.ir header li:nth-child(4) a {border-bottom: solid 4px #2a4198;}
body.recruit header li:nth-child(5) a {border-bottom: solid 4px #2a4198;}
body.news header li:nth-child(6) a {border-bottom: solid 4px #2a4198;}

header nav div a[href="SEARCH"] {
	position: absolute;
	top: 18px;
	right: 4px;
}
header nav div a[href="SEARCH"]:hover {
	opacity: 0.8;
	transition: all 0.1s ease-in;
}
header nav div a[href="SEARCH"] img:nth-child(2) {
	display: none;
}
header nav div a[href="SEARCH"].on img:nth-child(1) {
	display: none;
}
header nav div a[href="SEARCH"].on img:nth-child(2) {
	display: inline-block;
}
header nav div a.global {
	position: absolute;
	top: 18px;
	right: 60px;
}
header nav div a.global:hover {
	opacity: 0.8;
	transition: all 0.1s ease-in;
}

/* google search */

body.gsc-overflow-hidden {
	overflow: auto !important;
}
.ggls {
	display: none;
	position: fixed;
	top: 56px;
	left: 0;
	z-index: 9999;
	width: 100%;
}
.ggls.on {
	display: block;
}
#___gcse_0 {
	width: 1100px;
	margin: 0 auto !important;
	background: none !important;
	border: none !important;
}
.gsc-control-cse {
	background: none !important;
	border: none !important;
}
.gsc-control-cse form.gsc-search-box {
	float: right;
	width: 460px !important;
	padding: 10px 10px 8px !important;
	background: #fff;
	border-radius: 6px;
	border: solid 3px #2a4198;
}
.gsc-modal-background-image.gsc-modal-background-image-visible {
	background: #333 !important;
}
.gsc-control-wrapper-cse {
	background: none !important;
}
.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
	overflow: auto;
	top: 130px !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	width: 1073px !important;
	margin: 0 !important;
	padding: 30px !important;
	background: #fff !important;
}


.corporate_logo{
 margin:25px 0 0 15px;
}


/* main
-------------------------------------------------------------*/

main {
	width: 100%;
	min-width: 1100px;
	margin-top: 80px;
	font-size: 1.6rem;
}

main a:hover {
	opacity: 0.6;
	transition: all 0.1s ease-in;
}

main section {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}

/* main .header */

main .header {
	width: 100%;
	min-width: 1100px;
	height: 200px;
	background-image: url("../img/bg_h1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

main .header h1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1100px;
	min-width: 1100px;
	height: 170px;
	margin: 0 auto;
	color: #fff;
	font-family: 'Noto',sans-serif;
	font-size: 3.4rem;
}
main .header h1 span {
	margin-top: 10px;
	font-family: 'Montserrat',sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
main .header ul.bc {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
}
main .header ul.bc li {
	display: inline-block;
	font-size: 1.3rem;
	color: #fff;
}
main .header ul.bc li:after {
	content: '＞';
	position: relative;
	top: 1px;
	display: inline-block;
	margin: 0 3px;
	transform:scale(0.8,0.8);
	color: #fff;
}
main .header ul.bc li:last-child:after {
	content: '';
	margin: 0;
}
main .header ul.bc li a {
	color: #fff;
}

/* footer
-------------------------------------------------------------*/

footer {
	width: 100%;
	min-width: 1100px;
	padding: 55px 0 35px;
	background: linear-gradient(-270deg,#377dae,#2a4198);
	font-size: 1.4rem;
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	opacity: 0.6;
	transition: all 0.2s;
}
footer a[target="_blank"]:after {
	content: "\f1c1";
	display: inline-block;
	margin-left: 5px;
	font-family: 'far';
}
footer a[href$=".pdf"]:after {
	content: "\f1c1";
	display: inline-block;
	margin-left: 5px;
	font-family: 'far';
}

footer nav.menu {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}
footer nav.menu ul {
	margin: 0 auto 50px;
	overflow: hidden;

}
footer nav.menu li {
	float: left;
	margin-right: 93px;
}
footer nav.menu li:nth-child(2),
footer nav.menu li:nth-child(5),
footer nav.menu li:nth-child(6) {
	margin-top: 5px;
}
footer nav.menu li:nth-child(5),
footer nav.menu li:nth-child(6) {
	margin-bottom: 45px;
	margin-right: 0;
}

footer nav.menu li:nth-child(2) a,
footer nav.menu li:nth-child(5) a,
footer nav.menu li:nth-child(6) a {
	padding: 0 0 3px;
	border-bottom: solid 1px #fff;
	font-size: 1.6rem;
}
footer nav.menu dt {
	margin: 5px 0 30px;
	font-size: 1.6rem;
}
footer nav.menu dt a {
	padding: 0 0 3px;
	border-bottom: solid 1px #fff;
}
footer nav.menu dd {
	margin: 0 0 14px;
}
footer nav.menu dd:before {
	content: '＞';
	position: relative;
	top: -1px;
	display: inline-block;
	margin: 0 3px 0 -3px;
	transform:scale(0.5,0.8);
	color: #fff;
	font-weight: bold;
}
footer aside.copy {
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	border-top: solid 1px #fff;
}
footer aside.copy ul {
	width: 1100px;
	min-width: 1100px;
	margin: 40px auto 0;
}
footer aside.copy ul li {
	display: inline-block;
}
footer aside.copy ul li:first-child:after {
	content: '｜';
	margin: 0 12px 0 15px;
}
footer aside.copy p {
	width: 1100px;
	min-width: 1100px;
	margin: -10px auto 0;
	text-align: right;
	font-size: 1.3rem;
}

/* pagetop */

aside.pagetop a {
	position: fixed;
	display: block;
	bottom: 120px;
	right: 20px;
}
aside.pagetop a:hover {
	opacity: 0.95;
	transition: all 0.2s;
}

/* misc
-------------------------------------------------------------*/
.sp {
	display: none !important;
}

} /* @media end */

/* ============================================================
format SP
============================================================ */

@media screen and (max-width:719px){

/* aside.skip
-------------------------------------------------------------*/

aside.skip {
	display: none !important;
}

/* header
-------------------------------------------------------------*/

header {
	font-size: 1.4rem;
}

header aside {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 50px;
}
header aside a {
	position: absolute;
	width: 32px;
	height: 32px;
	background-size: 32px !important;
}
header aside a.ttl {
	top: 15px;
	left: 15px;
	width: 150px;
	height: 21px;
	background: url("../img/logo_corporate.png");
	background-size: 150px !important;
}
header aside a.lang {
	top: 9px;
	right: 90px;
	background: url("../img/icon_lang_sp.png");
}
header aside a.find {
	top: 9px;
	right: 50px;
	background: url("../img/icon_find.png");
}
header aside a.find.on {
	background: url("../img/btn_menu_close.png");
}
header aside a.btn {
	position: fixed;
	top: 9px;
	right: 9px;
	background: url("../img/btn_menu_open.png");
}
header aside a.btn.trans {
	opacity: 1;
}
header aside a.close {
	position: fixed;
	top: 9px;
	right: 9px;
	background: url("../img/btn_menu_close.png");
}

header nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 299;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: auto;
}
header nav aside {
	border-bottom: solid 1px #ccc;
}
header nav p {
	display: none;
}
header nav ul {
	margin: 55px 10px;
}
header nav ul li {
	padding: 14px 0 12px;
	border-bottom: solid 1px #ccc;
}
header nav ul li:before {
	content: '≫';
	position: relative;
	top: -1px;
	display: inline-block;
	margin: 0 6px 0 0;
	-webkit-transform:scale(0.9,0.9);
	transform:scale(0.9,0.9);
	color: #333;
	font-weight: bold;
}
header nav ul li a {
	color: #333;
}
header nav div a[href="SEARCH"] {
	display: none;
}
header nav div a.global {
	display: none;
}


/* google search */

body.gsc-overflow-hidden {
	overflow: hidden !important;
	position: fixed;
}

.ggls {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 199;
	width: 100%;
}
.ggls.on {
	display: block;
}
#___gcse_0 {
	width: 100%;
	margin: 0 auto !important;
	background: none !important;
	border: none !important;
}
.gsc-control-cse {
	background: none !important;
	border: none !important;
}
.gsc-control-cse form.gsc-search-box {
	float: right;
	width: 100%; !important;
	padding: 5px 5px 3px !important;
	background: #fff;
	border-radius: 6px;
	border: solid 3px #2a4198;
}
.gsc-modal-background-image.gsc-modal-background-image-visible {
	background: #333 !important;
}
.gsc-control-wrapper-cse {
	background: none !important;
}
.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
	overflow: auto;
	top: 3% !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	width: 92.5%; !important;
	height: 94%; !important;

	margin: 0 !important;
	padding: 36px 10px 10px !important;
	background: #fff !important;
	box-sizing: border-box;

}

/* main
-------------------------------------------------------------*/

main {
	position: static;
	margin-top: 50px;
	width: 100%;
	font-size: 1.4rem;
}
main.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

/* main .header */

main .header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url("../img/bg_h1.jpg");
}
main .header h1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 120px;
	margin: 0 auto;
	color: #fff;
	font-family: 'Noto',sans-serif;
	font-size: 2rem;
}
main .header h1 span {
	margin-top: 10px;
	font-family: 'Montserrat',sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}
main .header ul.bc {
	padding: 9px 4vw 8px;
	background: #eee;
	overflow: hidden;
	color: #2a4198;
}
main .header ul.bc li {
	float: left;
	line-height: 1.4;
	font-size: 1.2rem;
}
main .header ul.bc li:after {
	content: '＞';
	position: relative;
	top: 1px;
	display: inline-block;
	margin: 0 4px;
	-webkit-transform: scale(0.6,0.6);
	transform: scale(0.6,0.6);
}
main .header ul.bc li:last-child:after {
	content: '';
	margin: 0;
	color: #2a4198;
}
main .header ul.bc li a {
	display: inline-block;
	padding: 0;
	color: #2a4198;
}

/* footer
-------------------------------------------------------------*/

footer {
	padding: 10px 0 55px;
	text-align: center;
	background: linear-gradient(-270deg,#377dae,#2a4198);
	font-size: 1.3rem;
	color: #fff;
}
footer a {
	color: #fff;
}
footer nav.menu {
	display: none;
}
footer aside.copy {
	margin: 0 auto;
}
footer aside.copy ul {
	margin: 10px auto 20px;
}
footer aside.copy ul li {
	display: inline-block;
}
footer aside.copy ul li:first-child:after {
	content: '｜';
	margin: 0 6px 0 9px;
}
footer aside.copy p {
	line-height: 1.4;
	font-size: 1.2rem;
}

/* pagetop */

aside.pagetop a {
	position: fixed;
	bottom: 9px;
	right: 9px;
	z-index: 30;
}
aside.pagetop img {
	width: 32px;
	height: 32px;
}

/* misc
-------------------------------------------------------------*/

.pc {
	display: none !important;
}

main img {
	width: 100%;
	height: auto;
}
main img.actual {
	width: auto;
	height: auto;
	max-width: 100%
}

main {
	word-break: break-all;
}

} /* @media end */


复制


词搜找货


翻译


设置
1688找货源


❯



