#inc05 {
  position: relative;
  /* url("../../../images/coopbg.jpg") no-repeat center bottom  */
  background-size: cover;
}
#inc05 .contactblock {
  display: flex;
  justify-content: center;
  flex-direction: column;

  max-width: 1600px;
  margin: 0 auto;
  padding: 120px 70px;
  border-left: 1px solid #e1e1e1;
}

#inc05 .casecolumn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 1200px) {
  #inc05 .casecolumn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }
}

#inc05 .title {
  font-size: 45px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#inc05 .description {
  line-height: 1.5;
  margin-bottom: 30px;
  opacity: 0.6;
  white-space: pre-line;
}
#inc05 .tel p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
}
#inc05 .tel {
  margin-bottom: 100px;
  letter-spacing: 1px;
  text-align: center;
  border-bottom: rgba(201, 220, 245, 0.7) 1px solid;
  padding-bottom: 12px;
}

#inc05 .button {
  display: table;
  padding: 12px 15px 6px 15px;
  font-weight: 400;
  border: #fff 1px solid;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: hidden;
}
#inc05 .button:hover:before {
  opacity: 1;
  width: 70px;
  right: 0;
  transform-origin: left;
}
#inc05 .button:before {
  position: absolute;
  opacity: 0;
  content: "";
  z-index: -1;
  top: 0;
  width: 0;
  height: 70px;
  background: #bf1522;
  transition: width 0.3s;
}
#inc05 .button svg {
  transform: rotate(-45deg);
}

#inc05 .attention {
  display: flex;
  padding: 45px;
  background-color: #f7f7f7;
  color: rgba(18, 36, 55, 1);
  opacity: 0.6;
  border: 1px solid #e1e1e1;
  margin-bottom: 50px;
}

#inc05 .other {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
}

#inc05 .other .imgbox {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  margin-bottom: 30px;
}

#inc05 .other .imgbox .ind_img {
  width: 100%;
}

#inc05 .other .imgbox .ind_img img {
  width: 100%;
}

#inc05 .other .imgbox .txt {
  width: 100%;
}

#inc05 .other p {
  font-weight: 500;
  font-size: 16px;
  margin-top: 5px;
}

#inc05 .compbutton {
  display: flex;
  column-gap: 10px;
  width: 500px;
  justify-content: flex-end;
}

#inc05 .compbutton .compleftbutton {
  padding: 10px 20px;
  /* border-bottom: #1f2938 1px solid; */
  border: 1px solid #e1e1e1;
  text-align: center;
  opacity: 0.7;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 15px;
}

#inc05 .compbutton .compleftbutton svg {
  margin-left: 20px;
  width: 18px;
}

#inc05 .rightbox {
  width: 50%;
}
#inc05 .rightbox {
  width: 50%;
  padding: 120px 90px;
  /*background: #bf1522 url("../../../images/cusbg.jpg") repeat center center;
  background-size: cover;*/
}
#inc05 .rightbox .title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
#inc05 .rightbox .description {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
  opacity: 0.6;
}
#inc05 .rightbox .prompt {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
  opacity: 0.6;
}
#inc05 .rightbox .button {
  display: table;
  padding: 15px 50px;
  font-weight: 700;
  color: #fff;
  background: #bf1522;
  border-radius: 4px;
}
#inc05 .rightbox .labelfield {
  display: flex;
  justify-content: space-between;
}
#inc05 .rightbox .labelfield input {
  width: 30%;
  display: block;
  height: 40px;
  line-height: 40px;
  /*padding-left: 10px;*/
  background: transparent;
  border: 0px;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  color: #fff;
}
#inc05 .rightbox .textfield__input {
  display: block;
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  min-height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  background: 0;
  border: 0;
  transition: color 0.25s cubic-bezier(0.75, 0.02, 0.5, 1);
  resize: none;
  outline: 0;
  border-radius: 0;
  /*padding-left: 0.625em;
    padding-right: 0.625em;*/
}
#inc05 .rightbox input::placeholder {
  color: #fff;
  opacity: 1;
}
#inc05 .rightbox textarea::placeholder {
  color: #fff;
  opacity: 1;
}
#inc05 .rightbox .mess {
  margin-bottom: 20px;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
}
