/* Generated by less 2.5.1 */
@charset "UTF-8";
/* LESS Document */
.lower-about ol li {
  list-style: none;
}
.lower-about .lower_content_wrap_inner {
  margin-top: 20px;
}
.lower-about .about_greeting .lead {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .lower-about .about_greeting .lead {
    font-size: 1.8rem;
  }
}
.lower-about .about_greeting .lead span {
  background: linear-gradient(transparent 60%, #ffffe8 60%);
}
.lower-about .about_greeting .name_box {
  text-align: right;
  font-weight: bold;
  margin-top: 15px;
}
.lower-about .about_greeting .name_box .company {
  text-align: left;
  display: inline-block;
}
.lower-about .about_greeting .name_box .name {
  display: block;
}
.lower-about .about_greeting .name_box .name img {
  max-width: 140px;
}
.lower-about .about_company {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .lower-about .about_company {
    margin-top: 30px;
  }
}
.lower-about .about_company .img_area {
  text-align: center;
}
@media (max-width: 480px) {
  .lower-about .about_company .img_area {
    padding: 0 40px;
  }
  .lower-about .about_company .img_area img {
    width: 100%;
  }
}
.lower-about .about_company .text_area {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 40px;
}
.lower-about .about_company_list {
  counter-reset: count;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.lower-about .about_company_list .num {
  align-items: center;
  background: #ff7e45;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  flex: 0 0 auto;
  font-weight: bold;
  left: 40px;
  margin: -15px auto 0;
  height: 36px;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 36px;
}
@media (max-width: 480px) {
  .lower-about .about_company_list .num {
    left: 20px;
    width: 30px;
    height: 30px;
  }
}
.lower-about .about_company_list .num:before {
  content: counter(count);
  counter-increment: count;
  font-size: 1.8rem;
}
@media (max-width: 480px) {
  .lower-about .about_company_list .num:before {
    font-size: 1.6rem;
  }
}
.lower-about .about_company_list li {
  background: #ffffe8;
  padding: 30px 40px;
  position: relative;
  width: 49%;
}
@media (max-width: 768px) {
  .lower-about .about_company_list li {
    width: 100%;
  }
  .lower-about .about_company_list li + li {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .lower-about .about_company_list li {
    padding: 20px;
  }
}
.lower-about .about_company_list li:nth-child(1) {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .lower-about .about_company_list li:nth-child(1) {
    margin-bottom: auto;
  }
}
.lower-about .about_company_list li:nth-child(1) .effort {
  color: #3cc7c7;
}
.lower-about .about_company_list li:nth-child(1) .num {
  background: #3cc7c7;
}
.lower-about .about_company_list li:nth-child(2) .effort {
  color: #ff6775;
}
.lower-about .about_company_list li:nth-child(2) .num {
  background: #ff6775;
}
.lower-about .about_company_list li:nth-child(3) {
  margin-left: 2%;
}
@media (max-width: 768px) {
  .lower-about .about_company_list li:nth-child(3) {
    margin-left: auto;
  }
}
.lower-about .about_company_list li:nth-child(3) .effort {
  color: #9f67fa;
}
.lower-about .about_company_list li:nth-child(3) .num {
  background: #9f67fa;
}
.lower-about .about_company_list dt .effort {
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 480px) {
  .lower-about .about_company_list dt .effort {
    font-size: 1.8rem;
  }
}
.lower-about .about_company_list dd .ttl_sub {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .lower-about .about_company_list dd .ttl_sub {
    font-size: 1.4rem;
  }
}
.lower-about .about_company_list dd .text {
  margin-top: 10px;
}
.lower-about .about_name {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .lower-about .about_name {
    margin-top: 40px;
  }
}
.lower-about .about_name_inner {
  overflow: hidden;
}
@media (max-width: 768px) {
  .lower-about .about_name_inner {
    display: flex;
    flex-flow: column;
  }
}
.lower-about .about_name .logo_area {
  max-width: 225px;
  width: 100%;
  padding: 30px 0;
  border: 1px solid #dddddd;
  text-align: center;
  float: left;
  margin: 0 20px 20px 0;
}
@media (max-width: 768px) {
  .lower-about .about_name .logo_area {
    float: none;
    text-align: center;
    margin: 0 auto 20px;
  }
}
.lower-about .about_overview {
  margin-top: 60px;
}
@media (max-width: 480px) {
  .lower-about .about_overview {
    margin-top: 40px;
  }
}
.lower-about .about_overview_item {
  display: flex;
}
@media (max-width: 480px) {
  .lower-about .about_overview_item {
    flex-wrap: wrap;
  }
}
.lower-about .about_overview_item:last-child {
  border-bottom: 1px dashed #DDD;
}
.lower-about .about_overview_item a {
  color: #ff6775;
  border-bottom: 1px solid;
  display: inline-block;
}
.lower-about .about_overview_item .ttl_box {
  width: 100%;
  max-width: 135px;
  border-top: 2px solid #0a8efa;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .lower-about .about_overview_item .ttl_box {
    max-width: 100%;
    text-align: left;
    padding: 10px 0;
  }
}
.lower-about .about_overview_item .text_box {
  border-top: 1px dashed #dddddd;
  width: 100%;
  padding: 20px 0 20px 45px;
}
@media (max-width: 480px) {
  .lower-about .about_overview_item .text_box {
    padding: 10px 0;
  }
}
.lower-about .about_overview_item .text_box dl + dl {
  margin-top: 25px;
}
.lower-about .about_overview_item .text_box dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.lower-about .about_overview_item .text_box .other {
  margin-top: 20px;
}
.lower-about .about_overview_item .icon_pdf {
  padding: 0 0 0 20px;
  background: url(../img/ico_pdf.png) no-repeat;
  background-position: center left;
}
.lower-about .about_overview_item .gMap_link {
  border-bottom: none;
}
