/*all*/
body{
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-weight: normal;
}
.mincho{
    font-family: 'Hiragino Mincho ProN', 'Yu Mincho', serif!important;
}
a{
    color: #fff;
}
a:hover {
/*    color: #eee;*/
}
ul,li{
    list-style:none;
    margin: 0;
    padding: 0;
}
.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.inner--SS{
    width:700px;
    margin:0 auto;
}
.inner--S{
    width:970px;
    margin:0 auto;
}
.inner--M{
    width:1100px;
    margin:0 auto;
}
h2.block-tit {
    font-size: 25px;
    margin: 0 auto 40px;
    padding-bottom: 2px;
    text-align: center;
    border-bottom: 10px solid;
    width: 140px;
}
.block-tit.long{
    width: 215px;
}
.block-tit.bl{
    color:#4e7fc4;
}
.block-tit.bk{
    color:#333;
}
.arrow-down{
    width: 40px;
    height: 40px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: #fff;
    transform: rotate(36deg) skewX(-18deg);
    margin: 0 auto;
}
.arrow-down.abs{
    position: absolute;
    left: 0;
    right: 0;
    margin: -85px auto 0;
}
.arrow-down.bk{
    border-color: #fff;
}
br.sp{
    display:none;
}

/*head*/
#masthead,#navigation{
    background-color:#4e7fc4;
}
.navbar-header .navbar-brand img{
    max-width: 395px;
}
#navigation .navbar-nav {
    float: right;
    padding-top: 15px;
}
.page-wrapper {
    padding: 40px 0;
}
#masthead.sticky #navigation .navbar-nav > li > a {
    padding: 25px 25px;
}
.navbar{
    border: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}

/*slider*/
#slider{
    padding:0;
}
.slider-box .piclogo{
    text-align: center;
}
.slider-box .piclogo img{
    display: inline-block;
    margin-top: 67px;
    max-width: 641px;
    width: 100%;
}
.slider-box{
  background:url(/images/heiwa_key_20170324.jpg);
  background-position:0px 0px;
  height:600px;
  /*width:1920px;*/
  cursor:pointer;
  position:relative;
  -webkit-animation: leftSlide 90s linear infinite;
}
@-webkit-keyframes leftSlide {
  0%    { background-position:0px 0px;  }
  100%  { background-position:-2560px 0px;  }
}

@media (max-width: 1536px){
  .slider-box .piclogo img {
    margin-top: 67px;
  }
  .slider-box{
    height:480px;
    background-size: cover;
  }
  @-webkit-keyframes leftSlide {
    0%    { background-position:0px 0px;  }
    100%  { background-position:-1536px 0px;  }
  }
}
@media (max-width: 1152px){
  .slider-box .piclogo img {
    margin-top: 5px;
  }
  .slider-box{
    height:360px;
  }
  @-webkit-keyframes leftSlide {
    0%    { background-position:0px 0px;  }
    100%  { background-position:-1152px 0px;  }
  }
}
@media (max-width: 768px){
  .slider-box .piclogo img {
    max-width: 430px;
  }
  .slider-box{
    height:240px;
  }
  @-webkit-keyframes leftSlide {
    0%    { background-position:0px 0px;  }
    100%  { background-position:-768px 0px;  }
  }
}
@media (max-width: 430px){
  body{
    font-size: 13px;
  }
  .slider-box .piclogo img {
    margin-top: 25px;
  }
}

