.box-service-01 .head,
.box-service-03 .head,
.box-service-05 .head {
  padding: 40px 20px 0 20px;
  background: #fff;
}

.box-service-02 .head,
.box-service-04 .head {
  padding: 40px 20px 0 20px;
  background: #fff;
}

.box-service {
  overflow: hidden;
  width: 1400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.box-service .head > div {
  text-align: center;
}

.box-service .head > div:last-child a {
  min-width: 280px;
  margin-bottom: 0;
  margin-right: 10px;
}

.box-service::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 42%;
}

.box-service-01 {
  background: url("/service/img/bg_service_01.jpg") left top/100% auto no-repeat;
}

.box-service-02 {
  background: url("/service/img/bg_service_02.jpg") left top/100% auto no-repeat;
}

.box-service-03 {
  background: url("/service/img/bg_service_03.jpg") left top/100% auto no-repeat;
}

.box-service-04 {
  background: url("/service/img/bg_service_04.jpg") left top/100% auto no-repeat;
}

.box-service-05 {
  background: url("/service/img/bg_service_05.jpg") left top/100% auto no-repeat;
}

@media screen and (min-width: 600px) {
  .box-service .head > div:last-child a {
    min-width: 320px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .box-service-01 .head,
  .box-service-03 .head,
  .box-service-05 .head {
    width: 80%;
    margin: 0 auto 0 0;
    padding: 40px 50px 50px 50px;
  }
  .box-service-02 .head,
  .box-service-04 .head {
    width: 80%;
    margin: 0 0 0 auto;
    padding: 40px 50px 50px 50px;
  }
  .box-service::before {
    padding-top: 30%;
  }
}
#sec-btn .rs-mt-80 {
  text-align: center;
}
#sec-btn .rs-mt-80 a {
  min-width: 320px;
}

@media screen and (max-width: 599px) {
  #sec-pc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #sec-sp {
    display: none;
  }
}
#h110 #list-h110 {
  margin: 0 0 70px;
  padding: 0;
}
#h110 #list-h110 .ttl {
  position: relative;
  height: 50px;
  margin: 0;
  padding: 0 0 0 20px;
  background-color: #212f54;
  color: #fff;
  font-size: 21px;
  line-height: 48px;
  border-radius: 5px;
}
#h110 #list-h110 .ttl:not(:nth-child(2)) {
  margin-top: 8px;
}
#h110 #list-h110 .ttl.active .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#h110 #list-h110 .arrow {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
#h110 #list-h110 .arrow::before {
  -webkit-transform: translate(-25%, 0) scale(1, 0.6) rotate(45deg);
          transform: translate(-25%, 0) scale(1, 0.6) rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#h110 #list-h110 .box {
  display: none;
  margin: 0;
  padding: 8px 0 26px;
}

@media screen and (max-width: 599px) {
  #sec-pc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #sec-sp {
    display: none;
  }
}
#slider-01 {
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
  margin: 0;
  padding: 0;
}
#slider-01 li {
  width: 100%;
}
#slider-01 img {
  width: 100%;
  height: auto;
}
#slider-01 .slick-list,
#slider-01 .slick-track {
  width: 100%;
}
#slider-01 .slick-slide {
  width: 100%;
  padding: 0 20px;
}

.slick-dots {
  display: grid;
  grid-template-columns: repeat(10, auto);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 40px 0 40px;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  width: 12px;
  height: 12px;
}
.slick-dots li:not(:first-child) {
  margin-left: 20px;
}
.slick-dots li button {
  overflow: hidden;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  text-indent: 20px;
  background-color: #919191;
  border: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  border-radius: 6px;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #313031;
}

@media screen and (min-width: 960px) {
  #sec-01 .bnr-01 {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  #sec-01 .bnr-01:hover {
    opacity: 0.7;
  }
}