@charset "UTF-8";
.common_mv.mv {
  background: url("../img/mv.jpg") no-repeat top 20% center/cover;
}
.concept_content {
  padding: 0 15px 100px;
}
.concept_content .contInr {
  max-width: 940px;
}
.concept_content .contInr .photo {
  margin-top: -80px;
  margin-bottom: 60px;
}
.concept_content .contInr .ttl {
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.3rem;
  margin-bottom: 50px;
}
.concept_content .contInr .txt {
  font-size: 14px;
  line-height: 1.8;
}
.about_content {
  padding: 0 15px 100px;
}
.about_content .ttl {
  font-size: 20px;
  font-family: "YuGothic-B";
  margin-bottom: 30px
}
.about_content table {
  width: 100%;
  margin-bottom: 60px;
  border-top: 1px solid #dddddd;
}
.about_content table tr {
  border-bottom: 1px solid #dddddd;
}
.about_content table th {
  padding: 30px 10px;
  width: 100px;
  text-align: left;
  vertical-align: text-top
}
.about_content table td {
  padding: 30px 15px;
  max-width: 650px;
  width: calc(100% - 100px);
  line-height: 1.6;
}
.about_content table td ul {
  text-indent: -1rem;
  padding-left: 1rem;
}
.about_content .subTtl {
  margin-bottom: 50px;
  font-size: 20px;
}
.about_content .mapwrap {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .concept_content .contInr .ttl {
    font-size: 50px;
    letter-spacing: 0.5rem;
  }
  .concept_content .contInr .txt {
    font-size: 18px;
  }
  .about_content .ttl {
    font-size: 30px;
  }
  .about_content table th {
    padding: 50px 15px 50px 60px;
    max-width: 500px;
    width: 45%;
  }
  .about_content table td {
    padding: 50px 15px 50px 30px;
    max-width: 650px;
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {}