@charset "UTF-8";
/* =========================
PC
========================= */
/* =========================
PC（最大値、最小値なし）
========================= */
/* =========================
SP
========================= */
/* =========================
SP（359px以下想定）
========================= */
/* --- media query -------------------------------- */
/* --- font size + line-height -------------------------------- */
/* --- inner -------------------------------- */
/* ---  arrow link btn  -------------------------------- */
.p-cont__ttl {
  text-align: center;
  margin-bottom: clamp(0px, 2.5vw, 35px);
}
@media screen and (max-width: 767px) {
  .p-cont__ttl {
    margin-bottom: clamp(0px, 5.3333333333vw, 40px);
  }
}
.p-cont__ttl h2 {
  color: #011976;
  line-height: 1;
  margin-bottom: clamp(0px, 1.4285714286vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-cont__ttl h2 {
    margin-bottom: clamp(0px, 5.3333333333vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-cont__ttl {
    margin-bottom: clamp(0px, 5.3333333333vw, 40px);
  }
  .p-cont__ttl p {
    text-align: left;
  }
}

.p-cont__list li {
  border-top: 1px solid #D3D3D3;
}
.p-cont__list li:last-of-type {
  border-bottom: 1px solid #D3D3D3;
}
.p-cont__list li a {
  display: block;
  padding: clamp(0px, 2.8571428571vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  .p-cont__list li a {
    padding: clamp(0px, 6.6666666667vw, 50px) 0;
  }
}
.p-cont__list li a p {
  position: relative;
  font-size: clamp(14px, 1.4285714286vw, 20px);
  line-height: 1;
  font-weight: bold;
  padding-left: clamp(0px, 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-cont__list li a p {
    font-size: clamp(0px, 3.7333333333vw, 28px);
    line-height: 1.9285714286;
    padding-left: clamp(0px, 4vw, 30px);
  }
}
.p-cont__list li a p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: clamp(0px, 0.5714285714vw, 8px);
  height: clamp(0px, 0.5714285714vw, 8px);
  border-radius: 50%;
  background-color: #011976;
}
@media screen and (max-width: 767px) {
  .p-cont__list li a p::before {
    width: clamp(0px, 1.0666666667vw, 8px);
    height: clamp(0px, 1.0666666667vw, 8px);
  }
}
.p-cont__list li a p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: clamp(0px, 1.7857142857vw, 25px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: clamp(0px, 2.2857142857vw, 32px);
  height: clamp(0px, 0.7142857143vw, 10px);
  background: url(/assets/img/common/cmn__btn-grad-arrow-short.svg) no-repeat center center/contain;
  transition: right 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-cont__list li a p::after {
    right: clamp(0px, 3.3333333333vw, 25px);
    width: clamp(0px, 4.2666666667vw, 32px);
    height: clamp(0px, 1.3333333333vw, 10px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-cont__list li a:hover {
    opacity: 1;
  }
  .p-cont__list li a:hover p::after {
    right: clamp(0px, 1.4285714286vw, 20px);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .p-cont__list li a:hover p::after {
    right: clamp(0px, 1.3333333333vw, 10px);
  }
}

#anchor-cont-01 {
  margin-bottom: clamp(0px, 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  #anchor-cont-01 {
    margin-bottom: clamp(0px, 10.6666666667vw, 80px);
  }
}

#anchor-cont-02 {
  margin-bottom: clamp(0px, 12.8571428571vw, 180px);
}
@media screen and (max-width: 767px) {
  #anchor-cont-02 {
    margin-bottom: clamp(0px, 26.6666666667vw, 200px);
  }
}
