@charset "utf-8";
/*------------------------------------------------------------
 全体設定
------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	min-width: 1080px;
}

p {
	margin: 0.5em 0;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media (max-width: 768px) {
	body {
		font-size: 14px;
		min-width: 100%;
	}
}

@media (max-width: 544px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/*--------------------フォント--------------------*/
.poppins {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

/*--------------------clearfix--------------------*/
.clearfix::after {
	content: " ";
	display: block;
	clear: both;
}

/*--------------------リンク--------------------*/
a {
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #f00;
}

/*--------------------コンテナ--------------------*/
.container {
	box-sizing: border-box;
	margin: 0 auto;
	width: 1080px;
}

.side-content {
	float: right;
	width: 82%;
}

.sidebar {
	float: left;
	margin: 30px 0 0;
	width: 16%;
}

.sidebar ul {
	border-top: 2px solid #f00;
	border-bottom: 2px solid #f00;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar li {
	border-bottom: 1px solid #dfdfdf;
}

.sidebar li:last-child {
	border: none;
}

.sidebar a {
	display: block;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}

.sidebar a::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	color: #f00;
	margin-right: 0.5em;
}

@media (max-width: 768px) {
	.container {
		width: 100%;
	}
	.side-content,
	.sidebar {
		float: none;
		width: 100%;
	}
	.sidebar {
		margin: 30px 0;
	}
	.sidebar ul {
		display: flex;
		justify-content: space-around;
	}
}

@media (max-width: 544px) {
	.sidebar ul {
		display: block;
	}
}

/*--------------------見出し--------------------*/
.sub h1 {
	box-sizing: border-box;
	background: #fef2f2;
	font-size: 20px;
	line-height: 1.2;
	padding: 25px 0;
	text-align: center;
}

.sub h1 span {
	color: #f00;
	/*font-weight: normal;*/
	font-size: 40px;
}

h2 {
	color: #221e1f;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}

h2 span {
	color: #f00;
	display: block;
	font-size: 38px;
}

.sub h2 {
	font-size: 30px;
	text-align: center;
	padding: 20px 0;
}

.sub h2 span {
	font-size: 30px;
}

h3 {
	color: #f00;
	font-weight: bold;
	font-size: 24px;
}

.sub h3 {
	color: #333;
}

h4 {
	color: #f00;
	font-weight: bold;
	font-size: 18px;
}

.page-title {
	background: url(../img/common/bg_h1.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 20px 0;
}

.page-title h1 {
	color: #6f470c;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	padding: 0;
	width: 100%;
}

.page-title h1 span {
	font-size: 14px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 10px;
		line-height: 1.1;
		padding: 0;
		width: 100%;
	}
	.sub h1 span {
		font-size: 30px;
	}
	.sub h1 {
		padding: 10px;
		margin-top: 0;
	}
	h2 {
		font-size: 20px;
		padding: 15px 0
	}
	h2 span {
		font-size: 20px;
	}
	.sub h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 14px;
	}
}

@media (max-width: 544px) {
	h2 {
		font-size: 18px;
	}
}

/*--------------------ボタン--------------------*/
.button {
	box-sizing: border-box;
	background: #333;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 15px 30px;
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}

.button::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	color: #f00;
	margin-right: 0.5em;
}

.button:hover {
	opacity: 0.6;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 544px) {
	.button {
	//	width: 90%;
	}
}

/*--------------------文字サイズ--------------------*/
.small {
	font-size: 12px;
}

.large {
	font-size: 16px;
}

@media (max-width: 768px) {
	.large {
		font-size: 14px;
	}
}

/*--------------------文字色--------------------*/
.pink {
	color: #e96596;
}

.green {
	color: #51a081;
}

.blue {
	color: #54a0b7;
}

.orange {
	color: #f4a229;
}

.red {
	color: #f55668;
}

/*--------------------注意書き--------------------*/
.small {
	font-size: 12px;
}

/*--------------------バナー画像--------------------*/
.banner {
	width: 85%;
	margin: 0 auto;
}

.banner img {
	max-width: 100%;
	padding: 1em 0 0;
}

@media (max-width: 768px) {
	.banner {
		width: 100%;
	}
}



/*------------------------------------------------------------
 ヘッダー
------------------------------------------------------------*/
header .container {
	position: relative;
}

header .header-logo {
	margin-top: 25px;
}

header .header-contact {
	position: absolute;
	top: 0;
	left: 520px;
}

header .header-contact a:hover {
	opacity: 1;
}

.header-search {
	width: 300px;
	position: absolute;
	top: -15px;
	left: 780px;
}

.header-search .gsc-input-box {
	border: 2px solid #f00;
}

.header-search .gsc-input {
	padding: 0!important;
}

.header-search .gsc-search-button {
	margin: 0;
}

.header-search .gsc-search-button-v2 {
	background: #f00;
	border: 2px solid #f00;
	border-radius: 0;
	padding: 7px 27px 8px;
}

.header-search .gsc-search-button-v2:hover {
	background: #333;
	border: 2px solid #333;
	cursor: pointer;
}

.nav-pc {
	margin: 30px 0 0;
}