/*our-business*/
#our-business{
    background: rgb(78,127,196);
    background: -moz-linear-gradient(top, rgba(78,127,196,1) 0%, rgba(143,209,229,1) 100%);
    background: -webkit-linear-gradient(top, rgba(78,127,196,1) 0%,rgba(143,209,229,1) 100%);
    background: linear-gradient(to bottom, rgba(78,127,196,1) 0%,rgba(143,209,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e7fc4', endColorstr='#8fd1e5',GradientType=0 );
}
.our-box2{
    margin-bottom: 100px;
}
.our-box2 .bis{
    width: 50%;
    float: left;
}
.our-box2 .lbox{
    padding-right: 40px;
}
.our-box2 .rbox{
    padding-left: 40px;
}
.our-box2 .bis h3{
    font-weight: bold;
}
.our-box2 .bis .line{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    padding:30px 0 0 30px;
}
.our-box2 .bis .line .fst{
    margin-bottom: 25px;
}
.our-box2 .bis .line .lst{
    margin-top: 20px;
}

.our-box2 .bis .line .lst img {
    width: 65px;
    float: left;
}
.our-box2 .bis .line .lst .txt{
    float: left;
    width: 100%;
    margin-left: -65px;
    padding: 0 0 0 80px;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
}
.our-box2 .bis .line .lst .txt span{
    font-weight: normal;
    font-size: 14px;
}
.our-box2 .bis .line .lst a{
    text-decoration:underline;
}
.our-box2 .bis .line .lst a:hover{
    opacity: .6;
    color: #fff;
}

.our-box2 .bis .line strong{
    font-weight: bold;
    font-size: 1.18em;
}

.our-box2 .bis .line a{
    text-decoration:underline;
}
.our-box2 .bis .line a:hover{
    opacity: .6;
    color: #fff;
}
.our-box2 .bis .line .img_wrap img {
    max-width:280px;
    margin: 20px 10px 20px 0px;
}
@media (max-width: 768px){
	.our-box2 .bis .line .img_wrap {
	    padding-top: 20px
	    text-align: center;
	  }
	.our-box2 .bis .line .img_wrap img {
	    margin: 0px 0px 20px 0px;
	    padding-top: 20px;
	    width: 90%;
	    max-width:690px;
	  }
  }

.tos-box{
    margin-bottom: 100px;
}
.tos-box h3{
    font-weight: bold;
}
.tos-box .line{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    padding:30px 0 0 20px;
}
.tos-box .line .msg{
    margin: 0 0 25px 10px;
}
.tos-box .line .icon{
    width:135px;
    float:left;
    margin: 10px;
}
.tos-box .line .icon a.item{
    display: block;
}
.tos-box .line .icon a:hover{
    opacity: .6;
    color: #fff;
}
.tos-box .line .icon .item .pic{
}
.tos-box .line .icon .item .pic img{
}
.tos-box .line .icon .item .txt{
    font-size: 10px;
    text-align: center;
}

/* yume */
#yume{
    padding:0;
}
.yume-box{
}
.yume-box h3{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 30px;
    letter-spacing: 10px;
}
.yume-box img{
    width: 100%;
}

/*message*/
#message{
}
.msg-box{
}
.msg-box .inbox{
    text-align: center;
}
.msg-box .inbox .txt{
    margin-bottom: 30px;
}
.msg-box .inbox .txt span{
    margin-left: 20px;
    font-size: 20px;
}
.msg-box .inbox .prf{
    text-align: left;
    border-top: 1px solid #fff;
    padding-top: 15px;
}

/* history */
.history-box{
}
.history-box .txt{
   text-align: center;
}
.history-box .sin{
    font-size: 20px;
    margin: 30px 0 10px 30px;
}
.history-box .sin span{
    margin-left: 10px;
    font-size: 31px;
}
.history-slider{
}
.history-slider .item .area{
    font-size: 10px;
    width: 100%;
    line-height: 15px;
    padding-top: 10px;
}
.history-slider .item .pic{
}
.history-slider .item .pic .bnr{
    position: absolute;
    z-index: 10;
    width: 110px;
    margin: 180px 0 0 23px;
}
.history-slider .item .pic .bnr a{
    display: block;
}
.history-slider .item .pic .bnr a:hover{
    opacity: .5;
}
.history-slider .item .pic .bnr a .ltxt{
    float: left;
}
.history-slider .item .pic .bnr a .ltxt.bl{
    color:#000080;
}
.history-btn a{
    display: block;
    background-color: #fff;
    color: #000;
    width: 250px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    margin: 40px auto 20px;
}
.history-btn a:hover{
    opacity: 0.9;
}

