.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;
}

.outline-table {
  width: 100%;
}
.outline-table th, .outline-table td {
  border: solid 1px #f0f0f0;
  line-height: 1.8rem;
}
.outline-table th {
  padding: 1rem 2rem;
  font-weight: bold;
  text-align: center;
  width: 0;
  white-space: nowrap;
  background: rgba(229, 242, 236, 0.5);
}
.outline-table td {
  padding: 1rem 2rem 1rem 2rem;
  text-align: left;
}
.outline-table td a {
  color: #323232;
  transition: 0.3s;
}
.outline-table td a:visited, .outline-table td a:active {
  color: #323232;
}
.outline-table td a:hover {
  color: #028442;
}
.outline-table._sub th {
  background: rgba(240, 240, 240, 0.5);
}
.outline-table__out-link {
  margin-top: 0.5rem;
}
.outline-table__sol-list:not(:last-child) {
  margin-bottom: 2rem;
}
.outline-table__sol-list p {
  line-height: 1.8rem;
}

.pr-style__headline {
  width: 100%;
  padding: 50px 0;
  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: 75px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.pr-style__item {
  padding: 0 3rem;
}
.pr-style__item:not(:last-child) {
  margin-bottom: 50px;
}
.pr-style__item h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.pr-style__item p {
  margin-top: 0.5rem;
  line-height: 1.8em;
}
.pr-style__chips {
  width: 100%;
  padding: 50px 75px;
  background: #E5F2EC;
  border-radius: 2px;
}
.pr-style__chips--headline {
  font-size: 1.5rem;
  font-weight: bold;
}
.pr-style__chips--dsc {
  margin-top: 0.5rem;
  line-height: 1.8rem;
}
.pr-style__chips--list {
  margin-top: 1.5rem;
}
.pr-style__chips--list li {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.pr-style__chips--list li:before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.75rem;
  left: 0;
  background: #323232;
  border-radius: 50%;
}
@media screen and (max-width: 700px) {
  .pr-style__headline--main {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .pr-style__item {
    padding: 0 1rem;
  }
  .pr-style__chips--headline {
    text-align: center;
  }
  .pr-style__chips {
    padding: 30px 40px;
  }
}

.bg-fixed__img {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
}
.bg-fixed__img._loaded {
  background-image: url("../../../company/philosophy/img/screenshot.png");
}
.bg-fixed__blank {
  width: 100%;
  height: 150px;
}
.bg-fixed__content {
  position: relative;
}
.bg-fixed__content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 33.3333333333%;
  bottom: 0;
  left: 0;
  background: #FFF;
}

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

.sales-chart__headline {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: bold;
}
.sales-chart__content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sales-chart__canvas {
  flex-shrink: 0;
}
.sales-chart__text {
  position: relative;
  width: 100%;
  margin-left: 75px;
}
.sales-chart__label li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 500;
}
.sales-chart__label li span {
  flex-shrink: 0;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
  border-radius: 50%;
}
.sales-chart__label li a {
  color: #323232;
  transition: 0.3s;
}
.sales-chart__label li a:visited, .sales-chart__label li a:active {
  color: #323232;
}
.sales-chart__label li a:hover {
  color: #028442;
}
.sales-chart__label li div:first-child {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}
.sales-chart__label li div:first-child:after {
  content: "";
  width: calc(100% - 2rem);
  margin: 0 1rem;
  border: solid 1px rgba(50, 50, 50, 0.1);
}
.sales-chart__comp {
  margin-top: 2rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.sales-chart__chips {
  margin-top: 75px;
  padding: 30px 40px;
  background: #E5F2EC;
  border-radius: 2px;
  line-height: 1.8rem;
}
.sales-chart__chips p + span {
  margin-top: 1rem;
}
@media screen and (max-width: 1000px) {
  .sales-chart__content {
    flex-direction: column;
  }
  .sales-chart__text {
    margin: 50px 0 0 0;
  }
}

.org__img {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.org__img img {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .org__img img {
    width: 75%;
  }
}
@media screen and (max-width: 700px) {
  .org__img img {
    width: 100%;
  }
}

.loc-top__content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.loc-top__img {
  flex-shrink: 0;
  position: relative;
  width: 35%;
}
.loc-top__img img {
  width: 100%;
}
.loc-top__table {
  text-align: left;
}
.loc-top__table th, .loc-top__table td {
  padding-bottom: 1rem;
  line-height: 1.8rem;
}
.loc-top__table th {
  white-space: nowrap;
}
.loc-top__table td {
  padding-left: 2rem;
}
.loc-top__table td br {
  display: none;
}
.loc-top__toc {
  display: flex;
  flex-direction: row;
  width: calc(100% + 1rem);
}
.loc-top__toc--item {
  margin-right: 1rem;
}
@media screen and (max-width: 1000px) {
  .loc-top__content {
    flex-direction: column;
  }
  .loc-top__img {
    width: 100%;
    margin-top: 2rem;
  }
  .loc-top__img img {
    width: 60%;
    margin: 0 20%;
  }
  .loc-top__table td br {
    display: block;
  }
  .loc-top__toc {
    flex-direction: column;
    width: 100%;
  }
  .loc-top__toc--item {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .loc-top__img img {
    width: 100%;
    margin: 0;
  }
}

.loc-item__headline {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.loc-item__headline._sub {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.loc-item__headline .comp {
  font-size: 0.9rem;
  font-weight: 500;
}
.loc-item__group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.loc-item__group:not(:last-child) {
  margin-bottom: 0.5rem;
}
.loc-item__group {
  line-height: 1.8rem;
}
.loc-item__group .title {
  font-weight: 500;
}
.loc-item__group .num br {
  display: none;
}
.loc-item__map {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .loc-item__group {
    flex-direction: column;
  }
  .loc-item__group .num br {
    display: block;
  }
  .loc-item__group .slash {
    display: none;
  }
}

.partner-badge__headline {
  font-size: 1.5rem;
  font-weight: bold;
}
.partner-badge__dsc {
  margin-top: 1rem;
  line-height: 1.8rem;
}
.partner-badge__item {
  position: relative;
  margin-top: 50px;
}
.partner-badge__list {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 1rem;
  padding: 50px 75px;
  border: solid 2px #f0f0f0;
  border-radius: 2px;
  box-sizing: border-box;
  transition: 0.3s;
}
.partner-badge__logo {
  position: relative;
  flex-shrink: 0;
  width: 25%;
}
.partner-badge__logo img {
  position: relative;
  width: 100%;
  max-height: 120px;
}
.partner-badge__text {
  margin-left: 75px;
  color: #323232;
}
.partner-badge__text--main {
  font-size: 1.2rem;
  font-weight: bold;
}
.partner-badge__text--sub {
  margin-top: 1rem;
  line-height: 1.8rem;
}
.partner-badge__text--sub a {
  color: #028442;
  transition: 0.3s;
}
.partner-badge__text--sub a:visited, .partner-badge__text--sub a:active {
  color: #028442;
}
.partner-badge__text--sub a:hover {
  color: #028442;
}
.partner-badge__text--sub a {
  font-weight: 500;
}
.partner-badge__text--link {
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .partner-badge__list {
    flex-direction: column;
  }
  .partner-badge__logo {
    width: 50%;
  }
  .partner-badge__text {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .partner-badge__list {
    padding: 50px 40px;
  }
  .partner-badge__logo {
    width: 80%;
    margin: 0 10%;
  }
}

.partner-list__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
}
.partner-list__item {
  width: 100%;
}
.partner-list__list {
  margin-bottom: 1rem;
}
.partner-list__list a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #323232;
  transition: 0.3s;
}
.partner-list__list a:visited, .partner-list__list a:active {
  color: #323232;
}
.partner-list__list a:hover {
  color: #028442;
}
.partner-list__list a:after {
  content: "";
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0.23rem 0 0 0.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221039%22%20height%3D%221039%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0%22%3E%3Crect%20x%3D%22334%22%20y%3D%22264%22%20width%3D%221039%22%20height%3D%221039%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23clip0)%22%20transform%3D%22translate(-334%20-264)%22%3E%3Cpath%20d%3D%22M627.884%20498.644%201017.51%20498.644%201147.38%20498.644%201147.38%20590.479%201147.38%20628.519%201147.38%201018.14%201017.51%201018.14%201017.51%20720.354%20642.288%201095.57%20550.453%201003.74%20925.673%20628.519%20627.884%20628.519ZM463.875%20393.875%20463.875%201173.12%201243.12%201173.12%201243.12%20393.875ZM1243.12%20264%201373%20264%201373%20264%201373%20393.875%201373%201173.12%201373%201303%201373%201303%201243.12%201303%201243.12%201303%20463.875%201303%20463.875%201303%20334%201303%20334%201303%20334%201173.12%20334%20393.875%20334%20264%20463.875%20264%201243.12%20264Z%22%20fill%3D%22%23323232%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  opacity: 0.3;
}
@media screen and (max-width: 1000px) {
  .partner-list__content {
    flex-direction: column;
  }
}

.eff__headline {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
}
.eff__dsc {
  line-height: 1.8em;
}
.eff__badge {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 1rem);
  margin-top: 30px;
}
.eff__badge--list {
  position: relative;
  width: calc(33.3333333333% - 1rem);
  margin: 1rem 1rem 0 0;
  padding: 2rem 3rem;
  background: #FFF;
  border-radius: 2px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.eff__column--list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}
.eff__column--thumb {
  flex-shrink: 0;
  position: relative;
  width: 320px;
  height: 240px;
}
.eff__column--thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.eff__column--text {
  margin-left: 50px;
  color: #323232;
}
.eff__column--title {
  font-size: 1.2rem;
  font-weight: bold;
}
.eff__column--category {
  margin-top: 0.5rem;
  color: #A6A6A6;
  font-weight: bold;
}
.eff__column--dsc {
  margin-top: 1.5rem;
  line-height: 1.8rem;
}
.eff__column--btn {
  margin-top: 1.5rem;
}
.eff__link-list {
  margin-top: 30px;
}

.eff-article__content {
  padding: 0 100px;
}
.eff-article__content:not(:last-child) {
  margin-bottom: 75px;
}
.eff-article__content h3 {
  margin-bottom: 1rem;
}
.eff-article__content p {
  line-height: 2rem;
}
.eff-article__headline--main {
  font-size: 1.5rem;
  font-weight: bold;
}
.eff-article__headline--sub {
  margin-top: 0.5rem;
  line-height: 1.8rem;
}
.eff-article__thumb {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 50px;
  padding-top: 50%;
}
.eff-article__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  border-radius: 2px 2px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.eff-article__profile {
  padding: 30px 40px;
  background: #f0f0f0;
  border-radius: 0 0 2px 2px;
  line-height: 1.8rem;
}
.eff-article__footer-chips {
  width: 100%;
  padding: 30px 40px;
  background: #f0f0f0;
  border-radius: 2px;
}
@media screen and (max-width: 1000px) {
  .eff-article__content {
    padding: 0;
  }
}/*# sourceMappingURL=company.css.map */