@charset "UTF-8";
/* Scss Document */
/* Shitrota Setting */
/* 色 */
/* キービジュアル */
/* *** *** *** *** *** *** *** *** */
.key-visual {
  position: relative;
  display: block;
  height: 520px;
  min-height: 520px;
  width: 100%;
  text-align: center;
  background-image: url("../../corporate/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-bottom: 90px;
}

.section2 {
  margin-bottom: 90px;
}

.section3 {
  margin-bottom: 90px;
}

.section4 {
  margin-bottom: 90px;
}

.section11 {
  margin-bottom: 90px;
}

/* 各セクション */
/* *** *** *** *** *** *** *** *** */
.section1 .sdgs_link_wrap {
  margin-top: 30px;
}

.section2 dl,
.section4 dl {
  border-bottom: 1px solid #ddd;
}
.section2 dl dt,
.section4 dl dt {
  width: 20%;
  border-top: 1px solid #ddd;
}
.section2 dl dd,
.section4 dl dd {
  width: 80%;
  border-top: 1px solid #ddd;
}

/* Google Maps */
/* *** *** *** *** *** *** *** *** */
.google-map {
  padding-bottom: 50%;
}

/*# sourceMappingURL=corporate.css.map */
