.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sol-main__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sol-main__item {
  position: relative;
  flex-shrink: 0;
  width: calc(50% - 50px);
}
.sol-main__item:first {
  margin-right: 50px;
}
.sol-main__item:last-child {
  margin-left: 50px;
}
.sol-main__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.sol-main__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sol-main__num {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(2, 132, 66, 0.2);
  font-size: 7rem;
  font-weight: bold;
  font-family: Arial;
  z-index: -1;
}
.sol-main__title {
  font-size: 1.8rem;
  font-weight: bold;
}
.sol-main__catch {
  margin-top: 2rem;
  color: #028442;
  font-size: 1.2rem;
  font-weight: bold;
}
.sol-main__dsc {
  margin-top: 0.75rem;
  line-height: 1.8rem;
}
.sol-main__list {
  margin-top: 3rem;
}
.sol-main__list--headline {
  font-weight: bold;
}
.sol-main__list--content li {
  position: relative;
  padding-left: 1rem;
  margin-top: 0.75rem;
}
.sol-main__list--content li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0.65rem;
  left: 0;
  background: #323232;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .sol-main__content {
    flex-direction: column;
  }
  .sol-main__item {
    width: 100%;
  }
  .sol-main__item:first {
    margin-right: 0;
  }
  .sol-main__item:last-child {
    margin-left: 0;
  }
  .sol-main__item.order_1 {
    order: 1;
  }
  .sol-main__item.order_2 {
    order: 2;
    margin-top: 50px;
  }
  .sol-main__img {
    padding-top: 56.25%;
  }
}

.pr-style__headline {
  width: 100%;
  text-align: center;
}
.pr-style__headline--main {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2em;
}
.pr-style__headline--sub {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2em;
}
.pr-style__sub-headline {
  margin-bottom: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.pr-style__list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 3rem);
}
.pr-style__item {
  position: relative;
  width: calc(50% - 3rem);
  margin: 3rem 3rem 0 0;
  padding: 3rem;
  background: #FFF;
  border-radius: 8px;
}
.pr-style__item h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.pr-style__item p {
  margin-top: 0.5rem;
  line-height: 1.8em;
}
@media screen and (max-width: 700px) {
  .pr-style__headline--main {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .pr-style__list {
    flex-direction: column;
    width: 100%;
  }
  .pr-style__item {
    width: 100%;
    margin: 3rem 0 0 0;
  }
}

.li-his__headline {
  font-size: 1.5rem;
  font-weight: bold;
}
.li-his__table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 50px;
  text-align: left;
}
.li-his__table th, .li-his__table td {
  padding: 1rem 0 1rem 2rem;
  line-height: 1.8rem;
}
.li-his__table th {
  width: 7rem;
}
.li-his__table td:nth-of-type(1) {
  width: 6rem;
}
.li-his__table th, .li-his__table td {
  border-top: 1px solid #f0f0f0;
}
.li-his__table tr:last-child th, .li-his__table tr:last-child td {
  border-bottom: 1px solid #f0f0f0;
}

.ac-box__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ac-box__content:not(:last-child) {
  margin-bottom: 75px;
}
.ac-box__text {
  padding-right: 50px;
}
.ac-box__map {
  flex-shrink: 0;
  position: relative;
  width: 400px;
  height: 300px;
}
.ac-box__map iframe {
  border-radius: 8px;
}
.ac-box__main {
  font-size: 1.8rem;
  font-weight: bold;
}
.ac-box__main .sub {
  font-size: 1.2rem;
  font-weight: 500;
}
.ac-box__add {
  margin-top: 1rem;
  font-size: 1.1rem;
}
.ac-box__access {
  margin-top: 2rem;
  line-height: 1.8rem;
}
.ac-box__access .head {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .ac-box__content {
    flex-direction: column;
  }
  .ac-box__text {
    padding: 0 0 50px 0;
  }
  .ac-box__map {
    width: 100%;
  }
  .ac-box__map iframe {
    width: 100%;
  }
}

.data-card__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
}
.data-card__item {
  position: relative;
  width: calc(50% - 2rem);
  margin: 0 2rem 2rem 0;
  padding: 3rem 2rem 3.5rem 2rem;
  background: #FFF;
  border-radius: 8px;
  text-align: center;
}
.data-card__title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.data-card__main {
  color: #028442;
  font-size: 4rem;
  font-weight: bold;
  font-family: Arial;
}
.data-card__main .sub {
  padding: 0 0.5rem;
  color: #323232;
  font-size: 1.8rem;
  font-weight: bold;
}
.data-card__sub {
  margin-top: 1rem;
  font-weight: 500;
}
.data-card__hash li {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
.data-card__hash li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.data-card__hash li::before {
  content: "# ";
  color: #028442;
}
@media screen and (max-width: 1000px) {
  .data-card__content {
    flex-direction: column;
    width: 100%;
  }
  .data-card__item {
    width: 100%;
    margin-right: 0;
  }
}/*# sourceMappingURL=company.css.map */