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

.s-home-view {
  position: relative;
  width: 100%;
  height: calc(100vh - 110px);
  max-height: 600px;
  background: #323232;
  overflow: hidden;
}
.s-home-view__item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  overflow: hidden;
}
.s-home-view__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: 0.3s;
}
.s-home-view__item._hidden img {
  opacity: 0;
}
.s-home-view__catch {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
  background: rgba(50, 50, 50, 0.5);
  z-index: 1;
}
.s-home-view__msg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.s-home-view__msg-main {
  display: none;
  color: #FFF;
  font-size: 4.5rem;
  font-weight: 900;
}
.s-home-view__msg-main strong {
  font-size: 6rem;
  font-weight: 900;
}
.s-home-view__msg-logo {
  position: relative;
  width: 70%;
  max-width: 900px;
}
.s-home-view__msg-logo img {
  width: 100%;
}
.s-home-view__msg-sub {
  margin-top: 30px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2em;
}
.s-home-view__footer {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 1rem 10%;
  background: #FFF;
  border-top: solid 2px #f0f0f0;
  border-bottom: solid 2px #f0f0f0;
}
.s-home-view__footer--item {
  position: relative;
  width: 100%;
  border-right: solid 2px #f0f0f0;
}
.s-home-view__footer--item:first-child {
  border-left: solid 2px #f0f0f0;
}
.s-home-view__footer--item a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 3rem);
  margin: 0 1.5rem;
  padding: 0.5rem 0;
  color: #323232;
  transition: 0.3s;
}
.s-home-view__footer--item a:visited, .s-home-view__footer--item a:active {
  color: #323232;
}
.s-home-view__footer--item a:hover {
  color: #323232;
}
.s-home-view__footer--item a:hover .s-home-view__footer--main {
  color: #028442;
}
.s-home-view__footer--main {
  font-size: 1.1rem;
  font-weight: bold;
  transition: 0.3s;
}
.s-home-view__footer--sub {
  margin-top: 0.25rem;
  font-size: 0.9rem;
}
.s-home-view__footer--icon {
  flex-shrink: 0;
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #028442;
}
.s-home-view__footer--icon img {
  position: absolute;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 700px) {
  .s-home-view {
    min-height: 480px;
  }
  .s-home-view__msg-main {
    font-size: 2.2rem;
  }
  .s-home-view__msg-sub {
    font-size: 1.2rem;
  }
  .s-home-view__footer {
    flex-direction: column;
    padding: 0;
  }
  .s-home-view__footer--item {
    border: none;
  }
  .s-home-view__footer--item:first-child {
    border-left: none;
  }
  .s-home-view__footer--item:not(:first-child) {
    border-top: solid 2px #f0f0f0;
  }
  .s-home-view__footer--item a {
    padding: 1rem 0;
  }
}

.top-msg__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.top-msg__headline {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.top-msg__label {
  margin-bottom: 1.5rem;
  color: #028442;
  font-size: 1.2rem;
  font-weight: bold;
}
.top-msg__catch {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
.top-msg__catch img {
  width: 100%;
}
.top-msg__image {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 3rem;
}
.top-msg__image 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;
}
.top-msg__dsc {
  margin-left: 75px;
  font-weight: 500;
  line-height: 1.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .top-msg__content {
    flex-direction: column;
  }
  .top-msg__label {
    text-align: center;
  }
  .top-msg__catch img {
    width: 80%;
    margin: 0 10%;
  }
  .top-msg__image {
    height: 0;
    padding-top: 56.25%;
  }
  .top-msg__dsc {
    margin: 3rem 0 0 0;
    text-align: center;
    white-space: normal;
  }
}
@media screen and (max-width: 700px) {
  .top-msg__label {
    text-align: left;
  }
  .top-msg__catch img {
    width: 100%;
    margin: 0;
  }
  .top-msg__dsc {
    text-align: left;
  }
}

.top-news__content {
  display: flex;
  flex-direction: row;
  padding: 50px 0;
}
.top-news__headline {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-right: 50px;
  font-size: 1.5rem;
  font-weight: bold;
}
.top-news__headline--icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin: 3px 0.5rem 0 0;
}
.top-news__headline--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;
}
.top-news__item {
  line-height: 1.8rem;
}
.top-news__item:not(:last-child) {
  margin-bottom: 1rem;
}
.top-news__item a {
  display: inline-flex;
  color: #323232;
  transition: 0.3s;
}
.top-news__item a:visited, .top-news__item a:active {
  color: #323232;
}
.top-news__item a:hover {
  color: #323232;
}
.top-news__title {
  font-weight: 500;
  transition: 0.3s;
}
.top-news__date {
  flex-shrink: 0;
  width: 9rem;
  font-weight: bold;
  opacity: 0.5;
}
.top-news__item a:hover .top-news__title {
  color: #028442;
}
@media screen and (max-width: 1000px) {
  .top-news__content {
    flex-direction: column;
  }
  .top-news__headline {
    margin: 0 0 2rem 0;
  }
}
@media screen and (max-width: 700px) {
  .top-news__item a {
    flex-direction: column;
  }
  .top-news__date {
    width: 100%;
  }
}

