@charset "UTF-8";
body {
  font-size: 15px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

main .warp {
  width: 1080px;
  margin: 0 auto;
  padding: 8em 0 5em 0;
  overflow: hidden;
}
main .warp2 {
  width: 1080px;
  margin: 0 auto;
  padding: 7.5em 0;
  overflow: hidden;
}
main .warp3 {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

header {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}
header section {
  width: 80%;
  margin: 0;
  margin-left: 7%;
  position: absolute;
  top: calc(48% - 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: 20%;
  position: absolute;
  top: 20px;
  left: 20px;
}
header .line2 {
  width: 20%;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

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

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

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

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

#service {
  background: #fff;
}
#service dl {
  display: flex;
  margin: 0 auto;
  padding: 0 240px 0 240px;
  padding-top: 40px;
}
#service dt img {
  border-radius: 50%;
  width: 200%;
}
#service dd {
  margin-left: 40px;
  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: 1.65rem;
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
  margin-top: 60px;
  line-height: 1.75;
}
#service .read {
  font-size: 15px;
  line-height: 2.25;
  margin-top: 20px;
  letter-spacing: 0;
}
#service p {
  margin-bottom: 3em;
}
#service .news {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#service .news .btn {
  margin: 0 auto;
  width: 70%;
}
#service .news .btn a {
  color: #fff;
  display: block;
  width: 100%;
  background-color: #5b5b5b;
  padding: 20px 0;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
#service .news .btn:hover {
  opacity: 0.5;
  transition: 0.3s;
}
#service .news .item {
  flex: 0 0 calc(33.33% - 20px);
  /* 33.33%を基準にマージン分引いた値を設定 */
  margin: 10px;
  /* アイテム間のマージン */
  box-sizing: border-box;
  margin-bottom: 30px;
}
#service .news .item img {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 10px;
}
#service .news .item p {
  font-size: 14px;
}
#service .news .item span {
  font-size: 12px;
}
#service .news .item a:hover {
  color: #666;
  transition-duration: 0.3s;
}

#company {
  color: #5b5b5b;
}
#company p {
  margin-bottom: 3em;
}
#company table {
  width: 50%;
  float: left;
}
#company table th {
  font-weight: 300;
  text-align: left;
  padding-bottom: 1rem;
  width: 30%;
}
#company table td {
  font-weight: 300;
  text-align: left;
  padding-bottom: 1rem;
}

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

#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: 75%;
}
#contact .input2 {
  width: 100%;
}
#contact .input3 {
  width: 50%;
}
#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: 70%;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 15%;
}
#contact .submit:hover {
  background: #666;
  transition: 0.3s;
}

#thanks {
  min-height: 80vh;
}
#thanks p {
  margin-bottom: 3em;
}
#thanks .btn a {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  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;
}
#thanks .btn a:hover {
  background: #666;
  transition: 0.3s;
}

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

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