@charset "utf-8";
/* CSS Document */

/* main_img */
.main_img {
	/*margin-bottom: 30px;*/
	position: relative;
	line-height: 0;
}

.main_img_pc { display: none !important; }
.main_img_sp {}
.main_img_sp img { width: 100%; }

.owl-nav { display: none; }

/*top_solution*/
.top_solution { margin-top: -20px; }
.top_solution .item_border { display: none; }
.top_solution .ttl {
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 90%;
    margin: 0 auto 30px;
}
.top_solution h2 {
    background: #E5EAF5;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #fff;
}
.top_solution .menu_link li a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 2rem;
	line-height: 1;
	position: relative;
}
.top_solution .menu_link li span { font-size: 1.2rem; color: rgba(255,255,255,0.6); }
.top_solution .menu_link li a::before {
	position: absolute;
	content: "";
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 10px;
	height: 10px;
	top: 43%;
	right: 4%;
	transform: rotate(45deg);
}
/* top_topics */
.list_topics {
    background: #fff;
    margin: 10px 10px 0px;
    max-width: 1100px;
    padding: 15px;
}
.list_topics a { text-decoration: none; }
.top_topics .inner { 
	/*background: url(../image/top/top_bg.jpg) repeat left top;*/
	padding: 20px 0;
}
.top_topics .ttl {
    text-align: center;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px;
	padding-top: 42px;
}
.top_topics .ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 78px;
    background: #aaa;
	z-index: -1;
}
.top_topics h2 {
    font-weight: normal;
    font-size: 2.4rem;
    border-bottom: 5px solid #003399;
    width: 60%;
    margin: 0 auto;
}
.top_topics .ttl p { color: #003399; }
.top_topics .link {
	text-align: center;
	padding: 20px 0 0;
}
.top_topics .link a {
	border: 1px solid #bbb;
    /*border-radius: 50px;*/
    display: inline-block;
    text-decoration: none;
    width: 60%;
    text-align: center;
    padding: 8px;
    font-size: 0.9em;
	color: #000;
	position: relative;
	background: #fff;
}
.top_topics .link a::before {
	position: absolute;
	content: "";
	border-top: 1px solid #003399;
	border-right: 1px solid #003399;
	width: 6px;
	height: 6px;
	top: 40%;
	right: 8%;
	transform: rotate(45deg);
}
.top_topics .link a:hover {
	background: #F0FFFF;
	font-weight: bold;
}

/*top_recruit*/
.top_recruit {
	padding-top: 30px;
	background: #f7f7f7;
	margin-top: 20px;
}
.top_recruit .ttl {
    text-align: center;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px;
	/*padding-top: 42px;*/
}
.top_recruit .ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 78px;
    background: #aaa;
	z-index: -1;
}
.top_recruit h2 {
    font-weight: normal;
    font-size: 2.4rem;
    border-bottom: 5px solid #00B2B2;
    width: 60%;
    margin: 0 auto;
}
.top_recruit .ttl p { color: #00B2B2; }
.top_recruit img { width: 100%; }
.top_recruit li { margin-bottom: 10px; }
.top_recruit li a { text-decoration: none; position: relative; display: block; }
.top_recruit .item01 .recruit_ttl,
.top_recruit .item03 .recruit_ttl {
	position: absolute;
	top: 32%;
	right: 15px;
	text-align: right;
	color: #fff;
	width: 104px;
	height: 50px;
	font-size: 1.3rem;
	text-shadow: -1px 2px 1px #808080;
	line-height: 1;
}
.top_recruit .item02 .recruit_ttl,
.top_recruit .item04 .recruit_ttl {
	position: absolute;
	top: 32%;
	left: 15px;
	color: #fff;
	width: 100px;
	height: 50px;
	font-size: 1.3rem;
	text-shadow: -1px 2px 1px #808080;
	line-height: 1;
}
.top_recruit .recruit_ttl span { font-size: 1.2rem; }

/*top_info*/
.top_info { background: url(../images/css/company_bg.jpg) left top; padding: 10px 0; text-align: center; margin-top: 30px; }
.top_info .info01 { margin: 0 0 10px; }

/* Only smartphone */
@media (max-width: 340px) {
	.top_topics .link a {
		font-size: 16px;
	}
}

/*幅広スマートフォン*/
@media (min-width: 540px) {
	.top_recruit .item02 .recruit_ttl,
	.top_recruit .item04 .recruit_ttl { left: 40px; font-size: 18px; width: 145px; }
	.top_recruit .item01 .recruit_ttl,
	.top_recruit .item03 .recruit_ttl { right: 40px; font-size: 18px; width: 145px; }
}
/* Tablet */
@media (min-width: 768px) {
	.main_img { margin-bottom: 30px; }
	.main_img_sp { display: none !important; }
	.main_img_pc { display: block !important; }
	
	/*top_solution*/
	.top_solution .item_border { display: block; }
	.top_solution .item_border { position: relative; }
	.top_solution .item_border::before {
		position: absolute;
		content: "";
		border-top: 1px solid #bbb;
		top: 50%;
		left: 0;
		right: 0;
		z-index: -99;
	}
	.top_solution .menu_link li a { padding: 10px 0 12px; text-align: center; }
	.top_solution .menu_link li a::before{
		width: 5px;
		height: 5px;
		top: 95.5%;
		right: 47%;
		transform: rotate(135deg);
	}
	.top_solution .ttl {
		width: 100%;
		max-width: 370px;
		z-index: 1;
	}
	.menu_link .product_ttl { margin-bottom: 5px; }
	.menu_link ul { font-size: 0; }
	.menu_link li {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	
	/*topics*/
	
	.top_topics h2,
	.top_recruit h2 {
		width: 363px;
		font-size: 26px;
	}
	.top_topics .ttl::before,
	.top_recruit .ttl::before { top: 80px; }
	.top_topics .link a { width: 270px; }
	.list_topics {
		margin: 10px auto 0px;
		padding: 25px;
	}
	.top_topics .link a:hover {
		background: #F0FFFF;
		font-weight: bold;
	}
	
	/*top_recruit*/
	.top_recruit li { text-align: center; margin-bottom: 0; }
	.top_recruit .item01 .recruit_ttl,
	.top_recruit .item03 .recruit_ttl {
		font-size: 18px;
		text-shadow: none;
		text-align: center;
		line-height: 1;
		right: 0;
		top: 35%;
	}
	.top_recruit .item02 .recruit_ttl,
	.top_recruit .item04 .recruit_ttl {
		font-size: 18px;
		text-shadow: none;
		text-align: center;
		line-height: 1;
		left: 0;
		top: 35%;
	}
	/*top_info*/
	.top_info ul { 
		font-size: 0;
		margin: 0 auto;
		max-width: 1200px;
	}
	.top_info li {
		display: inline-block;
		font-size: 16px;
		width: 48.33%;
		margin-left: 3.33%;
	}
	.top_info .info01 {
		margin: 0;
	}
}

/* DeskTop */
@media (min-width: 1024px) {
	
	.top_solution .ttl { margin-bottom: 35px; }
	.menu_link li { width: 25%; }
	
		/* list_topics */
		.list_topics .item_inner { display: table;}
		.list_topics .date {
			display: table-cell;
			vertical-align: top;
			width: 100px;
		}
		.list_topics .text {
			display: table-cell;
			vertical-align: top;

		}
	
	/* top_recruit */
	/*.top_recruit .ttl {	margin-bottom: 40px; }*/
	.top_recruit .item01 .recruit_ttl,
	.top_recruit .item03 .recruit_ttl {
		font-size: 22px;
		right: 6%;
		top: 40%;
		width: 185px;
	}
	.top_recruit .item02 .recruit_ttl, .top_recruit .item04 .recruit_ttl {
		font-size: 22px;
		left: 6%;
		top: 40%;
	}
	.top_recruit li { margin: 0; }
	
	.top_info { margin-top: 80px; padding: 40px 0; }
}
/* DeskTop */
@media (min-width: 1680px) {
	.top_topics .ttl::before,
	.top_recruit .ttl::before { top: 80px; }
}
/* DeskTop */
@media (min-width: 1800px) {
	.slide_cover {
		background-size: auto;
	}
}