@media screen and (min-width: 769px) {
  .pa-anxiety {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .pa-anxiety {
    margin-top: 7.5vw;
  }
}
.pa-anxiety > ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .pa-anxiety > ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pa-anxiety > ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.75vw;
  }
}
.pa-anxiety > ul > li {
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pa-anxiety > ul > li {
    aspect-ratio: 340/180;
    border-radius: 8px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pa-anxiety > ul > li {
    aspect-ratio: 1/0.3;
    border-radius: 2vw;
    font-size: 3.75vw;
    line-height: 1.6;
  }
}

.pa-merit {
  border-bottom: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  .pa-merit {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pa-merit {
    margin-top: 10vw;
  }
}
.pa-merit > dl {
  border-top: 1px solid #e8e8da;
}
.pa-merit > dl > dt {
  position: relative;
  color: #f6f6f6;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .pa-merit > dl > dt {
    padding: 25px 60px 25px 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pa-merit > dl > dt {
    padding: 3.75vw 15vw 3.75vw 3.75vw;
    font-size: 4vw;
  }
}
.pa-merit > dl > dt::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 769px) {
  .pa-merit > dl > dt::after {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pa-merit > dl > dt::after {
    width: 3vw;
    height: 3vw;
    right: 5vw;
  }
}
.pa-merit > dl > dt.is-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.pa-merit > dl > dd > div p {
  color: #c4c4c4;
}
@media screen and (min-width: 769px) {
  .pa-merit > dl > dd > div p {
    padding: 0 60px 25px 25px;
  }
}
@media screen and (max-width: 768px) {
  .pa-merit > dl > dd > div p {
    padding: 0 0 3.75vw 3.75vw;
  }
}

.pa-areaList dl {
  display: grid;
}
@media screen and (min-width: 769px) {
  .pa-areaList dl {
    grid-template-columns: 190px 1fr;
    gap: 5px 20px;
  }
}
@media screen and (max-width: 768px) {
  .pa-areaList dl {
    grid-template-columns: 1fr;
  }
}
.pa-areaList dl dt {
  color: #f6f6f6;
}
@media screen and (min-width: 769px) {
  .pa-areaList dl dt {
    font-size: 16px;
  }
}
.pa-areaList dl dd {
  color: #c4c4c4;
}
@media screen and (max-width: 768px) {
  .pa-areaList dl dd {
    margin-bottom: 2.5vw;
  }
}

.pa-flow {
  margin: 40px auto;
}/*# sourceMappingURL=foreign.css.map */