.common-list {
  counter-reset: map-num;
}

.common-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 18px 16px 20px;
}

@media screen and (max-width: 768px) {
  .common-list__item {
    padding: 14px 12px 16px;
  }
}

.common-list__item .map-txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 12px;
}

@media screen and (max-width: 768px) {
  .common-list__item .map-txt {
    margin: 0 0 8px;
  }
}

.common-list__item .map-txt .map-ttl {
  position: relative;
  margin: 0 0 8px;
  padding-left: 52px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .common-list__item .map-txt .map-ttl {
    padding-left: 42px;
    font-size: 2rem;
  }
}

.common-list__item .map-txt .map-ttl::before {
  counter-increment: map-num;
  content: "0" counter(map-num);
  position: absolute;
  top: 50%;
  left: 8px;
  font-size: 2rem;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .common-list__item .map-txt .map-ttl::before {
    font-size: 1.7rem;
  }
}

.common-list__item .map-txt .map-ttl::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  background: #ff8383;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .common-list__item .map-txt .map-ttl::after {
    width: 34px;
    height: 34px;
  }
}

.common-list__item img {
  margin: 0;
}

.common-list__item:nth-child(even) .map-txt .map-ttl::after {
  background: #3794E0;
}

.common-list__item:nth-child(n+10) .map-txt .map-ttl::before {
  content: counter(map-num);
  left: 11px;
}

.map-img {
  position: relative;
  padding: 32px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.16);
  box-shadow: 0 0 4px rgba(147, 147, 147, 0.16);
}

@media screen and (max-width: 960px) {
  .map-img {
    padding: 24px;
  }
}

@media screen and (max-width: 768px) {
  .map-img {
    padding: 16px;
  }
}

@media screen and (max-width: 520px) {
  .map-img {
    padding: 12px;
  }
}

.map-img img {
  border-radius: 0;
}

.map-img .map-pin-content .map-pin {
  position: absolute;
}

@media screen and (max-width: 960px) {
  .map-img .map-pin-content .map-pin {
    width: 45px;
  }
}

@media screen and (max-width: 768px) {
  .map-img .map-pin-content .map-pin {
    width: 35px;
  }
}

@media screen and (max-width: 520px) {
  .map-img .map-pin-content .map-pin {
    width: 30px;
  }
}

.map-img .map-pin-content .map-pin:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.map-img .map-pin-content .map-pin1 {
  bottom: 64px;
  left: calc( 20% + 8px);
}

@media screen and (max-width: 960px) {
  .map-img .map-pin-content .map-pin1 {
    bottom: 40px;
    left: calc( 20% + 2px);
  }
}

@media screen and (max-width: 768px) {
  .map-img .map-pin-content .map-pin1 {
    bottom: 10%;
  }
}

@media screen and (max-width: 520px) {
  .map-img .map-pin-content .map-pin1 {
    bottom: 8%;
    left: calc( 20% - 2px);
  }
}

.map-img .map-pin-content .map-pin2 {
  bottom: 31%;
  left: calc( 20% + 8px);
}

@media screen and (max-width: 960px) {
  .map-img .map-pin-content .map-pin2 {
    left: calc( 20% + 2px);
  }
}

@media screen and (max-width: 520px) {
  .map-img .map-pin-content .map-pin2 {
    left: calc( 20% - 2px);
  }
}

.map-img .map-pin-content .map-pin3 {
  top: 15%;
  left: 15%;
}

.map-img .map-pin-content .map-pin4 {
  right: 7%;
  bottom: 20%;
}

.map-img .map-pin-content .map-pin5 {
  top: 22%;
  right: 6%;
}

@media screen and (max-width: 768px) {
  .map-img .map-pin-content .map-pin5 {
    right: 5%;
  }
}

.map-img .map-pin-content .map-pin6 {
  bottom: 39%;
  left: 39.5%;
}

@media screen and (max-width: 960px) {
  .map-img .map-pin-content .map-pin6 {
    left: 38.5%;
  }
}

.map-img .map-pin-content .map-pin7 {
  right: 36%;
  bottom: 20%;
}

@media screen and (max-width: 960px) {
  .map-img .map-pin-content .map-pin7 {
    right: 35%;
  }
}

.map-img .map-pin-content .map-pin8 {
  top: 45%;
  right: 22%;
}

@media screen and (max-width: 960px) {
  .map-img .map-pin-content .map-pin8 {
    top: 41%;
  }
}

