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

.mtbH2{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 40px;
}

.mtbH2 span{
	font-size: 35px;
	font-family: "Roboto Condensed";
	display: block;
	font-weight: normal;
	color: #3e5097;
	position: relative;
	margin-bottom: 15px;
}

.mtbH2 span:before {
    content: '';
    position: absolute;
    bottom: -12px;
    display: inline-block;
    width: 50px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #3e5097
}

.mtbBtn{
	background-color: #162e86;
	color: #FFFFFF;
	text-align: center;
	transition: all 0.3s ease 0s;
	border: 1px solid #162e86;
	position: relative;
}

.mtbBtn:hover{
	background-color: #FFFFFF;
	color: #162e86;
	text-align: center;
	text-decoration: none;
	border: 1px solid #162e86;
}

.topMain .imgBox{
	width: 100%;
}

.topMain {
  background: url(../images/index/topmain.jpg) center center no-repeat;
  background-size: cover;
  padding: 300px 0 250px 0;
}


.topMain .topMainTxt h1{
  font-size: 95px;
  font-family: "Roboto Condensed";
  line-height: 1;
  font-weight: normal;
  margin-bottom: 15px;
  color: #3e5097;
  text-shadow: 5px 5px 0 #fff,
               -5px 5px 0 #fff,
               5px -5px 0 #fff,
               -5px -5px 0 #fff;
}

.topMain .topMainTxt p{
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 25px;

  font-weight: bold;
  color: #111111;
  text-shadow: 5px 5px 0 #fff,
               -5px 5px 0 #fff,
               5px -5px 0 #fff,
               -5px -5px 0 #fff;
}

.topMain .mtbBtn{

	width: 300px;
	display: block;
padding: 10px 0px;
	margin: auto;
}


.mtbBtn::after{
 content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 5%;
}


.brandTitle{
	background-image: url("../images/index/aboutback.jpg");
	background-size: cover;
background-position: center;
background-repeat: no-repeat;
	padding: 100px 0px;
}

.topBrand ul{
width: 100%;
margin-bottom: 60px;	
}

.topBrand li{
	width: 33.33%;
	float: left;
		position: relative;
		transition: all 0.3s ease 0s;
}

.topBrand li:hover{
	opacity: 0.5 ;
}


.topLiH3{
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF
}

.topLiH3 span{
	font-size: 35px;
	font-family: "Roboto Condensed";
	display: block;
	font-weight: normal;
	position: relative;
	margin-bottom: 10px;
}

.topLiH3 span:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 50px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFFFFF
}

.topCompany li {
	width: 32%;
  float: left;
	margin-bottom: 60px;
	margin-right: 2%;
	transition: all 0.3s ease 0s;
}

.topCompany li img {
  margin-bottom: 10px;
}

.topCompany li:last-child {
  margin-right: 0;
}

.topCompany li:hover{
	opacity: 0.5 ;
}

.topCompany li h3::after{
 content: "\f105";
	font-family: FontAwesome;
	    position: relative;
    left: 10px;
}


.topCompany li h3{
text-align: left;
font-size: 15px;
	color: #162e86;
}

.topCompany li p{
text-align: left;
font-size: 14px;	
}

.topRecruit .mtbBtn{
width: 175px;
    padding: 5px 0px;
    display: block;
    margin: auto;
}

.topRecruit .mtbH2{
	    margin-bottom: 30px;
}

.topRecruit p{
	margin-bottom: 30px;
}

.topRecruit{
background-image: url("../images/index/recback.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;	
padding: 60px 0px;
}

@media screen and (max-width:767px){
  .topMain {
    padding: 70px 0 50px 0;
  }
}

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



.inner{
width: 90%;
margin: 0 auto;
}	
	
  ._pc { display:none!important; }
  ._sp { display:block!important; }		
	
.topLiH3 {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
}	


.topLiH3 span {
    font-size: 25px;
    font-family: "Roboto Condensed";
    display: block;
    font-weight: normal;
    position: relative;
    margin-bottom: 15px;
}	

.topMain {
    height: 500px;
    overflow: hidden;
    position: relative;
}	
	
.topMain .topMainTxt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
}	
	
.topMain .topMainTxt p {
    font-size: 18px;
    width: 95%;
    line-height: 1.6;
    margin: 0px auto 15px;
}	
	
	
.topMain .topMainTxt h1 {
    font-size: 35px;
    font-family: "DIN Alternate";
    margin-bottom: 20px;
}	

	
.topRecruit .mtbH2 {
    margin-bottom: 0px;
}		

.topBrand li {
    width: 100%;
    height: 250px;
    overflow: hidden;
    float: none;
    position: relative;
}	
	
