html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
}
body img {
  width: 100%;
}
body .sp {
  display: block !important;
}
body .pc {
  display: none !important;
}
body .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
}
body h1,
body h2,
body h3,
body h4 {
  font-family: "Roboto Slab", serif;
}
body p {
  font-family: "Noto Serif JP", serif;
}
body .button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-color: rgba(24, 112, 245, 0.6117647059);
  text-align: center;
  border-radius: 24px;
  z-index: 3;
}
body .button::before {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  font-weight: bold;
}
body #top {
  position: relative;
}
body #top .page-header {
  display: flex;
}
body #top .page-header h1 {
  font-size: 22px;
  position: absolute;
  top: 5%;
  left: 20%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 3px 3px 7px #000;
}
body #top .page-header nav ul {
  position: absolute;
  top: 3.5%;
  left: 40%;
  display: flex;
}
body #top .page-header nav ul li {
  color: #fff;
  font-size: 12px;
  margin: 0 10px;
  text-shadow: 1px 1px 5px #000;
}
body #top .home-content p:first-child {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  text-shadow: 3px 3px 7px #000;
}
body #top .home-content p:first-child::before {
  position: absolute;
  content: "";
  top: 80%;
  width: 200px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
}
body #top .home-content p:nth-child(2) {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  text-align: center;
  padding-top: 5px;
  color: #fff;
  text-shadow: 3px 3px 7px #000;
}
body #top .home-content .tel1 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  border: 1px #fff solid;
  padding: 7px 10px;
  border-radius: 5px;
}
body #top .scroll {
  color: #fff;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #top .scroll::after {
  content: "";
  position: absolute;
  margin-top: 30px;
  top: 150%;
  left: 50%;
  width: 2px;
  height: 30px;
  background-color: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
body main .concept {
  position: relative;
}
body main .concept .title {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 20px;
  width: 300px;
  text-align: center;
}
body main .concept .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 30px;
  height: 1px;
  background-color: #000;
}
body main .concept .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  width: 30px;
  height: 1px;
  background-color: #000;
}
body main .concept p {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 300px;
  background-color: #fff;
  box-shadow: 5px 5px 10px #222222;
  padding: 15px;
}
body main .service {
  position: relative;
}
body main .service .s-title {
  margin-top: 40px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  text-align: center;
}
body main .service .s-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
body main .service .s-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
body main .service .grid {
  width: 80%;
  margin: 15px auto;
}
body main .service .grid .item1 {
  position: relative;
}
body main .service .grid .i-text1 {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin: 15px auto;
  padding: 10px;
  font-size: 14px;
  width: 90%;
  background-color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0%);
}
body main .service .grid .i-text1 h3 {
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
  font-size: 16px;
}
body main .service .grid .item2 {
  position: relative;
  margin-top: 100px;
}
body main .service .grid .i-text2 {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin: 15px auto;
  padding: 10px;
  font-size: 14px;
  width: 90%;
  background-color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0%);
}
body main .service .grid .i-text2 h3 {
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
  font-size: 16px;
}
body main .service .grid .item3 {
  position: relative;
  margin-top: 100px;
}
body main .service .grid .i-text3 {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin: 15px auto;
  padding: 10px;
  font-size: 14px;
  width: 90%;
  background-color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0%);
}
body main .service .grid .i-text3 h3 {
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
  font-size: 16px;
}
body main .service .grid .staff {
  height: 100px;
}
body main .company {
  margin-top: 100px;
  position: relative;
}
body main .company .ci-title {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  width: 300px;
  text-align: center;
}
body main .company .ci-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
body main .company .ci-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
body main .company .c-info dl {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 15px;
}
body main .company .c-info dt {
  width: 20%;
}
body main .company .c-info dd {
  width: 80%;
}
body main .company .c-info .i-tel {
  text-decoration: underline;
  color: #066bdf;
}
body main .company .map {
  margin: 15px;
  font-size: 20px;
  text-align: center;
  position: relative;
  width: 300px;
  margin: 30px auto 15px;
}
body main .company .map::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 1px;
  background-color: #000;
}
body main .company .map::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 1px;
  background-color: #000;
}
body main .privacy {
  margin: 50px;
  text-align: center;
  font-size: 10px;
}
body footer .staff {
  margin: 0;
  text-align: center;
  position: relative;
}
body footer .staff .copy {
  line-height: 1em;
  width: 100%;
  background-color: #fff;
  opacity: 0.8;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
}
body footer .staff .copy .pr {
  font-size: 10px;
  text-decoration: underline;
  align-items: center;
  margin-bottom: 5px;
}

@media screen and (min-width: 431px) {
  body {
    max-width: 1200px;
    margin: 0 auto;
  }
  body .sp {
    display: none !important;
  }
  body .pc {
    display: block !important;
  }
  body #top {
    position: relative;
  }
  body #top .page-header h1 {
    font-size: 50px;
    margin-top: 30px;
  }
  body #top .page-header nav {
    display: none;
  }
  body #top .home-content p {
    font-size: 100px;
  }
  body main .concept {
    height: 350px;
    position: relative;
    margin-top: 20px;
  }
  body main .concept .title {
    font-size: 35px;
    position: absolute;
    top: 10%;
    left: 50%;
    color: #2c2c2c;
  }
  body main .concept .title::before {
    content: "";
    top: 50%;
    left: -20%;
  }
  body main .concept .title::after {
    content: "";
    top: 50%;
    right: -20%;
  }
  body main .concept p {
    width: 70%;
    font-size: 18px;
    margin-top: 30px;
  }
  body main .service .s-title {
    color: #2c2c2c;
    font-size: 35px;
    margin-top: 20px;
  }
  body main .service .s-title::before {
    content: "";
    top: 50%;
    left: -20%;
    background-color: #2c2c2c;
  }
  body main .service .s-title::after {
    content: "";
    top: 50%;
    right: -20%;
    background-color: #2c2c2c;
  }
  body main .service .grid {
    display: grid;
    gap: 26px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 100px;
  }
  body main .service .grid .item2 {
    margin-top: 0;
  }
  body main .service .grid .item3 {
    margin-top: 0;
  }
  body main .company {
    margin-top: 200px;
  }
  body main .company img {
    display: none;
  }
  body main .company .ci-title {
    font-size: 35px;
    color: #2c2c2c;
    position: absolute;
    top: -2%;
  }
  body main .company .ci-title::before {
    content: "";
    top: 50%;
    left: -20%;
    background-color: #2c2c2c;
  }
  body main .company .ci-title::after {
    content: "";
    top: 50%;
    right: -12%;
    background-color: #2c2c2c;
  }
  body main .company .c-info {
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
  }
  body main .company .map {
    font-size: 35px;
    padding: 20px 0;
  }
  body main .company .map::before {
    content: "";
    top: 50px;
    left: -20%;
    background-color: #2c2c2c;
  }
  body main .company .map::after {
    content: "";
    top: 50%;
    right: -20%;
    background-color: #2c2c2c;
  }
  body footer {
    background-repeat: no-repeat;
    background-size: cover;
  }
}/*# sourceMappingURL=style.css.map */