body {
  font-family: "sawarabi-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #e6e6e6 1px, transparent 1px), linear-gradient(#e6e6e6 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 23px 23px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: url("../img/engineering-header/star-mouse.png") 12 12, auto;
}
body a:hover,
body button:hover {
  cursor: url("../img/engineering-header/star-mouse-hover.png") 12 12, auto;
}
body .inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#page.in.engineering {
  padding-top: 240px;
  height: 100vh;
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.engineering {
    padding-top: 115px;
    height: auto;
    padding-bottom: 115px;
  }
}
#page.in.engineering .wrap1110 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}
#page.in.engineering .c-txt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
#page.in.engineering .c-ttl {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 90px;
}
#page.in.engineering .c-txt {
  font-size: 19px;
  line-height: 1.9473684211;
  letter-spacing: 0.5;
}
#page.in.engineering .c-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 239px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  background-color: #0a32ff;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  #page.in.engineering .wrap1110 {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  #page.in.engineering .c-txt-flex {
    display: block;
  }
  #page.in.engineering .wrap1110 {
    padding: 0;
  }
  #page.in.engineering .c-txt-area {
    padding: 0 30px;
  }
  #page.in.engineering .c-ttl {
    margin-bottom: 55px;
  }
  #page.in.engineering .c-ttl span {
    letter-spacing: -1em;
  }
  #page.in.engineering .c-txt {
    font-size: 19px;
    margin-bottom: 50px;
  }
  #page.in.engineering .c-txt .line {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05em, #ffff00), color-stop(0.05em, transparent), color-stop(0deg), color-stop(1.05em, #ffff00), color-stop(1.05em, transparent));
    background-image: linear-gradient(0deg, #ffff00 0.05em, transparent 0.05em, 0deg, #ffff00 1.05em, transparent 1.05em);
    padding: 0;
  }
  #page.in.engineering .c-txt .line.line-blue {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5em, #0000ff), color-stop(0.05em, transparent), color-stop(0deg), color-stop(1.15em, #0000ff), color-stop(1.15em, transparent));
    background-image: linear-gradient(0deg, #0000ff 0.5em, transparent 0.05em, 0deg, #0000ff 1.15em, transparent 1.15em);
  }
  #page.in.engineering .c-contact {
    font-size: 15px;
    max-width: 336px;
    height: 50px;
    margin-bottom: 0;
    margin: 0 auto;
  }
}

footer {
  background-color: unset;
  background-image: unset;
  background-position: unset;
  background-size: 23px 23px;
}