/* 基本 */
img {
	max-width: 100%;
	height: auto;
}

p {
	font-size: 16px;
}

.mobile-br {
	display: inline;
}

.mobile-hidden {
	display: none;
}

#wrapper {
	width: 100%;
	box-sizing: border-box;
}

#header ul {
	display: none;
}

#header {
	width: 100%;
	height: 35px;
}

#logo {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 999999;
}

#logo img {
	width: 80px;
	height: auto;
}

.contents {
	padding: 30px 0;
	width: 95%;
}

#footer  {
	padding: 0;
	margin-bottom: 10px;
}

#footer span {
	padding: 10px 0;
	font-size: 9px;
	text-align: center;
	border-top: none;
}

.title-blue {
	font-size: 25px;
	letter-spacing: 3px;
	background: url(img/title_bar_blue.png) no-repeat 50% 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;

}

.title-black {
	font-size: 25px;
	letter-spacing: 3px;
	background: url(img/title_bar_black.png) no-repeat 50% 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;

}

.title-white {
	font-size: 25px;
	letter-spacing: 3px;
	background: url(img/title_bar.png) no-repeat 50% 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}



/* 業務内容、採用情報、企業概要　共通項目 */
#mainimg-recruit span,
#mainimg-our-service span,
#mainimg-service span,
.txt-white {
	margin-top: 20px;
	font-size: 10px;
	color:#0099FF;
	margin-bottom: 6px;

}

#mainimg-recruit h1,
#mainimg-our-service h1,
#mainimg-service h1 {
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#mainimg-recruit h2,
#mainimg-our-service h2,
#mainimg-service h2 {
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-shadow:2px 0px 1px #879a9e;
}

#mainimg-recruit p,
#mainimg-our-service p,
#mainimg-service p {
	text-align: left;
	font-size: 16px;
	padding: 0 20px;
}

/* 会社概要 */
#mainimg-our-service {
	width: 100%;
    height: calc(100vh - 100px);
	background: url(../company-info/img/back_mainimg.jpg) 50% 50% no-repeat;
}

.ceo_photo {
	float: right;
	padding-left: 20px;
	width: 50%;
}

.job_position {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
	text-align: right;
}

.ceo_name {
	font-size: 20px;
	text-align: right;
}

.basic_polisy {
	padding: 20px 0 0;
}

.basic_polisy li {
	width: 50%;
	position: relative;
	box-sizing: border-box;
	padding: 0;
	padding-bottom: 30px;
}

.basic_polisy li img {
	width: 70%;
}

.company-info-table {
	width: 100%;
	font-size: 16px;
}

.company-info-table th {
	width: 100%;
	display: block;
	padding: 0 0 5px;
	box-sizing: border-box;
	font-weight: bold;
}

.company-info-table td {
	width: 100%;
	display: block;
	padding: 0 0 40px;
	vertical-align: top;
	box-sizing: border-box;
}



/* 採用情報 */
#mainimg-recruit {
	width: 100%;
    height: calc(100vh - 100px);
	background: url(../recruit/img/back_mainimg.jpg) 55% 50% no-repeat;
}


.senpai-intro {
	padding: 20px 0 0;
}

.senpai-intro li {
	width: 100%;
	padding: 0 10px;
	text-align: left;
	font-size: 16px;
	line-height: 200%;
}

.senpai-intro li em {
	display: block;
	font-size: 14px;
	line-height: 100%;
	padding: 5px 0 5px;
	text-align: right;
}

.senpai-intro li span {
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: right;
}

.recruit-table {
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
}

.recruit-table th {
	width: 100%;
	display: block;
	padding: 0 0 5px;
	box-sizing: border-box;
	font-weight: bold;
}

.recruit-table td {
	width: 100%;
	display: block;
	padding: 0 0 40px;
	vertical-align: top;
	box-sizing: border-box;
}



/* 業務内容 */
#mainimg-service {
	width: 100%;
    height: calc(100vh - 100px);
	background: url(../our-service/img/back_mainimg.jpg) 50% 50% no-repeat;
}

.our_service_pict {
	padding: 10px 0 20px;
}

.shikaku-table {
	width: 100%;
	font-size: 16px;
}

.shikaku-table th {
	width: 100%;
	display: block;
	padding: 0 0 5px;
	box-sizing: border-box;
	font-weight: bold;
}

.shikaku-table td {
	width: 100%;
	display: block;
	padding: 0 0 40px;
	vertical-align: top;
	box-sizing: border-box;
}

.service_select ul {
	background: #CCCCCC;
}

