/*
Theme Name: labelInnovationTheme
Author: Label_endo
*/

/*
fontsizeは"rem"
常に10pxが基準となる
*/

@charset "utf-8";


@font-face {
	font-family: "YuGothic M";
	src: local("Yu Gothic Medium"),
		local("Yu Gothic");
	}

@keyframes fadeIn {
    0% {opacity: 0.2}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0.2}
    100% {opacity: 1}
}

html {
	font-size: 62.5%!important;
	letter-spacing: 0.05rem;
	font-weight: 500;
	color: #333;
}

body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif!important;
	font-size: 1.2em!important;
	line-height: 1.7em!important;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}

#wrapper {
	width: 100%;
}
#header {
	padding: 6px 20px ;
	width: 100%;
	border-top: 4px solid #0077ff;
}
#contents {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#main {
	width: 100%;
}
#footer {
	width: 100%;
}

/*--parts----------------------------*/
/*---------------------------------------------------*/

ul {
	padding-left: 0!important;
}

ul li {
	list-style: none!important;
}

a {
	color: ;
	font-weight: ;
	text-decoration: none!important;
}
a:hover {
	color: ;
}

/*共通左右余白*/
.section .surround ,
.section h2 {
	padding: 0 15px;
}


/*--common----------------------------*/
/*---------------------------------------------------*/

#header h1 {
	width: 35%;
} 
#header h1 img {
	width: 100%;
} 
#header nav ul {
	display: block;
	overflow: hidden;
}
#header nav ul li {
	float: left;
	padding: 15px 0 0 20px;
}

.mainvisual {
	max-width: 980px;
	height: 280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/*
.mainvisual .image img {
	position: absolute;
	width: 20%;
	height: 0;
	width: auto;
	height: auto;
	padding-bottom: 20%;
	left: 50%;
	top: 80%;
	-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
}

*/

.mainvisual .image {
	width: 100%;
}
.mainvisual .image img {
	max-width: 100%;
	position: absolute;
	top: -30%;
}

.mainvisual .subtext {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 55vw;
}
.mainvisual .center {
	position: absolute;
	top: 40%;
	left: 35%;
	width: 30vw;
}
.intro dl dt {
	background: #0077ff;
	padding: 20px;
	font-weight: 500!important;
}
.intro dl dt h2 {
	margin-bottom: 10px;
}
.intro dl dt h2 img {
	width: 100%;
}
.intro dl dt .text {
	color: #fff;
}

.intro dl dd {
	width: 100%;
	padding: 0 20px;
}
.intro dl dd ul {
	width: 103%;
	overflow: hidden;
	margin: 10px -1.5% ;
}
.intro dl dd ul li {
	float: left;
	margin: 0.5% 1%;
	width: 23%;
}
.intro dl dd ul li img {
	width: 100%;	
}

#main {
	float: left;
	overflow: hidden;
}

#sidebar {
	float: left;
	overflow: hidden;
}

#sidebar ul {
	margin-top: 30px;
}

#sidebar li {
	margin-top: 10px;
	border: 2px solid #ccc;
	text-align: center;
	font-size: 1.6rem;
}
#sidebar li a {
	display: block;
	padding: 10px;
	color: #777;
	font-weight: 600;
}

#sidebar li a:hover {
	background-color: rgba(0,119,255,0.8);
	color: #fff;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
	transition: 0.6s;
}

.section {
	margin: 10px 0 50px;
	overflow: hidden;
}

.section h2 {
	position: relative;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: 15px;
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;	
	font-size: 1.7rem;
	font-weight: 600;
}

.section h2::before{
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: #0077ff;	
}
.section h2 img {
	width: 27%;	
}





.section.recruit {
	margin-top: 25px;
}

.section.recruit h2 {
	font-size: 1.8em;
	color: #0077ff;
}
.section.recruit h3 {
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
	font-size: 1.4em;
	font-weight: bold;
}
.section.recruit h3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	border: 4px solid #0077ff;
	border-radius: 100%;
	box-sizing:border-box;	
}
.section.recruit .surround {
	overflow: hidden;
}
.section.recruit .surround img {
	width: 100%;
}
.section.recruit table {
	width: 55%;
	font-size: 1.4rem;
	float:left;
}
.section.recruit p {
	float:left;
	width: 45%;
}
.section.recruit table tr {
	border-bottom: #ccc dotted 1px;
}

