.sp {
  display: none;
}

.pc {
  display: block;
}

h3 {
  font-size: 76px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

.wrapper {
  max-width: 980px;
  min-width: 40%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 60px;
}

main .main-visual .ttl {
  margin-top: 240px;
  margin-bottom: 120px;
}
main .main-visual .ttl h2 {
  font-size: 120px;
  letter-spacing: -5px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.15;
}
main .main-visual .ttl p {
  font-size: 28px;
}
main #aboutus {
  margin-top: 240px;
}
main #aboutus h4 {
  margin: 80px 0 20px 0;
  font-size: 26px;
}
main #aboutus p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 20px;
}
main #services {
  margin-top: 240px;
}
main #services .flex-ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30%;
}
main #services .flex-ttl p {
  font-weight: 600;
}
main #services .inner-images {
  margin-top: 120px;
}
main #services .inner-images .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 20%;
  gap: 30px;
}
main #services .inner-txt {
  margin-top: 60px;
}
main #services .inner-txt p {
  margin-top: 20px;
}
main #company {
  margin-top: 240px;
}
main #company h3 {
  margin-bottom: 60px;
}
main #company dl {
  margin-bottom: 3em;
}
main #company dt {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
main #company ul li {
  margin-bottom: 3rem;
}
main #company ul li dl {
  margin-bottom: 0rem;
}
main #company ul li dt {
  font-weight: 600;
  font-size: 1.3rem;
}
main #company p {
  margin-bottom: 3em;
}
main #company table {
  width: 50%;
  float: left;
}
main #company table th {
  font-weight: 300;
  text-align: left;
  padding-bottom: 1rem;
  width: 30%;
}
main #company table td {
  font-weight: 300;
  text-align: left;
  padding-bottom: 1rem;
}
main #contact {
  margin-top: 240px;
}
main #contact p {
  margin-top: 60px;
  margin-bottom: 3em;
}
main #contact table {
  width: 100%;
}
main #contact table th {
  font-weight: 300;
  text-align: left;
  padding-bottom: 1rem;
  width: 30%;
  vertical-align: middle;
}
main #contact table td {
  font-weight: 300;
  text-align: left;
  padding-bottom: 1rem;
}
main #contact span {
  color: #d50003;
}
main #contact input {
  border: 1px solid #999;
  border-radius: 3px;
  padding: 15px 10px;
  font-size: 14px;
  box-sizing: border-box;
}
main #contact .input1 {
  width: 75%;
}
main #contact .input2 {
  width: 100%;
}
main #contact .input3 {
  width: 50%;
}
main #contact .input4 {
  width: 100%;
  height: 200px;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 15px 10px;
  font-size: 14px;
  box-sizing: border-box;
}
main #contact .submit {
  background: #333;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  padding: 20px 0;
  width: 70%;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 15%;
}
main #contact .submit:hover {
  background: #666;
  transition: 0.3s;
}

#thanks {
  margin-top: 240px;
  text-align: center;
}
#thanks h3 {
  margin-bottom: 60px;
}
#thanks p {
  margin-bottom: 3em;
}
#thanks .btn a {
  text-decoration: none;
  margin: 0 auto;
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  background: #333;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  padding: 14px 0;
  width: 200px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
#thanks .btn a:hover {
  background: #666;
  transition: 0.3s;
}

footer {
  text-align: center;
  margin-top: 200px;
  padding-bottom: 60px;
}
footer h2 {
  width: 80px;
  margin-bottom: 20px;
  margin: 0 auto;
}
footer .copy {
  font-family: futura-pt, sans-serif;
  font-size: 10px;
}/*# sourceMappingURL=index_pc.css.map */