@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
/*======================================================================
 * アクセス レイアウト
======================================================================*/
/* -----
 * g-page-container
----------------------------------------------------------------------------- */
.g-page-container {
  padding: 100px 0 215px;
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .g-page-container {
    padding: 50px 0 100px;
  }
}

/* -----
 * page-link
----------------------------------------------------------------------------- */
/* -----
 * 所在地&地図
----------------------------------------------------------------------------- */
.section-office > .adjust-width {
  max-width: 750px;
}
@media screen and (max-width: 1279px) {
  .section-office > .adjust-width {
    max-width: calc(650px - 5vw);
  }
}
@media screen and (max-width: 768px) {
  .section-office > .adjust-width {
    max-width: 100%;
  }
}

.office-block {
  margin-bottom: 6.25em;
}
@media screen and (max-width: 768px) {
  .office-block {
    margin-bottom: 2.5em;
  }
}
.office-block:last-child {
  margin-bottom: 3.125em;
}
@media screen and (max-width: 768px) {
  .office-block:last-child {
    margin-bottom: 0;
  }
}
.office-block .map-box iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .office-block .map-box iframe {
    max-height: 160px;
  }
}
.office-block .map-box .map-link {
  margin: 0;
  text-align: right;
}
.office-block .map-box .map-link a {
  display: inline-block;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .office-block .map-box .map-link a {
    font-size: 1.3rem;
  }
}
.office-block .map-box .map-link a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1.25em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .office-block .map-box .map-link a:after {
    margin-left: 10px;
  }
}
.office-block .access-box {
  margin: 1px 0 0;
}
.office-block .access-box p {
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .office-block .access-box p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.office-block .access-box p:last-of-type {
  margin: 0;
}
.office-block .access-box p.office-name {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .office-block .access-box p.office-name {
    margin: 5px 0 10px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
  }
}
.office-block .access-box p.address {
  line-height: 1.3;
}