/* =========================================================
slogan
========================================================= */
.p-slogan-mv {
  padding: 0 15px;
  position: relative;
}
.p-slogan-mv::before {
  background: url(../images/common/wing07.svg) no-repeat left bottom;
  top: -220px;
  bottom: auto;
  left: 170px;
}
.p-slogan-mv .c-title-contents_title {
  display: block;
  margin-bottom: 10px;
  font-family: "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  color: #8EE1FF;
}
@media screen and (min-width: 992px) {
  .p-slogan-mv .c-title-contents_title {
    font-size: 52px;
  }
}
.p-slogan-mv .c-title-contents_title::first-letter {
  font-size: 110%;
  color: #007FCD;
}

.p-slogan-box {
  margin-top: 50px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-slogan-box {
    margin-top: 80px;
  }
}
.p-slogan-box:last-of-type::before {
  content: "";
  background: url(../images/common/wing01.svg) no-repeat left top;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 90%;
  left: -60%;
}
@media screen and (min-width: 992px) {
  .p-slogan-box:last-of-type::before {
    top: auto;
    left: -72%;
    background-position: right bottom;
    height: 500px;
    bottom: 0;
  }
}
.p-slogan-box:last-of-type::after {
  content: "";
  background: url(../images/common/wing03-w.svg) no-repeat left center;
  background-size: contain;
  display: block;
  width: 120%;
  height: 100%;
  position: absolute;
  top: -10%;
  right: -80%;
}
@media screen and (min-width: 992px) {
  .p-slogan-box:last-of-type::after {
    bottom: -40%;
    right: -43%;
    width: 80%;
  }
}
.p-slogan-box .l-container {
  max-width: 800px;
}
.p-slogan-box--text {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.2px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-slogan-box--text {
    font-size: 13px;
    line-height: 2.2;
  }
}
.p-slogan-box dl dt {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-slogan-box dl dt {
    font-size: 28px;
  }
}
.p-slogan-box dl dd {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.2px;
  position: relative;
  margin-top: 10px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-slogan-box dl dd {
    font-size: 16px;
    line-height: 2.2;
  }
}
/*# sourceMappingURL=style-slogan.css.map */