/* ------------------------------------- */
/* mv
/* ------------------------------------- */
.lower-mv-bg {
  background: url(../img/company/main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 600px) {
  .lower-mv-bg {
    background: url(../img/company/main_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

/* ------------------------------------- */
/* overview
/* ------------------------------------- */
.overview dl {
  max-width: 910px;
  margin: 0 auto;
}

.overview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
  border-top: 1px solid #e0e0e0;
}

.overview-item:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 600px) {
  .overview-item {
    display: block;
  }
}

.overview-item dt {
  font-weight: 700;
  width: 28%;
  padding: 25px 20px 25px 50px;
}

@media screen and (max-width: 600px) {
  .overview-item dt {
    text-align: center;
    width: 100%;
    padding: 25px 5%;
    background: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
  }
}

.overview-item dd {
  width: 72%;
  line-height: 1.5;
  padding: 25px 50px 25px 20px;
}

@media screen and (max-width: 600px) {
  .overview-item dd {
    width: 100%;
    padding: 25px 5%;
  }
}

/* ------------------------------------- */
/* message
/* ------------------------------------- */
.message .sec-inner {
  padding-top: 0;
}

.message-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 600px) {
  .message-wrapper {
    display: block;
  }
}

.message-wrapper .message-info {
  width: 50%;
  padding-left: 100px;
}

@media screen and (max-width: 600px) {
  .message-wrapper .message-info {
    width: 100%;
    padding-left: 0px;
    margin-top: 50px;
  }
}

.message-wrapper .message-info .message-info-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2.2;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #1a4592;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .message-wrapper .message-info .message-info-title {
    font-size: 2.4rem;
    line-height: 2;
  }
}

.message-wrapper .message-info .message-info-text {
  font-size: 1.6rem;
  line-height: 1.7;
}

.message-wrapper .message-info .signature {
  font-weight: 700;
  margin-top: 40px;
  text-align: right;
}

.message-wrapper figure {
  width: 50%;
  position: relative;
  z-index: 1;
}

.message-wrapper figure:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #1a4592;
  opacity: 0.1;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .message-wrapper figure:after {
    top: 10px;
    left: 10px;
  }
}

@media screen and (max-width: 600px) {
  .message-wrapper figure {
    width: 100%;
    margin-top: 50px;
  }
}
/*# sourceMappingURL=company.css.map */