@charset "UTF-8";

main {
	overflow: hidden;
}

/* =====================
  汎用style
===================== */


/* PC改行解除用*/

@media screen and (min-width: 470px) {
	.spbr {
		display: none !important;
	}
}

a:hover {
	opacity: 0.7;
}

a {
	text-decoration: none;
}

.tcenter {
	text-align: center;
}

/*=====================

ローディング

=====================*/


/* ローディング画面 */
#loader {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	background: linear-gradient(to right, #d3edfb, #fdeff5, #fffcdb);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.loaded {
	opacity: 0;
	visibility: hidden;
}

#load_id img {
	max-width: 400px;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1.0);
		opacity: 0;
	}
}


/*=====================

ヘッダー

=====================*/

#header {
	background: #fff;
	opacity: 0.95;
	width: 100%;
	color: #004ea2;
	font-weight: bold;
	z-index: 900;
	display: flex;
	align-items: center;
	position: sticky;
	top: -60px;
	height: 140px;
}

#header a {
	color: #004ea2;
}

#header a:hover {
	opacity: 0.7;
}

#site_id {
	width: auto;
}


#site_id img {
	max-width: 210px;
	width: 100%;
	margin: 10px 0 10px;
}

menu {
	width: 100%;

}

ul.menulist {
	display: flex;
	flex-direction: row;
	padding-top: 0px;
	padding-right: 20px;
	max-width: 100%;
	margin: 0;
}

ul.menulist li {
	padding: 20px 10px !important;
	vertical-align: middle;
}

#header .header_inner {
	width: 100%;
	height: 80px;
	position: sticky;
	top: 0;
}

#header .head_box {
	max-width: 1250px;
	margin: 5px auto;
	display: flex;
	justify-content: space-between;
	padding: 0 30px;

}

#header .menu {
	width: 100%;
	background-color: #fff;
}

#header .menu .menu-menu-container {
	max-width: 1200px;
	margin: 0;
	display: flex;
	flex-direction: row;
justify-content: flex-end;
}

#header .menu li {
	display: inline;
	padding: 0px 10px;
	width: auto;
	background-color: #fff;
	border-bottom: none;
}

#header .menu li a {
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
}

#header .menu li a:hover {
	padding-bottom: 8px;
	border-bottom: #004ea2 2px solid;
}
 body#field li.c_a a, body#maingoods li.c_b a,body#maingoods_snd li.c_b a, body#results li.c_c a, body#goods li.c_d a, body#quality li.c_e a, body#company li.c_f a, body#recruit li.c_g a, {
 	padding-bottom: 8px;
	border-bottom: #004ea2 2px solid;
 }

@media screen and (max-width: 1100px) {
	#header .menu li a {
		font-size: 1.36vw;
	}
}

#header .menu_btn {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 0;
	margin: 0;

}

#header .menu_btn .contact_btn a {
	background-color: #004ea2 !important;
	color: #fff;
	border-radius: 18px;
	min-width: 120px;
	display: inline-block;
	padding: 6px 18px;
	margin-bottom: 8px;
	font-size: 0.8rem;
}

#header .menu_btn .pt_btn a {
	background-color: #0ab9df !important;
	color: #fff;
	border-radius: 18px;
	min-width: 120px;
	display: inline-block;
	padding: 6px 18px;
	font-size: 0.8rem;
}
#header .menu_btn .contact_btn a:hover , #header .menu_btn .pt_btn a:hover {
padding: 6px 18px !important;
}


/* グローバルメニュー */
.global-nav {
	background-color: #fff;
	height: 100%;
	transform: none;
	width: 100%;
	z-index: 50;
	margin: 0;
	position: relative;
	display: block;
	right: 0;
	/* これで隠れる */
	top: 0;
	transition: all .6s;
	z-index: 200;
}

.hamburger {
	display: none;
}