@charset "UTF-8";
/* CSS Document */
/**index**/
#index h2 {
	color: #f39800;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 0.8;
	padding: 20px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
#index h2 span {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: normal;
}
#index #main {
	background-color: #FFFAF0;
	text-align: center;
	border-bottom: solid 1px #f39800;
}
#index #main .mainBlock {
	width: 1000px;
	height: 500px;
	background: url(../images/main-img.jpg) no-repeat center center;
	background-size:100% auto;
	margin: 0 auto;
}
@media screen and ( max-width:768px )
{
	#index #main .mainBlock {
		width: 100%;
		height: auto;
		padding: 66% 0 0;
	}
}
#index #indexService {
	background-color: #fffbeb;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 60px;
	border-bottom: solid 1px #f39800;
}
#index #indexService .description {
	margin-bottom: 40px;
}
#index #indexService ul {
	width: 980px;
	margin: 0 auto;
}
#index #indexService ul li {
	float: left;
}
#index #indexService ul li a {
	display: block;
}
#index #indexService ul .middle {
	margin: 0 50px;
}
/**フリップ**/
#index #indexService .flipper {
	width: 285px;
	height: 330px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#index #indexService li .face {
	position: absolute;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
#index #indexService li .back {
	width: 285px;
	height: 330px;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
#index #indexService li .front {
	z-index: 10;
}
#index #indexService li:hover .front {
	z-index: 0;
}
/**company**/
#index #indexCompany {
	background-color: #f8f8f8;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 60px;
	border-bottom: solid 1px #f39800;
}
#index #indexCompany .description {
	margin-bottom: 40px;
}
#index #indexCompany .clearfix ul {
	display: flex;
	flex-wrap: wrap;
	align-content:flex-start;
	justify-content: space-around;
}
#index #indexCompany .clearfix ul li {
	flex: 0 0 300px;
	margin: 10px 5px;
}
#index #indexCompany .clearfix ul li a {
	display: block;
	text-decoration: none;
}
#index #indexCompany .clearfix ul li .face {
	height: 200px;
	background: #fff;
	border: #f39800 solid 1px;
	padding: 15px 12px 0;
}

#index #indexCompany .clearfix ul li .face:hover {
    background: #f39800;
}

#index #indexCompany .clearfix ul li .face:hover h3 {
    color: #fff;
    border-bottom-color: #fff;
}

#index #indexCompany .clearfix ul li .face h3 {
	color: #f39800;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 0.9;
	border-bottom: solid 1px #f39800;
	padding-bottom: 12px;
}

#index #indexCompany .clearfix ul li .face h3 span {
	font-weight: normal;
	font-size: 12px;
}
#index #indexCompany .clearfix ul .face p, #index #indexCompany .clearfix section .face ul {
	font-size: 13px;
	text-align: left;
	padding: 12px;
}
#index #indexCompany {
	background-color: #f8f8f8;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 60px;
}
#index #indexCompany .wrap>div{
    overflow: hidden;

}
#index #indexNews {
	background-color: #fff;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 60px;
}
#index #indexNews dl {
	margin: 0 5px 0 5px;
	overflow: hidden;
	border-bottom: #ddd solid 1px;
}
#index #indexNews dl dt {
	float: left;
	background-color: #f39800;
	width: 170px;
	color: #fff;
	padding: 5px;
	margin: 10px 0;
}
#index #indexNews dl dd {
	margin-left: 200px;
	text-align: left;
	padding: 16px;
}
#index #indexContact {
	background-color: #474747;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 60px;
}
#index #indexContact h2 {
	width: 380px;
	float: left;
	padding-top: 50px;
}
#index #indexContact .right {
	margin-left: 380px;
	color: #f39800;
	text-align: left;
}
#index #indexContact .right .description {
	margin-bottom: 30px;
}
/**下層共通**/
.lowerH {
	height: 100px;
	background-color: #f39800;
	color: #000;
}
.iconH {
	background: url(../images/h3-logo.png) no-repeat 3px 3px, url(../images/h3-line-bg.png) repeat-x bottom;
	font-size: 25px;
	padding-left: 35px;
	padding-bottom: 3px;
	font-weight: normal;
	margin-bottom: 30px;
}
.lowerH h2 {
	font-size: 34px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 30px;
}
.lowerH h2 span {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
    .lowerH {
        height: 64px;
        background-color: #f39800;
        color: #000;
        padding-left: 10px;
    }
    .lowerH h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 22px;
        padding-top: 10px;
    }
    .lowerH h2 span {
        font-size: 16px;
    }
}