.nav-pc ul {
	list-style-type: none;
	margin: 15px 0 10px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.nav-pc li {
	border-right: 2px solid #dfdfdf;
	flex-basis: 20%;
}

.nav-pc li:last-child {
	border: none;
}

.nav-pc li a {
	border-radius: 5px;
	color: #333;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 3px 15px 10px;
}
.nav-pc li a span {
	color: #f00;
	display: block;
	font-size: 22px;
}

header .bt-nav-open {
	display: none;
	background: none;
	border: none;
	color: #f00;
	font-size: 10px;
	padding: 5px 10px;
	position: absolute;
	bottom: 1vw;
	right: 5vw;
}

header .bt-nav-open i,
header .bt-nav-close i {
	font-size: 24px;
}

.nav-sp {
	display: none;
	box-sizing: border-box;
	background: #fff;
	width: 100vw;
	height: 100vh;
	padding: 5vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

header .bt-nav-close {
	background: none;
	border: none;
	color: #f00;
	font-size: 12px;
	padding: 5px 10px;
	position: fixed;
	top: 5vw;
	right: 5vw;
	z-index: 10001;
}

.nav-sp-logo {
	margin-top: 10px;
}

.nav-sp-logo img {
	width: 70%;
}

.nav-sp ul {
	list-style-type: none;
	margin: 20px 0 0;
	padding: 0;
}

.nav-sp ul ul {
	margin: 0 0 0 2em;
}

.nav-sp a {
	display: block;
	border-bottom: 2px dotted #eee;
	color: #333;
	font-weight: bold;
	font-size: 3.5vw;
	padding: 7px;
	text-decoration: none;
}

.nav-sp a i {
	color: #f00;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	width: 18px;
}

header a:hover {
	opacity: 0.6;
}

@media (max-width: 768px) {
	header .container {
		padding: 5px;
	}
	header .header-logo {
		margin: 15px 0 5px;
	}
	header .header-contact,
	header .header-search,
	.nav-pc {
		display: none;
	}
	header .bt-nav-open {
		display: block;
	}
}

@media (max-width: 544px) {
	header .header-logo img {
		width: 70%;
	}
}



/*------------------------------------------------------------
 トップページ
------------------------------------------------------------*/
/*--------------------メインビジュアル--------------------*/
.slider {
	position: relative;
}

.slider .container {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	overflow: hidden;
	width: 1080px;
	position: absolute;
	right: 50%;
	bottom: 50%;
	z-index: 5;
}

.slider-content {
	background: url(../img/top/bg_slider.png) no-repeat left top;
	background-size: 90% 100%;
	position: relative;
}

.slider h1 {
	font-size: 0px;
	background: url(../img/top/h1.png) no-repeat left center / auto 96%;
	margin: 0;
	padding: 0;
	width: 70%;
	height: 100%;
	position: relative;
	top: 0;
	left: 200px;
	z-index: 5;
}

.slider p {
	font-size: 18px;
	font-weight: bold;
	display: block;
	line-height: 1.8;
	padding: 0;
	margin: 0;
	text-shadow: 0 0 2px #fff,
               0 0 3px #fff,
               0 0 4px #fff,
               0 0 5px #fff;
	position: absolute;
	top: 50%;
	left: 280px;
}

/*.slider h1 {
	font-size: 40px;
	line-height: 0.6;
	margin: 0;
	padding-top: 120px;
	text-shadow: 0 0 2px #fff,
               0 0 3px #fff,
               0 0 4px #fff,
               0 0 5px #fff;
	width: 70%;
	position: relative;
	top: 0;
	left: 200px;
	z-index: 5;
}

.slider h1 strong {
	color: #f00;
}

.slider h1 span {
	font-size: 18px;
	display: block;
	line-height: 1.8;
	padding-top: 30px;
}*/

.slider-content .pc {
	position: relative;
}

.slider .swiper-container {
	width: 100%;
}

.swiper-container img {
	display: block;
	width: 100%;
}

@media (max-width: 768px) {
	.slider .container {
		width: 100%;
	}
	.slider-content {
		background-size: 100% 100%;
	}
	.slider h1 {
		top: 0;
		left: 20%;
	}
	.slider p {
		font-size: 2vw;
		line-height: 1.5;
		top: 48%;
		left: 25%;
	}
}

@media (max-width: 544px) {
	.slider .container {
		transform: translateX(0);
		-webkit- transform: translateX(0);
		position: relative;
		top: 0;
		left: 0;
	}
	.slider-content {
		display: block;
		height: auto!important;
		margin: 3vw 0;
		position: relative;
	}
	.slider h1 {
		background: url(../img/top/h1_sp.png) no-repeat left top / 98% auto;
		margin: 0 auto;
		width: 90%;
		height: 22vw;
		top: 0;
		left: 0;
	}
	.slider p {
		font-size: 3.6vw;
		margin: 3vw 5vw;
		position: relative;
		top: 0;
		left: 0;
	}
}

/*--------------------トピックス--------------------*/
.topics-top {
	background: #f7f7f7;
}

.topics-top .container {
	padding: 30px 0;
}

.topics-top h2 {
	float: left;
}

.topics-top .container > div {
	float: left;
	margin: 0 0 0 60px;
	width: 55%;
}

.topics-item a {
	box-sizing: border-box;
	border-bottom: 1px dotted #999;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.topics-item a span {
	color: #999;
	margin-right: 1em;
}

.topics-top .button {
	float: right;
}

@media (max-width: 768px) {
	.topics-top .container {
		padding: 0 15px;
		text-align: center;
	}
	.topics-top h2,
	.topics-top .container > div,
	.topics-top .button {
		float: none;
	}
	.topics-top .container > div {
		text-align: left;
		margin: 0;
		width: 100%;
	}
}

/*--------------------info--------------------*/
.info {
	background-image: url(../img/top/bg_info_top.svg), url(../img/top/bg_info_right.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, right 30px;
	background-size: auto auto, 350px auto;
	text-align: center;
	padding: 70px 0 50px;
}

.info h2 {
	font-size: 24px;
	text-shadow: 0 0 2px #fff,
               0 0 3px #fff,
               0 0 4px #fff,
               0 0 5px #fff,
               0 0 6px #fff,
               0 0 7px #fff;
}

.info-list {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
	width: 100%;
}

.info-item {
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	flex-basis: 33.2%;
	font-weight: bold;
	text-shadow: 0 0 2px #fff,
               0 0 3px #fff,
               0 0 4px #fff,
               0 0 5px #fff,
               0 0 6px #fff,
               0 0 7px #fff;
}

.info-item a {
	text-decoration: none;
}

.info-item img {
	filter: drop-shadow(0 0 2px #fff);
}

.info-list article:nth-of-type(3) {
	border: none;
}

@media (max-width: 768px) {
	.info {
		background-position: center top, right 160px;
		background-size: auto auto, 35% auto;
		padding: 50px 15px;
	}
	.info-item {
		border: none;
		flex-basis: 100%;
	}
}

@media (max-width: 544px) {
	.info {
		background-position: center top, right 160px;
		background-size: auto auto, 45% auto;
	}
	.info h2 {
		font-size: 19px;
	}
	.info-list {
		margin: 40px 0 20px;
	}
	.info-item h3 {
		margin: 30px auto 0;
	}
	.info-item img {
		width: 65%;
	}
}

/*--------------------ピックアップ--------------------*/
.pickup-top {
	background: #fff2f2;
	padding: 0 0 60px;
	text-align: center;
}

.pickup-top h2 {
	margin: 0 auto 20px;
	position: relative;
	top: -25px;
}

.pickup-top-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.pickup-item {
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	flex-basis: 31.3%;
	margin: 0 1%;
}

.pickup-item-img img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	font-family: 'object-fit:cover'; /* IE */
}

.pickup-item h4 {
	color: #333;
	margin: 10px 5px 0;
}

.pickup-item h4 span {
	font-size: 16px;
}

.pickup-item .button {
	padding: 5px 20px;
}

/*@media (max-width: 768px) {
	.pickup-item {
		margin: 0 1.65%;
	}
	.pickup-item-img img {
		width: 100%;
		height: 150px;
	}
}*/

@media (max-width: 768px) {
	.pickup-top h2 {
		top: 0;
	}
	.pickup-top-list {
		justify-content: center;
	}
	.pickup-item {
		flex-basis: 90%;
		margin: 0 1% 20px;
	}
}

@media (max-width: 544px) {
	.pickup-item-img img {
		height: 35vw;
	}
}

/*--------------------製品情報(分野から探す)--------------------*/
.products-top {
	text-align: center;
	padding: 60px 0;
}

.products-top h2 {
	margin-bottom: 40px;
}

.products-top p strong {
	font-size: 24px;
}

.products-category-list {
	background: #fff2f2;
}

.products-category-list h3 {
	position: relative;
	top: -15px;
}

.products-category-list > div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.category-item {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	flex-basis: 46%;
	margin: 0 2% 15px;
}

.category-item-img img {
	width: 100%;
}

.products-category-list h4 {
	font-size: 24px;
	margin: 10px 0;
}

.products-category-list .button {
	margin-top: 10px;
}

.products-category-list .button::before {
	color: #fff;
}

.products-category-list > div article:nth-child(1) h4 {
	color: #229761;
}
.products-category-list > div article:nth-child(1) .button {
	background: #229761;
}

.products-category-list > div article:nth-child(2) h4 {
	color: #d6a82b;
}
.products-category-list > div article:nth-child(2) .button {
	background: #d6a82b;
}

.products-category-list > div article:nth-child(3) h4 {
	color: #0074be;
}
.products-category-list > div article:nth-child(3) .button {
	background: #0074be;
}

.products-category-list > div article:nth-child(4) h4 {
	color: #ea7575;
}
.products-category-list > div article:nth-child(4) .button {
	background: #ea7575;
}

@media (max-width: 768px) {
	.products-top {
		padding: 0 0 30px;
	}
	.products-top h2 {
		margin-bottom: 20px;
	}
	.products-top h3 {
		font-size: 22px;
	}
	.products-top p {
		margin: 1em;
	}
	.products-top p strong {
		font-size: 18px;
	}
	.category-item p {
		margin: 0.5em 15px;
	}
}

@media (max-width: 510px) {
	.category-item {
		flex-basis: 90%;
	}
	.category-item-img img {
		width: 100%;
	}
}

/*--------------------製品情報(用途から探す)--------------------*/
.products-use-list {
	background: #fff2f2;
}

.products-use-list h3 {
	position: relative;
	top: -15px;
}

.use-item ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.use-item li {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-align: left;
	margin: 0 10px 20px;
	width: 250px;
}

.use-item a {
	box-sizing: border-box;
	display: block;
	font-weight: bold;
	padding: 42px 10px 10px 120px;
	text-decoration: none;
	height: 100px;
	position: relative;
}

.use-item a::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	color: #f00;
	font-size: 24px;
	position: absolute;
	top: 38%;
	right: 5px;
}

.use-item a:hover {
	color: #f00;
}

.use-item img {
	width: 110px;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 768px) {
	.use-item li {
		margin: 0 1.65% 20px;
		width: 30%;
	}
	.use-item a {
		padding: 4.5vw 10px 10px 15vw;
		height: 12vw;
	}
	.use-item img {
		height: 12vw;
		width: auto;
	}
	.use-item a::after {
		top: 30%;
	}
}

@media (max-width: 544px) {
	.use-item li {
		margin: 0 2% 20px;
		width: 46%;
	}
	.use-item a {
		padding: 5.5vw 10px 10px 19vw;
		height: 15vw;
	}
	.use-item img {
		height: 15vw;
	}
	.use-item a::after {
		top: 28%;
	}
}

/*--------------------製品情報(キーワードから探す)--------------------*/
.products-keyword-list {
	background: #fff2f2;
}

.products-keyword-list h3 {
	position: relative;
	top: -15px;
}

.keyword-item ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.keyword-item li {
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	text-align: left;
	margin: 0 1% 20px;
}

.keyword-item a {
	background: #fff;
	color: #f00;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px;
}

.keyword-item a:hover {
	background: #f00;
	color: #fff;
}



/*------------------------------------------------------------
  パンくずリスト　
------------------------------------------------------------*/
.bread-crumbs,
.bread-crumbs a {
	color: #999;
}

@media (max-width: 768px) {
	.bread-crumbs {
		padding: 0 15px;
	}
}



/*------------------------------------------------------------
  ページャー　
------------------------------------------------------------*/
.pager {
	text-align: center;
	margin: 30px 10px 0;
}

.pager .wp-pagenavi span,
.pager .wp-pagenavi a {
	border: 2px solid #f00;
	color: #f00;
	font-weight: bold;
	padding: 5px 12px!important;
	margin: 0 3px;
}

.pager .wp-pagenavi span.pages {
	background: #fef2f2;
	border: 2px solid #fef2f2;
}

.pager .wp-pagenavi span.current {
	background: #f00;
	border: 2px solid #f00;
	color: #fff;
}


/*------------------------------------------------------------
  お知らせ　
------------------------------------------------------------*/
/*--------------------お知らせ一覧--------------------*/
.topics .container {
	padding: 0 0 30px 0;
}

.topics .topics-list {
	margin: 0 auto;
	width: 90%;
}

.topics .topics-item {
	padding: 0.5em 0;
}

.topics .topics-list p {
	color: #999;
	font-size: 16px;
	margin: 0;
}

.topics .topics-list a {
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0;
}

.topics .bt_back {
	text-align: right;
}

/*--------------------お知らせ詳細--------------------*/
.topics-detail {
	margin: 0 auto;
	width: 90%;
}

.topics-detail .date {
	color: #666;
	font-size: 14px;
	text-align: right;
}

@media (max-width: 768px) {
	.topics .container {
		padding: 0 15px 30px;
	}
}

@media (max-width: 544px) {

}



/*------------------------------------------------------------
  サービス案内　
------------------------------------------------------------*/
.service .container {
	padding: 0 15px;
}

.service .bread-crumbs {
	padding: 0;
}

.service article {
	display: flex;
	margin: 30px 0;
}

.service article:nth-of-type(2),
.service article:nth-of-type(4) {
	flex-direction: row-reverse;
}

.service h3 span {
	color: #f00;
	font-size: 36px;
	margin-right: 0.2em;
}

.service .service-img {
	margin: 0 30px;
}

@media (max-width: 768px) {
	.service article,
	.service article:nth-of-type(2),
	.service article:nth-of-type(4) {
		flex-direction: column;
	}
	.service .service-img {
		text-align: center;
	}
}

@media (max-width: 544px) {
	.service .service-img {
		box-sizing: border-box;
		margin: 0;
		width: 100%;
	}
	.service .service-img img {
		width: 100%;
	}
}



/*------------------------------------------------------------
 会社案内　
------------------------------------------------------------*/
/*--------------------ご挨拶--------------------*/
.message {
	display: flex;
}

.message-img {
	margin: 0 0 0 30px;
}

/*--------------------会社概要--------------------*/
.outline img {
	margin:20px auto;
	display: block;
}

.outline table {
	border-collapse: collapse;
	margin: 0 auto;
	table-layout: fixed;
	width: 90%;
}

.outline td {
	border: 2px solid #fff;
	padding: 15px 20px;
	text-align: left;
}

.outline tr td:nth-of-type(1) {
	box-sizing: border-box;
	background: #ecebe7;
	vertical-align: top;
	width: 10em;
}

.outline td {
	box-sizing: border-box;
	background: #f3f2ed;
}

@media (max-width: 544px) {
	.outline table {
		width: 100%;
	}
	.outline td {
		display: block;
		width: 100%;
	}
}

/*--------------------品質について--------------------*/
.company .container {
	padding: 0 0 30px;
}

.iso {
	display: flex;
}

.iso-img {
	margin: 0 0 0 30px;
}

@media (max-width: 544px) {
	.iso-img img {
		max-width: 100%;
	}
}

/*--------------------沿革--------------------*/
.history {
	border-collapse: collapse;
	margin: 0 auto;
	width: 90%;
}

.history th {
	box-sizing: border-box;
	background: #a9a9a8!important;
	border: 2px solid #fff!important;
	color: #fff;
	padding: 15px 20px;
}

.history td {
	box-sizing: border-box;
	background: #f3f2ed;
	border: 2px solid #fff!important;
	padding: 15px 20px;
}

.history tr td:nth-of-type(1) {
	background: #ecebe7;
	font-weight: bold;
	width: 15em;
}

@media (max-width: 768px) {
	.history {
		width: 100%;
	}
	.history thead {
		display: none!important;
	}
	.history tr th:nth-of-type(1),
	.history tr td:nth-of-type(1),
	.history th,
	.history td {
		display: block;
		width: 100%;
	}
}

/*--------------------サービス拠点--------------------*/
.servicemap {
	position: relative;
}

.servicebase table {
	border-collapse: collapse;
	margin: 0 auto;
	table-layout: fixed;
	width: 90%;
}

.servicebase .head th {
	background: #a9a9a8;
	color: #fff;
}

.servicebase th {
	box-sizing: border-box;
	background: #ecebe7;
	border: 2px solid #fff;
	padding: 15px;
	text-align: left;
	width: 17em;
}

.servicebase td {
	box-sizing: border-box;
	background: #f3f2ed;
	border: 2px solid #fff;
	padding: 15px;
	text-align: left;
}

@media (max-width: 768px) {
	.company .container {
		padding: 0 15px 30px;
	}
	.message {
		display: block;
	}
	.message-img {
		text-align: center;
		margin: 0;
	}
	.iso {
		display: block;
	}
	.iso-img {
		margin: 0 auto;
		text-align: center;
	}
	.servicebase table {
		width: 100%;
	}
	.servicemap .map-img {
		float: none;
		width: 100%;
	}
	.servicebase th,
	.servicebase td {
		display: block;
		width: 100%;
	}
}



/*------------------------------------------------------------
 製品情報
------------------------------------------------------------*/
/*--------------------製品情報トップ--------------------*/
.products {
	padding: 0 0 30px 0;
}

.products .products-category-list {
	text-align: center;
}

.products-category-list h3,
.products-use-list h3,
.products-keyword-list h3 {
	color: #f00;
	text-align: center;
}

/*--------------------製品一覧--------------------*/
.category ul {
	border-top: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	list-style-type: none;
	margin: 30px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.category li {
	box-sizing: border-box;
	border-right: 2px solid #e7e7e7;
	flex-basis: 24.5%;
	margin: 5px 0;
	text-align: center;
}

.category li:last-child {
	border: none;
}

.category a {
	font-weight: bold;
	font-size: 18px;
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

.category li:nth-of-type(1) a {
	color: #229762;
}
.category li:nth-of-type(1) a:hover {
	background: #229762;
	color: #fff;
}

.category li:nth-of-type(2) a {
	color: #d5a82b;
}
.category li:nth-of-type(2) a:hover {
	background: #d5a82b;
	color: #fff;
}

.category li:nth-of-type(3) a {
	color: #0074bf;
}
.category li:nth-of-type(3) a:hover {
	background: #0074bf;
	color: #fff;
}

.category li:nth-of-type(4) a {
	color: #eb7575;
}
.category li:nth-of-type(4) a:hover {
	background: #eb7575;
	color: #fff;
}

.products-list {
	padding: 0 0 60px;
	text-align: center;
}

.products-list h2 {
	line-height: 1.5;
	margin: 0 auto 20px;
}

.products-list h2 .agricultural {
	color: #229762;
}

.products-list h2 .weighing {
	color: #d5a82b;
}

.products-list h2 .industry {
	color: #0074bf;
}

.products-list h2 .other {
	color: #eb7575;
}

.products-item-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.item {
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	flex-basis: 31.3%;
	margin: 0 1% 20px;
}

.item-img img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	font-family: 'object-fit:cover'; /* IE */
}

.item h4 {
	color: #333;
	margin: 10px 5px 0;
}

.item .button {
	padding: 5px 20px;
}

.products-use-list,
.products-keyword-list {
	margin-top: 50px;
}

/*--------------------製品詳細--------------------*/
.product-detail {
	text-align: center;
}

.product-detail h2 img {
	width: 400px;
}

.product-detail h3 {
	margin: 0;
}

.product-detail .product-bg,
.product-detail .case-study {
	background: #edf7fe;
	padding: 30px 60px;
	margin: 30px 0;
}

.product-detail .feature,
.product-detail .specification,
.product-detail .case-study {
	text-align: left;
}

.product-detail .feature,
.product-detail .measurement {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

.product-detail .feature h3,
.product-detail .measurement h3 {
	margin-bottom: 10px;
	text-align: left;
}

.product-detail .measurement ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.product-detail .measurement li {
	box-sizing: border-box;
	padding: 0 10px 10px 0;
	flex-basis: 12%;
}

.product-detail .measurement img {
	display: block;
	width: 100%;
}

.product-detail .product-detail-img {
	margin-bottom: 10px;
}

.product-detail .product-detail-img span {
	display: inline-block;
	margin-top: 5px;
}

.product-detail .product-detail-img .swiper-container {
	padding: 0 0 30px 0;
	margin: 0 auto;
	width: 60%;
}

.product-detail .specification h4 {
	background: #fff;
	color: #333;
	padding: 10px 30px;
}

.product-detail .specification .ordermade {
	color: #f06868;
	font-weight: bold;
	padding: 0 30px;
}

.product-detail .specification .specification-detail {
	padding: 0 30px;
}

.product-detail .case-study .case-detail {
	padding: 10px 30px;
}

.products-contact {
	background: #fef2f2;
	font-weight: bold;
	padding: 5px 0 30px;
	margin: 40px 0;
	text-align: center;
}

.products-contact h3 {
	font-size: 20px;
}

.products-contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.products-contact li {
	flex-basis: 50%;
}

.products-contact a {
	display: inline-block;
	margin: 10px 0 0;
}

@media (max-width: 768px) {
	.item {
		flex-basis: 48%;
		margin: 0 1% 20px;
	}
	.product-detail .measurement li {
		padding: 0 10px 10px 0;
		flex-basis: 20%;
	}
	.product-detail .product-detail-img .swiper-container {
		width: 100%;
	}
}

@media (max-width: 544px) {
	.category li {
		flex-basis: 50%;
	}
	.category li:nth-of-type(2) {
		border-right: none;
	}
	.products-item-list {
		justify-content: center;
	}
	.item {
		flex-basis: 90%;
	}
	.item-img img {
		height: 35vw;
	}
	.product-detail h2 img {
		width: 80%;
	}
	.product-detail .movie iframe {
		width: 90%!important;
		margin: 0 auto ;
	}
	.product-detail .measurement li {
		flex-basis: 25%;
	}
	.product-detail .product-bg,
	.product-detail .case-study {
		padding: 30px 15px;
	}
	.products-contact li {
		flex-basis: 100%;
		margin-top: 20px;
	}
	.products-contact li p {
		font-size: 18px;
	}
}



/*------------------------------------------------------------
 納入実績　
------------------------------------------------------------*/
.record .container {
	padding: 0 0 30px 0;
}

.record table {
	border-collapse: collapse;
	margin: 0 auto;
	width: 90%;
}

.record th {
	box-sizing: border-box;
	background: #a9a9a8!important;
	border: 2px solid #fff!important;
	color: #fff;
	padding: 10px;
}

.record td {
	box-sizing: border-box;
	background: #f3f2ed;
	border: 2px solid #fff!important;
	padding: 10px;
}

.record tr td:nth-of-type(1) {
	background: #ecebe7;
	font-weight: bold;
	width: 3em;
}

.record tr td:nth-of-type(2) {
	width: 5em;
}

.record tr td:nth-of-type(6) {
	width: 7em;
}

@media (max-width: 768px) {
	.record {
		width: 100%;
	}
	.record thead {
		display: none!important;
	}
	.record tr td:nth-of-type(1),
	.record tr td:nth-of-type(2),
	.record tr td:nth-of-type(6),
	.record th,
	.record td {
		display: block;
		width: 100%;
	}
}



/*------------------------------------------------------------
 採用情報　
------------------------------------------------------------*/
.recruit {
	padding: 0 0 30px;
}

.recruit h3 {
	text-align: center;
}

.recruit p {
	margin: 1em auto;
	width: 80%;
}

.recruit .entry {
	text-align: center;
}

.recruit table {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
	table-layout: fixed;
	width: 80%;
}

.recruit th,
.recruit td {
	box-sizing: border-box;
	border: 2px solid #fff!important;
	padding: 15px 20px;
}

.recruit th {
	background: #ecebe7;
	text-align: left;
	width: 15em;
}

.recruit td {
	background: #f3f2ed;
}

.recruit input,
.recruit select,
.recruit textarea {
	box-sizing: border-box;
	border: 2px solid #aaa;
	font-size: 18px;
	padding: 7px 10px;
	max-width: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.recruit .entry-city {
	margin: 10px 0;
}

.recruit textarea {
	width: 100%;
}

.recruit td p {
	text-align: left;
}

.recruit .check {
	text-align: center;
}

.recruit .check label {
	font-weight: bold;
}

.recruit td table {
	box-sizing: border-box;
	width: 100%;
}

.recruit td table th,
.recruit td table td {
	background: transparent;
	border: none!important;
	padding: 5px;
}

.recruit td table th {
	width: 8em;
}

.recruit td table td input[type="text"],
.recruit td table td textarea {
	width: 90%;
}

.recruit .enrollment {
	padding-left: 9em;
}

.recruit .agree {
	text-align: center;
}

.recruit input[type="radio"] {
	display: none;
}
.mwform-radio-field {
	display: inline-block;
	margin-left: 50px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 70px;
}
.mwform-radio-field-text {
	position:relative;
}
.mwform-radio-field-text::before {
	background: #fff;
	border: 2px solid #aaa;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: -45px;
	width: 30px;
	height: 30px;
}
input[type="radio"]:checked + .mwform-radio-field-text::after {
	background-color: #f00;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -40px;
	width: 24px;
	height: 24px;
}

.recruit input[type="checkbox"] {
	position: relative;
	top: 13.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-right: 0.5rem;
	padding: 0;
	cursor: pointer;
	color: #fff;
	border: none;
	outline: none;
	box-sizing: border-box;
	background: #fff;
	border: 2px solid #aaa;
	-webkit-appearance: none;
	        appearance: none;
}
.recruit input[type="checkbox"]:checked {
	background: #f00;
}
.recruit input[type="checkbox"]:checked::before {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	top: -2px;
	left: -2px;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: '\02714';
	text-align: center;
}
.recruit label {
	line-height: 40px;
	display: inline-block;
}
.recruit input[type="checkbox"]:disabled {
	cursor: not-allowed;
	background: #b8b7b7;
}
.recruit input[type="checkbox"]:disabled::before {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: '\02714';
	text-align: center;
}

.recruit .agree label {
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
}

.recruit .submit {
	background: #f00;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 25px;
}

.recruit .back {
	background: #5a5a5a;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 25px;
}

.recruit-detail tr td:nth-of-type(1) {
	background: #ecebe7;
	font-weight: bold;
	width: 8em;
}

@media (max-width: 768px) {
	.recruit p {
		width: 90%;
	}
	.recruit table {
		width: 90%;
	}
	.recruit th,
	.recruit td {
		display: block;
		width: auto;
	}
	.recruit-detail tr td:nth-of-type(1) {
		width: 100%;
	}
}

@media (max-width: 544px) {
	.recruit .enrollment {
		padding-left: 0;
	}
	.recruit input,
	.recruit select,
	.recruit textarea {
		font-size: 14px;
		padding: 5px 3px;
	}
	.recruit input.entry-name,
	.recruit input.entry-kana,
	.recruit input.entry-add1,
	.recruit input.entry-add2,
	.recruit input.entry-company,
	.recruit input.entry-period,
	.recruit input.entry-status,
	.recruit input[type="email"],
	.recruit textarea {
		width: 100%!important;
	}
}



/*------------------------------------------------------------
 お問い合わせ　
------------------------------------------------------------*/
/*--------------------お電話でのお問い合わせ--------------------*/
.tel {
	margin-bottom: 50px;
	text-align: center;
}

.tel p {
	margin: 0 auto 2em;
}

@media (max-width: 544px) {
.tel img {
	width: 90%;
}
}

/*--------------------メールでのお問い合わせ--------------------*/
.contact {
	padding: 0 0 30px;
}

.contact table {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
	table-layout: fixed;
	width: 80%;
}

.contact th,
.contact td {
	box-sizing: border-box;
	border: 2px solid #fff;
	padding: 15px 20px;
}

.contact th {
	background: #ecebe7;
	text-align: left;
	width: 15em;
}

.contact td {
	background: #f3f2ed;
}

.contact input,
.contact select,
.contact textarea {
	box-sizing: border-box;
	border: 2px solid #aaa;
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	padding: 7px 10px;
	max-width: 100%;
}

.contact .city {
	margin: 10px 0;
}

.contact .tel {
	margin-bottom: 0;
}

.contact textarea {
	width: 100%;
}

.contact .agree {
	text-align: center;
}

.contact .agree input {
	position: relative;
	top: 13.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-right: 0.5rem;
	padding: 0;
	cursor: pointer;
	color: #fff;
	border: none;
	outline: none;
	box-sizing: border-box;
	background: #fff;
	border: 2px solid #aaa;
	-webkit-appearance: none;
	        appearance: none;
}
.contact .agree input:checked {
	background: #f00;
}
.contact .agree input:checked::before {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	top: -2px;
	left: -2px;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: '\02714';
	text-align: center;
}
.contact .agree label {
	line-height: 40px;
	display: inline-block;
}
.contact .agree input:disabled {
	cursor: not-allowed;
	background: #b8b7b7;
}
.contact .agree input:disabled::before {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: '\02714';
	text-align: center;
}

.contact label {
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
}

button:disabled {
	opacity: 0.4;
}

.contact .submit {
	background: #f00;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 25px;
}

.contact .back {
	background: #5a5a5a;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 25px;
}

.required {
	background: #f00;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
	float: right;
}

.mw_wp_form .error {
	color: #f00;
	font-weight: bold;
}

.mail p {
	margin: 1em auto;
	width: 80%;
}

.contact .check {
	text-align: center;
}

.contact .check label {
	font-weight: bold;
}

@media (max-width: 768px) {
	.contact p {
		width: 90%;
	}
	.contact table {
		width: 90%;
	}
	.contact tr {
		border: none;
	}
	.contact th,
	.contact td {
		display: block;
		padding: 10px 20px;
		width: auto;
	}
}

@media (max-width: 544px) {
	.contact input,
	.contact select,
	.contact textarea {
		font-size: 14px;
		padding: 5px 3px;
	}
	.contact input.company,
	.contact input.name,
	.contact input.kana,
	.contact input.add1,
	.contact input.add2,
	.contact input[type="email"],
	.contact textarea {
		width: 100%;
	}
}



/*------------------------------------------------------------
 プライバシーポリシー　
------------------------------------------------------------*/
.privacy {
	padding: 0 0 30px 0;
}

.privacy h3 {
	font-size: 18px;
	margin-bottom: 0.15em;
}

.privacy ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.privacy li {
	margin: 0 0 0 1em;
}

.privacy li::before {
	content: "・";
	display: inline-block;
	margin: 0 0 0 -1em;
}

@media (max-width: 768px) {
	.privacy article {
		padding: 0 15px;
	}
}

@media (max-width: 544px) {
	.privacy dl {
		width: 90%;
	}
}



/*------------------------------------------------------------
 サイトマップ　
------------------------------------------------------------*/
.sitemap {
	padding: 0 0 30px 0;
}

.sitemap ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 80%;
}

.sitemap ul ul {
	margin: -40px 0 0 50%;
	width: 50%;
}

.sitemap li {
	border-bottom: 2px solid #eee;
	padding: 5px;
}

.sitemap li li:last-child {
	border: none;
}

.sitemap li::before {
	font-family: 'Font Awesome 5 Free';
	margin-right: 0.5em;
	color: #f00;
	content: "\f152";
	font-weight: bold;
}

.sitemap a {
	font-weight: bold;
	display: inline-block;
	padding: 8px;
}

@media (max-width: 544px) {
	.sitemap ul {
		width: 90%;
	}
	.sitemap li {
		padding: 5px 5px 5px 15px;
	}
	.sitemap ul ul {
		margin: 0 0 0 2em;
		width: auto;
	}
	.sitemap ul ul li {
		border: none;
	}
}



/*------------------------------------------------------------
 ページトップボタン
------------------------------------------------------------*/
.pagetop {
	box-sizing: border-box;
	position: fixed;
	bottom: 50px;
	right: 30px;
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}

.pagetop:hover {
	opacity: 0.6;
}

.pagetop span {
	display: inline-block;
	margin-left: 0.5em;
}

@media (max-width: 768px) {
	.pagetop {
		opacity: 0.7;
		font-size: 40px;
		bottom: 50px;
		right: 5px;
	}
	.pagetop span {
		display: none;
	}
}



/*------------------------------------------------------------
 フッター
------------------------------------------------------------*/
/*--------------------お問い合わせ--------------------*/
.footer-contact {
	background: url(../img/common/bg_contact.jpg) no-repeat center center / cover;
	color: #fff;
	padding: 60px 0;
}

.footer-contact .container div:nth-child(1) {
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.footer-contact .container div:nth-child(2) {
	box-sizing: border-box;
	float: right;
	text-align: center;
	width: 50%;
}

.footer-contact h2 {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: left;
}

.footer-contact h2 span {
	color: #fff;
}

.footer-contact p {
	box-sizing: border-box;
	margin: 30px 0 0;
}

.footer-contact a {
	display: block;
}

.footer-contact a:hover {
	opacity: 0.6;
}

.footer-contact .bt-contact {
	background: rgba(255,255,255,0.2);
	border: 2px solid #fff;
	font-size: 30px;
	width: 90%;
}

.footer-contact .bt-contact::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0e0";
	color: #fff;
	margin-right: 0.5em;
}

@media (max-width: 768px) {
	.footer-contact {
		padding: 20px 0;
	}
	.footer-contact .container div:nth-child(1),
	.footer-contact .container div:nth-child(2) {
		float: none;
		width: 100%;
	}
	.footer-contact h2,
	.footer-contact p {
		text-align: center;
	}
	.footer-contact p {
		margin: 15px 0 30px;
	}
	.footer-contact img {
		width: 50%;
	}
	.footer-contact .bt-contact {
		font-size: 20px;
		width: 70%;
	}
}

@media (max-width: 544px) {
	.footer-contact img {
		width: 80%;
	}
	.footer-contact .bt-contact {
		width: 80%;
	}
}

/*--------------------フッター--------------------*/
footer {
	background: #fff;
	border-top: 10px solid #e0e0e0;
	font-weight: bold;
	padding-top: 30px;
	width: 100%;
}

/*--------------------フッター企業情報--------------------*/
.footer-info {
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding-left: 10px;
}

.footer-info span {
	font-size: 28px;
}

.footer-info ul {
	list-style-type: none;
	margin: 30px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.footer-info li {
	flex-basis: 35%;
	margin: 0 5% 0 0;
}

.footer-info li a:hover {
	opacity: 0.6;
}

.footer-info li img {
	width: 100%;
}

@media (max-width: 768px) {
	.footer-info {
		width: 100%;
		padding-left: 30px;
	}
}

@media (max-width: 544px) {
	.footer-logo img {
		width: 70%;
	}
	.footer-info {
		padding-left: 10px;
	}
	.footer-info li {
		flex-basis: 48%;
		margin: 0 1%;
	}
}

/*--------------------フッターナビ--------------------*/
.footer-nav {
	width: 50%;
	float: right;
}

.footer-nav > ul {
	width: 50%;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-nav li {
	padding: 5px 0;
}

.footer-nav li::before {
	font-family: 'Font Awesome 5 Free';
	margin-right: 0.5em;
	color: #959595;
	content: "\f105";
	font-weight: bold;
}

.footer-nav li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.footer-nav li a:hover {
	text-decoration: underline;
}

.footer-nav ul ul {
	list-style-type: none;
	padding-left: 1.5em;
}

.footer-nav ul:nth-of-type(3) {
	clear: both;
	float: none;
	padding-top: 30px;
	width: 100%;
}

.footer-nav ul:nth-of-type(3) li {
	float: left;
	width: 50%;
}
@media (max-width: 768px) {
	.footer-nav {
		display: none;
	}
}

/*--------------------コピーライト--------------------*/
.copyright {
	clear: both;
	padding: 6px 0;
	margin: 20px 0 0;
	background: #221e1f;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

@media (max-width: 768px) {
	.copyright {
		font-size: 10px;
	}
}


