@charset "utf-8";

/* ----------------------------------------------------------------------------
    mainImg
------------------------------------------------------------------------------ */
#mainImg {
	width: 100%;
	height: 500px;
	background: url(images/bg_main.png) #fff no-repeat center center;
	box-shadow: 0 -10px 10px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 -10px 10px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0 -10px 10px rgba(0,0,0,0.1) inset;
}
#mainImg div {
	width: 540px;
	/* 追記 */
	max-width: 100%;
	/* padding: 80px 220px; */
	padding: 115px 0;
	margin: 0 auto;
}
#mainImg div h2 {
	margin: 0 0 30px;
	text-align: center;
}
#mainImg div p {
	font-size: 15px;
	line-height: 2;
	text-align: center;
}

.main-header {
    display: none;
}


/* ----------------------------------------------------------------------------
    main
------------------------------------------------------------------------------ */
main {
}

/* ----------------------------------------------------------------------------
    Service
------------------------------------------------------------------------------ */
#service {
	position: relative;
	width: 100%;
	padding: 40px 0 0;
	box-shadow: 0 -10px 10px rgba(0,0,0,0.1) inset;
}
#service .inner {
	width: 940px;
	padding: 0 40px ;
	margin: 0 auto;
}

#service .tit{
    font-size: 20px;
	color: #000027;
}

#service .en{
    margin-bottom: 20px;
    display: block;
    color: #ccc;
    font-size: 16px;
	letter-spacing: 0.05em;
}

#service .inner a {
	display: block;
	float: left;
	width: 210px;
	margin: 0 30px 0 0;
	padding: 0 0 40px;
	color: #333;
	text-decoration: none;
}
#service .inner a:nth-child(4n) {
	margin: 0;
}
#service .inner a.active {
	background: url(images/img_arrow.jpg) no-repeat center bottom;
}

/*#service .inner a:hover{
opacity:0.7;
	transition:0.3s;
}
*/

#service .inner a img {
	display: block;
	margin: 0 0 10px;
}
#service .inner a p {
	height: 70px;
	font-size: 16px;
}

#service #slider {
	width: 100%;
}
#service #slider div {
	background: #efefef;
}
#service #slider div.type1 div {
	position: relative;
	width: 980px ;
	height: 400px;
	padding: 30px 50px 30px;
	margin: 0 auto;
}
#service #slider div.type1 div h3 {
width: 440px;
    margin: 0 0 30px;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000027;
}
#service #slider div.type1 div p {
	/* width: 440px; */
	/* 追記 */
	width: 44.8%;
	margin: 0 0 30px;
	line-height: 1.8;
}
#service #slider div.type1 div p.slideImg {
	position: absolute;
	top: 30px;
	right: 10px;
	padding: 0;
	margin: 0;
}
#service #slider div.type1 div p.slideImg img {
	width: 100%;
	height: 400px;
    object-fit: cover;
}

#service #slider div.type2 div {
	position: relative;
	width: 960px ;
	height: 400px;
	padding: 30px 50px 30px;
	margin: 0 auto;
}
#service #slider div.type2 div h3 {
	/* width: 440px; */
	/* padding: 0 0 0 520px; */
	/* margin: 0 0 30px; */
	/* 追記 */
	width: 44.8%;
	margin-left: auto;
	font-size: 38px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000027;
}
#service #slider div.type2 div p {
	/* width: 440px; */
	/* padding: 0 0 0 520px; */
	/* 追記 */
	width: 44.8%;
	margin: 0 0 30px;
	margin-left: auto;
	line-height: 1.8;
}
#service #slider div.type2 div p.slideImg {
	position: absolute;
	top: 30px;
	left: 50px;
	padding: 0;
	margin: 0;
}
#service #slider div.type2 div p.slideImg img {
	width: 100%;
	height: 400px;
    object-fit: cover;
}

/* ----------------------------------------------------------------------------
    Performance
------------------------------------------------------------------------------ */
#performance {
	position: relative;
	z-index: 2;
	width: 100%;
	background: url(images/bg_performance.jpg) no-repeat center center;
/*	box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 -10px 10px rgba(0,0,0,0.1);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100%;
}
#performance .inner {
	width: 980px;
	max-width: calc(100% - 20px * 2);
	padding: 0 20px;
	margin: 0 auto;
}
#performance .inner section.case {
	float: left;
	width: 390px;
	max-width: calc(100% - 40px * 2);
	/*height: 505px;*/
	padding: 40px;
	margin: 0 20px 0 0;
	/*background: url(images/bg_performance_case.png) no-repeat center top;*/
	color: #000027;
	background: #fff;
	border-radius: 10px;
	min-height: 280px;
}
#performance .inner section.case .num {
	width: 100px;
	padding: 5px 2px;
	margin: 0 auto 10px;
	border: solid 1px #9898a8;
	
	text-align: center;
	line-height: 1;
}
#performance .inner section.case h3 {
	width: 390px;
	max-width: 100%;
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: solid 1px  #000027;
	font-size: 20px;
	text-align: center;
}
#performance .inner section.case dl {
	width: 390px;
	margin: 0 0 20px;
}
#performance .inner section.case dl dt {
/*	padding: 0 0 0 10px;
	background: url(images/item_performance_01.jpg) no-repeat left center;*/
	font-weight: bold;
	font-size: 16px;
}
#performance .inner section.case dl dd {
	margin: 0 0 10px;
	font-size: 16px;
}
#performance .inner p {
	font-size: 16px;
}