@media screen and (max-width: 520px) {
  .map-img .map-pin-content .map-pin8 {
    top: 37%;
    right: 15%;
  }
}

.map-img .map-pin-content .map-pin9 {
  top: 22%;
  right: 23.5%;
}

.map-img .map-pin-content .map-pin10 {
  top: 30%;
  left: 27%;
}

.map-img .map-pin-content .map-pin11 {
  top: -3%;
  left: 27%;
}

@media screen and (max-width: 960px) {
  .map-img .map-pin-content .map-pin11 {
    top: -20px;
  }
}

.about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

@media screen and (max-width: 960px) {
  .about-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.about-unit__tbl {
  width: calc( 100% - 472px);
}

@media screen and (max-width: 1024px) {
  .about-unit__tbl {
    width: calc( 100% - 382px);
  }
}

@media screen and (max-width: 960px) {
  .about-unit__tbl {
    width: 100%;
  }
}

.about-unit__tbl .tbl table tr th {
  text-align: left;
  vertical-align: middle;
  width: 183px;
}

@media screen and (max-width: 768px) {
  .about-unit__tbl .tbl table tr th {
    width: 145px;
  }
}

.about-unit__tbl .tbl table tr th::after {
  height: calc( 100% - 24px);
}

.about-unit__img {
  width: 440px;
}

@media screen and (max-width: 1024px) {
  .about-unit__img {
    width: 350px;
  }
}

@media screen and (max-width: 960px) {
  .about-unit__img {
    width: 100%;
  }
}

.philosophy-list {
  counter-reset: philosophy-num;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 24px 0 0;
}

@media screen and (max-width: 960px) {
  .philosophy-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px 12px;
  }
}

.philosophy-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 38px 24px;
  background: #ffffff;
  border: solid 1px #f86c7f;
  border-radius: 6px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .philosophy-list__item {
    padding: 30px 16px;
    width: calc( 50% - 6px);
  }
}

@media screen and (max-width: 768px) {
  .philosophy-list__item {
    padding: 24px 12px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 640px) {
  .philosophy-list__item {
    width: 100%;
  }
}

.philosophy-list__item::before {
  counter-increment: philosophy-num;
  content: "0" counter(philosophy-num);
  position: absolute;
  top: -36px;
  left: 50%;
  color: #ff8383;
  font-size: 4.8rem;
  font-weight: bold;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .philosophy-list__item::before {
    top: -28px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  .philosophy-list__item::before {
    top: -24px;
    font-size: 3.2rem;
  }
}

.philosophy-list__item::after {
  position: absolute;
  top: -1px;
  left: 50%;
  content: "";
  width: 107px;
  height: 10px;
  background: #ffffff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  .philosophy-list__item::after {
    width: 80px;
  }
}

.philosophy-list__item .philosophy-dec {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .philosophy-list__item .philosophy-dec {
    display: none;
  }
}

.philosophy-list__item small {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .philosophy-list__item small {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .philosophy-list__item .none-xl {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .philosophy-list__item .none-xl {
    display: none !important;
  }
}

.philosophy-list__item:nth-child(2) .philosophy-dec {
  top: 0;
}

@media screen and (max-width: 768px) {
  .philosophy-list__item:nth-child(3) {
    width: 100%;
  }
}

.policy-list {
  counter-reset: policy-num;
}

.policy-list__item {
  position: relative;
  padding-left: 64px;
}

@media screen and (max-width: 768px) {
  .policy-list__item {
    padding-left: 56px;
  }
}

.policy-list__item::before {
  counter-increment: policy-num;
  content: "0" counter(policy-num);
  position: absolute;
  top: 6px;
  left: 7px;
  color: #ff8383;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .policy-list__item::before {
    font-size: 2rem;
  }
}

.policy-list__item::after {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  width: 48px;
  height: 48px;
  border-top: solid 1px #ff8383;
  border-right: solid 1px #ff8383;
  border-radius: 0 6px 0 0;
}

@media screen and (max-width: 768px) {
  .policy-list__item::after {
    width: 40px;
    height: 40px;
  }
}

.policy-list__item:first-child {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .policy-list__item:first-child {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .policy-list__item:first-child {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.policy-list__item:nth-child(2) {
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 960px) {
  .policy-list__item:nth-child(2) {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .policy-list__item:nth-child(2) {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

/*# sourceMappingURL=../../maps/pages/guide.css.map */
