/*
html {
	position:absolute;
	background: url(../design.png) center top no-repeat;
  background-size: 100%;
	width: 1600px;
  margin: auto;
	left:0;
  right: 0;
  height: 8000px;

  opacity: 0.5;
  z-index: -1;
}
body {
  position: relative;
  z-index: 1;
}
*/
/*============================================================================

	#mainvisual

============================================================================*/
#mainvisual {
    height: 700px;
    overflow: hidden;
}
.mv_logo {
    position: static;
    text-align: center !important;
    margin-top: 100px !important;
}
.mv_logo img {
    width: 422px !important;
    height: 292px !important;
}
.mv_open {
    position: absolute;
    bottom: 78px;
    left: 55px;
}
.mv_recruit {
    position: absolute;
    bottom: 274px;
    right: 10px;
}
.mv_time {
    position: absolute;
    bottom: 60px;
    right: 10px;
}
.mv_kenshin {
    position: absolute;
    bottom: -20px;
}
@media screen and (max-width:640px) {
    /* スマホ */
    #mainvisual {
        height: 540px;
    }
    .mv_logo {
        margin-top: 90px !important;
    }
    .mv_logo img {
        width: 230px !important;
        height: auto !important;
    }
    .mv_recruit {
        width: 150px;
        position: absolute;
        bottom: 190px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .mv_recruit a img {
        width: 100%;
    }
    .mv_time {
        width: 280px;
        position: absolute;
        bottom: 90px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .mv_time img {
        width: 110%;
    }
    .mv_kenshin {
        text-align: center;
        position: absolute;
        bottom: -20px;
        left: 25px;
    }
    .mv_kenshin img {
        width: 80px;
    }
}



/* マイナ */
.mv_naima {
    position: absolute;
    bottom: 0px;
    left: 195px;
}


@media screen and (max-width:640px) {
   .mv_naima {
    display: none;
}
}


.mv_naima_sp {
    position: absolute;
    left: 120px;
    bottom: 0px;
}


@media screen and (min-width:641px) {
   .mv_naima_sp {
    display: none;
}
}
