@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
.p-office iframe {
  border: none;
  border-radius: 20px;
  display: block;
  height: 400px;
  margin-top: 40px;
  width: 100%;
}
.p-office__items__item {
  padding-top: 100px;
}
.p-office__items__item:first-child {
  padding-top: 3.6em;
}
.p-office__profile {
  display: flex;
  flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4166666667em;
  margin-top: 0.6666666667em;
}
.p-office__profile > * {
  margin-right: 3.75em;
  margin-top: 0.6666666667em;
  padding-left: 3.25em;
  position: relative;
}
.p-office__profile > *::after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #e7f2f9;
  content: "";
  display: block;
  height: 2.5em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 2.5em;
}
.p-office__profile > *:last-child {
  margin-right: 0;
}
.p-office__profile__address {
  white-space: nowrap;
}
.p-office__profile__address::after {
  background-image: url(../images/nikkotechno/icon-pin-01.svg);
  background-size: 43.3333333333% 53.3333333333%;
}
.p-office__profile__tel a {
  pointer-events: none;
}
.p-office__profile__tel::after {
  background-image: url(../images/nikkotechno/icon-tel-01.svg);
  background-size: 45% 45%;
}
.p-office__profile__fax::after {
  background-image: url(../images/nikkotechno/icon-fax-01.svg);
  background-size: 45% 56.6666666667%;
}
.p-office__btn-detail {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 599px){
  .p-office iframe {
    border-radius: 2.6666666667vw;
    height: 66.6666666667vw;
    margin-top: 7.4666666667vw;
  }
  .p-office__items__item {
    padding-top: 16vw;
  }
  .p-office__items__item:first-child {
    padding-top: 13.3333333333vw;
  }
  .p-office__profile {
    flex-direction: column;
    font-size: 4.5356vw;
  }
  .p-office__profile > * {
    margin-right: 0;
    margin-top: 6vw;
    padding-left: 18vw;
  }
  .p-office__profile > *::after {
    height: 14.6666666667vw;
    width: 14.6666666667vw;
  }
  .p-office__profile__tel a {
    pointer-events: auto;
  }
  .p-office__btn-detail {
    margin-top: 6.1333333333vw;
  }
}
/*# sourceMappingURL=nikkotechno-office.css.map */
