<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ========== 斉藤組とは ========== */
main h2 {
	background: url(../index/title_bg_pc.jpg) no-repeat center #2f9afe; 
	background-size:  auto 100%;
	height: 385px;
	line-height: 45px;
	font-size: 30px;
	padding-top: 200px;
}

#main {
	width: 790px;
	margin: auto;
}

#main h3 {
	margin: 0 0 20px;
	padding-bottom: 30px;
	color: #2074fe;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.05em;
}
#main h4 { 
	background: url(../index/button.jpg) no-repeat center; width: 190px; padding: 10px 0;
	background-size:contain;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.07em;
	text-shadow: 1px 2px 2px #333;
	text-align: center;
	position: absolute;
	right: -10px;
	bottom: 15px;
}


main h2 .title { 
	margin: 0 auto 0;
	 padding: 0.8em;
	 width: 550px;
	border: 4px solid #fff; 
	box-shadow: 1px 2px 2px #333;
}

#main .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .bg{position: relative; margin: 0 0 50px; width: 48%; height: 160px;}
#main .box1{background: url(../index/about.png) no-repeat center; background-size:contain;}
#main .box2{background: url(../index/interview.png) no-repeat center;  background-size:contain;}
#main .box3{background: url(../index/message.png) no-repeat center;  background-size:contain;}
#main .box4{background: url(../index/detail.png) no-repeat center;  background-size:contain;}

#main .box2 h4{ text-align: left; text-indent: 1em;}

#main .bg a { 
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#main .recruit_links {
	display: flex;
	justify-content: space-between;
}
#main .recruit_links div {
	width: 45%;
	padding: 0 1% 0 2%;
	height: 160px;
	background: #2074fe;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
}
#main .recruit_links div:last-child {
	background: #0eb3ff;
}
#main .recruit_links div:hover {
	background: #fd911d;
}
#main .recruit_links div p {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
#main .recruit_links a {
	margin: 0 10px;
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
}
#main .recruit_links a img {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/** タブレット
===================================*/
@media screen and (max-width: 1210px){
main h2 {background-size: cover;}

#main .box{width: 700px; margin: 0 auto;}

#main .recruit_links {
	max-width: 700px;
	width: 94%;
	margin: auto;
}
}


/** スマートフォン
===================================*/
@media screen and (max-width: 768px){
main h2 {
	font-size: 24px;
	height: 125px;
	line-height: 1.5em;
	background: url(../index/title_bg_sp.jpg) no-repeat center #2f9afe;
	background-size: 100%;
	padding: 110px 0 180px; 
}
main h2 .title { width : 260px;}

#main h3 { padding: 30px 0 0; }

#main .box{ display: block; margin: auto; width: 100%;}
#main .bg{ float: none; width: 330px; margin: 0 auto 50px;}

#main .recruit_links {
	width: 95%;
	max-width: 330px;
	height: auto;
	margin-top: 5%;
	display: block;
	margin: 15% auto 0;
}
#main .recruit_links div {
	width: 92%;
	padding: 0 4%;
}
#main .recruit_links div:last-child {
	margin-top: 6%;
}
#main .recruit_links div p {
	font-size: 110%;
}

}</pre></body></html>