/**company**/
/*#company {
	padding-bottom: 60px;
}
#company #origin {
	width: 700px;
}
#company #origin .headline {
	font-size: 30px;
	font-weight: bold;
	color: #1E1E1E;
	margin-bottom: 15px;
}
#company #origin .headlineSub {
	font-size: 16px;
	padding-top: 40px;
}
#company #origin .clearfix .left {
	width: 50%;
	float: left;
}
#company #origin .clearfix .right {
	width: 50%;
	float: right;
}
#company #origin section {
	margin-bottom: 20px;
}
#company #origin section h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
#company #origin .caption {
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #f39800;
}
#company #origin .bgFigure {
    background-image: url(../images/company-stone.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#company #origin .txBorderWhite {
    text-shadow:
    -1px -1px 0px white,
    1px -1px 0px white,
    -1px 1px 0px white,
    1px 1px 0px white;
}
#company #overview {
	width: 700px;
}
#company #overview table tr th {
	font-weight: bold;
	width: 20%;
	padding: 20px;
	background-color: #fff6e6;
	border-left: #f39800 solid 5px;
	border-top: #c5c5c5 solid 1px;
	border-right: #c5c5c5 solid 1px;
	border-bottom: #c5c5c5 solid 1px;
}
#company #overview table tr td {
	border: #c5c5c5 solid 1px;
	vertical-align: middle;
	width: 80%;
	padding: 20px;
}
#company #overview table tr td ul li span {
	color: #f39800;
}
#company .accessLink {
	text-decoration: none;
}
#company .mapLink {
	font-size: 16px;
	font-weight: bold;
	margin-left: 6px;
}
#company .mapLink a {
	color: #0000FF;
}*/
/** サイドバー **/
/*
#company #companyList > .left {
    width: 700px;
    float: left;
}
#company #companyList > .left section {
	padding-top: 60px;
}
#company #companyList > .right {
    margin-left: 750px;
}
#company #companyList > .right aside {
    background: url(../images/h3-line-bg.png);
    padding: 5px;
}
#company #companyList > .right aside h3 {
    padding: 10px;
    color: #FFFFFF;
    background-color: #626262;
}
#company #companyList > .right aside ul {
    background-color: #FFF;
}
#company #companyList > .right aside ul li {
    border-top: #ADADAD solid 1px;
}
#company #companyList > .right aside ul li:first-child {
    border-top: none;
}
#company #companyList > .right aside ul li a {
    display: block;
    background: #FFF url(../images/nav-arrow.png) no-repeat 7px 15px;
    padding: 10px;
    text-decoration: none;
    text-indent: 7px;
}
#company #companyList > .right aside ul li a:hover {
    display: block;
    background-color: #E7E7E7;
}*/
/**service**/
#service .headline {
	margin-top: 20px;
}
#service .headline .left {
	width: 613px;
	float: left;
	padding-top: 35px;
}
#service .headline figure {
	margin-left: 650px;
}
#service section .wrap {
	padding: 30px;
}
#service section .wrap .text dl {
	margin-bottom: 20px;
	margin-top: 20px;
}
#service section .wrap .text dt {
	font-weight: bold;
}
#service section .wrap figure {
	width: 250px;
	height: 250px;
	line-height: 250px; /* heightと同じ値 */
	text-align: center;
	vertical-align: middle;
}
#service section .wrap figure img {
	vertical-align: middle;
}
#service section .wrap div h3 {
	color: #f39800;
	font-size: 30px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 33px;
	margin-bottom: 30px;
}
#service section .wrap div h3 span {
	font-size: 14px;
}
#service section .wrap div ul {
	margin-bottom: 20px;
}
#service #staff {
	/*background-color: #f0f0f0;*/
}
#service #staff figure {
    margin-left: 580px;
	/*width: 250px;
	float: left;*/
}
#service #staff .text {
	/*margin-left: 260px;*/
	width: 560px;
    float: left;
    padding-left: 80px;
}
#service #app {
	/*background-color: #fff;*/
	background-color: #f0f0f0;
}
#service #app .text {
	/*width: 640px;
	float: left;
	padding-left: 30px;*/
	margin-left: 260px;
}
#service #app figure {
	/*margin-left: 660px;*/
	width: 250px;
    float: left;
}
#service #plan {
	background-color: #f0f0f0;
	padding-bottom: 50px;
}
#service #plan figure {
	width: 250px;
	float: left;
}
#service #plan .text {
	margin-left: 260px;
}
/**採用情報**/
#recruit #recruitList .left {
	width: 700px;
	float: left;
}
#recruit #recruitList .left section {
	padding-top: 60px;
}
#recruit #recruitList .left section dl dt {
	font-size: 16px;
	border-bottom: dotted 1px #515151;
	margin-bottom: 10px;
}
#recruit #recruitList .left section dl dd {
	margin-bottom: 25px;
}
#recruit #recruitList .left section dl dd ul li {
	margin-bottom: 5px;
	padding-left: 1em;
    text-indent: -1em;
}
#recruit #recruitList .left section dl dd ul li span {
	color: #f39800;
	margin-right: 3px;
}
/****/
#recruit {
	padding-bottom: 50px;
}
#recruit #recruitList .right {
	margin-left: 750px;
}
#recruit #recruitList .right aside {
	background: url(../images/h3-line-bg.png);
	padding: 5px;
}
#recruit #recruitList .right aside h3 {
	padding: 10px;
	color: #FFFFFF;
	background-color: #626262;
}
#recruit #recruitList .right aside ul {
	background-color: #FFF;
}
#recruit #recruitList .right aside ul li {
	border-top: #ADADAD solid 1px;
}
#recruit #recruitList .right aside ul li:first-child {
	border-top: none;
}
#recruit #recruitList .right aside ul li a {
	display: block;
	background: #FFF url(../images/nav-arrow.png) no-repeat 7px 15px;
	padding: 10px;
	text-decoration: none;
	text-indent: 7px;
}
#recruit #recruitList .right aside ul li a:hover {
	display: block;
	background-color: #E7E7E7;
}
#sidebar {
	padding-top: 70px;
}
.scrollFixIt {
	display: none;
}
/**お問い合わせ**/
#contact #telMail {
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: url(../images/contact-img-white.png);
	background-repeat: no-repeat;
	height: 661px;
	width: 985px;
}
#contact #telMail p {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #f39800;
}
#contact #telMail p.telcontact {
	position: absolute;
	margin-left: 52px;
	margin-top: 137px;
	width: 371px;
}
#contact #telMail p.telcontact span.telphone {
	font-size: 46px;
}
#contact #telMail p.mailcontact {
	position: absolute;
	margin-left: 528px;
	margin-top: 62px;
}
#contact #telMail p.mailcontact span.mailaddress {
	font-size: 36px;
}
#contact div.contactText {
	padding-bottom: 60px;
}
#contact .headline {
	color: #f39800;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