.section.recruit table th {
	padding: 15px 20px;
	background: #eee;
	width: 40%;
}

.section.recruit table td {
	padding-left: 20px;
}




.section.cases dl dt {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.section.cases .detail ,
.section.cases .text ,
.photo p {
	float: left;
}
.photo p {
	width: 50%;
}
.section.cases .detail ,
.section.cases .text {
	width: 48%;
	margin: 10px 0 15px;
}
.section.cases .detail {
	margin-left: 4%;
}

.section.cases dl dd {
	overflow: hidden;
}


.section.cases .detail table {
	width: 100%;
}
.section.cases .detail table tr {
	border-bottom: 1px solid #4376FF;
}

.section.cases .detail table th {
	width: 30%;
	padding-right: 25px;
	text-align: right;
}

.section.cases .detail table td {
	width: 60%;
	padding: 5px 0;
}

.section.cases .detail table ul {
	margin: 0!important;
}

p img {
	width: 100%;
}







.section.message .surround dl {
	margin-top: 10px;
	width: 100%;
	text-align: right;
}

.section.message .surround dl dd {
	margin-top: 5px;
}

.section.message .surround dl dd.name {
	font-family: "Sawarabi Mincho";
	font-size: 2.4rem;
}



.section.message .image {
	font-family: "Sawarabi Mincho";
	position: relative;
}


.section.message .image dl {
	position: absolute;
	top: 20%;
	left: 20px;
	width: 80%;
}

.section.message .image dl dt {
	font-size: 120%;
}

.section.message .image dl dd {
	font-size: 200%;
	line-height: 170%;
}

.section.company #map {
	width: 100%;
	height: 25em;
	margin-bottom: 15px;
}

.section.company table {
	width: 100%;
}

.section.company table tr {
	border-bottom: 1px solid #fff;
}

.section.company table th {
	vertical-align: top;
	width: 30%;
	text-align: right;
}

.section.company table td {
	width: 70%;
}
.section.company table th ,
.section.company table td {
	padding: 5px 20px ;
}


.section.history table {
	
}

.section.history table tr {
	
}

.section.history table th {
	vertical-align: top;
	width: 25%;
	font-weight: 500!important;
}

.section.history table td {
	width: 75%;
}

.section.history table th ,
.section.history table td {
	padding: 5px 10px ;
}


#footer {
	background: #0077ff;
	padding: 20px 0 125px;
}

#footer .logo {
	width: 100px;
	margin: 0 auto;
}

#footer p img {
	
}
	
#footer nav ul {
	padding: 20px 0 0 0 !important;
}

#footer nav ul li {
	
}

address {
	padding-top: 15px;
	text-align: center;
	color: #fff;
	
}


#contact {
	display: block;
	position: fixed;
	bottom: 0!important;
	width: 100%;
	background: #fff;
	border-top: 5px solid #0077ff;
	border-bottom: 5px solid #0077ff;
	padding: 10px 15px ;
	color: #0077ff;
	z-index: 9999;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif!important;
}
	
#contact dl {
	max-width: 768px;
	margin: 0 auto;
}
#contact dl dt {
	display: block;
	margin-bottom: 20px;
	font-size: 2.4vw;
	font-weight: 800;
	text-align: center;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif!important;
}
#contact dl dd {
	display: block;
	font-size: 6vw;
	font-weight: 800;
	text-align: center;
	letter-spacing: -0.03em!important;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif!important;
}
#contact dl dd span {
	display: inline-block;
	padding: 1vh;
	background: #0077ff;
	color: #fff;
	font-size: 3vw;
	position: relative;
	top:-8px;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif!important;
}


/*fontawesome*/

.fa:before {
	font-family: 'FontAwesome' ;
	padding-right: 0;
}

.fa-phone:before {
	content: '\f095' ;
	color: #0077ff;
}
.fa-bars:before {
	content: '\f0c9' ;
	color: #bbb!important;
}