.angl-btn a{
  display: block;
  background-color: #fff;
  color: #4e7fc4;
  width: 300px;
  text-align: center;
  font-size:1.3em;
  font-weight: normal;
  padding: 10px;
  margin: 40px auto 4%;
  border-radius: 10px;  
}
.angl-btn a:hover{
  opacity: 0.9;
}

.mindelta{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #ffffff;
    float: right;
    margin-top: 4px;
}
.mindelta.bl{
    border-color: transparent transparent transparent #000080;
}
@media (max-width: 768px){
  .owl-item .item .pic img{
    height: 240px;
    width: auto!important;
  }
  .history-slider .item .pic .bnr {
    width: 87px;
    margin: 133px 0 0 16px;
    font-size: 11px;
  }
  .mindelta {
    margin-top: 7px;
  }
  .a02{
    width:128px!important;
  }
  .a05{
    width:117px!important;
  }
}
.history-txtbox{
}
.history-txtbox .inr{
    width: 620px;
    border: 1px solid #fff;
    text-align: center;
    margin: 30px auto;
    padding: 20px 0;
    font-size: 18px;
    line-height: 40px;
}

/* company */
.company-box{
    margin-bottom: 45px;
    color:#333;
}
.company-box .item{
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}
.company-box .item .tit{
    float:left;
    width:140px;
    font-weight: bold;
}
.company-box .item .txt{
    float: right;
    width: 100%;
    margin-left: -140px;
    padding-left: 140px;
}
.company-box .item .txt span{
  font-size: 12px;
}
.company-box .item .txt div{
  border-top: 1px dotted #ccc;
  margin-top: 5px;
  padding-top: 5px;
}


/*recruit*/
.entry-title{
    display:none;
}
.recruit{
    color:#333;
}
.contact-box{
}
.contact-box .item{
    margin-bottom: 25px;
}
.contact-box .item .tit{
    float: left;
    width: 220px;
    font-size: 17px;
    font-weight: bold;
}
.contact-box .item .inp{
    float: right;
    width: 100%;
    margin-left: -220px;
    padding-left: 220px;
}
.contact-box .item .inp.cf{
    margin-top:50px;
}
.contact-box .item .inp .chk{
    float: left;
    width: 35%;
    text-align: center;
    padding: 30px 15px 0 0;
    font-size: 17px;
}
.contact-box .item .inp .chk span label span{
    font-weight: bold;
}
.contact-box .item .inp .bon{
    float: left;
    width: 65%;
}
.contact-submit{
    background: #4E7FC4;
    border: 0;
    color: #fff;
    padding: 30px 5px;
    font-size: 17px;
    width: 100%;
    max-width: 550px;
}
.contact-return{
    background: #ddd;
    border: 0;
    color: #fff;
    padding: 15px 5px;
    font-size: 17px;
    width: 100%;
    max-width: 550px;
    margin-top: 15px;
}
.policy-box{
    overflow-y: scroll;
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}
.mw_wp_form_input .contact-box .conf-msg{
    display: none;
}
.conf-msg-2{
    display: none;
}
.conf-msg-3{
    display: none;
}
.mw_wp_form_input .contact-box .conf-msg-2{
    display: block;
    border: 3px solid #4E7FC4;
    color: #4E7FC4;
    text-align: center;
    width: 500px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 34px;
    padding: 15px;
}
.mw_wp_form_input .contact-box .conf-msg-3{
    display: block;
    text-align: center;
    width: 500px;
    margin: 0 auto;
    padding: 20px 15px 40px;
}
.mw_wp_form_preview.mw_wp_form_confirm form .contact-box .conf-msg{
    display: block;
    text-align: center;
    padding-bottom: 40px;
}
.fin-msg{
    text-align: center;
}
.form-control {
    background-color: #fafafa;
}
/* footer */
#footer a{
    color: #fff;
}
.foot-nav{
}
.foot-nav li{
    width: 20%;
    float: left;
    text-align: center;
}
.foot-nav li a{
}
.foot-copy{
    margin: 30px 15px 0px;
    text-align: center;
}
.foot-copy img{
    margin-bottom: 20px;
    max-width: 319px;
    width: 100%;
}
.foot-copy .copy{
    font-size: 11px;
}