/**アクセス方法**/
#access #accessInfo figure {
	margin-bottom: 20px;
}
#access #accessInfo dl {
	background: url(../images/h3-line-bg.png) repeat-x bottom;
	margin-bottom: 20px;
	padding-left: 5px;
}
#access #accessInfo dl dt {
	font-weight: bold;
	color: #f39800;
	float: left;
	margin-right: 15px;
	font-size: 16px;
}
#access #accessInfo dl dt {
	font-size: 16px;
}
#access #accessInfo #address {
	float: left;
	width: 670px;
}
#access #accessInfo #tel {
	float: right;
	width: 300px;
}

/**アクセス（会社情報内）**/
#campany_access #accessInfo figure {
	margin-bottom: 20px;
}
#campany_access #accessInfo dl {
	background: url(../images/h3-line-bg.png) repeat-x bottom;
	margin-bottom: 20px;
	padding-left: 5px;
}
#campany_access #accessInfo dl dt {
	font-weight: bold;
	color: #f39800;
	margin-right: 15px;
	font-size: 16px;
}
#campany_access #accessInfo dl dd {
	padding-bottom: 5px;
}
/** 保有スキル・事例 **/
#skill {
	padding-bottom: 50px;
}
#skill .period {
	color: #f39800;
	margin-right: 3px;
}
#skill .noPeriod {
	margin-left: 16px;
}
#skill .leftSpace {
	margin-left: 86px;
}
#skill #skillList .left {
	width: 700px;
	float: left;
}
#skill #skillList .left section {
	float: left;
	width: 100%;
	padding-top: 60px;
}
#skill #skillList .left section dl dt {
	width: 95%;
	font-size: 16px;
	font-weight: bold;
	border-bottom: dotted 1px #515151;
	margin-bottom: 10px;
}
#skill #skillList .left section dl dd {
	width: 90%;
	margin-bottom: 25px;
}
#skill #skillList .left section dl dd ul li {
	margin-bottom: 5px;
}
#skill #skillList .right {
	margin-left: 750px;
}
#skill #skillList .right aside {
	background: url(../images/h3-line-bg.png);
	padding: 5px;
}
#skill #skillList .right aside h3 {
	padding: 10px;
	color: #FFFFFF;
	background-color: #626262;
}
#skill #skillList .right aside ul {
	background-color: #FFF;
}
#skill #skillList .right aside ul li {
	border-top: #ADADAD solid 1px;
}
#skill #skillList .right aside ul li:first-child {
	border-top: none;
}
#skill #skillList .right aside ul li a {
	display: block;
	background: #FFF url(../images/nav-arrow.png) no-repeat 7px 15px;
	padding: 10px;
	text-decoration: none;
	text-indent: 7px;
}
#skill #skillList .right aside ul li a:hover {
	display: block;
	background-color: #E7E7E7;
}
#skill #skillList div.skillBox {
	float: left;
	width: 100%;
}
#skill #skillList div.skillLeft {
	width: 50%;
	float: left;
}
#skill #skillList div.skillRight {
	width: 50%;
	float: left;
}

