@charset "UTF-8";
section {
  padding: 8rem 0;
  border-top: 1px solid #e9eced
}
@media only screen and (max-width: 959px) {
  section {
    padding: 5rem 0
  }
}
.main-vis {
  display: block;
  margin-inline: auto;
  width: 100%;
  max-width: 1320px;
  height: 400px;
  background: url("../images/main-vis__img.jpg") no-repeat center top #fff;
  background-size: cover;
  position: relative;
}
.main-vis__inner {
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.main-vis__txt .copy {
  display: block;
  position: relative;
  bottom: -10px;
  padding: 0 10px 0 25px;
  width: max-content;
  background: #122823;
  border-radius: 0 5px 5px 5px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}
.main-vis__txt h1 {
  display: block;
  padding: 16px 10px 3px 25px;
  width: max-content;
  background: #fff;
  border-radius: 0 5px 0 5px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #122823;
}
@media only screen and (max-width: 767px) {
  .main-vis {
    height: 400px;
  }
  .main-vis__txt .copy {
    padding: 0 10px 0 25px;
    border-radius: 0 5px 5px 5px;
    font-size: 2rem;
  }
  .main-vis__txt h1 {
    padding: 16px 10px 3px 25px;
    border-radius: 0 5px 0 5px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .main-vis__txt h1 br {
    display: none;
  }
}
.feature {}
.feature__list {}
.feature__item {
  width: 18.4%;
  margin-right: 2%;
}
@media screen and (min-width: 768px) {
  .feature__item:nth-child(5n) {
    margin-right: 0;
  }
}
.feature__img {}
.feature__img img {
  height: 16rem;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  border-radius: .5rem;
}
.feature__desc {
  margin-top: 1rem;
}
.feature__ttl {
  font-weight: 700
}
.feature__txt {
  margin-top: .5rem;
}
@media screen and (max-width: 767px) {
  .feature__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2rem;
  }
  .feature__item:nth-child(2n) {
    margin-right: 0;
  }
}