/*top return*/
#pageTop {
    position: fixed;
    bottom: 45px;
    right: 25px;
    z-index: 1;
    border-radius: 59px;
}
#pageTop a {
    background-repeat: no-repeat;
    text-decoration: none;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 55px;
    background: #173F97;
    color: #fff;
    opacity: .70;
    display: block;
    padding-top: 25px;
}
#pageTop a .arrow-up {
    display: block;
    width: 25px;
    height: 25px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(315deg);
    margin: 0 auto 0;
}

/* middle */
@media (max-width: 1200px){
  .inner--M{
    width:100%;
    padding: 15px;
  }
}
/* small */
@media (max-width: 992px){
  .inner--S{
    width:100%;
    padding: 15px;
  }
  .ggmap {
    margin: 0 15px;
  }
  #navigation .container{
    width: 100%;
  }
  .our-box2 .bis h3 {
    font-size: 15px;
  }
  .our-box2 .bis .line .lst a .txt {
    font-size: 14px;
  }
  .tos-box h3{
    font-size: 15px;
  }
}

/* mini tablet */
@media (max-width: 767px){
  #slider {
    margin-top: 0;
  }
  .contact-box .item .tit{
    float: none;
    width: 100%;
  }
  .contact-box .item .inp{
    float: none;
    margin-left: 0;
    padding-left: 0;
  }
  .foot-nav{
    display:none;
  }
  .navbar-collapse.in {
    overflow-y: initial;
  }
  .navbar-collapse {
    border-top: 0;
    box-shadow: none;
  }
  .inner--SS{
    width: 100%;
  }
  .our-box2 {
    margin-bottom: 0px;
  }
  .our-box2 .bis{
    width: 100%;
    float: none;
  }
  .our-box2 .lbox {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .our-box2 .rbox {
    padding-left: 0;
  }
  .msg-box .inbox {
    padding: 20px;
  }
  .history-box .txt{
    padding: 20px;
  }
  .history-txtbox{
    padding: 20px;
  }
  .history-txtbox .inr{
    width: 100%;
    padding: 20px;
  }
  #navigation .navbar-nav > li > a {
    padding: 5px 25px!important;
  }
  .contact-box .item .tit{
    float: none;
    width: 100%;
  }
  .contact-box .item .inp{
    float: none;
    margin-left: 0;
    padding-left: 0;
  }
  .foot-nav{
    display:none;
  }
}

/* mini sp */
@media (max-width: 550px){
  .navbar-header .navbar-brand img {
    width: 220px;
  }
  .company-box .item .tit{
    width:90px;
  }
  .company-box .item .txt{
    margin-left: -90px;
    padding-left: 90px;
  }
  .tos-box .line .icon{
    margin: 0;
    padding: 3px;
    width: 33.3%;
  }
  .tos-box .line .icon .item .pic img{
     width:100%;
  }
  .tos-box .line .icon .item .txt {
    font-size: 10px;
    padding-top: 5px;
    line-height: 12px;
  }
  .mw_wp_form_input .contact-box .conf-msg{
    width: 100%;
  }
  .mw_wp_form_input .contact-box .conf-msg-2{
    width: 100%;
  }
  .mw_wp_form_input .contact-box .conf-msg-3{
    width: 100%;
  }
  .history-txtbox .inr{
    font-size: 16px;
  }
  br.sp{
    display:block;
  }
}

/* min sp */
@media (max-width: 450px){
  .yume-box h3 {
    letter-spacing: 2px;
  }
}