.main_vis {
  padding: 1rem 0;
  background-image: url(../img/front__main_vis__bg.jpg);
}

.main_vis__slider {
  margin-bottom: 1rem;
}

.main_vis__slider__img img {
  width: 100%;
}

.main_vis__copy {
  text-align: center;
}

.main_vis .container {
  max-width: 900px;
  margin: 0 auto;
}

.main_vis .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (min-width: 768px) {
  .main_vis {
    padding: 3rem 0 2rem;
  }
}

.front__contents {
  padding: 0 5%;
  background-image: url(../img/front__contents__bg.png);
  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: top right 40%;
}

@media screen and (min-width: 768px) {
  .front__contents {
    background-size: 100% auto;
    background-position: top left;
  }
}

@media screen and (min-width: 1110px) {
  .front__contents {
    padding-left: calc((100% - 1110px) / 2);
    padding-right: calc((100% - 1110px) / 2);
  }
}

.greeting {
  padding: 2rem 0;
}

.greeting__obj {
  display: block;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .greeting {
    padding: 3rem 0;
  }
  .greeting__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .greeting__obj {
    width: min(30%, 300px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .greeting__text {
    padding-left: 6rem;
  }
  .greeting__text p {
    line-height: 2.2;
  }
}

.service__card {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: .4rem;
  background-color: #ffe2e4;
}

.service__card__img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.service__card__img img {
  width: 100%;
}

.service__card__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: .5rem;
  color: #d21e73;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.2em;
}

.service__card__ttl__obj {
  margin-right: .5em;
}

@media screen and (min-width: 768px) {
  .service__service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service__card {
    width: 31%;
    padding-bottom: 2rem;
  }
  .service__card__img {
    margin-bottom: 1.5rem;
  }
  .service__card__img img {
    width: 100%;
  }
  .service__card__ttl {
    margin-bottom: 1em;
  }
}

.news {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
}

.news__news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}

.news__news_list li .post_time {
  width: 5.5em;
  margin-right: 1em;
}

.news__news_list li .post_cat {
  width: 9em;
  font-size: .8em;
  text-align: center;
  border-radius: .4em;
  color: #fff;
}

.news__news_list li .post_cat.-news {
  background-color: #ff8c92;
}

.news__news_list li .post_cat.-blog {
  background-color: #67de50;
}

.news__news_list li .post_cat.-active {
  background-color: #529bee;
}

.news__news_list li .post_ttl {
  width: 100%;
}

.news__news_list li .post_ttl a {
  color: #4d62de;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .news {
    padding: 3rem 7rem;
  }
  .news__news_list li {
    margin-bottom: 2rem;
  }
  .news__news_list li .post_time {
    margin-right: 2em;
  }
  .news__news_list li .post_cat {
    font-size: 1rem;
    margin-right: 3em;
  }
  .news__news_list li .post_ttl {
    width: calc(100% - 19.5rem);
  }
}
/*# sourceMappingURL=front-page.css.map */