@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap";
.p-map__main {
  width: 100%;
  border-radius: 56px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .p-map__main {
    border-radius: 32px;
  }
}
.p-map__main iframe {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .p-map__main iframe {
    height: 87vw;
  }
}
.p-map__button {
  margin-top: -28px;
  position: relative;
  z-index: 1;
}
.p-map__button .c-button {
  margin: 0 auto;
  background-color: #4abcb9;
  border: 2px solid #4abcb9;
}
.p-map__button .c-button a::before {
  background-color: #4abcb9;
}
.p-map__button .c-button:hover {
  color: #4abcb9;
}
.p-map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-map__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.p-map__item {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .p-map__item {
    width: 100%;
    margin-right: 0;
  }
}
.p-map__item:nth-of-type(3n) {
  margin-right: 0;
}
.p-map__text {
  margin-top: 12px;
}

.p-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .p-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 834px) {
  .p-info__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .p-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-info__item {
  width: 30%;
  border-width: 4px;
  border-style: solid;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-info__item {
    width: 100%;
    border-radius: 24px;
  }
}
@media screen and (max-width: 834px) {
  .p-info__item {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-info__item {
    width: 100%;
  }
}
.p-info__item--main {
  border-color: #5d88d5;
}
.p-info__item--sub {
  border-color: #4abcb9;
}
.p-info__thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 32px;
}
@media screen and (max-width: 834px) {
  .p-info__thumb {
    padding: 32px 0 24px;
  }
}
.p-info__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.16;
}
.p-info__thumb--main::before {
  background-image: repeating-linear-gradient(90deg, #5d88d5, #5d88d5 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
}
.p-info__thumb--sub::before {
  background-image: repeating-linear-gradient(90deg, #4abcb9, #4abcb9 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
}
.p-info__icon {
  position: relative;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background-size: 64% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .p-info__icon {
    width: 100px;
    height: 100px;
  }
}
.p-info__icon--main {
  background-color: #5d88d5;
}
.p-info__icon--sub {
  background-color: #4abcb9;
}
.p-info__text {
  padding: 16px 32px 56px;
}
@media screen and (max-width: 834px) {
  .p-info__text {
    padding: 10px 20px 30px;
  }
}
.p-info__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-info__title {
    font-size: 1.8rem;
  }
}
.p-info__para {
  margin-top: 12px;
}
@media screen and (max-width: 834px) {
  .p-info__para {
    margin-top: 10px;
  }
}

.p-path__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-path__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-path__item {
  position: relative;
  width: 31.7%;
  margin-right: 2%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-path__item {
    width: 100%;
    margin-bottom: 56px;
    margin-right: 0;
  }
}
.p-path__item:nth-of-type(3n) {
  margin-right: 0;
}
.p-path__item::after {
  content: attr(data-num);
  position: absolute;
  top: -28px;
  left: -20px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-path__item::after {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .p-path__item::after {
    top: -16px;
    left: -16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
  }
}
.p-path__item:nth-of-type(odd)::after {
  background-color: #5d88d5;
}
.p-path__item:nth-of-type(even)::after {
  background-color: #4abcb9;
}
.p-path__text {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .p-path__text {
    font-size: 1.6rem;
  }
}