@charset "UTF-8";
/* CSS Document */

/* About Us */
#about .full {
	margin: 0 auto;
	padding: 0 0;
	background-image: url("../img/concept_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}

#about h1 {
vertical-align: middle;
margin: 0 auto;
padding: 80px 0 30px;
}

.consept {
	margin: 0 auto;
	text-align: center;
}

#about .consept h2 {
	color: #1116be;
	font-size: 28px;
	padding: 0 0 20px;
	letter-spacing: 4px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}
#about .consept p {
	padding: 0 0 80px;
	color: #1116be;
	line-height: 2.5;
}

#about .fullWork {
	margin: 0 auto;
	padding: 0 0;
	background-image: url("../img/work_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
}

#about .fullWork h2 {
color: #fff;
font-family: 'Ubuntu', sans-serif;
font-size: 24px;
letter-spacing: 3px;
font-weight: 600;
text-align: center;

}

#about .workBox {
	margin: 0 auto;
	padding: 110px 50px 290px;
}

#about .box {
	margin: 0 0 0 auto;
	padding: 30px;
	border: 3px solid #FFF;
	width: 335px;
	height: 245px;
	box-sizing: border-box;
	text-align: left;
	background-color:rgba(0,0,0,0.3);
	
}
#about .box p {
	padding: 20px 10px;
	line-height: 1.5;
color: #fff;
}

#about .normal {
	margin: 0 auto;
	padding: 50px 0 0;
}

.item {
	margin: 0 auto;
	text-align: center;
	
}
.item h2 {
color: #fff;
font-family: 'Ubuntu', sans-serif;
font-size: 24px;
letter-spacing: 3px;
font-weight: 600;
text-align: center;
background:  #151ce0;
position: relative;
  padding: 7px 0;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-2;
}


.item h2:before {
 position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

.item h2:after {
 position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}



.item p {
 padding: 10px 0 30px;
}

.item dl {
	margin: 0 0;
	padding: 30px 20px 20px;
	display: inline-block;
	width: 422px;
	height: 580px;
	vertical-align: top;
}
.item dt img { 
 border: 1px solid #000;
}
.item dt {
font-family: 'Ubuntu', sans-serif;
font-size: 24px;
font-weight: 600;

}

.listBtn {
margin: 20px auto 30px;
text-align: center;
}

.listBtn a {
    padding: 5px;
    display: inline-block;
    text-decoration: none;
    width: 180px;
    height: 30px;
    background: #151ce0;
    border: 2px solid #151ceo;
    color: #fff !important;
    border-radius: 16px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.listBtn a:hover {
    padding: 5px;
    line-height: 18px;
    background-color: transparent;
    border: 2px solid #6367F0;
    color: #6367F0 !important;
    border-radius: 16px;


}

/* company */
#company .full {
	margin: 0 auto;
	padding: 0 0;
	background-image: url("../img/company.png");
	background-repeat: no-repeat;
	background-size: cover;
}

#company h1 {
vertical-align: middle;
margin: 0 auto;
padding: 60px 0;
text-align: center;
color: #fff;
font-size: 28px;
letter-spacing: 2px;
}

#company .normal {
	margin: 0 auto;
	padding: 50px 0 0;
}

.profile {
	margin: 0 auto;
	text-align: center;
	
}
.profile h2 {
color: #fff;
font-family: 'Ubuntu', sans-serif;
font-size: 24px;
letter-spacing: 3px;
font-weight: 600;
text-align: center;
background:  #151ce0;
position: relative;
  padding: 7px 0;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-2;
}


.profile h2:before {
 position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

.profile h2:after {
 position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}

.profileBox {
 width: 1020px;
margin: 0 auto;
	padding: 80px 0;
}

.tittle {
font-size: 18px;
font-weight: bold;
color: #151ce0;
	text-align: left;
}
.profileBox dl{
margin: 0 auto;
width: 100%;
border-bottom: 1px #959595 solid;
}


.profileBox dt{
display: inline-block;
padding: 30px 50px;
width: 280px;
text-align: center;
font-size: 18px;
font-weight: bold;

}

.profileBox dd{
padding: 30px 50px 30px 30px;
display: inline-block;
width: 740px;
vertical-align: top;
text-align: left;
font-size: 14px;
}
.center {
	text-align: center;
}


/* contact */
#contact .full {
	margin: 0 auto;
	padding: 0 0;
	background-image: url("../img/company.png");
	background-repeat: no-repeat;
	background-size: cover;
}

#contact h1 {
vertical-align: middle;
margin: 0 auto;
padding: 60px 0;
text-align: center;
color: #fff;
font-size: 28px;
letter-spacing: 2px;
}

#contact .normal {
	margin: 0 auto;
	padding: 70px 0 0;
}

.form_bg {
margin: -30px auto 0;
padding: 30px 30px;
width: 950px;
position: relative;
text-align: center;
background: #e5e5e5;
border-radius: 4px;
z-index: 1;
}
.form_bg h2 {
width: 1020px;
left: -32px;
color: #fff;
font-family: 'Ubuntu', sans-serif;
font-size: 24px;
letter-spacing: 3px;
font-weight: 600;
text-align: center;
background:  #151ce0;
position: relative;
  padding: 7px 0;
  margin-left: -33px;
  line-height: 1.3;
  z-index:3;
}
.formBox {
	margin: 0 0;
	padding: 0 30px 30px;
	text-align: left;
}


