section {
  padding: 8rem 0;
}

@media only screen and (max-width: 959px) {
  section {
    padding: 5rem 0;
  }
}
.main-vis {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 46.666666667%;
  background: url("../images/main-vis__img.jpg") no-repeat center top #fff;
  background-size: contain;
  position: relative;
  margin-top: 10rem;
}


.main-vis__inner {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
}

.main-vis .btnBox {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 15px;
  max-width: 50rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .main-vis .btnBox {
    max-width: 370px;
    font-size: 1.4rem;
    left: 58%;
  }
}
@media screen and (max-width: 959px) {
  .main-vis .btnBox {
    margin-top: 8px;
    max-width: 310px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .main-vis .btnBox {
    display: none;
  }
}
.main-vis .btn {
  margin-top: 0;
}
.main-vis .btn a {
  height: 6rem;
}
@media screen and (max-width: 1024px) {
  .main-vis .btn a {
    height: 5rem;
  }
}
.main-vis .btn a::after {
  content: none;
}

@media only screen and (max-width: 959px) {
  .main-vis {
    height: auto;
    min-height: auto;
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-vis {
    background-image: url("../images/main-vis__img_sp.jpg");
    padding-top: 61.929595828%;
  }

  .main-vis__inner {
    max-width: none;
    height: 40rem;
    padding: 0 1.5rem;
  }

  .main-vis__txt .copy,
.main-vis__txt p {
    font-size: 1.1rem;
  }

  .main-vis__txt h1 {
    margin: 0.5rem 0;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 700;
  }

  .main-vis__btn {
    font-size: 1.2rem;
  }
}
.home_new_service .list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home_new_service .list {
    flex-wrap: wrap;
  }
}
.home_new_service .list__item {
  width: calc(25% - 20px);
}
@media screen and (max-width: 767px) {
  .home_new_service .list__item {
    width: 48.5%;
    margin-bottom: 2rem;
  }
}
.home_new_service .list a {
  display: block;
}
.home_new_service .list__img {
  margin-bottom: 15px;
  position: relative;
}
.home_new_service .list__img:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.home_new_service .list__img img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.home_new_service .list__title {
  font-weight: bold;
  font-size: 1.4rem;
}

.home_link {
  padding: 2.5rem 0;
}
.home_link .btn__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home_link .btn__wrap .btn {
  margin: 0;
  width: 32%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .home_link .btn__wrap .btn {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.home_link .btn__wrap .btn a {
  font-size: 1.6rem;
  font-weight: bold;
  height: 6rem;
  background-color: #fff;
  border-color: #fff;
  color: #282828;
}
.home_link .btn__wrap .btn a::after {
  transform: rotate(135deg);
}
@media screen and (min-width: 1040px) {
#homenewsWrap{
  display: flex;
  justify-content: space-between;
  padding: 0 8rem;
}
#homenewsWrap .home_news{
  flex: 1;
  width: 100%;
  margin: 0 2rem;
}
#homenewsWrap .home_news .l-container{
  padding: 0;
}
}
.home_news .list__item {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  height: 12em;
}
.home_news .list__item a {
  display: flex;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .home_news .list__item {
    height: 16em;
  }
}
@media screen and (max-width: 1039px) {
    .home_news .list__item {
    height: auto;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .home_news .list__item a {
    flex-direction: column;
  }
}
.home_news .list__item a:hover * {
  color: #00aabe;
  transition: 0.6s;
}
.home_news .list__date {
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .home_news .list__date {
    margin-right: 0;
  }
}
.home_news .list__title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.home_news .list__comment {
  font-size: 1.3rem;
}

.home_search .search__wrap {
  border-radius: 0.5rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home_search .search__wrap {
    flex-direction: column;
  }
}
.home_search .search__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .home_search .search__title {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.home_search .select_wrap {
  background: #fff;
  border: solid 1px #fff;
  width: 32%;
  height: 6rem;
  border-radius: 0.5rem;
  padding: 10px;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_search .select_wrap {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.home_search .select_wrap select {
  width: 100%;
  height: 100%;
}
.home_search .select_wrap::after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  right: 10px;
}
.home_search .btn {
  margin: 0;
  /* max-width: 21rem;
  width: 15%; */
  max-width: 26rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home_search .btn {
    width: 100%;
    margin-top: 1rem;
  }
}
.home_search .btn input {
  font-size: 1.6rem;
  height: 6rem;
  font-weight: bold;
}

.search1_box {
  display: flex;
}
.search1_box .btn--more  {
  width: 100%;
  max-width: 10rem;
  display: block;
  margin: 0;
  margin-left: 1rem;
}
.search1_box .btn--more a {
  width: 100%;
  /* height: 5rem; */
  height: 39rem;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  writing-mode: vertical-rl;
}

#search1match_li ul{
  display: flex;
  flex-wrap: wrap;
}
#search1match_li ul li{
  width:  calc((100% - 4rem)/4 );
  padding: 1rem;
  margin: .5rem;
  background: #eff4f5;
}
#search1match_li ul li div:first-child{
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #search1match_li ul li{
    width: calc((100% - 2rem)/2 ) ;}
}

.home_about .about__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .home_about .about__wrap {
    flex-direction: column;
  }
}
.home_about .about__wrap > * {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .home_about .about__wrap > * {
    width: 100%;
  }
}
.home_about .about__title {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .home_about .about__title {
    margin-top: 3rem;
    font-size: 2.3rem;
    margin-bottom: 1rem;
  }
}
.home_about .about__comment {
  line-height: 30px;
}
@media screen and (max-width: 1055px) {
  .home_about .about__comment br {
  display: none;
  }
}

.home_banner .banner__item {
  background-color: #fff;
  padding: 2rem;
  width: 24%;
  margin: 0 10px;
}
.home_banner .banner__item a {
  display: block;
  position: relative;
}
.home_banner .banner__item a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home_banner .banner__item a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  display: none;
}

.prev_icon {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
  width: 50px;
}

.next_icon {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  width: 50px;
}