body {
  font-size: 13px;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

footer {
  background-color: #fff5e1;
  text-align: center;
  padding: 2em 0;
}
footer h2 {
  width: 40%;
  margin: 0 auto 0 auto;
}
footer .copy {
  font-family: futura-pt, sans-serif;
  font-size: 13px;
  color: #5b5b5b;
}

main .warp {
  width: 80%;
  margin: 0 auto;
  padding: 6em 0;
  overflow: hidden;
}
main .warp2 {
  width: 100%;
  margin: 0 auto;
  padding: 6em 0;
  overflow: hidden;
}

header {
  position: relative;
  width: 100%;
  min-height: 90vh;
  background-size: cover;
}
header section {
  width: 100%;
  margin: 0;
  margin-left: 0%;
  position: absolute;
  top: calc(50% - 0.5em);
  line-height: 1;
}
header h1 {
  width: 70%;
  margin: 0 auto 1.5em auto;
}
header p {
  width: 50%;
  font-size: 2.2vw;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}
header .line1 {
  width: 80%;
  position: absolute;
  top: 5%;
  left: 5%;
}
header .line2 {
  width: 80%;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.other {
  padding: 2rem 5% 2rem 0;
  text-align: right;
}
.other img {
  width: 120px;
}

h2 {
  font-size: 3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
}

h3 {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 0.6rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}

#service {
  background: #fff;
}
#service dl {
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}
#service dt img {
  border-radius: 50%;
  width: 20%;
}
#service dd {
  overflow: hidden;
  font-weight: normal;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#service dd span {
  font-size: 18px;
  font-weight: 300;
}
#service .message {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 40px;
  margin-bottom: 2rem;
}
#service .read {
  font-size: 13px;
  line-height: 2;
  margin-top: 26px;
}
#service p {
  margin-bottom: 3em;
}
#service .news .btn {
  margin: 0 auto;
}
#service .news .btn a {
  color: #fff;
  display: block;
  width: 100%;
  background-color: #5b5b5b;
  padding: 20px 0;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
#service .news .item {
  width: 100%;
  background-color: #fff;
  height: 10%;
  margin-bottom: 30px;
}
#service .news .item img {
  width: 100%;
  margin-bottom: 14px;
  border-radius: 10px;
}
#service .news .item p {
  font-size: 12px;
}

#company {
  color: #5b5b5b;
}
#company p {
  margin-bottom: 3em;
}
#company table {
  width: 100%;
}
#company table th {
  font-weight: 300;
  text-align: left;
  padding-bottom: 0rem;
  font-weight: bold;
  display: block;
  width: 100%;
}
#company table td {
  font-weight: 300;
  text-align: left;
  padding-bottom: 1rem;
  display: block;
  width: 100%;
}

#contact p {
  margin-bottom: 3em;
}
#contact table {
  width: 100%;
}
#contact table th {
  font-weight: 300;
  text-align: left;
  padding-bottom: 0.1rem;
  width: 30%;
  display: block;
  width: 100%;
}
#contact table td {
  font-weight: 300;
  text-align: left;
  padding-bottom: 1rem;
  display: block;
  width: 100%;
}

#contact span {
  color: #D50003;
}
#contact input {
  border: 1px solid #999;
  border-radius: 3px;
  padding: 15px 10px;
  font-size: 14px;
  box-sizing: border-box;
}
#contact .input1 {
  width: 100%;
}
#contact .input2 {
  width: 100%;
}
#contact .input3 {
  width: 75%;
}
#contact .input4 {
  width: 100%;
  height: 200px;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 15px 10px;
  font-size: 14px;
  box-sizing: border-box;
}
#contact .submit {
  background: #5b5b5b;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  padding: 20px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
#contact .submit:hover {
  background: #666;
  transition: 0.3s;
}

#thanks {
  min-height: 70vh;
}
#thanks p {
  margin-bottom: 3em;
}
#thanks .btn a {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  background: #333;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 3px;
  padding: 15px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
#thanks .btn a:hover {
  background: #666;
  transition: 0.3s;
}

#bg-section01 {
  background: url("../img/index/main2.jpg") no-repeat right 25% top 0;
  background-size: cover;
}

#bg-section02 {
  background-color: #fff;
}/*# sourceMappingURL=index_sp.css.map */