@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
.sec_message .message_wrap {
  max-width: 900px;
  margin: 20px auto 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_message .message_wrap {
    margin: 80px auto;
  }
}

.message_content {
  text-align: center;
  margin-top: 60px;
}
.message_content h3 {
  font-size: 18px;
  margin-bottom: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .message_content h3 {
    font-size: 20px;
  }
}
.message_content .message_text p {
  margin: 15px 0;
  text-align: left;
  /* 751- */
}
@media all and (min-width: 751px) {
  .message_content .message_text p {
    margin: 30px 0;
  }
}

.sec_company {
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_company {
    margin-top: -100px;
  }
}
.sec_company .company_profile {
  margin: 20px 0 100px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_company .company_profile {
    margin: 80px 0 460px;
  }
}
.sec_company .company_profile ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_company .company_profile ul li {
    padding: 30px 0;
  }
}
.sec_company .company_profile ul li span {
  display: block;
  width: 20%;
}
.sec_company .company_profile ul li a {
  position: relative;
}
.sec_company .company_profile ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #1D2120;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .sec_company .company_profile ul li a:hover::after {
    width: 0;
  }
}
/*# sourceMappingURL=concept.css.map */