<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ======
page-name #career / location
======*/
/* --- block_location-map -------------------- */
.block_location-map .l-inner {
  width: 100%;
}
.block_location-map .img_box {
  margin: 0 auto;
  max-width: 350px;
  text-align: center;
}
.block_location-map .location-list_wrap {
  width: 90%;
  margin: 40px auto 0;
}
.block_location-map .location-list_set {
  margin-top: 30px;
}
.block_location-map .location-list_set .heading {
  position: relative;
}
.block_location-map .location-list_set .heading span {
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  padding-right: 10px;
}
.block_location-map .location-list_set .heading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}
.block_location-map .location-list_set .list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number;
}
.block_location-map .location-list_set .list li {
  position: relative;
  padding-left: 23px;
  margin-top: 4px;
  width: calc(100% / 3);
  font-size: 1.4rem;
  white-space: nowrap;
}
.block_location-map .location-list_set .list li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: #000;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}
.block_location-map .location-list_set .list--2 li::before {
  background: #00832b;
}

/* --- block_location-choice -------------------- */
.block_location-choice {
  padding: 100px 0 40px;
}
.block_location-choice .c-heading .black {
  color: #000;
}
.block_location-choice .c-heading + .text {
  font-size: 1.6rem;
  text-align: center;
  margin: 20px 0 40px;
}
.block_location-choice .contents-set {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.block_location-choice .contents-set .img_box {
  display: block;
  width: fit-content;
  height: auto;
  margin: 0 auto 20px;
}
.block_location-choice .contents-set .heading {
  font-size: 2.0rem;
  font-weight: 700;
  color: #00832b;
  margin-bottom: 16px;
}</pre></body></html>