.title-down {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.title-down:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url("../img/common/balloon_line.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1377px 10px;
}

.aboutMv {
  background-image: url("../img/about/about-mv.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 240px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .aboutMv {
    height: 120px;
  }
}

.aboutMv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .aboutMv__ttl {
    font-size: 26px;
  }
}

.contentsBox-cando {
  background: #f4f4f4;
}

.contentsBox-cando h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-cando h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .contentsBox-cando h3 {
    text-align: center;
  }
}

.contentsBox-cando .cando_unit {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .contentsBox-cando .cando_unit {
    display: block;
  }
}

.contentsBox-cando .cando_unit:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-flow: row-reverse;
}

@media only screen and (max-width: 768px) {
  .contentsBox-cando .cando_unit:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: inherit;
  }
}

.contentsBox-cando .cando_unit:nth-child(odd) > div:last-child {
  margin-right: 22px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-cando .cando_unit:nth-child(odd) > div:last-child {
    margin-right: 0;
  }
}

.contentsBox-cando .cando_unit:nth-child(even) > div:first-child {
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-cando .cando_unit:nth-child(even) > div:first-child {
    margin-right: 0;
  }
}

.contentsBox-cando .cando_unit + .cando_unit {
  margin-top: 64px;
}

.contentsBox-cando .cando_unit__img {
  width: 300px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-cando .cando_unit__img {
    display: none;
    width: 100%;
  }
}

.contentsBox-cando .cando_unit__txt {
  width: calc(1000px - 300px - 30px);
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-cando .cando_unit__txt {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .contentsBox-cando .cando_unit__txt {
    width: 100%;
  }
}

.contentsBox-cando .cando_unit__txt--img {
  display: none;
}

@media only screen and (max-width: 768px) {
  .contentsBox-cando .cando_unit__txt--img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}

.contentsBox-diff {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-diff {
    font-size: 15px;
  }
}

.contentsBox-diff .lead-1 {
  text-align: center;
}

.contentsBox-diff .lead-1 .strong {
  color: #ff7e0f;
  display: block;
  font-weight: bold;
  margin: 32px 0;
}

.contentsBox-diff p + p {
  margin-top: 32px;
}

.contentsBox-diff .diffBox {
  background: #f7f9fc;
  margin: 32px 0;
  padding: 32px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-diff .diffBox {
    padding: 18px;
  }
}

.contentsBox-diff .diffBox li {
  color: #193050;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-diff .diffBox li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .contentsBox-diff .diffBox li {
    padding-left: 19px;
    text-indent: -19px;
  }
}

.contentsBox-diff .diffBox li:before {
  content: "";
  background-image: url("../img/common/icon-check.png");
  background-size: 100%;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .contentsBox-diff .diffBox li:before {
    width: 14px;
    height: 14px;
  }
}

.contentsBox-diff .diffBox li + li {
  margin-top: 20px;
}

.contentsBox-diff .diffLead {
  font-size: 24px;
  text-align: center;
  margin-top: 64px;
  color: #193050;
}

@media only screen and (max-width: 768px) {
  .contentsBox-diff .diffLead {
    font-size: 17px;
  }
}

.Btn_orange {
  color: #FFF !important;
}

.inner-flow p.intro {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .inner-flow p.intro {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 18px;
  }
}

.md-pgram-line {
  margin-bottom: 20px;
}
/*# sourceMappingURL=maps/about.css.map */
