body {
	width: 100%;
}

.smartphone_fix {
	display: none;
}

.mobile-br {
	display: none;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#header {
	width: 100%;
	position: relative;
	background: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 15px;
}

#logo {
	position: relative;
	text-align: center;
}

#header ul {
	position: absolute;
	display: block;
	top: 80px;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
}

#header ul li {
	position: relative;
	box-sizing: border-box;
	padding: 0 50px;
	font-size: 16px;
}

#header ul li a:link,
#header ul li a:visited {
	color: #0066CC;
}

#header ul li a:hover,
#header ul li a:active {
	color: #999999;
	text-decoration: none;
}

#header ul li:nth-child(2) {
	padding-right: 170px;
}

#header ul li:nth-child(3) {
	padding-left: 170px;
}

#header ul li:last-of-type {
	padding-right: 0;
}

.contents {
	text-align: left;
	padding: 60px 0;
	width: 980px;
	margin: 0 auto;
}

#footer {
	width: 100%;
	border-top: 6px solid #3B5499;
	position: relative;
	padding: 10px 0 20px;
}

#footer span {
	font-size: 12px;
}

.title-blue {
	color: #0A9EE0;
	font-size: 40px;
	letter-spacing: 7px;
	background: url(img/title_bar_blue.png) no-repeat 50% 100%;
	padding-bottom: 20px;
	margin-bottom: 50px;

}

.title-black {
	color: #000;
	font-size: 40px;
	letter-spacing: 7px;
	background: url(img/title_bar_black.png) no-repeat 50% 100%;
	padding-bottom: 20px;
	margin-bottom: 50px;

}

.txt-center {
	text-align: center;
}

.back-color-blue {
	background: #0A9EE0;
}

.back-color-red {
	background: #EA4E56;
}


.txt-white {
	margin: 0 auto;
	background: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	color: #0A9EE0;
	padding: 5px 9px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-align: center;
}

.title-white {
	color: #FFFFFF;
	font-size: 40px;
	letter-spacing: 7px;
	background: url(img/title_bar.png) no-repeat 50% 100%;
	padding-bottom: 20px;
	margin-bottom: 50px;
}


/*　トップページスライダー　*/
#slide_wp {
    width: 100%;
    min-height: 520px;
    height: calc(100vh - 100px);
	position: relative;
	background: #FFFFFF;
}

#slide_wp h1 {
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 2rem;
    line-height: 1.5em;
    letter-spacing: .05em;
    text-shadow: 3px 2px 5px rgba(0,0,0,.7);
    color: #FFF;
	z-index: 999;
	transform: rotate(0.05deg);
	text-align: center;
}

#slider {
	position: absolute;
    width: 100%;
	height: 88vh;
    overflow: hidden;
}

#slider div {
	position: relative;
	display: block;
	min-height: 520px;
	height: calc(100vh - 100px);
	outline: none;
}

#slider div span {
	position: relative;
	top: 48%;
	text-align: center;
	transform: translateY(-50%);
	display: inline-block;
	text-align: left;
}

button.slick-arrow {
      display: none !important;
}

#slider ul.slick-dots {
	position: absolute;
    bottom: 20px;
    z-index: 1001;
    padding: 0;
    width: 100%;
    text-align: center;
}

ul.slick-dots li {
    display: inline-block;
}

ul.slick-dots li button {
	background: none;
	border: solid 2px #fff;
	border-radius: 6px;
	width: 12px;
	height: 12px;
	padding: 4px;
	margin: 7px;
    position: relative;
    text-indent: -9999px;
	outline: none;
}

ul.slick-dots li.slick-active button {
	background: #FFFFFF;
}

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

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



/* 会社概要 */
#mainimg-our-service {
	width: 100%;
	height: 700px;
	background: url(../company-info/img/back_mainimg.jpg) 50% 50% no-repeat;
	position: relative;
	text-align: center;
	transform: rotate(0.05deg);
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

#mainimg-our-service span {
	margin-top: 120px;
	background: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	color:#0099FF;
	padding: 5px 9px;
	letter-spacing: 1px;
	margin-bottom: 10px;

}