.service_select li {
	width: 50%;
	text-align: left;
	display: flex;
	align-items: center;
}

.service_select li span {
	font-size: 10px;
	padding: 0 3px;
	margin-bottom:5px;
	margin-left: 5px;
}

.service_select li p {
	font-size: 14px;
	padding-left: 5px;
	line-height: 140%;
}

.service_select li a:link,
.service_select li a:visited {
	color: #FFFFFF;
}

.service_select li a:hover,
.service_select li a:active {
	color: #FFCC00;
	text-decoration: none;
}

.service_select li a:hover span,
.service_select li a:active span {
	border: 1px solid #FFCC00;
	background: #FFCC00;
	color: #0099FF;
}

.service_select li img {
	width: 100%;
	height: auto;
}

.service_right {
	width: 100%;
	height: auto;
	float: none;
}

.service_left {
	width: 100%;
	height: auto;
	float: none;
}

.service_right div,
.service_left div {
	padding: 30px 20px;
}

.service_right div h3,
.service_left div h3 {
	font-size: 20px;
	padding-bottom: 5px;
}

#service-tel {
	width: 100%;
	min-height: 500px;
	height: auto;
	border-top: 3px solid #0066CC;
	background: url(../our-service/img/service-tel-backimg.jpg) 35% 50% no-repeat;
}

#service-mfp {
	width: 100%;
	min-height: 500px;
	height: auto;
	background: url(../our-service/img/service-mfp-backimg.jpg) 65% 50% no-repeat;
}

#service-camera {
	width: 100%;
	min-height: 500px;
	height: auto;
	background: url(../our-service/img/service-camera-backimg.jpg) 70% 50% no-repeat;
}

#service-network {
	width: 100%;
	min-height: 500px;
	height: auto;
	background: url(../our-service/img/service-network-backimg.jpg) 30% 50% no-repeat;
}

#service-led {
	width: 100%;
	min-height: 500px;
	height: auto;
	background: url(../our-service/img/service-led-backimg.jpg) 20% 10% no-repeat;
}

.map iframe {
	width: 100%;
}

.service_select_pc {
	display: none!important;
}

.service_select_mobile {
	display: block!important;
}


/* ホーム */
#slide_wp {
    width: 100%;
	min-height: 380px;
	height: 380px;
}

#slide_wp h1 {
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: .05em;
}

#slider {
    width: 100%;
	height: 370px;
}

#slider div {
	min-height: 370px;
	height: 370px;
}

#slider div span {
	top: 50%;
	left: 2%;
}

#slider div:nth-child(1) {
	background: url(../img/mainimg01.jpg) center center / cover;
}

#slider div:nth-child(2) {
	background: url(../img/mainimg01.jpg) center center / cover;
}

.news h2 {
	margin: 0 auto;
	line-height: 100%;
	font-size: 18px;
}

.news h2 span {
	display: block;
	font-size: 10px;
}

.news ul {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0;
	margin: 5px 0 0;
}

.news ul li {
	padding-bottom: 10px;
	font-size: 14px;
}

.news ul li span{
	font-size: 70%;
	display: block;
	margin: 0 0 2px 0;
}

.news ul li:last-child {
	padding-bottom: 0;
}

.news ul li a:link,
.news ul li a:visited {
}

.news ul li a:hover,
.news ul li a:active {
	color: #FF9900;
}


.home_link {
	margin-top: 20px;
}

.home_link h3 {
	font-size: 24px;
	line-height: 100%;
}

.home_link h3 span {
	font-size: 12px;
}

.home_link p {
	font-size: 16px;
	line-height: 120%;
}

.home_link ul {
	width: 100%;
	margin-top: 20px;
}

.home_link ul li {
	height: 120px;
	width: 100%;
	margin: 0 0 5px;
}

.home_link ul li a {
	display: block;
	height: 120px;
}

.home_link ul li span {
	padding: 5px 10px;
	font-size: 14px;
	top: 20px;
	width: 130px;
}

.home_link ul li em {
	font-size: 14px;
	top: 55px;
	left: 10px;
}

/* お問い合わせ */
.title-contact {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.sub_title {
	padding-top: 30px;
	font-size: 18px;
}

.contact_box {
	padding: 20px 0;
}

.contact_box h6 {
	font-size: 46px;
}


/* エントリーフォーム */
.entryform {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.entryform th {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	display: block;
	line-height: 150%;
}

.entryform td {
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 10px;
	line-height: 150%;
	font-size: 12px;
}

.entryform td input,
.entryform td textarea,
.entryform td select {
	width: 100%;
	margin-bottom: 5px;
	box-sizing: border-box;
}