

.fixed-bg {
  background-size: cover;
  background-position: center;
			background-repeat: no-repeat;
			padding-top: 300px;
padding-bottom: 300px;
}
 




.fixed-bg_fx {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
			background-repeat: no-repeat;
overflow: hidden;
min-height: 220px;
}
 

.bg_fx {
  background-image: url(/images/bg_fx.jpg);
}





.fixed-bg .body {
margin:  0 0;
/*margin-top: -200px;*/
/*margin-left: 100px;*/
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}


.fixed-bg .body p {
text-align: center;
padding-right: 70px;
}




#mv {
background-image: url(/images/mv_bk.jpg);
background-repeat: no-repeat;
background-size: cover;
min-height: 70vh;
background-position: center;
max-height: 800px;
}


#mv dl {
text-align: center;
padding-top: 100px;
}

#mv dl dt {
font-size: 3em;
color: #2abc2a;
letter-spacing: 0.2em;
font-weight: bold;
padding-bottom: 40px;
text-shadow: 2px 2px 6px #fff;
}

#mv dl dd {
font-size: 4em;
color: #fff;
font-weight: bold;
text-shadow: 3px 3px 6px #666;
}



#mv h2 {
padding-top: 100px;
width: 50%;
margin-left: auto;
margin-right: auto;
}


#mv h2 img {
width: 100%;
height: auto;
}






/*==========================corporate================================*/


#corporate {
}


.top_text {
font-size: 18px;
text-align: center;
letter-spacing: 0.2em;
padding-top: 20px;
line-height: 2em;
}



.fixed-bg_fx2 {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
background-repeat: no-repeat;
overflow: hidden;
min-height: 220px;
padding-top: 80px;
padding-bottom: 80px;
}
 

.bg_fx2 {
  background-image: url(/images/corporate_top_bk.jpg);
}



.body_wrap {
	max-width: 1200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
}




.button {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}


.button i {
padding-right: 2%;
}


.button a {
color: #fff;
text-decoration: none;
}


.button a:hover {
color: #333;
}



.btn-animation:before, .btn-animation:after {
    content: "";
    display: block;
    background-color: #000;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}


.btn-animation:hover:before, .btn-animation:hover:after {
    width: 0;
    background-color: #000;
}


.btn-animation:after {
    right: 0;
}


.btn-animation:before {
    left: 0;
}


.btn-animation {
    display: inline-block;
    width: 50%;
    text-align: center;
    background-color: #fff;
    border: 2px solid #000;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 4px;
    position: relative;
}


.btn-animation span {
    position: relative;
    z-index: 1;
}





/*==========================corporat　上================================*/


/*==========================producte================================*/
#product {

}

.bg_fx3 {
  background-image: url(/images/product_top_bk.jpg);
}



#product .bk_white {
 background-color:rgba(255,255,255,0.8);
 width: 100%;
 min-height: 36vh;
 margin: auto;
 text-align: center;
}


#product .in_box {
padding-top: 50px;
padding-bottom: 50px;
}





#product .bottom_text {
font-size: 17px;
text-align: center;
letter-spacing: 0.2em;
padding-top: 4px;
font-weight: bold;
}


#product ul {
overflow: hidden;
margin-top: 30px;
}

#product ul li {
width: 23%;
float: left;
margin-right: 2%;
}

#product ul li img {
width: 100%;
height: auto;
}


#product ul li:last-child {
margin-right: 0;
}





/*==========================business================================*/


#business {
}


.bg_fx4 {
  background-image: url(/images/business_top_bk.jpg);
}


#business h3:before{
background-color: #fff;
}




.big_text {
text-align: center;
font-size: 2em;
padding-top: 40px;
line-height: 2em;
}

.small_text {
text-align: center;
padding-top: 30px;
line-height: 2em;
}


.white_tx {
color: #fff;
}



/*==========================content================================*/

#contact_top {
    background-image: url(/images/contact/contact_top_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 260px;
    background-position: center;
}




#content {
background: #333333;
}


#content h3:before{
background-color: #fff;
}



.gray_bk {
background: #333333;
}


#content ul {
overflow: hidden;
margin-top: 40px;
box-sizing: border-box;
border-top: #fff solid 1px;
border-bottom: #fff solid 1px;
margin-bottom: 60px;
}


#content ul li {
width: 50%;
float: left;
display: block;
padding-top: 20px;
padding-bottom: 20px;
box-sizing: border-box;
border-bottom: #fff solid 1px;
border-right: #fff solid 1px;
}



#content ul li:nth-child(2n) {
border-right:none;
}


#content ul li:nth-of-type(5n) {
border-bottom:none;
}

#content ul li:nth-of-type(6n) {
border-bottom:none;
}



#content ul li p {
width: 38%;
float: left;
margin-right: 2%;
margin-left: 4%;
}

#content ul li p img {
width: 100%;
height: auto;
}

#content ul li dl {
width: 50%;
padding-right: 3%;
display: inline-block;
}

#content ul li dl dt {
font-size: 18px;
font-weight: bold;
}


#content ul li dl dd {
font-size: 15px;
padding-top: 20px;
line-height: 2em;
}




/*==========================bases================================*/


#bases {
}



#bases h3:before{
background-color: #fff;
}



.bg_fx5 {
  background-image: url(/images/bases_top_bk.jpg);
}


#bases .details {
width: 40%;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}



#bases .details p.new_red {
width: 60px;
color: #fff;
background-color: #f00;
display: inline-block;
text-align: center;
margin-right: 20px;
margin-bottom: 10px;
float: left;
}


#bases p.new_blue {
width: 100px;
color: #fff;
background-color: #337ab7;
display: inline-block;
text-align: center;
margin-right: 20px;
margin-bottom: 100px;
float: left;
}





.blinking {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


#bases .details dl {
display: inline-block;
}






#bases .partner {
overflow: hidden;
width: 80%;
margin-left: auto;
margin-right: auto;
}


#bases .partner li {
width: 48%;
float: left;
margin-top: 30px;
margin-right: 4%;
}


#bases .partner li:last-child {
margin-right: 0;
}



#bases .partner li dl dd a {
color: #fff;
}





/*==========================contact================================*/


#contact {

}


.bg_fx6 {
  background-image: url(/images/contact_top_bk.jpg);
}


#contact dl {
text-align: center;
}



#complete .top_title {
    font-size: 28px;
    letter-spacing: 0.2em;
   font-weight: bold;
   text-align: center;
   padding-top: 60px;
}


#complete .top_text {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: 0;
}



#complete .text {
font-size: 16px;
line-height: 1.8em;
text-align: center;
}



#complete .color_box_gr {
    color: #333;
    font-weight: bold;
    font-size: 19px;
    background-color: #c4c4c4;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}


#complete .recruitBox .list {
    margin-bottom: 20px;
    text-align: center;
}


#complete .recruitBox .list li {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 20px;
}