#performance .inner section.case .means {
	width: 390px;
	height: 215px;
	padding: 15px 0;
	background: #fff;
}
#performance .inner section.case .means h4 {
	width: 95px;
	height: 20px;
	padding: 5px 10px;
	margin: 0 0 20px;
	background: url(images/item_performance_02.jpg) no-repeat center center;
	font-weight: bold;
	color: #fff;
}
#performance .inner section.case .means ol {
	width: 350px;
	padding: 0 20px;
}
#performance .inner section.case .means ol li {
	width: 350px;
	margin: 0 0 20px;
}
#performance .inner section.case .means ol li img {
	display: block;
	float: left;
	width: 35px;
	margin: 0 10px 0 0;
}
#performance .inner section.case .means ol li p {
	float: left;
	width: 305px;
}

/* ----------------------------------------------------------------------------
    Q&A
------------------------------------------------------------------------------ */
#qa {
	position: relative;
	z-index: 3;
	width: 100%;
	background: #eee;
	box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
}
#qa .inner {
}
#qa .inner ul {
	width: 980px;
	padding: 0 0 0 40px;
}
#qa .inner ul li {
	float: left;
	width: 320px;
}
.answer {
	display: none;
	width: 600px;
	padding: 40px 80px;
	background: #fff;
}
.answer dt {
	width: 550px;
	padding: 0 0 20px 50px;
	margin: 0 0 30px;
	border-bottom: solid 2px #000027;
	background: url(images/item_icon_q.jpg) no-repeat left top;
	color: #000027; 
	font-size: 20px;
}
.answer dd {
	width: 550px;
	padding: 0 0 0 50px;
	background: url(images/item_icon_a.jpg) no-repeat left top;
	line-height: 1.8;
	font-size: 16px;
}
.answer dd dl {
	width: 600px;
}
.answer dd dl dt {
	width: 600px;
	padding: 0;
	margin: 0 0 10px;
	background: none;
	border: none;
	color: #000027; 
	font-size: 14px;
	font-weight: bold;
}
.answer dd dl dd {
	margin: 0 0 30px;
	padding: 0;
	background: none;
}

/* ----------------------------------------------------------------------------
    Company
------------------------------------------------------------------------------ */
#company {
	position: relative;
	z-index: 4;
	width: 100%;
	background: #000027;
	box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
}
#company a {
	color: #cbcbd3;
}
#company .inner {
	width: 940px;
	padding: 0 40px;
}
#company .inner table {
	width: 440px;
}
#company .inner table tr {
	width: 440px;
}
#company .inner table tr th,
#company .inner table tr td {
	padding: 10px 0;
}
#company .inner table tr th {
	padding: 10px 20px 10px 0;
	color: #fff;
	font-size: 16px;
}
#company .inner table tr td {
	padding: 10px 0;
	color: #cbcbd3;
	font-size: 16px;
}
#company .map {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}

/* ----------------------------------------------------------------------------
    Contact
------------------------------------------------------------------------------ */
#contact {
	position: relative;
	z-index: 5;
	width: 100%;
	box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
}
#contact .inner {
	width: 940px;
	padding: 0 40px;
	margin: 0 auto;
}
#contact .inner form {
	float: left;
	width: 470px;
	max-width: 100%;
	margin: 0 60px 0 0 ;
}
#contact .inner form p {
	margin: 0 0 10px;
	font-weight: bold;
}

#contact .inner .error {
	color:#FF0004;
	margin-bottom: 20px;
}

#contact .inner .tel {
	float: left;
	width: 410px;
    max-width: 100%;
}
#contact .inner .tel h4 {
	margin: 0 0 20px;
}
#contact .inner .tel p {
	margin: 0 0 20px;
}

/* ----------------------------------------------------------------------------
    input
------------------------------------------------------------------------------ */
input {
	width: 460px;
	max-width: calc(100% - 10px * 2);
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 15px;
	
}

input:focus {
	border: 1px solid #777;
}
textarea {
	width: 460px;
	max-width: calc(100% - 10px * 2);
	height: 8em;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 15px;
}

textarea:focus {
	border: 1px solid #777;
} 


input[type="submit"] {
    width: 155px;
    height: 45px;
    padding: 0;
    /* background: url(images/bt_submit_off.jpg) no-repeat center center; */
    cursor: pointer;
    background: #ddd;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;	
}
input[type="submit"]:hover {
    /*background: url(images/bt_submit_on.jpg) no-repeat center center;*/
    cursor: pointer;
    background:#ccc;
    transition:0.3s;
    border-radius: 5px;
}

input[type="button"] {
    width: 155px;
    height: 45px;
    padding: 0;
    /* background: url(images/bt_submit_off.jpg) no-repeat center center; */
    cursor: pointer;
    background: #ddd;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;	
	-webkit-appearance: none;
}
input[type="button"]:hover {
    /*background: url(images/bt_submit_on.jpg) no-repeat center center;*/
    cursor: pointer;
    background:#ccc;
    transition:0.3s;
    border-radius: 5px;
}


.mt20{
	margin-top:20px!important;
}