@charset "UTF-8";

/* ----------------------------------------
  Breadcrumb
---------------------------------------- */
@media screen and (max-width: 834px) {
  .fv_content-head .text {
    width: 99px;
    height: 25px;
  }
}
.fv_content-head .text .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/about/txt_about_bar.png");
  background-size: cover;
  z-index: 5;
}
.fv_content-image .image::before {
  background-image: url("../img/about/bg_firstview.jpg");
}
@media screen and (max-width: 834px) {
  .fv_content-image .image::before {
    background-image: url("../img/about/bg_firstview_sp.jpg");
  }
}

.mission {
  padding: 150px 0;
}
@media screen and (max-width: 834px) {
  .mission {
    padding: 76px 0 80px;
  }
}
.mission_content {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}
.mission_content h2 {
  text-align: center;
}
.mission_content h2 .text {
  font-size: 46px;
}
@media screen and (max-width: 834px) {
  .mission_content h2 .text {
    font-size: 26px;
    line-height: 46px;
  }
}
.mission_content .lead {
  margin-top: 54px;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
}
@media screen and (max-width: 834px) {
  .mission_content .lead {
    margin-top: 28px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
}
