/* ----------------------------------------
	common
---------------------------------------- */
.contentWrap {
  border-top: 4px solid #A3D7DE;
}

/* ----------------------------------------
	mv
---------------------------------------- */
.mv {
  background: url(../img/top/mv_bg_sp.jpg) no-repeat center center/cover;
  min-height: 584px;
  height: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 639px) {
  .mv {
    padding: 130px 0 50px;
  }
}
@media screen and (min-width: 640px) {
  .mv {
    min-height: 61.71vw;
    background-image: url(../img/top/mv_bg_pc.jpg);
  }
}
@media screen and (min-width: 1024px) {
  .mv {
    min-height: 632px;
  }
}
.mv__content {
  width: 100%;
  color: #fff;
  text-shadow: 0 0 16px rgb(0, 0, 0);
}
@media screen and (min-width: 640px) {
  .mv__content {
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.mv__catch {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 7vw;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .mv__catch {
    line-height: 1.875;
  }
}
@media screen and (min-width: 640px) {
  .mv__catch {
    font-size: 4.49vw;
    margin-bottom: 16px;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 1024px) {
  .mv__catch {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .mv__catch {
    font-size: 4.6rem;
  }
}
.mv__txt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  font-size: 4.2vw;
}
@media screen and (min-width: 640px) {
  .mv__txt {
    font-size: 2.53vw;
  }
}
@media screen and (min-width: 1024px) {
  .mv__txt {
    font-size: 2.6rem;
  }
}

/* ----------------------------------------
	lead
---------------------------------------- */
.lead {
  padding: 24px 0 0;
}
@media screen and (min-width: 640px) {
  .lead {
    padding: 48px 0 16px;
  }
}
.lead__txt {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 640px) {
  .lead__txt {
    text-align: center;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .lead__txt {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------
	service
---------------------------------------- */
@media screen and (min-width: 1024px) {
  .service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.service__item {
  border: 3px solid #A3D7DE;
  border-radius: 7px;
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (min-width: 640px) {
  .service__item {
    padding: 28px 37px 36px;
  }
}
@media screen and (min-width: 1024px) {
  .service__item {
    width: 49.5%;
    margin: 0;
  }
}
.service__item:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(2) {
    margin-top: 0;
  }
}
.service__item__ttl {
  text-align: center;
  color: #162D56;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .service__item__ttl {
    line-height: 1.5;
  }
}
@media screen and (min-width: 640px) {
  .service__item__ttl {
    font-size: 2.4rem;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .service__item__ttl {
    font-size: 2.6rem;
  }
}
.service__item__ttl::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .service__item__ttl::after {
    width: 120px;
  }
}
.service__item__img {
  margin: 15px 0 20px;
}
.service__item__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .service__item__txt {
    font-size: 1.6rem;
  }
}
.service__item__btn {
  margin-top: 16px;
}
@media screen and (min-width: 640px) {
  .service__item__btn {
    margin-top: 24px;
  }
}

/* ----------------------------------------
	company
---------------------------------------- */
.company__item {
  line-height: 2;
  border-bottom: 1px solid #A3D7DE;
  padding: 15px 10px;
}
@media screen and (min-width: 1024px) {
  .company__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px 40px;
  }
}
.company__item__ttl {
  color: #162D56;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .company__item__ttl {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .company__item__ttl {
    max-width: 180px;
    width: 25%;
    font-size: 1.8rem;
  }
}
.company__item__txt {
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) {
  .company__item__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .company__item__txt {
    font-size: 2rem;
  }
}

/* ----------------------------------------
	news
---------------------------------------- */
.news {
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .news {
    margin-bottom: 120px;
  }
}
.news__item {
  line-height: 2;
  border-bottom: 1px solid #A3D7DE;
}
.news__item__inner {
  padding: 15px 10px;
}
@media screen and (min-width: 1024px) {
  .news__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 40px;
  }
}
.news__item__time {
  color: #162D56;
  font-size: 1.6rem;
  font-weight: 600;
  max-width: 180px;
  width: 30%;
}
@media screen and (min-width: 1024px) {
  .news__item__time {
    font-size: 1.8rem;
  }
}
.news__item__ttl {
  font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
  .news__item__ttl {
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px) {
  .news__item__ttl {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=top.css.map */