.top-headline__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
  text-align: center;
}
.top-headline__content._left {
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
}
.top-headline__main {
  font-size: 2rem;
  font-weight: bold;
}
.top-headline__dsc {
  width: 100%;
  margin-top: 1rem;
  line-height: 2rem;
}
.top-headline__icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
}
.top-headline__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;
}
.top-headline__content._left .top-headline__icon {
  margin-right: 0.8rem;
}
@media screen and (max-width: 1000px) {
  .top-headline__content {
    align-items: flex-start;
    text-align: left;
  }
  .top-headline__content._left {
    flex-direction: column;
  }
  .top-headline__content._left .top-headline__icon {
    margin-right: 0;
  }
}

.li-work__list {
  display: flex;
  flex-direction: row;
}
.li-work__item {
  width: 100%;
  background: #FFF;
  border-radius: 8px;
}
.li-work__item:not(:last-child) {
  margin-right: 2rem;
}
.li-work__item a {
  color: #323232;
  transition: 0.3s;
}
.li-work__item a:visited, .li-work__item a:active {
  color: #323232;
}
.li-work__item a:hover {
  color: #323232;
}
.li-work__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.li-work__thumb 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;
  border-radius: 8px 8px 0 0;
  transition: 0.3s;
}
.li-work__text {
  padding: 2rem 2.5rem 1rem 2.5rem;
}
.li-work__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.li-work__dsc {
  margin-top: 0.5rem;
  line-height: 1.8rem;
}
.li-work__btn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin: 0 2.5rem 2rem 2.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: 0.3s;
}
.li-work__btn:after {
  content: "";
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 1px 0 0 0.5em;
  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: 50%;
  transition: 0.3s;
}
.li-work__item a:hover .li-work__btn {
  color: #028442;
}
.li-work__item a:hover .li-work__btn:after {
  background-color: #028442;
}
.li-work__item a:hover .li-work__thumb img {
  transform: scale(1.2);
}
@media screen and (max-width: 1000px) {
  .li-work__list {
    flex-direction: column;
  }
  .li-work__item:not(:last-child) {
    margin: 0 0 2rem 0;
  }
}

.img-base__map {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 50px;
  padding-top: 56.25%;
  background: #FFF;
  border-radius: 8px;
}
.img-base__map img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-menu__content {
  padding: 1rem 0;
}
.top-menu__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.top-menu__item {
  width: 50%;
  margin-bottom: 2rem;
}
.top-menu__item a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #323232;
  transition: 0.3s;
}
.top-menu__item a:visited, .top-menu__item a:active {
  color: #323232;
}
.top-menu__item a:hover {
  color: #028442;
}
.top-menu__item a {
  font-weight: 500;
}
.top-menu__item a:before {
  content: "";
  position: relative;
  flex-shrink: 0;
  width: 1rem;
  height: calc(1rem + 1px);
  margin: 1px 0.4em 0 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: 50%;
  transition: 0.3s;
}
.top-menu__item a:hover:before {
  background-color: #028442;
}
@media screen and (max-width: 700px) {
  .top-menu__content {
    padding: 0;
  }
}/*# sourceMappingURL=home.css.map */