@charset "UTF-8";

/* --------------------------------------------------
	メイン/セクション
-------------------------------------------------- */

#main {}
#main img { width: 100%; height: auto; }
section { padding: 80px 0; }
section h2 { margin: 0 auto 40px; width: 1200px; }
section .inner { margin: 0 auto; width: 1200px; }

@media screen and (max-width: 1024px) {
section { padding: 60px 0; }
section h2 { width: 100%; }
section .inner { padding: 0 20px; width: 100%; }
}

@media screen and (max-width: 767px) {
#main { overflow: hidden; }
/*
#main img { margin-left: -40%; width: 180%; }
*/
section { padding: 40px 0; }
section .inner { padding: 0 15px; }
}

/* --------------------------------------------------
	新着情報
-------------------------------------------------- */

#news { background: #111; }
#news ul { margin: 0 auto 40px; width: 900px; list-style: none; position: relative; }
#news ul::before { content: ''; width: 100%; height: 1px; background-image: linear-gradient(to right, #999, #999 1px, transparent 1px, transparent 3px); background-size: 3px 1px; background-repeat: repeat-x; display: block; position: absolute; top: 0; }
#news li { padding: 20px 0; display: flex; align-items: center; position: relative; }
#news li::after { content: ''; width: 100%; height: 1px; background-image: linear-gradient(to right, #999, #999 1px, transparent 1px, transparent 3px); background-size: 3px 1px; background-repeat: repeat-x; display: block; position: absolute; bottom: 0; }
#news li .date, #news li .category { flex-shrink: 0; white-space: nowrap; }
#news li .date { margin: 0 20px; }
#news li .category { margin-right: 20px; width: 120px; border: solid 1px #fff; text-align: center; display: inline-block; }

@media screen and (max-width: 1024px) {
#news ul { width: 100%; }
}

@media screen and (max-width: 767px) {
#news li { display: block; }
#news li .date { margin: 0 20px 0 0; }
#news li a::before { content: ''; margin-top: 10px; width: 100%; height: 0; display: block; }
}

/* --------------------------------------------------
	私たちが選ばれる理由
-------------------------------------------------- */

#service {}
#service .inner > p { margin-bottom: 40px; text-align: center; }
#service ul { margin-bottom: 40px; list-style: none; display: flex; justify-content: space-between; }
#service li { width: 380px; border: solid 1px #666; }
#service li div { padding: 18px; }
#service li strong { margin-bottom: 10px; font-size: 2rem; display: block; }

@media screen and (max-width: 1024px) {
#service li { width: 32%; }
#service li img { width: 100%; height: auto; }
#service li strong { font-size: 1.8rem; }
}

@media screen and (max-width: 767px) {
#service ul { display: block; }
#service li { margin: 0 auto 20px; width: 100%; max-width: 380px; }
}

/* --------------------------------------------------
	商品紹介
-------------------------------------------------- */

#items { background: #111; }
#items ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between; }
#items li { margin-bottom: 30px; border: solid 1px #666; }
#items li a { display: block; position: relative; }
#items li strong { padding: 20px 30px; width: 100%; background: rgba(0,0,0,0.8); font-size: 2rem; display: flex; align-items: center; position: absolute; bottom: 0; }
#items li strong::after { content: ''; width: 8px; height: 8px; border: solid #fff; border-width: 2px 2px 0 0; position: absolute; right: 30px; transform: rotate(45deg); transition: all 0.3s; }
#items li a:hover { text-decoration: none; }
#items li a:hover strong::after { right: 25px; }

@media screen and (max-width: 1024px) {
#items li { width: 32%; }
#items li img { width: 100%; height: auto; }
#items li strong { padding: 15px 20px; font-size: 1.8rem; }
}

@media screen and (max-width: 767px) {
#items li { margin: 0 auto 20px; width: 100%; max-width: 380px; }
}

/* --------------------------------------------------
	採用情報
-------------------------------------------------- */

#recruit { padding: 0; height: 240px; background: url(../img/home/recruit.jpg) center no-repeat; background-size: cover; display: flex; flex-direction: column; justify-content: center; position:relative; }
#recruit:before {
	content:"";
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}

#recruit h2 { margin-bottom: 20px; z-index:2; }
#recruit .button { z-index: 2; }
#recruit .button a { background: rgba(0,0,0,0.5); }

@media screen and (max-width: 1024px) {
#recruit { height: 180px; }
}

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