#business .title {
  margin-bottom: 50px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #business .title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  #business .title {
    margin-bottom: 30px;
  }
}

#business .title .container {
  max-width: 960px;
}

@media screen and (max-width: 1024px) {
  #business .title .container {
    max-width: 95%;
  }
}

#business .title h1 {
  font-size: 7.5vw;
  color: #f1f1f1;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 1024px) {
  #business .title h1 {
    font-size: 13vw;
  }
}

@media screen and (max-width: 640px) {
  #business .title h1 {
    font-size: 20vw;
  }
}

#business .title h1 span {
  font-size: 7.5vw;
  color: #ccc;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 1024px) {
  #business .title h1 span {
    font-size: 13vw;
  }
}

@media screen and (max-width: 640px) {
  #business .title h1 span {
    font-size: 20vw;
  }
}

#business .title_bottom {
  margin-left: 15px;
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #business .title_bottom {
    margin-left: 10px;
    margin-bottom: 17px;
  }
}

#business .title_bottom h2 {
  font-size: 1.55vw;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  #business .title_bottom h2 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 640px) {
  #business .title_bottom h2 {
    font-size: 3.5vw;
  }
}

#business .title_arrow {
  width: 156px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  #business .title_arrow {
    width: 17%;
  }
}

#business .top {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  #business .top {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 640px) {
  #business .top {
    margin-bottom: 55px;
  }
}

#business .top_img {
  margin-bottom: 35px;
}

#business .top_txt {
  text-align: center;
}

#business .top_txt h2 {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 35px;
}

#business .top_txt_bottom {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}

#business .top_txt_bottom p {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 1.77;
}

#business .content {
  margin-bottom: 170px;
}

@media screen and (max-width: 640px) {
  #business .content {
    margin-bottom: 40px;
  }
}

#business .content_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
  #business .content_item {
    flex-wrap: wrap-reverse;
    margin-bottom: 40px;
  }
}

#business .content_item:last-of-type {
  margin-bottom: 0;
}

#business .content_item_txt {
  width: 548px;
  padding-top: 35px;
  padding-right: 3.5%;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 640px) {
  #business .content_item_txt {
    width: 100%;
    padding-top: px;
    padding-right: 0;
  }
}

#business .content_item_txt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 5px;
  background-color: #000;
}

@media screen and (max-width: 640px) {
  #business .content_item_txt::before {
    height: 3px;
    top: 20px;
  }
}

#business .content_item_txt h3 {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

#business .content_item_txt h4 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 30px;
}

#business .content_item_txt p {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

#business .content_item_img {
  width: 412px;
}

#business .performance {
  margin-bottom: 110px;
}

#business .performance_title {
  margin-bottom: 25px;
  text-align: center;
}

#business .performance_title h1 {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 35px;
}

#business .performance_top {
  width: fit-content;
  padding: 7px 50px;
  margin: 0 0 10px auto;
  background-color: #333;
  border-radius: 25px;
}

#business .performance_top p {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

#business .performance_content {
  margin-bottom: 15px;
}

#business .performance_content_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #707070;
  position: relative;
  /*&::before {
					content: '';
					position: absolute;
					top: 50%;
					right: 0;
					transform: translate(0%,-50%);
					width: 23px;
					height: 23px;
					background-image: url(../img/common/arrow02.png);
					background-size: cover;
					background-position: center;
					background-repeat: no-repeat;
				}*/
}

#business .performance_content_item_left {
  display: flex;
  align-items: center;
  width: 100%;
}

#business .performance_content_item:first-of-type {
  border-top: 1px solid #707070;
}

#business .performance_content_item_category {
  padding: 5px 10px;
  margin-right: 3%;
  background-color: #000000;
}

#business .performance_content_item_category p {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

#business .performance_content_item_name p {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

#business .performance_link_arrow {
  width: 30px;
}

#business .performance_bottom {
  display: flex;
  align-items: center;
}

#business .performance_bottom_item {
  margin-right: 10px;
  border: 2px solid #333;
  border-radius: 50%;
}

#business .performance_bottom_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 17px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}
/*# sourceMappingURL=business.css.map */
