.breadCrumbs {
  color: #FFFFFF !important;
}

.concept-head-bg {
  position: relative;
  padding-top: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#6383A9), color-stop(25%, #6383A9), color-stop(25%, #F0F0F0), color-stop(75%, #F0F0F0), color-stop(75%, #EBEBEB), to(#EBEBEB));
  background: linear-gradient(90deg, #6383A9 0%, #6383A9 25%, #F0F0F0 25%, #F0F0F0 75%, #EBEBEB 75%, #EBEBEB 100%);
}
.concept-head-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 0px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 100%);
  background-size: 25% 100%;
}

.concept-mv {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -28px;
}
@media screen and (min-width: 800px) {
  .concept-mv {
    /* pc */
    width: 84.2%;
    margin-top: -5px;
  }
}
.concept-mv__heading {
  width: 42.13%;
  position: absolute;
  top: 0;
  right: 3%;
}
@media screen and (min-width: 800px) {
  .concept-mv__heading {
    /* pc */
    width: 38.1%;
    right: -10px;
  }
}
.concept-mv__heading img {
  width: 100%;
}
.concept-mv__text {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.32;
  color: #192F60;
  display: block;
  position: absolute;
  width: 50%;
  right: -10px;
  top: 10%;
}
@media screen and (min-width: 800px) {
  .concept-mv__text {
    /* pc */
    width: 38.1%;
    font-size: 2vw;
  }
}
.concept-mv__text span {
  display: inline-block;
  padding: 3% 28px 13px 7%;
}
@media screen and (min-width: 800px) {
  .concept-mv__text span {
    /* pc */
    padding: 2% 28px 23px 0;
  }
}
.concept-mv__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.concept-mv__image {
  width: 50%;
}
.concept-mv__image--2 {
  margin-top: 15%;
}

.concept-container {
  width: 100%;
  padding: 23px 20px 130px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 800px) {
  .concept-container {
    /* pc */
    padding: 50px 0 310px;
  }
}

.concept-intro {
  line-height: 1.6;
  letter-spacing: 0.015em;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.6;
  color: #192F60;
  text-align: center;
  margin: 2em auto;
}
@media screen and (min-width: 800px) {
  .concept-intro {
    /* pc */
    font-size: 1.6rem;
  }
}
.concept-intro p + p {
  margin-top: 22px;
}
@media screen and (min-width: 800px) {
  .concept-intro p + p {
    /* pc */
    margin-top: 28px;
  }
}
.concept-intro__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6% 0 10% 0;
}
@media screen and (min-width: 800px) {
  .concept-intro__image {
    /* pc */
  }
}

.feature__heading {
  color: #192F60;
  margin-bottom: 24px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.32;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .feature__heading {
    /* pc */
    margin-bottom: 55px;
    font-size: 4rem;
    letter-spacing: 0.04em;
  }
}

.feature-item {
  position: relative;
}
@media screen and (min-width: 800px) {
  .feature-item {
    /* pc */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.feature-item:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (min-width: 800px) {
  .feature-item:not(:last-of-type) {
    /* pc */
    margin-bottom: 172px;
  }
}
.feature-item__image {
  position: relative;
}
@media screen and (min-width: 800px) {
  .feature-item__image {
    /* pc */
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    max-height: 490px;
  }
}
.feature-item__image::before {
  content: "";
  display: block;
  padding-top: 84%;
}
@media screen and (min-width: 800px) {
  .feature-item__image::before {
    /* pc */
    padding-top: 85.5%;
  }
}
.feature-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (min-width: 800px) {
  .feature-item--reverse .feature-item__image {
    /* pc */
    width: 48%;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 800px) {
  .feature-item__main {
    /* pc */
    width: 53%;
    margin-right: 0;
    margin-left: auto;
    padding-left: 58px;
  }
}
@media screen and (min-width: 800px) {
  .feature-item--reverse .feature-item__main {
    /* pc */
    margin-left: 0;
    padding-left: 0;
    padding-right: 68px;
  }
}
.feature-item__head__number {
  display: block;
  height: 47px;
  margin: 19px 0 -1px 0;
}
@media screen and (min-width: 800px) {
  .feature-item__head__number {
    /* pc */
    height: 60px;
    margin: 5px 0 -2px 0;
  }
}
@media screen and (min-width: 1200px) {
  .feature-item__head__number {
    /* lg */
    height: 75px;
  }
}
@media screen and (min-width: 1350px) {
  .feature-item__head__number {
    /* xl */
    height: 98px;
  }
}
.feature-item__head__main {
  display: inline-block;
  margin-bottom: 13px;
  padding: 15px 5px 4px 0;
}
@media screen and (min-width: 800px) {
  .feature-item__head__main {
    /* pc */
    margin-bottom: 30px;
    padding: 25px 7px 9px 0;
  }
}
.feature-item__head__main img {
  height: 23.5px;
}
@media screen and (min-width: 800px) {
  .feature-item__head__main img {
    /* pc */
    height: 2.6vw;
  }
}
@media screen and (min-width: 1200px) {
  .feature-item__head__main img {
    /* lg */
    height: 2.8vw;
  }
}
@media screen and (min-width: 1350px) {
  .feature-item__head__main img {
    /* xl */
    height: 3vw;
    max-height: 49px;
  }
}
.feature-item__head__main span {
  margin-left: 5px;
  color: #192F60;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: bottom;
}
@media screen and (min-width: 800px) {
  .feature-item__head__main span {
    /* pc */
    font-size: 3rem;
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .feature-item__head__main span {
    /* lg */
  }
}
@media screen and (min-width: 1350px) {
  .feature-item__head__main span {
    /* xl */
    font-size: 4rem;
  }
}
.feature-item__lead {
  margin-bottom: 10px;
  color: #192F60;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 800px) {
  .feature-item__lead {
    /* pc */
    margin-bottom: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1200px) {
  .feature-item__lead {
    /* lg */
    font-size: 3rem;
  }
}
.feature-item__text {
  line-height: 1.65;
}
@media screen and (min-width: 800px) {
  .feature-item__text {
    /* pc */
    line-height: 1.75;
  }
}
.feature-item__text p + p {
  margin-top: 22px;
}
@media screen and (min-width: 800px) {
  .feature-item__text p + p {
    /* pc */
    margin-top: 35px;
  }
}
/*# sourceMappingURL=concept.css.map */