.main_menu_sp {
    width: 100%;
    position: absolute;
    z-index: 9999;
}
.start_block{
width: 100%;
height: 490px;
background: url("../topImage/mv.png") center top;
background-size: cover;
margin: 0px;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.mv-in p{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-align: center;
	text-shadow: 0px 2px 8px #000;
	letter-spacing: 10px;
}
.business-primary{

background:url("../topImage/pic1.png") no-repeat top right;
background-size: contain;

}
.business-secondary{
    background:url("../topImage/pic2.png") no-repeat top left;
    margin-top: 40px;
    margin-bottom: 40px;
    background-size: contain;

}
.business-primary .main,.business-secondary .main{
    min-height: 300px;
    padding-top: 60%;

}
.business-wrap h2{
    font-size: 30px;
    color: #C20D23;
    opacity: 0.1;
    text-align: left;
}
.business-inner{
    width:100%;
    background:rgba(194,13,35,.5);
    padding:60px 90px;
    color: #fff;
    text-align: left;
    box-sizing: border-box;

}
.business-primary .business-inner-tit{
    background:url("../topImage/icon1.png") no-repeat top right;
}

.business-secondary  .business-inner-tit{
    background:url("../topImage/icon2.png") no-repeat top right;
}
.business-inner-tit {
    border-bottom: 1px solid #fff;
}
.business-inner-tit h3{
    font-size:34px !important;
    line-height: 1.6;
    margin-bottom: 0;
    color: #fff;


}
.business-inner-tit p{
    font-size: 20px !important;
    color: #fff;

}
.business-inner-txt p{
    margin-top: 20px;
    color: #fff;
}
.business-primary .business-inner{
    left:0;
}
.business-secondary .business-inner{
    right:0;
}
.business-more{
    background-color: #fff;
    height: 46px;
    border-radius: 30px;
    border:1px solid #C20D23;

    text-align: center;
    width:180px;

    margin-top: 30px;

}

.business-more a{
    color: #C20D23;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    font-size: 17px;
}
.business-more:hover{
    background-color:#F4DFE3;
}
.contact_block {
    width: 100%;
    background: url("../topImage/bg1.png") no-repeat center  #fff;
    background-size: cover;
    margin: 0px auto 0px;
    padding: 0;
    overflow: hidden;
}

.footer-logo{
    display: block;
    text-align: left;
    margin: 20px 0 0 20px;
}
footer {
    background: #fff;
    border-top: solid 2px #dea02a;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
}
footer .left .f_logo {
    margin: 0px 20px 20px;
    padding: 0;
    color: #4F4F4F;
}
footer .right a{
    color: #4F4F4F;
}



/*-------------------------------------------------------

facility

---------------------------------------------------------*/
.start_block.human{
width: 100%;
height: 250px;
background: url("../images/sub-mv.png") center right;
background-size: cover;
margin: 0px;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.start_block.facility{
width: 100%;
height: 250px;
background: url("../images/facility-mv.png") center right;
background-size: cover;
margin: 0px;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.human .mv-in{
	width:1100px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
}
.human .contact_btn{
    display: none;
}
.facility .contact_btn{
    display: none;
}
#catch{
    padding:60px 0;
}
#catch h2{
    font-size:30px;
    color: #C20D23;
    margin-bottom: 20px;
}
#catch p{
    text-align: center;
}
.difference-box{


}
#point{
    background:rgba(255,239,200,0.3);
    padding:70px 0;
}
#point h2{
    font-size:27px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.difference{
    width:100%;
    margin-bottom: 30px;
    padding:0 20px;
}
.difference dt{
    font-size: 19px;
    color: #DEA02A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

}
.difference dt::before{
    content:"";
    background:url("../images/human-bn-bg-left.png") no-repeat top left;
    width:25px;
    height: 46px;
    display: block;
    margin-right: 20px;
}
.difference dt::after{
    content:"";
    background:url("../images/human-bn-bg-right.png") no-repeat top left;
    width:25px;
    height: 46px;
    background-size:100%;
    display: block;
    margin-left: 20px;
}
.difference dd{
    margin-left: 0;
}
.difference dd img{
    border:1px solid #DEA02A;
}
.difference dd p{
    font-size:15px;
    text-align: left;
}
.consul_block li::before{
    content:"●";
    color: #C20D23;
    margin-right: 5px;
}
.consul_block .point {
    background: #fff;
    padding: 10px 0px;
    border:1px solid #c20d23;
    margin: 0px auto 50px auto;
    color:#c20d23;
    font-size: 25px;
}
.consul_block li{
    background:none !important;
}
.form-btn{
    text-align: center;
    padding-bottom: 100px;
}
.form-btn a{
    display: inline-block;
    background:#DEA02A;
    color: #fff;
    font-size:30px;
    width:100%;
    max-width:784px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    box-shadow:  0px 4px 0px rgba(81,69,32,0.75);
    border-radius: 46px;
    position: relative;
}
.form-btn a:hover{
    box-shadow:  0px 2px 0px rgba(81,69,32,0.75);
    bottom:-2px;
}
.sitemap-wrap{
    text-align: center;
}
.sitemap-list{
    display: inline-block;
        text-align: left;

}
.sitemap-list li{
    margin-bottom: 1em;
}
.bn-area {
    margin-top: 30px;
}
.bn-area p{
    padding-left: 1em;
}
.bn-area p a{
    color:#4F4F4F;
}
.bn-area img{
    max-width:100%;


}