.form_bg h2:before {
 position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: 2;
}

.form_bg h2:after {
 position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: 2;
}

.form_bg p{
	padding: 30px 0 50px;
	color: #151ce0;
}

.formBox dl {
padding: 0 0 20px 0;
}

.formBox dt {
display: inline-block;
width: 150px;
line-height: 2.5;
vertical-align: middle;

}
.formBox dt span {
background: red;
color: #fff;
padding: 5px 8px;
margin: 0 5px 0;
border-radius: 3px;
}

.formBox dd {
display: inline-block;
width: 680px;
vertical-align: top;
}
.formBox input{
    background-color: #fff;
    width: 100%;
    line-height: 2.5;
    text-indent: 10px;
    border-radius: 2px;
}

.formBox textarea {
    background-color: #fff;
    width: 100%;
    height: 260px;
    resize: vertical;
}
.formBox btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 50px;
}
.formBox btn input {
    width: 100px;
    height: 40px;
    color: #fff;
	background: #151ce0;
    border-radius: 4px;
}

.formBox btn input:hover {
border: 2px solid #151ce0;
    background: #fff;
    color: #151ce0;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.radioBtn input {
    width: 20px;
    margin-left: 20px;
}

.thanks {
    width: 760px;
    margin: 0 auto;
    padding: 50px 5%;
    text-align: center;
}
.thanks h2 {
    padding: 10px 0;
}


.thanks p {
    padding: 10px 0;
}
.thanks btn {
    margin: 80px auto 0;
    display: inline-block;
    width: 140px;
    height: 50px;
    line-height: 50px;
}
.thanks btn a {
    text-decoration: none;
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #151ce0;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #151ce0;

}
.thanks btn a:hover {
    border: 2px solid #151ce0;
    background: #fff;
    color: #151ce0;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*--list--*/
#list .full {
	margin: 0 auto;
	padding: 0 0;
	background-image: url("../img/company.png");
	background-repeat: no-repeat;
	background-size: cover;
}

#list h1 {
    vertical-align: middle;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
    letter-spacing: 2px;
}
#list .normal {
	margin: 0 auto;
	padding: 50px 0 0;
}
.list {
    margin: 0 auto;
    text-align: center;
}
.list h2 {
color: #fff;
font-family: 'Ubuntu', sans-serif;
font-size: 24px;
letter-spacing: 3px;
font-weight: 600;
text-align: center;
background:  #151ce0;
position: relative;
  padding: 7px 0;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-2;
}

.list h2:before {
 position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

.list h2:after {
 position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}
.list p {
    padding: 10px 0;
}
.listBox {
    margin: 0 auto;
    padding: 20px 50px;
}

#list table {
     margin: 20PX auto;
    width: 560px;
  border-collapse: collapse;
}
#list table th, #list table td {
  border: solid 1px #5B5B5B;
  text-align: left;
padding: 5px;
}
#list table th{
    background: #eee;
    font-weight: 600;
}
#list table caption {
    text-align: left;
    color: #151ce0;
    font-weight: 600;
}



@media screen and (max-width:1200px){
.item h2 {
    width: 80%;
    display: inline-block;
    }
.profileBox {
    width: 100%;
    padding: 5% 2%;
    box-sizing: border-box;
}
.profile h2 {
    width: 90%;
    display: inline-block;
}
.profileBox dt {
    width: 30%;
}
.profileBox dd {
    width: 70%;
}
#contact .normal {
    padding: 30px 0 0;
    }
.form_bg {
    width: 100%;
    position: static;
    }
.form_bg h2 {
    width: 90%;
    display: inline-block;
    left: 0px;
}
.form_bg h2:before {
    border-left: solid 40px #e5e5e5;    
    }
.form_bg h2:after {
        border-bottom: solid 79px #e5e5e5;
    }
    .formBox {
        padding: 0 10px 30px;
    }
.formBox dt {
    width: 20%;
    }
.formBox dd {
    width: 75%;
    }
.list h2 {
    width: 90%;
    display: inline-block;
}


}
@media screen and (max-width:768px){

#about .box {
    margin: 0 auto;
    width: 85%;
    height: 50%;

}
.item dl {
    width: 100%;
    height:auto;
    }
.item dt img {
    max-width: 382px;
    width: 90%;
    }
.profileBox dt {
    width: 100%;
    padding: 30px 0 0;
}
.profileBox dd {
    width: 80%;
    padding: 30px 30px;
    text-align: center;
}
.formBox dt {
    width: 100%;
    }
.formBox dd {
    width: 100%;
    } 
    .pcFtMenu li {
    padding: 10px 10px;
    }
#about .consept h2 {
	font-size: 18px;
    }
#about .consept p {
    padding: 0 10px 80px;
    line-height: 1.8;
    }
.item dt {
    font-size: 16px;
    }
.profile h2 {
    font-size: 18px;
    }
.form_bg h2 {
    font-size: 18px;
    }
.checkList li::before {
    content: url(../img/check-square-small.png);
    padding: 0 10px;
    position: static;
}
.listBox {
    margin: 0 auto;
    padding: 20px 5%;
}
#list table {
    width: 100%;
}
  

footer p {
        font-size: 12px;
    }
}