@charset "UTF-8";
/* 会社概要
================================================== */
.kv {
  background-image: url(/img/company/kv_sp.png);
}
@media screen and (min-width: 768px) {
  .kv {
    background-image: url(/img/company/kv_pc.png);
  }
}

/* sec-01
-------------------------------------------------- */
.sec-01 .sec__inner {
  padding-bottom: 94px;
}

.sec-01 .txt {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sec-01 .txt {
    line-height: 2;
    margin-top: 40px;
    text-align: center;
  }
}
.sec-01 .txt:first-of-type {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .sec-01 .txt:first-of-type {
    margin-top: 45px;
  }
}

/* sec-02
-------------------------------------------------- */
.sec-02 {
  background-color: #F1F1F1;
}

.sec-02 .dataWrap {
  border-bottom: 1px solid #9B9B9B;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .sec-02 .dataWrap {
    display: flex;
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .sec-02 .dl-01,
.sec-02 .dl-02 {
    padding-right: 5.75%;
    width: 50%;
  }
}
.sec-02 .dl-01 > div,
.sec-02 .dl-02 > div {
  border-bottom: 1px solid #9B9B9B;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .sec-02 .dl-01 > div,
.sec-02 .dl-02 > div {
    padding: 15px 0;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .sec-02 .dl-01 > div:last-child,
.sec-02 .dl-02 > div:last-child {
    border-bottom: none;
  }
}
.sec-02 .dl-01 dt,
.sec-02 .dl-02 dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .sec-02 .dl-01 dt,
.sec-02 .dl-02 dt {
    flex-shrink: 0;
    padding-right: 30px;
    width: 130px;
  }
}
.sec-02 .dl-01 dd,
.sec-02 .dl-02 dd {
  font-size: 2rem;
  line-height: 1.45;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .sec-02 .dl-01 dd,
.sec-02 .dl-02 dd {
    margin-top: 0;
  }
}

.sec-02 .dl-03 > div {
  border-bottom: 1px solid #9B9B9B;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .sec-02 .dl-03 > div {
    padding: 15px 0;
    display: flex;
  }
}
.sec-02 .dl-03 dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .sec-02 .dl-03 dt {
    padding-right: 30px;
    width: 150px;
  }
}
.sec-02 .dl-03 .map {
  height: 60vw;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .sec-02 .dl-03 .map {
    margin-top: 0;
    max-height: 653px;
    max-width: 915px;
    height: 51.8254vw;
    width: 72.61905vw;
  }
}
.sec-02 .dl-03 .map iframe {
  height: 100%;
  width: 100%;
}
/* footer
-------------------------------------------------- */
.company .footerWrap-01 {
  background-color: #fff;
}/*# sourceMappingURL=company.css.map */