.topCompany li {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 0px;
}	
	
.topCompany li img{
    margin-bottom: 10px;
}		
	
.topRecruit {
    background-image: url("../images/index/recbacksp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0px;
}	

.brandTitle {
    background-image: url("../images/index/aboutback.jpg");
    background-position: left;
    padding: 50px 0px;
	background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
}	
	
.topRecruit .mtbBtn {
    width: 35%;
    padding: 5px 0px;
    display: block;
    margin: auto;
}	

.topMain .mtbBtn {
    width: 90%;
	padding: 5px 0px;
}	
	
.topRecruit p {
    width: 80%;
    margin: 10px auto 20px;
}
	
}

.topNews {
  padding: 45px 0;
}

.topNews ul {
  margin-bottom: 20px;
}

.onlineBt {
  width: 90%;
  max-width: 300px;
  margin: 40px auto 0 auto;
}

.onlineBt a {
  display: block;
  color: #162e86;
  border: 1px solid #162e86;
  background: #fff;
  padding: 12px 0;
  font-weight: bold;
  transition: .15s;
}

.onlineBt a::before {
	content: "\f07a";
	font-family: FontAwesome;
	margin-right: 6px;
	font-weight: normal;
}

.onlineBt a:hover {
  background: #162e86;
  color: #fff;
}


.instaBox {
  background: #f8f8f8;
  padding: 40px 0;
}

.topNews .mtbH2,
.instaBox .mtbH2{
  margin-bottom: 10px;
}

/*.topNews .mtbH2 span,
.instaBox .mtbH2 span{
    font-size: 35px;
    font-family: "Roboto Condensed";
    display: block;
    font-weight: normal;
    color: #3e5097;
    position: relative;
    margin: 0px 0px 25px;
}

.topNews .mtbH2 span:before {
  bottom: -15px;
}*/

.topNews .mtbBtn{
  font-size: 14px;
  width: 200px;
  display: block;
  padding: 4px 0px;
  margin: auto;
}

.postList li {
  width: 23%;
  float: left;
  margin: 0 2.6% 0 0;
  background: rgba(255,255,255,0.7);
  padding-bottom: 12px;
  text-align: left;
  border: 1px solid #ddd;
  padding: 15px;
}

.newsPage .postList li {
margin-bottom: 25px;
}

.postList li:nth-child(3n) {
  margin-right: 0;
}

.postThum {
  width: 100%;
  height: auto;
  padding-top: 66.67%;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}

@media screen and (max-width:767px){
  .postThum {
    padding-top: 50%;
  }
}

.postList li a {
  color: #333;
}

.postList li h4 {
  font-size: 14px;
	font-weight: normal;
  line-height: 24px;

}

.postDate {
  color: #162e86;
  font-size: 14px;
}


@media screen and (max-width: 599px) {
  .postList li {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
  }
}


.detail_content {
  text-align: left;
}


.detail_content p {
	font-size: 15px;
	margin-bottom: 10px;
}

.detail_content h1 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	border-left: 5px solid #162e86;
	padding-left: 20px;
}

.detail_content h2 {
	font-size: 24px;
	font-weight: bold;
  color: #162e86;
	margin-bottom: 15px;
}

.detail_content h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px solid #162e86;
	padding-bottom: 5px;
}

.detail_content h4 {
	font-size: 16px;
	color: #162e86;
	font-weight: bold;
	margin-bottom: 10px;
}

.detail_content h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.alignleft	{
  float: left;
	margin: 5px 40px 0 8px;
}

.alignright	{
  float: right;
	margin: 5px 8px 0 40px;
}

.detail_content img {
	width: auto;
	height: auto;
}

.detail_content ul {
  margin-bottom: 30px;
}

.detail_content ul li {
  list-style: disc;
  margin-bottom: 6px;
  list-style-position: inside;
	text-indent: -1.5em;
    padding-left: 1.5em;

}

.detail_content ol li {
  list-style: decimal;
  margin-bottom: 6px;
  list-style-position: inside;
	    text-indent: -1.5em;
    padding-left: 1.5em;

}


.detail_content table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin-bottom: 30px;
}

.detail_content table td,
.detail_content table th{
  background-color: #FFFFFF;
  text-align: left;
  padding: 25px;
  vertical-align: middle;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

@media screen and (max-width : 767px){
  .page_mainVisual {
    padding: 110px 0 50px 0;
  }
  
  .page_main_tit_eng {
    font-size: 26px;
  }
  
  .mainRecCom {
    margin-bottom: 50px;
  }

  .detail_content td {
    width: 50%!important;
    height: auto!important;
  }

}