*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: arial;
  color: black;
  list-style-type: none;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}
img {
  width: 2rem;
}
.header {
  width: 100vw;
  height: auto;
  padding: 10rem 0rem 15rem;
  overflow: hidden;
  background: rgba(173, 173, 173, 0.189);
}
.center {
  width: 65%;
  height: auto;
  margin: auto;
  overflow: hidden;
}
.half {
  width: 50%;
  float: left;
  padding: 2rem;
}

.cropping-box {
  width: 28rem;
  height: 7rem;
  overflow: hidden;
  position: relative;
  margin-top: 8rem;
}

.cropping-box img {
  width: 123%;
  position: absolute;
  top: -2.5rem;
  left: -3.2rem;
  cursor: pointer;
}
.cropping-box img:active {
  cursor: grabbing;
}

.text {
  width: 90%;
}
.text p {
  font-size: 2.4rem;
  padding-top: 1.3rem;
}

.form-box {
  padding: 1rem;
  width: 87%;
  margin: auto;
}
.form-box form {
  width: 100%;
  padding: 1rem;
  border: 0.1rem solid rgba(128, 128, 128, 0.229);
  border-radius: 0.8rem;
  box-shadow: 0rem 0.2rem 1rem rgba(0, 0, 0, 0.303);
}
.form-box form ul li input {
  width: 100%;
  height: 6rem;
  padding: 0.5rem 0rem 0rem 4rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  border: 0.1rem solid rgba(128, 128, 128, 0.266);
  outline: none;
  margin-bottom: 1.2rem;
}

.form-box form ul li input:focus {
  border: 0.1rem solid rgb(20, 154, 250);
}

.form-box form ul li:nth-child(1) {
  position: relative;
}

.form-box form ul li:nth-child(1) img:nth-child(1) {
  position: absolute;
  top: 1.7rem;
  left: 0.5rem;
  width: 2.5rem;
  cursor: pointer;
}

.form-box form ul li:nth-child(1) img:nth-child(1):active {
  cursor: grabbing;
}

.form-box form ul li:nth-child(2) {
  position: relative;
}

.form-box form ul li:nth-child(2) img:nth-child(1) {
  position: absolute;
  top: 1.4rem;
  left: 0.4rem;
  width: 3rem;
  cursor: pointer;
}

.form-box form ul li:nth-child(2) img:nth-child(1):active {
  cursor: grabbing;
}

.form-box form ul li:nth-child(2) img:nth-child(3) {
  position: absolute;
  top: 1.9rem;
  right: 0.7rem;
  width: 2.5rem;
  cursor: pointer;
}

.form-box form ul li:nth-child(2) img:nth-child(3):active {
  cursor: grabbing;
}

.form-box form ul li:nth-child(3) input {
  display: block;
  width: 97%;
  height: 5rem;
  background: dodgerblue;
  color: white;
  font-size: 2.5rem;
  text-align: center;
  margin: auto;
  cursor: pointer;
  box-shadow: 0rem 0.2rem 1rem rgba(0, 0, 0, 0.303);
  padding: 0;
}

.form-box form ul li:nth-child(3) input:active {
  cursor: grabbing;
}

.form-box form ul li:nth-child(4) a {
  display: block;
  font-size: 1.4rem;
  color: rgb(0, 102, 255);
  letter-spacing: 0.1rem;
  margin: 2rem 0rem 3rem 0rem;
  text-align: center;
}

.form-box form ul li:nth-child(4) a:hover {
  text-decoration: underline;
}

.line {
  height: 0.1rem;
  background: rgba(128, 128, 128, 0.242);
}

.form-box form ul li:nth-child(6) button {
  padding: 1.5rem 3rem;
  display: block;
  margin: auto;
  font-size: 1.6rem;
  font-weight: bold;
  border: none;
  border-radius: 0.8rem;
  background: rgb(26, 176, 0);
  color: white;
  margin: 2.5rem auto 2rem auto;
  box-shadow: 0rem 0.2rem 1rem rgba(0, 0, 0, 0.303);
}

.form-box form ul li:nth-child(6) button:hover {
  cursor: pointer;
  background: rgb(24, 158, 0);
}

.form-box form ul li:nth-child(6) button:active {
  cursor: grabbing;
}

.form-box form + p {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 4rem;
  color: rgb(42, 42, 42);
}

.form-box form + p a {
  font-weight: bold;
  color: rgb(42, 42, 42);
}

.form-box form + p a:hover {
  text-decoration: underline;
}

.footer {
  background: #f5f5f5;
}

.footer .top,
.middle,
.bottom,
.line {
  overflow: hidden;
  margin-bottom: 1rem;
}

.footer .top ul li:nth-child(1),
.top a,
.middle a,
.bottom a {
  color: rgba(128, 128, 128, 0.891);
}

.footer .top ul li {
  float: left;
}

.footer .top ul :not(li:nth-child(11)) {
  margin-right: 1.2rem;
  font-size: 1.2rem;
}

.footer .middle ul li {
  float: left;
}

.footer .middle ul li a{
  margin-bottom: 1rem;
  display: inline-block;
}

.footer .middle ul :not(li:nth-child(26)) {
  margin-right: 1.2rem;
  font-size: 1.2rem;
}

.footer .bottom p {
  color: rgba(128, 128, 128, 0.891);
  font-size: 1.1rem;
  margin: 1rem 0rem;
}
