.container {
  max-width: 900px;
}

.hero {
  background-image: url("../../../uploads/company-introduction-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
.hero__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero__left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .hero__left {
    width: 100%;
  }
}
.hero__name {
  font-weight: bold;
  font-size: 38px;
}
.hero__type {
  background: #abb812;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  padding: 5px 10px;
}
.hero__link {
  background: #ed731e;
  color: #fff !important;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 57px;
  transition: all 0.2s;
}
.hero__link:hover {
  opacity: 0.8;
}
.hero__link img {
  height: 18px;
  width: auto;
}
.hero__right {
  width: 62%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero__right {
    width: 100%;
    margin-top: 30px;
  }
}
.hero__right:after {
  content: "";
  display: block;
  padding-top: 56.75%;
}
.hero__right--image:after {
  display: none;
}
.hero__right iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.has-border {
  margin-top: 60px;
  font-size: 32px;
  font-weight: bold;
  color: #ed731e;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.has-border:after {
  background: #ed731e;
  height: 1px;
  position: absolute;
  content: "";
  width: 384px;
  max-width: 90%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.company-introduction-table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company-introduction-table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.company-introduction-table td,
.company-introduction-table th {
  border: 1px solid #000;
  font-weight: normal;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .company-introduction-table td,
  .company-introduction-table th {
    width: 100%;
    border-bottom: none;
  }
}
.company-introduction-table th {
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .company-introduction-table th {
    width: 100%;
    background: #abb812;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .company-introduction-table tr:last-child {
    border-bottom: 1px solid #000;
  }
}

.map {
  position: relative;
}
.map:after {
  content: "";
  padding-top: 56.75%;
  display: block;
}
.map iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.chirashi {
  text-align: center;
}
.chirashi__caption {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.chirashi__caption--taninomiya {
  color: #46a874 !important;
  margin-bottom: 10px;
}
.chirashi__a {
  max-width: 500px;
  display: block;
  margin: auto;
  border: 1px solid #dedede;
  position: relative;
  background: rgba(70, 168, 116, 0.1);
}
.chirashi__a::after {
  padding-top: 56.75%;
  content: "";
  display: block;
}
.chirashi__a img {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.movie {
  position: relative;
  max-width: 500px;
  margin: auto;
}
.movie:after {
  content: "";
  display: block;
  padding-top: 56.75%;
}
.movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg {
  padding-bottom: 30px;
  background: rgba(70, 168, 116, 0.1);
}/*# sourceMappingURL=company-introduction.css.map */