@charset "utf-8";
/*******************************
 * top page custom
 *******************************/
/* z-index:50番台 */
#main-visual-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  #main-visual-wrapper {
    height: 450px;
  }
}
#main-visual-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-image: url(../images/intro1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main-visual-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
}
@media screen and (min-width: 768px) {
  #main-visual-image {
    height: 400px;
  }
}
#main-visual-keyword {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 51;
}
h1[id^=main-keyword] {
  position: absolute;
  display: block;
  width: 100%;
  color: #ff8c00;
}
#main-keyword-1 {
  top: 2rem;
  left: 0;
  font-size: 1.75rem;
  text-align: center;
  font-weight: 900;
}
#main-keyword-2 {
  bottom: 0.5rem;
  right: 0;
  font-size: 1.75rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h1[id^=main-keyword] {
    display: inline-block;
    width: auto;
  }
  #main-keyword-1 {
    top: 2rem;
    left: 3.5rem;
    font-size: 3.5rem;
    text-align: left;
  }
  #main-keyword-2 {
    bottom: 0.5rem;
    right: 3rem;
    font-size: 2.5rem;
    text-align: right;
  }
}

/* 引越プラン部分 */
/* 便利なサービス部分 */
#convenient-service {
  margin-top: 3rem;
  padding: 2rem 0;
  background-color: #f4faea;
}
@media screen and (min-width: 992px) {
  #convenient-service {
    background-color: transparent;
  }
}
