@charset "UTF-8";
.concept__catch {
  margin-bottom: 40px;
}
.concept__catch--en {
  margin-bottom: 20px;
}
.concept__catch--ja {
  font-size: 28px;
}
.concept__lead {
  line-height: 2;
}
.concept__br--pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .concept__catch {
    margin-bottom: 50px;
  }
  .concept__catch--en {
    margin-bottom: 30px;
  }
  .concept__catch--ja {
    font-size: 38px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }
  .concept__lead {
    line-height: 2.2;
    letter-spacing: 3px;
  }
  .concept__br--sp {
    display: none;
  }
  .concept__br--pc {
    display: block;
  }
}

.header {
  background-color: transparent;
}

.wrapper {
  background-color: #efefef;
  background-image: url(../images/company_background.svg);
  background-position: center 190px;
  background-repeat: no-repeat;
  background-size: 170%;
}
@media screen and (min-width: 768px) {
  .wrapper {
    background-size: 130%;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper {
    background-position: center 60px;
    background-size: 120%;
  }
}

.company {
  padding-top: 130px;
}
.company__concept {
  margin-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .company {
    padding-top: 60px;
  }
  .company__concept {
    margin-bottom: 220px;
  }
}

.about {
  margin-bottom: 80px;
}
.about__logo {
  width: 200px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .about__logo {
    width: 240px;
    margin-bottom: 80px;
  }
}

.table__item {
  margin-bottom: 40px;
}
.table__item:last-of-type {
  margin-bottom: 0;
}
.table__item dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.table__item dd > span {
  font-size: 90%;
}
.table__access {
  margin-bottom: 20px;
}
.table__access:last-of-type {
  margin-bottom: 0;
}
.table__address > span {
  display: block;
}
.table__address a img, .table__address a span {
  vertical-align: middle;
}
.table__address a img {
  width: 14px;
  margin-right: 3px;
}
.table__address a span {
  color: #00bdff;
  font-weight: bold;
  line-height: 1;
}
.table__map {
  position: relative;
  width: 100%;
  padding-top: 80%;
}
.table__map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .table__item {
    display: flex;
  }
  .table__item dt {
    width: 140px;
    margin-bottom: 0;
  }
  .table__item dd {
    flex: 1;
  }
  .table__map {
    padding-top: 62.5%;
  }
}
@media screen and (min-width: 1200px) {
  .table__item dt {
    width: 200px;
  }
  .table__access {
    margin-bottom: 10px;
  }
  .table__access:first-of-type {
    margin-bottom: 20px;
  }
  .table__map {
    width: 80%;
    margin-top: 10px;
    padding-top: 42.5%;
  }
  .table__address > span {
    display: inline;
    margin-right: 1em;
    vertical-align: middle;
  }
  .table__address > span br {
    display: none;
  }
}

.history__banner {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 75%;
  background-image: url(../images/company_banner-01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.history__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
}
.history__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 200px;
}
.history__item {
  display: flex;
  margin-bottom: 10px;
}
.history__item:last-of-type {
  margin-bottom: 0;
}
.history__item::before {
  display: inline-block;
  margin-right: 2px;
  content: "■";
}
@media screen and (min-width: 768px) {
  .history__banner {
    padding-top: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .history__banner {
    margin-bottom: 60px;
    padding-top: 36%;
  }
  .history__logo {
    max-width: 260px;
  }
}
@media screen and (min-width: 1600px) {
  .history__banner {
    padding-top: 31%;
  }
  .history__logo {
    max-width: 300px;
  }
}/*# sourceMappingURL=company.css.map */