#mainimg-our-service h1 {
	color: #FFFFFF;
	font-size: 46px;
	letter-spacing: 7px;
	background: url(img/title_bar.png) no-repeat 50% 100%;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}

#mainimg-our-service h2 {
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing: 7px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 30px;
}

#mainimg-our-service p {
	color: #FFFFFF;
	letter-spacing: 1px;
	font-size: 20px;
}

.basic_polisy {
	position: relative;
	display: block;
	text-align: center;
	padding: 30px 0;
	margin: 0;
	width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
}

.basic_polisy li {
	position: relative;
	box-sizing: border-box;
	padding: 0 40px;
	font-size: 16px;
}

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

.company-info-table th {
	width: 30%;
	padding: 20px 0;
	vertical-align: top;
}

.company-info-table td {
	width: 70%;
	padding: 20px 0;

}

.job_position {
	font-size: 14px;
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 5px;
	transform: rotate(0.05deg);
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.ceo_name {
	font-size: 26px;
	transform: rotate(0.05deg);
    font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.ceo_photo {
	float: right;
	padding-left: 60px;
}

.map iframe {
	width: 100%;
}


/* 採用情報 */
#mainimg-recruit {
	width: 100%;
	height: 700px;
	background: url(../recruit/img/back_mainimg.jpg) 50% 50% no-repeat;
	position: relative;
	text-align: center;
	transform: rotate(0.05deg);
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

#mainimg-recruit span {
	margin-top: 120px;
	background: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	color:#0099FF;
	padding: 5px 9px;
	letter-spacing: 1px;
	margin-bottom: 10px;

}

#mainimg-recruit h1 {
	color: #FFFFFF;
	font-size: 46px;
	letter-spacing: 7px;
	background: url(img/title_bar.png) no-repeat 50% 100%;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: bold;
	text-shadow:2px 0px 1px #879a9e;
}

#mainimg-recruit h2 {
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing: 7px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 30px;
	text-shadow:2px 0px 1px #879a9e;
}

#mainimg-recruit p {
	color: #FFFFFF;
	letter-spacing: 1px;
	font-size: 20px;
	text-shadow:2px 0px 1px #879a9e;
}

.senpai-intro {
	position: relative;
	display: block;
	text-align: center;
	padding: 30px 0;
	margin: 0;
	width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
}

.senpai-intro li {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	padding: 0 30px;
	text-align: left;
	font-size: 19px;
	line-height: 200%;
}

.senpai-intro li img {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}

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

.senpai-intro li span {
	display: block;
	font-size: 24px;
}

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

.recruit-table th {
	width: 30%;
	padding: 20px 0;
	vertical-align: top;
}

.recruit-table td {
	width: 70%;
	padding: 20px 0;
	vertical-align: top;

}

.recruit-table td {
	width: 70%;
	padding: 20px 0;
	vertical-align: top;

}

.recruit-table td a:link,
.recruit-table td a:visited {
	color: #FFFF00;
}

.recruit-table td a:hover,
.recruit-table td a:active {
	color: #FFCC00;
	text-decoration: none;
}



/* 業務内容 */
#mainimg-service {
	width: 100%;
	height: 700px;
	background: url(../our-service/img/back_mainimg.jpg) 50% 50% no-repeat;
	position: relative;
	text-align: center;
	transform: rotate(0.05deg);
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

#mainimg-service span {
	margin-top: 120px;
	background: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	color:#0099FF;
	padding: 5px 9px;
	letter-spacing: 1px;
	margin-bottom: 10px;

}

#mainimg-service h1 {
	color: #FFFFFF;
	font-size: 46px;
	letter-spacing: 7px;
	background: url(img/title_bar.png) no-repeat 50% 100%;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: bold;
	text-shadow:2px 0px 1px #879a9e;
}

#mainimg-service h2 {
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing: 7px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 30px;
	text-shadow:2px 0px 1px #879a9e;
}

#mainimg-service p {
	color: #FFFFFF;
	letter-spacing: 1px;
	font-size: 20px;
	text-shadow:2px 0px 1px #879a9e;
}

.our_service_pict {
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 60px;
}

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

.shikaku-table th {
	width: 30%;
	padding: 20px 0;
	vertical-align: top;
}

.shikaku-table td {
	width: 70%;
	padding: 20px 0;
	vertical-align: top;
}

.service_select ul {
	position: relative;
	display: block;
	txet-align: center;
	margin: 0;
	width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: start;
    align-items: stretch;
	background: #CCCCCC;
}

.service_select li {
	position: relative;
	box-sizing: border-box;
	width: 25%;
	text-align: left;
	display: flex;
	align-items: center;
}

.service_select li span {
	display: inline-block;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 10px;
	margin-bottom:10px;
	margin-left: 10px;
}

.service_select li p {
	display: block;
	font-size: 20px;
	padding-left: 10px;
	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_select_pc {
}

.service_select_mobile {
	display: none!important;
}

.select-blue {
	background: #0A9EE0;
}

.select-deepblue {
	background: #407EC1;
}

#service-tel {
	width: 100%;
	height: 700px;
	background: url(../our-service/img/service-tel-backimg.jpg) 50% 50% no-repeat;
}

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

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

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

#service-led {
	width: 100%;
	height: 700px;
	background: url(../our-service/img/service-led-backimg.jpg) 50% 50% no-repeat;
}

.service_right {
	width: 50%;
	height: 700px;
	background: #0A9EE0;
	float: right;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	display: flex;
	align-items: center;

}

.service_left {
	width: 50%;
	height: 700px;
	background: #407EC1;
	float: left;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	display: flex;
	align-items: center;
}

.service_right div,
.service_left div {
	padding: 0 50px;
	width: 100%;
	box-sizing: border-box;
	color: #FFFFFF;
}

.service_right div h3,
.service_left div h3 {
	font-size: 26px;
	padding-bottom:10px;
	color: #FFCC00;
	transform: rotate(0.05deg);
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}



/* ホーム */
.news {
	width: 100%;
	position: relative;
}

.news h2 {
	display: inline-block;
	line-height: 100%;
	font-size: 18px;
	transform: rotate(0.05deg);
	font-weight: normal;
	margin: 0;
	padding: 0;
}

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

.news ul {
	position: relative;
	display: block;
	border-top: 1px solid #CCCCCC;
	padding: 30px 20px;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	margin: 5px 0 0;
}

.news ul li {
	padding-bottom: 20px;
}

.news ul li span{
	font-size: 70%;
	color: #FFFFFF;
	padding: 0;
	width: 100px;
	display: inline-block;
	text-align: center;
	/* border-radius */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align: middle;
	margin: 0 15px 0 0;
	background: #009966;
}

.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;
}

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

.sub_title {
	padding-top: 50px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #999;
	margin-bottom: 10px;
}

.contact_box {
	padding: 20px;
}

.contact_box p {
	padding-top: 10px;
}

.contact_box h6 {
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 65px;
	padding-bottom: 0;
	transform: rotate(0.05deg);
	font-weight: bold;
	padding-top: 0;
	line-height: 100%;
	display: inline;
}

.contact_box h6 a:link,
.contact_box h6 a:visited {
	color: #000000;
}

.contact_box h6 a:hover,
.contact_box h6 a:active {
	color: #000000;
	text-decoration: none;
}

.contact_box span {
	color: #009933;
	display: block;
	font-size: 24px;
}

.contact_box div {
	margin-bottom: 10px;
}

.contact_box div a:link,
.contact_box div a:visited {
	padding: 5px 20px 5px 45px;
	background: #6276ad url(img/arrow_white.png) 15px 7px no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

.contact_box div a:hover,
.contact_box div a:active {
	padding: 5px 20px 5px 45px;
	background: #339900 url(img/arrow_white.png) 15px 7px no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

/* エントリーフォーム */
.entryform {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 60px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.entryform th {
	width: 30%;
	box-sizing: border-box;
	background: #f5f3f1;
	padding: 20px 20px;
	color: #000;
	line-height: 200%;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.entryform td {
	padding: 20px 20px;
	line-height: 200%;
	box-sizing: border-box;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
