@charset "UTF-8";
.offices_visual {
  background-color: #C9E3EF;
  padding: 80px 0;
}
@media (max-width: 440px) {
  .offices_visual {
    padding-top: 24px;
    padding-bottom: 56px;
  }
}
.offices_visual--layout {
  max-width: 1128px;
  margin: 0 auto;
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto 648px;
  row-gap: 60px;
}
@media (max-width: 440px) {
  .offices_visual--layout {
    grid-template-columns: 1fr;
    row-gap: 0;
    padding-top: 24px;
  }
}
@media (max-width: 440px) {
  .offices_visual--l_heading {
    grid-row: auto;
    grid-column: auto;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.offices_visual--head {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  color: #00a0e9;
  margin-top: 24px;
}
@media (max-width: 440px) {
  .offices_visual--head {
    font-size: 20px;
    margin-top: 12px;
  }
}
.offices_visual--ttl {
  font-weight: normal;
  font-size: 56px;
  line-height: 1.3;
}
@media (max-width: 440px) {
  .offices_visual--ttl {
    font-size: 40px;
    text-align: center;
  }
}
.offices_visual--lead {
  color: #00a0e9;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 16px;
}
@media (max-width: 440px) {
  .offices_visual--lead {
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
  }
}
@media (max-width: 440px) {
  .offices_visual--l_block {
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 32px;
  }
}
.offices_visual--subttl {
  font-weight: bold;
  color: #00a0e9;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 440px) {
  .offices_visual--subttl {
    text-align: center;
    font-size: 20px;
  }
}
.offices_visual--desc {
  line-height: 1.7;
  font-size: 16px;
  margin-top: 24px;
}
@media (max-width: 440px) {
  .offices_visual--desc {
    text-align: center;
    font-size: 14px;
    margin-top: 16px;
  }
}

.offices_visual_breadcrumb {
  max-width: 1128px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4px;
}
@media (max-width: 440px) {
  .offices_visual_breadcrumb {
    padding-left: 24px;
  }
}
.offices_visual_breadcrumb--item {
  font-size: 14px;
  line-height: 1;
  margin-right: 8px;
}
.offices_visual_breadcrumb--item:last-child {
  margin-right: 0;
}
@media (max-width: 440px) {
  .offices_visual_breadcrumb--item {
    font-size: 12px;
  }
}
.offices_visual_breadcrumb--link {
  text-decoration: underline;
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.offices_visual_breadcrumb--link:hover {
  opacity: 0.8;
}
.offices_visual_breadcrumb--link:after {
  display: inline-block;
  margin-left: 8px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2220%22%20viewBox%3D%220%200%2010%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.04332%205.48125L2.92749%204.59792L7.74332%209.41208C7.82095%209.48922%207.88256%209.58095%207.9246%209.682C7.96664%209.78304%207.98828%209.8914%207.98828%2010.0008C7.98828%2010.1103%207.96664%2010.2186%207.9246%2010.3197C7.88256%2010.4207%207.82095%2010.5124%207.74332%2010.5896L2.92749%2015.4062L2.04416%2014.5229L6.56416%2010.0021L2.04332%205.48125Z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
}
@media (max-width: 440px) {
  .offices_visual_breadcrumb--link:after {
    width: 9px;
    height: 18px;
  }
}

.offices_visual_map {
  width: fit-content;
  margin: 0 auto;
  margin-top: 80px;
}
@media (max-width: 440px) {
  .offices_visual_map {
    width: auto;
  }
}
@media (max-width: 440px) {
  .offices_visual_map--scroll {
    padding-left: 40px;
    padding-right: 40px;
    zoom: 0.75;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
  }
  .offices_visual_map--scroll .scroll-hint-icon-wrap {
    width: 1128px; /* Figmaや画像の実寸 */
  }
  .offices_visual_map--scroll .scroll-hint-icon {
    top: 250px;
    margin-left: 20px;
  }
}
.offices_visual_map--canvas {
  position: relative;
  width: 1128px; /* Figmaや画像の実寸 */
  height: 771px;
}
.offices_visual_map--canvas svg {
  position: absolute;
  left: 0;
  top: 0;
}
.offices_visual_map--canvas svg .pin-label {
  fill: #333333;
  stroke: #fff;
  stroke-width: 2px;
  paint-order: stroke;
  text-anchor: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-in-out;
}
.offices_visual_map--canvas svg path {
  transform-box: fill-box; /* ← これが肝 */
  transform-origin: 50% 100%; /* ← 中心基準 */
  transition: transform 0.2s ease-out;
}
.offices_visual_map--canvas svg .pin:hover path {
  transform: scale(1.3);
}
@media (max-width: 440px) {
  .offices_visual_map--canvas svg .pin:hover path {
    transform: none;
  }
}
.offices_visual_map--canvas svg .pin:hover .pin-label {
  opacity: 1;
}

.offices_nav {
  max-width: 1128px;
  margin: 0 auto;
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 16px;
}
@media (max-width: 440px) {
  .offices_nav {
    grid-template-columns: 1fr;
    margin-top: 96px;
    row-gap: 8px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.offices_nav--link {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  border: 1px solid #BCBCBC;
  background-color: #FFF;
  padding: 16px 24px;
  padding-left: 56px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2212%22%20viewBox%3D%220%200%2024%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_43_1139%29%22%3E%3Cpath%20d%3D%22M17.4217%202.45199L18.4817%203.51299L12.7047%209.29199C12.6122%209.38514%2012.5021%209.45907%2012.3808%209.50952C12.2596%209.55997%2012.1295%209.58594%2011.9982%209.58594C11.8669%209.58594%2011.7369%209.55997%2011.6156%209.50952C11.4944%209.45907%2011.3843%209.38514%2011.2917%209.29199L5.51172%203.51299L6.57172%202.45299L11.9967%207.87699L17.4217%202.45199Z%22%20fill%3D%22%2300A0E9%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_43_1139%22%3E%3Crect%20width%3D%2212%22%20height%3D%2224%22%20fill%3D%22white%22%20transform%3D%22translate%2824%29%20rotate%2890%29%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 24px 12px;
  background-position: left 24px center;
  transition: background-color 0.3s, border-color 0.3s;
}
.offices_nav--link:hover {
  background-color: #E7F3F9;
  border-color: #00a0e9;
}
@media (max-width: 440px) {
  .offices_nav--link {
    font-size: 16px;
  }
}

.offices_content {
  max-width: 1128px;
  margin: 0 auto;
  margin-top: 80px;
}
.offices_content + .offices_content {
  margin-top: 120px;
}
@media (max-width: 440px) {
  .offices_content {
    margin-top: 64px;
  }
  .offices_content + .offices_content {
    margin-top: 80px;
  }
}
.offices_content--ttl {
  color: #00A0E9;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 3px solid #BCBCBC;
}
@media (max-width: 440px) {
  .offices_content--ttl {
    font-size: 26px;
    padding-left: 8px;
    padding-bottom: 16px;
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 440px) {
  .offices_content--scroll {
    overflow: scroll;
  }
}
@media (max-width: 440px) {
  .offices_content--list {
    width: max-content;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.offices_content--item {
  padding-top: 27px;
  padding-bottom: 26px;
  border-bottom: 1px solid #BCBCBC;
  display: grid;
  grid-template-columns: 264px 476px auto 1fr;
}
@media (max-width: 440px) {
  .offices_content--item {
    padding-top: 16px;
    padding-bottom: 16px;
    grid-template-columns: 234px 366px auto 1fr;
  }
}
.offices_content--name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 440px) {
  .offices_content--name {
    font-size: 14px;
  }
}
.offices_content--address {
  width: fit-content;
  font-size: 16px;
  line-height: 1.7;
  text-decoration: underline;
  display: flex;
  align-items: center;
  column-gap: 4px;
  transition: 0.2s;
}
.offices_content--address:hover {
  opacity: 0.8;
}
.offices_content--address:before {
  content: "";
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%201.5C9.81273%201.50248%207.71575%202.37247%206.16911%203.91911C4.62247%205.46575%203.75248%207.56273%203.75%209.75C3.75%2016.8094%2011.25%2022.1409%2011.5697%2022.3641C11.6958%2022.4524%2011.846%2022.4998%2012%2022.4998C12.154%2022.4998%2012.3042%2022.4524%2012.4303%2022.3641C12.75%2022.1409%2020.25%2016.8094%2020.25%209.75C20.2475%207.56273%2019.3775%205.46575%2017.8309%203.91911C16.2843%202.37247%2014.1873%201.50248%2012%201.5ZM12%206.75C12.5933%206.75%2013.1734%206.92595%2013.6667%207.25559C14.1601%207.58524%2014.5446%208.05377%2014.7716%208.60195C14.9987%209.15013%2015.0581%209.75333%2014.9424%2010.3353C14.8266%2010.9172%2014.5409%2011.4518%2014.1213%2011.8713C13.7018%2012.2909%2013.1672%2012.5766%2012.5853%2012.6924C12.0033%2012.8081%2011.4001%2012.7487%2010.8519%2012.5216C10.3038%2012.2946%209.83524%2011.9101%209.50559%2011.4167C9.17595%2010.9234%209%2010.3433%209%209.75C9%208.95435%209.31607%208.19129%209.87868%207.62868C10.4413%207.06607%2011.2044%206.75%2012%206.75Z%22%20fill%3D%22%2300A0E9%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  width: 24px;
  height: 24px;
}
@media (max-width: 440px) {
  .offices_content--address {
    font-size: 14px;
  }
  .offices_content--address:before {
    content: "";
    width: 16px;
    height: 16px;
  }
}
.offices_content--tel {
  font-size: 16px;
  line-height: 1.7;
  text-decoration: underline;
  display: flex;
  align-items: center;
  margin-left: 16px;
  column-gap: 4px;
  transition: 0.2s;
}
.offices_content--tel:hover {
  opacity: 0.8;
}
.offices_content--tel:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.77204%202.43905L8.84904%202.09505C9.85704%201.77305%2010.935%202.29405%2011.367%203.31205L12.227%205.34005C12.602%206.22305%2012.394%207.26205%2011.713%207.90805L9.82004%209.70605C9.93671%2010.7821%2010.298%2011.8411%2010.904%2012.8831C11.4803%2013.8909%2012.2525%2014.7732%2013.175%2015.4781L15.451%2014.7181C16.313%2014.4311%2017.252%2014.7621%2017.781%2015.5391L19.013%2017.3491C19.629%2018.2531%2019.518%2019.4991%2018.755%2020.2651L17.937%2021.0861C17.123%2021.9031%2015.961%2022.2001%2014.885%2021.8641C12.3464%2021.0721%2010.012%2018.7211%207.88204%2014.8111C5.74937%2010.8944%204.99671%207.57172%205.62404%204.84305C5.88804%203.69505%206.70604%202.78005%207.77404%202.43905%22%20fill%3D%22%2300A0E9%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  width: 24px;
  height: 24px;
}
@media (max-width: 440px) {
  .offices_content--tel {
    font-size: 14px;
  }
  .offices_content--tel:before {
    content: "";
    width: 16px;
    height: 16px;
  }
}
.offices_content--kitchen {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  display: flex;
  align-items: center;
  margin-left: auto;
  transition: 0.2s;
}
.offices_content--kitchen:hover {
  opacity: 0.8;
}
.offices_content--kitchen:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%222.5%22%20y%3D%225.5%22%20width%3D%2226%22%20height%3D%2219%22%20stroke%3D%22%2300A0E9%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%2211%22%20y%3D%226%22%20width%3D%221%22%20height%3D%2218%22%20fill%3D%22%2300A0E9%22%2F%3E%3Crect%20x%3D%2217.5%22%20y%3D%228.5%22%20width%3D%227%22%20height%3D%2210%22%20stroke%3D%22%2300A0E9%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%224.5%22%20y%3D%227.5%22%20width%3D%225%22%20height%3D%2210%22%20stroke%3D%22%2300A0E9%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%224.5%22%20y%3D%2210.5%22%20width%3D%225%22%20height%3D%223%22%20stroke%3D%22%2300A0E9%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%2215.5%22%20y%3D%225.5%22%20width%3D%2211%22%20height%3D%2217%22%20stroke%3D%22%2300A0E9%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%2213%22%20y%3D%2214%22%20width%3D%221%22%20height%3D%225%22%20fill%3D%22%2300A0E9%22%2F%3E%3Crect%20x%3D%224%22%20y%3D%2225%22%20width%3D%221%22%20height%3D%222%22%20fill%3D%22%2300A0E9%22%2F%3E%3Crect%20x%3D%2226%22%20y%3D%2225%22%20width%3D%221%22%20height%3D%222%22%20fill%3D%22%2300A0E9%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
.offices_content--kitchen:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2220%22%20viewBox%3D%220%200%2010%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.04332%205.48125L2.92749%204.59792L7.74332%209.41208C7.82095%209.48922%207.88256%209.58095%207.9246%209.682C7.96664%209.78304%207.98828%209.8914%207.98828%2010.0008C7.98828%2010.1103%207.96664%2010.2186%207.9246%2010.3197C7.88256%2010.4207%207.82095%2010.5124%207.74332%2010.5896L2.92749%2015.4062L2.04416%2014.5229L6.56416%2010.0021L2.04332%205.48125Z%22%20fill%3D%22%2300A0E9%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  width: 10px;
  height: 20px;
  margin-left: 8px;
}
@media (max-width: 440px) {
  .offices_content--kitchen {
    font-size: 14px;
    margin-left: 30px;
  }
  .offices_content--kitchen:before {
    content: "";
    width: 24px;
    height: 24px;
  }
}

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