.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-msg__content:not(:last-child) {
  margin-bottom: 50px;
}
.sol-msg__column {
  display: flex;
  flex-direction: row;
}
.sol-msg__column--item {
  width: 100%;
}
.sol-msg__column--item:first-child {
  margin-right: 50px;
}
.sol-msg__column--item:last-child {
  margin-left: 50px;
}
.sol-msg__label {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  color: #028442;
  font-size: 1.1rem;
  font-weight: bold;
}
.sol-msg__label:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0.4rem;
  left: 0;
  background: #028442;
  border-radius: 1px;
}
.sol-msg__label._sub {
  color: #323232;
  opacity: 0.75;
}
.sol-msg__label._sub::before {
  background: #323232;
}
.sol-msg__main {
  font-size: 1.8rem;
  font-weight: bold;
}
.sol-msg__dsc {
  margin-top: 1rem;
  line-height: 1.8rem;
}
.sol-msg__img {
  position: relative;
  border-radius: 2px;
}
.sol-msg__img img {
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.sol-msg__img._16-9 {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.sol-msg__img._16-9 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.sol-msg__img._4-3 {
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.sol-msg__img._4-3 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .sol-msg__column {
    flex-direction: column;
  }
  .sol-msg__column--item:first-child {
    margin: 0 0 50px 0;
  }
  .sol-msg__column--item:last-child {
    margin: 0;
  }
}

.sol-menu__list._wrap {
  margin-top: 2.5rem;
}
.sol-menu__item {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.sol-menu__item:not(:last-child) {
  margin-bottom: 100px;
}
.sol-menu__thumb {
  position: relative;
  flex: 0 0 50%;
  max-width: 350px;
  aspect-ratio: 1/1;
  border-radius: 2px;
}
.sol-menu__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.sol-menu__thumb._mini {
  aspect-ratio: 4/3;
}
.sol-menu__text {
  position: relative;
  padding: 1rem 0;
}
.sol-menu__thumb + .sol-menu__text {
  margin-left: 75px;
}
.sol-menu__text + .sol-menu__thumb {
  margin-left: 75px;
}
.sol-menu__num {
  position: absolute;
  top: -1rem;
  left: 0;
  color: rgba(2, 132, 66, 0.2);
  font-size: 8rem;
  font-weight: bold;
  font-family: Arial;
  z-index: -1;
}
.sol-menu__label {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  opacity: 0.75;
}
.sol-menu__title {
  font-size: 1.8rem;
  font-weight: bold;
}
.sol-menu__dsc {
  margin-top: 1rem;
  line-height: 1.8rem;
}
.sol-menu__category {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: solid 1px #A6A6A6;
  line-height: 1.8rem;
}
.sol-menu__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .sol-menu__item {
    flex-direction: column;
  }
  .sol-menu__text {
    order: 1;
  }
  .sol-menu__thumb {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
    aspect-ratio: 16/9;
  }
  .sol-menu__thumb + .sol-menu__text, .sol-menu__text + .sol-menu__thumb {
    margin-left: 0;
  }
}

.sol-cta-link__item {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 50px 0 75px 0;
}
.sol-cta-link__thumb {
  flex-shrink: 0;
  position: relative;
  width: 170px;
  height: 170px;
  margin-right: 50px;
  border-radius: 2px;
}
.sol-cta-link__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.sol-cta-link__headline {
  font-size: 1.5rem;
  font-weight: bold;
}
.sol-cta-link__dsc {
  margin-top: 1rem;
  line-height: 1.8rem;
}
.sol-cta-link__btn {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .sol-cta-link__thumb {
    display: none;
  }
}

.sol-toc__item {
  display: flex;
  flex-direction: row;
  width: calc(100% + 1rem);
}
.sol-toc__list {
  position: relative;
  width: 100%;
  margin-right: 1rem;
}
.sol-toc__list a {
  width: 100%;
  padding: 0.5rem 1.5rem;
  background: #A6A6A6;
  border-radius: 2px;
  color: #FFF;
  transition: 0.3s;
}
.sol-toc__list a:visited, .sol-toc__list a:active {
  color: #FFF;
}
.sol-toc__list a:hover {
  color: #FFF;
}
.sol-toc__list a {
  transition: 0.3s;
}
.sol-toc__list a:hover {
  background: #028442;
}
.sol-toc__list a:before {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  top: calc(50% - 0.45rem);
  right: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  transform: rotate(90deg);
  opacity: 0.8;
}

.sol-ba-card__content:not(:last-child) {
  margin-bottom: 50px;
}
.sol-ba-card__title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.sol-ba-card__item {
  display: flex;
  flex-direction: row;
  width: calc(100% + 1rem);
}
.sol-ba-card__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-right: 1rem;
  padding: 1.5rem 2rem;
  background: #f0f0f0;
  border-radius: 2px;
  font-weight: 500;
  text-align: center;
}
.sol-ba-card__icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 0.5rem;
}
.sol-ba-card__icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.sol-ba-card__item._before .sol-ba-card__list {
  background: #f0f0f0;
}
.sol-ba-card__item._after .sol-ba-card__list {
  background: #E5F2EC;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .sol-ba-card__item {
    flex-wrap: wrap;
  }
  .sol-ba-card__list {
    width: calc(50% - 1rem);
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .sol-ba-card__item {
    width: 100%;
  }
  .sol-ba-card__list {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .sol-ba-card__list--text br {
    display: none;
  }
}

.sol-table {
  text-align: left;
}
.sol-table th, .sol-table td {
  padding: 1rem 0;
  vertical-align: middle;
}
.sol-table th {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.sol-table td {
  padding-left: 3rem;
}
.sol-table__icon {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center center;
  background-color: #028442;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .sol-table th {
    padding: 1rem 0 0 0;
  }
  .sol-table td {
    display: block;
    width: 100%;
    padding: 0 0 1rem 0;
    padding-left: 4rem;
  }
}

.sol-partner__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}
.sol-partner__icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 0.5rem;
}
.sol-partner__icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.sol-partner__title {
  font-size: 1.5rem;
  font-weight: bold;
}
.sol-partner__dsc {
  margin-top: 1rem;
  line-height: 1.8rem;
}
.sol-partner__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 3rem);
}
.sol-partner__list {
  position: relative;
  width: calc(25% - 3rem);
  max-width: 200px;
  height: 30px;
  margin: 0 3rem 3rem 0;
}
.sol-partner__list img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 700px) {
  .sol-partner__list {
    width: calc(50% - 3rem);
  }
}

