@charset "UTF-8";
/* -------------------------------------------------------------------------------
会社概要
------------------------------------------------------------------------------- */
.section-kv.company {
  width: 100%;
  padding: 104px 0;
  background-image: url(/assets//img/company-kv@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-section.conpany-outline {
  padding-top: 0;
  padding-bottom: 76px;
}
.content-line.conpany-outline {
  justify-content: space-between;
  margin-top: 50px;
}
.outline-list {
  display: flex;
  justify-content: space-between;
  padding: 1px 0;
}
.outline-list.first {
  padding-top: 0;
}
.outline-title {
  width: 11%;
  font-family: "ヒラギノ角ゴシック", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.outline-content {
  width: 82%;
  font-family: "ヒラギノ角ゴシック", sans-serif;
  font-size: 15px;
  font-weight: 200;
}
.outline-content-list-marker {
  font-size: 10px;
}
.outline-image {
  width: 37%;
  margin-right: 66px;
}
.outline-block {
  width: calc(63% + 66px);
  line-height: 1.98;
}
.company-logo {
  width: 80%;
  height: auto;
}
.company-logo > img {
  width: 100%;
  height: 100%;
}
.company-img {
  margin-top: 36px;
}
.company-img > img {
  width: 100%;
  height: 100%;
}
.map-wrapper {
  margin-top: 57px;
}
.banner-wrapper.content-line {
  padding-top: 58px;
  justify-content: space-between;
}
.banner-content {
  width: 48%;
  height: 122px;
  background-color: #000000;
}
.banner-content > a {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  /* バナー */
  .banner-wrapper.content-line {
    display: block;
  }
  .banner-content {
    width: 100%;
    height: auto;
  }
  .banner-content.Platiha {
    margin-top: 30px;
  }

  .content-line.conpany-outline {
    display: block;
  }
  .outline-image {
    width: 100%;
  }
  .company-img {
    width: 80%;
    margin: 24px auto;
  }
  .company-logo {
    width: 55%;
    height: auto;
    margin: 0 auto;
  }
  .outline-block {
    width: 100%;
    margin-top: 50px;
  }
  .outline-list {
    margin-top: 5px;
  }
  .outline-title {
    width: 20%;
    line-height: 1.5;
    font-weight: bold;
  }
  .outline-content {
    width: 80%;
    line-height: 1.5;
  }
  .section-kv.company {
    padding: 60px 0;
  }
  .outline-content-list > li {
    line-height: 1.5;
  }
}
@media screen and (max-width: 550px) {
  .content-width {
    padding: 0 20px;
  }
  .section-kv.company {
    padding: 45px 0;
  }
}
