* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
}

p {
  line-break: strict;
}

.c-page-header__img {
  background-image: var(--bg-pc);
}
@media screen and (max-width: 768px) {
  .c-page-header__img {
    background-image: var(--bg-sp, var(--bg-pc));
  }
}

.office-section {
  padding: 60px 0 0;
  overflow: hidden;
}
.office-section .ttl_1 {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .office-section {
    padding: 40px 0 0;
  }
  .office-section .ttl_1 {
    margin-bottom: 24px;
  }
}

.office-lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .office-lead {
    font-size: 1.4rem;
    text-align: left;
  }
}

.office-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  margin-top: 52px;
}

.office-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 100%;
  padding: 10px;
  border: 1.6px solid #013388;
  transition: opacity 0.25s ease;
}
.office-card:hover {
  opacity: 0.75;
}

.office-card__thumb {
  display: block;
}
.office-card__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.office-card__label {
  display: flex;
  flex: 1;
  align-items: flex-end;
  gap: 8px;
  min-height: 64px;
}

.office-card__name {
  flex: 1;
  align-self: flex-start;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}

.office-card__link {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 50px;
  height: 36px;
  overflow: hidden;
  background: #013388;
  color: #fff;
}
.office-card__link .c-arrow {
  width: 42px;
  margin-left: -6px;
}

.office-map__img {
  position: relative;
}
.office-map__img::before {
  content: "";
  position: absolute;
  top: 6.8%;
  bottom: 5%;
  left: 50%;
  width: 100vw;
  background: rgba(238, 244, 249, 0.8);
  transform: translateX(-50%);
  pointer-events: none;
}
.office-map__img picture,
.office-map__img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.office-map__pin {
  position: absolute;
  width: 68px;
  height: 68px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.office-map-sp {
  position: relative;
  margin-top: 32px;
  padding-bottom: 40px;
}
.office-map-sp img {
  display: block;
  width: 100%;
  height: auto;
}

.office-map-sp__area {
  position: absolute;
  display: block;
}/*# sourceMappingURL=page_office.css.map */