.bg-pt1 {
  background: linear-gradient(100.64deg, #03a84ebf 0%, var(--color-pt1) 100%);
}

.coordinator .wrap-content .hdg-lv2::after {
  background-color: var(--color-pt5) !important;
}
.coordinator .l-inner{
  padding:  40px 0;
}

.coordinator .lst-advise.swiper {
  margin-left: 0;
}

.coordinator .wrap-content .lst-advise li {
  padding-left: 0;
}

.wrap-content .lst-advise .wrap-advise {
  padding: 16px 20px 96px 20px;
  background-color: var(--color-pt9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
  max-width: 221px;
  max-height: 332px;
  position: relative;
  margin: auto;
  margin-bottom: 3rem;
}

.wrap-content .lst-advise .wrap-advise .avt>img {
  border-radius: 50%;
}

.coordinator .wrap-content .lst-advise li { padding: 0; }

.coordinator .wrap-content .txt-cap{
  margin-top: 50px;
} 
.coordinator  .wrap-content .lst-advise .tag {
  position: absolute;
  top: 8px;
  right: 0;
  border: none;
}

.coordinator  .tag-advise {
  text-align: center;
  padding: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  border-radius: 2px;
}

.tag-advise.osaka {
  background-color: var(--color-pt14);
}

.tag-advise.nagoya {
  background-color: var(--color-pt5);
}

.tag-advise.tokyo {
  background-color: var(--color-pt6);
}




.swiper-wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  white-space: normal;
  overflow: hidden;
  scroll-behavior: smooth;
}

.swiper-slide {
  flex: 0 0 20%;
}
.swiper{
  position: relative;
}
.swiper .swiper-button-prev,.swiper .swiper-button-next {
  position: absolute;
  top: 45%;
  height: 40px;
  width: 40px;
  display: block;
  background-color: var(--color-pt1);
  border-radius: 50%;
  z-index: 1;
  border: 2px solid var(--color-pt9);
  transform: translateY(-50%);
}
.swiper .swiper-button-prev :hover,.swiper .swiper-button-next :hover{
  color: transparent;
  outline: none;
  background: transparent;
}
.swiper .swiper-button-prev{
  left: -7px;
}
.swiper .swiper-button-prev:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 15L12.7071 15.7071L12 16.4142L11.2929 15.7071L12 15ZM18.7071 9.70711L12.7071 15.7071L11.2929 14.2929L17.2929 8.29289L18.7071 9.70711ZM11.2929 15.7071L5.29289 9.70711L6.70711 8.29289L12.7071 14.2929L11.2929 15.7071Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  -webkit-transform: rotate(180deg);
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: white;
  color: white;
}
.swiper .swiper-button-next{
  right: -10px;
}
.swiper .swiper-button-next:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 15L12.7071 15.7071L12 16.4142L11.2929 15.7071L12 15ZM18.7071 9.70711L12.7071 15.7071L11.2929 14.2929L17.2929 8.29289L18.7071 9.70711ZM11.2929 15.7071L5.29289 9.70711L6.70711 8.29289L12.7071 14.2929L11.2929 15.7071Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  transform: rotate(270deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.swiper .swiper-pagination{
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: auto;
  display:flex;
  gap:5px;
  justify-content: center;
}
.swiper .swiper-pagination .slider_pagination_btn{
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-color:white;
  border-radius: 50%;
}
.swiper .swiper-pagination .slider_pagination_btn--sel::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #03A84E;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .swiper-slide {
    flex: 0 0 100%;
    margin: 0 auto;
  }
  .wrap-content .lst-advise .wrap-advise {
    max-width: 210px;
    max-height: 240px;
  }
  .swiper .swiper-pagination{
    flex-wrap: wrap;
  }
}