@charset "UTF-8";
#mission {
  overflow: hidden;
  position: relative;
}
#mission > .rellax {
  position: absolute;
  top: -20vw;
  left: 0;
  width: 100%;
  height: 130%;
}
.m-text {
  line-height: 3vw;
  font-size: 95%;
}

.info-area > dl {
  border-bottom: solid 1px rgba(10,10,10,.3);
}

#map-canvas {
  height: 35vw;
}


.map-area > div {
  background: transparent url(https://placehold.jp/30/b8c7de/476591/1000x800.jpg?text=所在地地図) no-repeat center center/cover;
}

#line-link {
  background-color: #94d82d;
}
@media (min-width: 768px){
  #info-text {
    padding: 2.5vw;
    width: 45vw;
    min-width: 500px;
  }
}

@media (min-width: 1200px){
  .m-text {
    line-height: 2;
  }
  #info {
    font-size: 1.1rem;
  }
  #map-canvas {
    height: 450px;
  }
}

@media (max-width: 767px){
  .m-text {
    line-height: 6vw;
  }
  #info-text {
    padding: 2.5vw;
  }
  .com-header,
  #info-text {
    margin-bottom: 4vw;
  }
  #ceo header a {
    padding: 1vw 0;
  }
  #map-canvas {
    height: 70vw;
  }
}