/**
 * button reset
 */
@media screen and (max-width: 767px) {
  .about {
    padding: 0 15px;
  }
}
.about__inner {
  width: 81.25%;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top 92px;
  padding-top: 40px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .about__inner {
    width: auto;
    background-position: center top;
    background-size: auto 110px;
    padding-top: 0;
    padding-bottom: 120px;
  }
}
.about__inner::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  width: calc(100% + 40px);
  left: -20px;
  height: 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .about__inner::before {
    left: 0;
    width: 100%;
    height: 30px;
  }
}
.about__content {
  padding: 0 3.8%;
}
@media screen and (max-width: 767px) {
  .about__content {
    padding: 0 20px;
  }
}
.about__intro {
  height: 95px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__intro {
    height: auto;
  }
}
.about__intro img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: 95px;
}
@media screen and (max-width: 767px) {
  .about__intro img {
    -webkit-transform: none;
    transform: none;
    position: static;
    width: 467px;
    height: 110px;
  }
}
.about__heading {
  font-size: 28px;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .about__heading {
    font-size: 22px;
    letter-spacing: 0.55px;
  }
}
.about__heading::before {
  content: "";
  display: inline-block;
  width: 160px;
  height: 142px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .about__heading::before {
    display: block;
    margin-bottom: 20px;
    width: 135px;
    height: 120px;
  }
}
.about__section--01 .about__heading::before {
  background-image: url(/assets/img/company/text_point_01.svg);
}
.about__section--02 .about__heading::before {
  background-image: url(/assets/img/company/text_point_02.svg);
}
.about__section--03 .about__heading::before {
  background-image: url(/assets/img/company/text_point_03.svg);
}
.about__section--04 .about__heading::before {
  background-image: url(/assets/img/company/text_point_04.svg);
}
.about__section {
  padding: 0 16.7%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__section {
    padding: 0;
  }
}
.about__section--01 {
  margin-top: 79px;
}
@media screen and (max-width: 767px) {
  .about__section--01 {
    margin-top: -20px;
  }
}
.about__section--02, .about__section--03, .about__section--04 {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .about__section--02, .about__section--03, .about__section--04 {
    margin-top: 100px;
  }
}
.about__text {
  margin-top: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .about__text {
    letter-spacing: 0.26px;
  }
}
.about__text > a {
  color: #2E529D;
  text-decoration: underline;
}
.about__text > a:hover {
  text-decoration: none;
}
.about__image {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .about__image {
    margin: 40px -35px 0;
  }
}
.about__image img {
  width: 100%;
  height: auto;
}
.about__list {
  background-color: #F1F5FD;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .about__list {
    margin-top: 40px;
  }
}
.about__item {
  padding: 35px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .about__item {
    padding: 35px 33px;
    display: block;
  }
}
.about__item + .about__item {
  border-top: 1px solid #fff;
}
.about__business {
  color: #2E529D;
  font-size: 18px;
  letter-spacing: normal;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  margin-right: 7%;
}
.about__business::before {
  content: "";
  background-image: url(/assets/img/common/icon_deco_dots.svg);
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .about__business {
    margin-right: 0;
  }
}
.about-company {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 340px;
  flex: 0 1 340px;
}
@media screen and (max-width: 767px) {
  .about-company {
    margin-top: 25px;
  }
}
.about-company__item {
  font-size: 13px;
  letter-spacing: 0.65px;
}
@media screen and (max-width: 767px) {
  .about-company__item {
    letter-spacing: 0.26px;
  }
}
.about-company__item + .about-company__item {
  margin-top: 8px;
}