@media (max-width: 949px) {
  .slide {
    height: 46.3vw;
    margin-bottom: 40px;
  }
}

@media (min-width: 950px) {
  .slide {
    height: calc(100% - 11px);
    margin-top: -125px;
    margin-bottom: 20px;
  }
}

.slide__item {
  background-position: center;
  background-size: cover;
}

.slide .slick-slider {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.slide .slick-list {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.slide .slick-track {
  width: 100%;
  height: 100%;
}

.slide .slick-slide div {
  height: 100%;
}

.slide .slick-dots {
  bottom: 12px;
  z-index: 1;
  display: flex;
  justify-content: center;
  line-height: 0;
}

.slide .slick-dots li {
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 3px;
}

.slide .slick-dots li button {
  width: 5px;
  height: 5px;
  padding: 0;
}

.slide .slick-dots li button::before {
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
}

.slide .slick-dots li.slick-active button::before {
  background-color: #58b7e1;
  opacity: 1;
}

@media (max-width: 949px) {
  .content {
    margin-right: 0;
    margin-left: 0;
  }
}

.content h2:not(:nth-of-type(1)) {
  margin-top: 80px;
}

@media (max-width: 949px) {
  .content .body {
    margin-right: 16px;
    margin-left: 16px;
  }
}

.content .services {
  margin-top: 48px;
  margin-bottom: 48px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

@media (min-width: 950px) {
  .content .services-list {
    display: flex;
    justify-content: center;
  }
}

.content .services-item {
  width: 252px;
  height: 252px;
  border-right: 1px solid #b2b2b2;
}

@media (max-width: 949px) {
  .content .services-item {
    margin-right: auto;
    margin-left: auto;
    border-left: 1px solid #b2b2b2;
  }
}

@media (min-width: 950px) {
  .content .services-item:first-child {
    border-left: 1px solid #b2b2b2;
  }
}

@media (max-width: 949px) {
  .content .services-item:not(:first-child) {
    border-top: 1px solid #b2b2b2;
  }
}

.content .services-item:nth-of-type(1) {
  background-image: url(/img/home/service1.jpg);
}

.content .services-item:nth-of-type(2) {
  background-image: url(/img/home/service2.jpg);
}

.content .services-item:nth-of-type(3) {
  background-image: url(/img/home/service3.jpg);
}
.content .services-item:nth-of-type(4) {
  background-image: url(/img/home/service4.jpg);
}

.content .services-anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.content .services-name {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
  letter-spacing: 0.1em;
  border-bottom: none;
}

.content .services-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 186px;
  height: 34px;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: rgba(0, 0, 0, 0.5);
}

.content .about-navi {
  margin-top: 48px;
  margin-bottom: 48px;
}

@media (min-width: 950px) {
  .content .about-navi {
    display: flex;
    justify-content: space-around;
  }
}

.content .about-navi ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

@media (max-width: 949px) {
  .content .about-navi ul {
    margin-top: 26px;
  }
}

@media (min-width: 950px) {
  .content .about-navi ul {
    margin-top: 0;
  }
}

.content .about-navi li:not(:first-child) {
  margin-top: 26px;
}

.content .about-navi li a {
  box-sizing: border-box;
  display: flex;
  width: 300px;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 17px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  background-color: #666;
  border-radius: 0px;
}

@media (max-width: 949px) {
  .content .about-navi li a {
    margin-right: auto;
    margin-left: auto;
  }
}

.content .information {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.content .information li {
  border-bottom: 1px dashed #989898;
}

.content .information li:not(:first-child) {
  margin-top: 20px;
}

.content .information a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 17px;
  line-height: 36.38px;
  color: #000;
  text-decoration: none;
}

@media (min-width: 950px) {
  .content .information a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 949px) {
  .content .information a {
    font-size: 14px;
    line-height: 25px;
  }
}
