._box[data-v-2827ae40] {
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
._box[data-v-2827ae40] {
    height: 135px;
}
}
._title[data-v-2827ae40] {
  position: absolute;
  z-index: 4;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 60px;
  font-weight: 600;
  background: #ffffff;
  max-width: 800px;
  min-width: 600px;
  text-align: center;
  padding: 25px 0;
}
._title_img[data-v-2827ae40] {
  position: absolute;
  z-index: 4;
  width: 190px;
  top: 30px;
  left: 0px;
}
@media screen and (max-width: 830px) {
._title_img[data-v-2827ae40] {
    width: 58px;
    top: 20px;
    left: 5px;
}
}
._img[data-v-2827ae40] {
  position: absolute;
  z-index: 1;
  height: 549px;
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  opacity: 0.5;
}
@media screen and (max-width: 700px) {
._img[data-v-2827ae40] {
    height: 134px;
}
}
._right_triangle[data-v-2827ae40] {
  position: absolute;
  z-index: 3;
  right: 0;
  opacity: 0.1;
  border-top: 275px solid transparent;
  border-bottom: 275px solid transparent;
}
@media screen and (max-width: 700px) {
._right_triangle[data-v-2827ae40] {
    height: 135px;
    border-top: 67.5px solid transparent;
    border-bottom: 67.5px solid transparent;
}
}
._bottom_triangle[data-v-2827ae40] {
  position: absolute;
  z-index: 2;
  height: 550px;
  width: 100%;
  border-right: 0px solid transparent;
  border-bottom: 550px solid #ffffff;
  border-left: 100vw solid transparent;
}
@media screen and (max-width: 700px) {
._bottom_triangle[data-v-2827ae40] {
    height: 135px;
    border-bottom: 135px solid #ffffff;
}
}