#skill #skillList .left section#skill02 dl dt {
    width: 95%;
    font-size: 16px;
    font-weight: normal;
    border-bottom: dotted 1px #515151;
    margin-bottom: 10px;
}

#skill #skillList .left section#skill02 dl {
    padding-left: 10px;
}

#skill #skillList .left section#skill02 > dl > dt {
    border-bottom: dotted 0;
    font-weight: bold;
}

#skill #skillList .left section#skill02 > dl {
    padding-left: 0px;
}

#skill #skillList #skill02 dl dt {
    width: 100%;
}

#skill #skillList #skill02 dl dd {
    width: 100%;
}

#skill02 dl {
    margin-bottom: 30px;
}

#skill #skill02 #app01 ul.images {
    margin: 20px;
}

#skill #skill02 #app01 ul.images li {
    width: 150px;
    float: left;
    border: 2px solid #474747;
    margin-right: 10px;
}
#skill #skill02 #app01 ul.images li img {
    width: 100%;
}

#skill #skill02 #app02 ul.images {
    margin: 20px;
}

#skill #skill02 #app02 ul.images li {
    width: 300px;
    float: left;
    border: 2px solid #474747;
    margin-right: 20px;
    margin-bottom: 10px;
}

#skill #skill02 #app02 ul.images li img {
    width: 100%;
}
