@charset "UTF-8";
.arrow {
  position: relative;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 2px;
}
.arrow::before {
  border-top: 2px solid currentColor;
  width: 13px;
}
@media screen and (max-width: 767px) {
  .arrow::before {
    border-width: 1.5px;
    width: 10px;
  }
}
.arrow::after {
  width: 7px;
  height: 7px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .arrow::after {
    border-width: 1.5px;
    width: 5px;
    height: 5px;
  }
}

/* ▼▼▼ 会社概要
=====================================*/
.border_ttl {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .border_ttl {
    margin: 70px 0 35px;
  }
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 35px;
}
@media screen and (max-width: 767px) {
  .flex_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flex_box .img {
  width: 265px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .flex_box .img {
    width: 210px;
    margin: 0 auto;
  }
}
.flex_box .txt_wrap h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.flex_box .txt_wrap h3::before {
  content: "";
  background: url(../img/company/txt_img.svg) no-repeat center/contain;
  width: 24.63px;
  height: 36.28px;
  position: absolute;
  top: -5px;
  left: -18px;
  line-height: 1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flex_box .txt_wrap h3::before {
    width: 20.96px;
    height: 30.88px;
    left: -14px;
  }
}
@media screen and (max-width: 767px) {
  .flex_box .txt_wrap h3 {
    font-size: 15px;
  }
}
.flex_box .txt_wrap p {
  line-height: 1.75;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flex_box .txt_wrap p {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}