@media (max-width: 1770px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1rem;
  }
}

html, body, h1, h2, h3, h4, h5, p, dl, ol, ul {
  margin: 0;
  padding: 0;
}

.container--w1770 {
  max-width: 1770px;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a[class^=btn] {
  display: block;
  width: 100%;
}

.btn {
  padding: 0.8rem 1rem;
  background-color: var(--color-ukon);
  color: #333 !important;
  border-radius: 0;
  transition: 0.3s;
}
.btn--large-size {
  font-size: 1.5rem;
  padding-right: 3rem;
  padding-left: 3rem;
}
.btn:hover {
  transform: scale(1.1);
  opacity: 1;
  background-color: #ffd459;
  cursor: pointer;
}

#global-menu #primary-menu li.navbtn-dl > a.nav-link:hover {
  opacity: 1;
  background-color: #ffd459;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
#future01 .wp-block-group, #future02 .wp-block-group, #future03 .wp-block-group, #future04 .wp-block-group {
  text-align: center;
}

#future01 h3 {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #future01 h3 {
    text-indent: 4rem;
  }
}
#future01 h3::before {
  content: "";
  background-image: url(../images/pdf-transformation.svg);
  background-size: contain;
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  background-repeat: no-repeat;
  left: -6.25rem;
  top: -1rem;
}
@media screen and (max-width: 768px) {
  #future01 h3::before {
    left: -2.25rem;
    width: 5.25rem;
    height: 5.25rem;
  }
}
#future01 p {
  text-align: left;
}

#future02 h3 {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #future02 h3 {
    text-indent: 4rem;
  }
}
#future02 h3::before {
  content: "";
  background-image: url(../images/pdf-view.svg);
  background-size: contain;
  position: absolute;
  width: 4.25rem;
  height: 5rem;
  background-repeat: no-repeat;
  left: -5.25rem;
  top: -1rem;
}
@media screen and (max-width: 768px) {
  #future02 h3::before {
    left: -1.25rem;
  }
}
#future02 p {
  text-align: left;
}

#future03 h3 {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #future03 h3 {
    text-indent: 4rem;
  }
}
#future03 h3::before {
  content: "";
  background-image: url(../images/pdf-join.svg);
  background-size: contain;
  position: absolute;
  width: 4.25rem;
  height: 5rem;
  background-repeat: no-repeat;
  left: -5.25rem;
  top: -1rem;
}
@media screen and (max-width: 768px) {
  #future03 h3::before {
    left: -1.25rem;
  }
}
#future03 p {
  text-align: left;
}

#future04 h3 {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #future04 h3 {
    text-indent: 4rem;
  }
}
#future04 h3::before {
  content: "";
  background-image: url(../images/pdf-edit.svg);
  background-size: contain;
  position: absolute;
  width: 4.25rem;
  height: 5rem;
  background-repeat: no-repeat;
  left: -5.25rem;
  top: -1rem;
}
@media screen and (max-width: 768px) {
  #future04 h3::before {
    left: -1.25rem;
  }
}
#future04 p {
  text-align: left;
}/*# sourceMappingURL=common.css.map */