#sub_other_service .sub_other_content::after {
  background: url(../img/corporate/enterprice_top.jpg) no-repeat;
  background-size: cover;
}

#intro .intro_box .half_box .ttl {
  font-size: 31px;
}

.full_wide_ttl .txt_white {
  padding-left: 4.5%;
}

.full_wide_ttl .txt_white .txt_yellow {
  position: relative;
}

.full_wide_ttl .txt_white .txt_yellow::before {
  content: '';
  background: url(../img/corporate/items.png) no-repeat;
  background-size: contain;
  width: 141px;
  height: 115px;
  position: absolute;
  top: -43px;
  left: -168px;
}

.about_list {
  margin-top: -18px;
}

.about_list li {
  position: relative;
  border: 4px solid #88c7ff;
  margin-bottom: 30px;
}

.about_list li .txt_box {
  width: 61.8%;
}

.about_list li .txt_box p {
  margin-bottom: -10px;
}

.about_list li .ttl_left_border {
  font-size: 27px;
  margin: -10px 0 26px;
}

.about_list li img {
  width: 35%;
  max-width: 356px;
}

.about_list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  #intro .intro_box .half_box .ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  #intro .intro_box .half_box .ttl {
    font-size: 23px;
  }
  .full_wide_ttl .txt_white {
    padding-left: 4vw;
  }
  .full_wide_ttl .txt_white .txt_yellow::before {
    width: calc(141px * 0.7);
    height: calc(115px * 0.7);
    top: -24px;
    left: -118px;
  }
  .about_list {
    margin-top: 10px;
  }
  .about_list li {
    margin-bottom: 20px;
  }
  .about_list li .ttl_left_border {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 568px) {
  #intro .intro_box .half_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #intro .intro_box .half_box .ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #intro .intro_box .half_box .photo {
    margin-bottom: 20px;
  }
  .full_wide_ttl {
    padding: 14px 0 16px;
  }
  .full_wide_ttl .txt_white {
    line-height: 1.4;
  }
  .full_wide_ttl .txt_white .txt_yellow::before {
    content: none;
  }
  .about_list {
    margin-top: 0;
  }
  .about_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about_list li img {
    width: 100%;
    margin-bottom: 15px;
  }
  .about_list li .txt_box {
    width: 100%;
  }
  .about_list li .txt_box p {
    margin: 0;
  }
  .about_list li .ttl_left_border {
    font-size: 21px;
    margin: 0 0 12px;
  }
}
/*# sourceMappingURL=enterprice.css.map */