.mv {
  position: relative;
}

.about-wrapper {
  max-width: 800px;
}

.about-catch {
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .about-catch {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .about-catch {
    margin: 0 0 5% 0;
  }
}

.news {
  background-color: #EFF9FD;
}

@media only screen and (min-width: 769px) {
  .news-wrapper {
    max-width: 800px;
  }
}

.news-list {
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  .news-list {
    padding: 5%;
  }
}

@media only screen and (max-width: 768px) {
  .news-list {
    padding: 8%;
  }
}

.news-list-item {
  border-bottom: 1px solid #E8E7E7;
}

@media only screen and (min-width: 769px) {
  .news-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 15px 0;
    margin: 0 0 25px 0;
  }
}

@media only screen and (max-width: 768px) {
  .news-list-item {
    padding: 0 0 3% 0;
    margin: 0 0 3% 0;
  }
}

.news-list-item:last-child {
  margin: 0;
}

.news-list-date {
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .news-list-date {
    margin: 0 25px 0 0;
  }
}

.news-list-ttl {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .news-list-ttl {
    margin: 0 0 2% 0;
  }
}

.news-list-btn {
  background-color: #01a0c6;
  border: 2px solid #01a0c6;
  color: #fff;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 769px) {
  .news-list-btn {
    padding: 7px 0;
    font-size: 12px;
    width: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .news-list-btn {
    display: block;
    padding: 7px 0;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
}

.news-list-btn:hover {
  background-color: #fff;
  color: #01a0c6;
}

.service-wrapper {
  position: relative;
}

.service-box {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .service-box {
    margin: 0 0 100px 0;
  }
}

@media only screen and (max-width: 768px) {
  .service-box {
    margin: 0 0 15% 0;
  }
}

.service-box-no {
  position: absolute;
  color: #EFF9FD;
  font-weight: bold;
  line-height: 1;
  z-index: -1;
}

@media only screen and (min-width: 769px) {
  .service-box-no {
    font-size: 163px;
    left: 56px;
    top: -15px;
  }
}

@media only screen and (max-width: 768px) {
  .service-box-no {
    font-size: 100px;
    left: 0;
    top: -15px;
  }
}

.service-box-ttl {
  color: #29667C;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .service-box-ttl {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .service-box-ttl {
    font-size: 5.5vw;
    margin: 0 0 4% 0;
  }
}

.service-box-catch {
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .service-box-catch {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .service-box-catch {
    font-size: 5vw;
    margin: 0 0 5% 0;
  }
}

@media only screen and (min-width: 769px) {
  .service-box-copy {
    margin: 0 0 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .service-box-copy {
    margin: 0 0 5% 0;
  }
}

.service-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .service-box-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.service-box-list-item {
  color: #29667C;
}

@media only screen and (min-width: 769px) {
  .service-box-list-item {
    font-size: 13px;
    width: 15%;
  }
}

@media only screen and (max-width: 768px) {
  .service-box-list-item {
    width: 30%;
    margin: 0 0 5% 0;
  }
}

.service-box-list-img {
  margin: 0 0 5px 0;
}

.service-box-list-copy {
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .service-box-list-copy {
    margin: 0 0 60px 0;
  }
}

.service-box-img {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .service-box-merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.service-box-merit-item {
  background-color: #EFF9FD;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .service-box-merit-item {
    width: 28.8%;
    padding: 55px 20px 20px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .service-box-merit-item {
    padding: 5%;
    margin: 0 0 4% 0;
  }
}

.service-box-merit-icon {
  background-color: #29667C;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

@media only screen and (min-width: 769px) {
  .service-box-merit-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 16px;
    top: -40px;
    width: 70px;
    height: 70px;
    font-size: 18px;
    border-radius: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .service-box-merit-icon {
    font-size: 12px;
    padding: 2%;
    font-weight: bold;
    margin: 0 0 3% 0;
    border-radius: 5px;
  }
}

@media only screen and (min-width: 769px) {
  .service-box-merit-icon .-no {
    display: block;
  }
}

.service-box-merit-ttl {
  font-weight: bold;
  letter-spacing: 2px;
}

@media only screen and (min-width: 769px) {
  .service-box-merit-ttl {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
}

.outline {
  background-color: #EFF9FD;
}

.outline-list {
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  .outline-list {
    padding: 46px 120px;
  }
}

.outline-list-item {
  border-bottom: 1px solid #E8E7E7;
}

@media only screen and (min-width: 769px) {
  .outline-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0 18px 45px;
  }
}

@media only screen and (max-width: 768px) {
  .outline-list-item {
    padding: 5%;
  }
}

.outline-list-ttl {
  font-weight: bold;
  width: 200px;
}

.outline-map {
  position: relative;
  height: 360px;
}

.outline-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=home.css.map */