@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-display: swap;
  src: url("/css/fonts/Poppins-Regular_subset.woff2") format("woff2");
}
@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-display: swap;
  src: url("/css/fonts/Poppins-Medium_subset.woff2") format("woff2");
}
@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  font-display: swap;
  src: url("/css/fonts/Poppins-Bold_subset.woff2") format("woff2");
}
@media print, screen and (min-width: 768px) {
  .nav-area .nav-inner {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}
.nav-area .nav-inner a {
  background-color: #F5F1F1;
  display: block;
  padding: 1.0180109632vw;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 768px) {
  .nav-area .nav-inner a {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-area .nav-inner a {
    padding: 10px 3.7333333333vw;
    margin-bottom: 1px;
    letter-spacing: 0.5px;
  }
  .nav-area .nav-inner a:first-child {
    border-radius: 10px 10px 0 0;
  }
  .nav-area .nav-inner a:last-child {
    border-radius: 0 0 10px 10px;
  }
}
.nav-area .nav-inner a::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 0.8em;
  height: 0.8em;
  background: url("../contact/img/icon-arrow.svg") no-repeat center/contain;
}

.map-area .photo-wrap img {
  width: 100%;
}

.base-area .title-base {
  color: #D7000F;
  background-color: #F5F1F1;
  border-radius: 12px;
  padding: 0.9397024276vw 2.3492560689vw;
  font-size: 1.7227877839vw;
  position: relative;
  font-weight: bold;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .base-area .title-base {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.base-area .title-base::before {
  content: "";
  display: block;
  width: 4px;
  height: 1em;
  background-color: #D7000F;
  border-radius: 20px;
  position: absolute;
  left: 1.2529365701vw;
  top: 51%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .base-area .title-base::before {
    left: 13px;
  }
}
.base-area .list-dl {
  border-top: 2px solid #F5F1F1;
  padding: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .base-area .list-dl {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .base-area .list-dl {
    padding: 2em 0;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}
.base-area .list-dl:last-of-type {
  border-bottom: 2px solid #F5F1F1;
}
.base-area .list-dl dt {
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
@media print, screen and (min-width: 768px) {
  .base-area .list-dl dt {
    order: 0;
  }
}
@media only screen and (max-width: 767px) {
  .base-area .list-dl dt {
    padding-left: 2em;
    margin-bottom: 0.5em;
  }
}
.base-area .list-dl dd {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .base-area .list-dl dd {
    margin-bottom: 10px;
  }
}
.base-area .list-dl dd a {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .base-area .list-dl .text-wrap {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .base-area .list-dl .text-wrap {
    padding-left: 2.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .base-area .list-dl .photo-wrap {
    order: 2;
    width: 12.294440094vw;
  }
}
.base-area .list-dl .photo-wrap img {
  width: 100%;
}
.base-area .deco-01 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  left: -1em;
  width: 1.487862177vw;
  height: 1.487862177vw;
  background-color: rgba(215, 0, 15, 0.5);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .base-area .deco-01 {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    left: 0;
  }
}
.base-area .deco-01:after {
  content: "";
  width: 25%;
  height: 25%;
  background-color: #d7000f;
  border-radius: 50%;
}

/*# sourceMappingURL=page_office.css.map */
