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

@media screen and (min-width: 751px) {
  html {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 0.7vw;
  }
}
body {
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #333;
  margin: 0 !important;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 751px) {
  body {
    font-size: 1.6rem;
  }
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  line-height: 150%;
}

p {
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 1rem;
  line-height: 150%;
}
p:last-of-type {
  margin-bottom: 0;
}

img {
  width: 100%;
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: unset;
  color: #182A48 !important;
}

img {
  vertical-align: bottom;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 751px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 751px) {
  .pc {
    display: none !important;
  }
}

.w100 {
  width: 100%;
}

.pb-10 {
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 751px) {
  .pb-10 {
    padding-bottom: 5rem !important;
  }
}

#wpadminbar a {
  color: #fff !important;
}

.l-section img {
  width: 100%;
}

.l-header {
  position: relative;
}
.l-header__ham {
  width: 8rem;
  height: 6rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__ham--area {
  width: 7rem;
  height: 5rem;
  border: 0.7rem solid #333;
  border-radius: 10px;
  padding: 6rem;
  margin-left: auto;
  margin-right: 2rem;
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translate(0, -50%);
  z-index: 5;
  transition: all 0.5s;
  z-index: 11;
}
.l-header__ham--area.active {
  transition: all 0.5s;
  border-color: #fff;
}
.l-header__ham--area span {
  width: 100%;
  height: 0.7rem;
  background: #333;
  margin: 0 auto;
  display: block;
  position: absolute;
  transition: all 0.5s;
}
.l-header__ham--area span:first-of-type {
  top: 0;
}
.l-header__ham--area span:nth-of-type(2) {
  top: 2.5rem;
}
.l-header__ham--area span:last-of-type {
  bottom: 0;
}
.l-header__ham--area span.active {
  transition: all 0.5s;
  background: #fff;
}
.l-header__ham--area span.active:first-of-type {
  top: 2.5rem;
  transform: rotate(45deg);
}
.l-header__ham--area span.active:nth-of-type(2) {
  display: none;
}
.l-header__ham--area span.active:last-of-type {
  bottom: 2.5rem;
  transform: rotate(135deg);
}
.l-header__ham--inner {
  display: none;
  background: #08014B;
  background: rgba(46, 49, 146, 0.8);
  padding: 6rem 3rem 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.l-header__ham--inner a {
  color: #fff !important;
  font-size: 5.5rem;
  text-decoration: underline;
}
.l-header__ham--list {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.l-header__ham--list-item {
  margin-bottom: 12rem;
}

.line-block {
  position: relative;
}
.line-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 117rem;
  height: 20rem;
  opacity: 0.5;
  border-radius: 100px;
}
.line-link-footer {
  top: 43%;
}

.feature-block {
  position: relative;
}
.feature-link {
  position: absolute;
  top: 49%;
  right: 3rem;
  transform: translate(0, -50%);
  width: 74rem;
  height: 8rem;
  opacity: 0.5;
  border-radius: 100px;
}
.feature-link-footer {
  top: 43%;
}

.service-block {
  position: relative;
}
.service-link {
  position: absolute;
  top: 49%;
  right: 0;
  transform: translate(0, -50%);
  width: 66rem;
  height: 16rem;
  opacity: 0.5;
}
.service-link-footer {
  top: 43%;
}

.contact-area {
  background: url(../img/bg-contact.png) no-repeat center center/cover;
  font-size: 5rem;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10rem 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.contact-area .require {
  color: red;
}
.contact-area p {
  margin-bottom: 2rem;
}
.contact-area input, .contact-area textarea {
  background: #f7f7f7;
  border: unset;
  height: 12rem;
  width: 100%;
  padding: 2rem 4rem;
  border-radius: 20px;
  font-size: 5rem;
}
.contact-area input::-moz-placeholder, .contact-area textarea::-moz-placeholder {
  color: #a6a6a6;
}
.contact-area input::placeholder, .contact-area textarea::placeholder {
  color: #a6a6a6;
}
.contact-area textarea {
  height: 40rem;
}
.contact-area .wpcf7-submit {
  background: #313770;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  display: block;
  height: 13rem;
  letter-spacing: 1px;
}
.contact-inner {
  width: 90%;
  margin: 0 auto;
}
.contact-row {
  margin-bottom: 5rem;
}

.map-area {
  position: relative;
}
.map-inner {
  position: absolute;
  top: 41rem;
  left: 6rem;
  transform: translate(0, -50%);
  width: 60rem;
  height: 62rem;
}/*# sourceMappingURL=style.css.map */