/* -------------------------------------
mv
----------------------------------------*/
#mv {
  margin-top: 51px;
}
#mv .mvWrap {
  padding: 54px 0 57px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(94, 167, 133, 0.7)), to(rgba(70, 178, 231, 0.7)));
  background: linear-gradient(90deg, rgba(94, 167, 133, 0.7), rgba(70, 178, 231, 0.7));
}
#mv .mvTitle h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  line-height: 1.44;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
#mv .mvTitle p {
  display: inline-block;
  padding: 4px 0 2px 8px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.33;
  letter-spacing: 0.02em;
  background: -webkit-gradient(linear, left top, right top, from(#59A9D7), to(transparent));
  background: linear-gradient(90deg, #59A9D7, transparent);
}
@media (min-width: 768px) {
  #mv {
    margin-top: 7%;
  }
}
@media (min-width: 1200px) {
  #mv {
    margin-top: 110px;
  }
}
@media (min-width: 768px) {
  #mv .mvWrap {
    padding: 54px 0 56px;
    margin-bottom: 20px;
  }
  #mv .mvTitle h1 {
    font-size: 34px;
  }
  #mv .mvTitle p {
    font-size: 18px;
  }
}

/* -------------------------------------
breadcrumbs
----------------------------------------*/
.breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1240px;
    width: 90%;
    margin: auto;
  }
  .breadcrumbs li {
    display: inline-block;
  }
  .breadcrumbs li:not(:last-of-type) {
    position: relative;
    padding-right: 30px;
  }
  .breadcrumbs li:not(:last-of-type)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 24px;
    height: 1px;
    margin-right: 4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-top: 1px solid #5ea785;
  }
  .breadcrumbs li a,
  .breadcrumbs li p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
}

/* -------------------------------------
lowerLayerInner
----------------------------------------*/
.lowerLayerInner {
  width: 95%;
  margin: auto;
}
@media (min-width: 768px) {
  .lowerLayerInner {
    max-width: 1080px;
  }
}

/* -------------------------------------
title
----------------------------------------*/
.title {
  margin-bottom: 20px;
}
.title h2 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #f6b0b0;
  padding: 10px 0 10px 40px;
}
.title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 100%;
  width: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#E85B6B), to(#F6B0B0));
  background: linear-gradient(90deg, #E85B6B, #F6B0B0);
}
.title.title--greenHeadline {
  margin-bottom: 20px;
}
.title.title--greenHeadline h3 {
  padding: 7px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.77;
  background: #12757c;
}
@media (min-width: 768px) {
  .title {
    margin-bottom: 40px;
  }
  .title h2 {
    font-size: 20px;
    padding: 10px 0 10px 40px;
  }
  .title.title--greenHeadline h3 {
    font-size: 18px;
  }
}

/* -------------------------------------
list
----------------------------------------*/
.list li {
  position: relative;
  padding-left: 25px;
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#E85B6B), to(#F6B0B0));
  background: linear-gradient(90deg, #E85B6B, #F6B0B0);
}
@media (min-width: 768px) {
  .list li::before {
    top: 6px;
  }
}

/* -------------------------------------
lowerLayerWrap
----------------------------------------*/
.lowerLayerWrap {
  padding: 40px 0 60px;
}
@media (min-width: 768px) {
  .lowerLayerWrap {
    padding: 80px 0 120px;
  }
}

/* -------------------------------------
lowerLayerTextArea
----------------------------------------*/
.lowerLayerTextArea p {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 2;
  margin-bottom: 20px;
}
.lowerLayerTextArea p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .lowerLayerTextArea p {
    font-size: 16px;
    line-height: 2;
  }
}/*# sourceMappingURL=ace_lower_layer.css.map */