@charset "UTF-8";
/* Scss Document */
/* Shitrota Setting */
/* 色 */
/* キービジュアル */
/* *** *** *** *** *** *** *** *** */
.key-visual {
  position: relative;
  display: block;
  height: 280px;
  min-height: 280px;
  width: 100%;
  text-align: center;
  background-image: url("../../contact/images/kv.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.key-visual h1 {
  display: inline-block;
  position: absolute;
  top: calc( 50% + 1.5rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 3rem;
  -webkit-filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.6));
}

@media (max-width: 767.98px) {
  .key-visual h1 {
    top: 50%;
  }
}

/* セクション間のマージン */
/* *** *** *** *** *** *** *** *** */
.section1 {
  margin: 90px 0 90px;
}

.contact_link {
  text-decoration: underline;
}

/* 各セクション */
/* *** *** *** *** *** *** *** *** */