.sol-badge__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 1rem);
}
.sol-badge__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: calc(25% - 1rem);
  margin: 1rem 1rem 0 0;
  padding: 1.5rem 1rem;
  background: #E5F2EC;
  border-radius: 2px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sol-badge__list {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 700px) {
  .sol-badge__item {
    width: 100%;
  }
  .sol-badge__list {
    width: 100%;
    margin-right: 0;
  }
  .sol-badge__list br {
    display: none;
  }
}

.sol-page-link__content:not(:last-child) {
  margin-bottom: 50px;
}
.sol-page-link__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sol-page-link__table {
  text-align: left;
}
.sol-page-link__table th, .sol-page-link__table td {
  padding: 0.5rem 0;
}
.sol-page-link__table th {
  font-weight: bold;
}
.sol-page-link__table th a {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  color: #323232;
  transition: 0.3s;
}
.sol-page-link__table th a:visited, .sol-page-link__table th a:active {
  color: #323232;
}
.sol-page-link__table th a:hover {
  color: #028442;
}
.sol-page-link__table th a:before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  top: 0.1rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-color: #323232;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  border-radius: 2px;
  opacity: 0.5;
  transition: 0.3s;
}
.sol-page-link__table th a:hover:before {
  background-color: #028442;
  opacity: 1;
}
.sol-page-link__table td {
  padding-left: 3rem;
}
@media screen and (max-width: 1000px) {
  .sol-page-link__table th, .sol-page-link__table td {
    display: block;
    width: 100%;
  }
  .sol-page-link__table th {
    padding: 1rem 0 0 0;
  }
  .sol-page-link__table td {
    padding: 0.5rem 0 1rem 0;
    padding-left: 2rem;
    font-size: 0.9rem;
  }
}

.sol-half-menu__list {
  padding-top: 1rem;
}
.sol-half-menu__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  color: #323232;
}
.sol-half-menu__link._target {
  pointer-events: none;
  opacity: 0.4;
}
.sol-half-menu__link:hover .sol-half-menu__title {
  color: #028442;
}
.sol-half-menu__link:hover .sol-half-menu__thumb img {
  transform: scale(1.2);
}
.sol-half-menu__thumb {
  position: relative;
  flex-shrink: 0;
  width: 128px;
  height: 72px;
  background: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
}
.sol-half-menu__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.sol-half-menu__text {
  margin-left: 2rem;
}
.sol-half-menu__title {
  font-size: 1.2rem;
  font-weight: bold;
  transition: 0.3s;
}
.sol-half-menu__dsc {
  margin-top: 0.25rem;
  line-height: 1.8em;
}
@media screen and (max-width: 700px) {
  .sol-half-menu__thumb {
    width: 100px;
    height: 100px;
  }
  .sol-half-menu__dsc {
    font-size: 0.9rem;
  }
}

.sol-tips {
  margin-top: 50px;
  line-height: 1.8rem;
}/*# sourceMappingURL=solution.css.map */