@media print, screen and (min-width: 741px) {
  .p-index-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-list {
    gap: 20px;
  }
}

@media only screen and (max-width: 740px) {
  .p-index-item {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-index-item {
    flex: 0 0 calc((100% - 1.4285714286vw) / 2);
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

.p-index-link {
  display: block;
  height: 100%;
  box-shadow: 0 0 20px 0 rgba(93, 113, 165, 0.3);
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-index-link {
    padding: 25px 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-index-link {
    padding-block: 1.4285714286vw;
    padding-left: 8.5714285714vw;
    transition: color 0.4s;
  }
  .p-index-link:hover {
    color: #0071bc;
  }
  .p-index-link:hover:before {
    scale: 0.5;
  }
  .p-index-link:hover:after {
    scale: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-link {
    padding-block: 20px;
    padding-left: 120px;
  }
}
.p-index-link:before {
  content: "";
  display: block;
  background: #1d2951;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  translate: 50% -50%;
}
@media only screen and (max-width: 740px) {
  .p-index-link:before {
    width: 24px;
    height: 24px;
    right: 32px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-index-link:before {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
    right: 2.2857142857vw;
    transition: scale 0.6s;
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-link:before {
    width: 24px;
    height: 24px;
    right: 32px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-index-link:after {
    content: "";
    display: block;
    background: #0071bc;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    translate: 50% -50%;
    width: 1.7142857143vw;
    height: 1.7142857143vw;
    right: 2.2857142857vw;
    scale: 0;
    transition: scale 0.6s;
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-link:after {
    width: 24px;
    height: 24px;
    right: 32px;
  }
}
.p-index-link > .-icon {
  display: block;
  background: #fff;
  mask: url(/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  translate: 50% -50%;
  rotate: 90deg;
  transition: background 0.6s;
}
@media only screen and (max-width: 740px) {
  .p-index-link > .-icon {
    width: 10px;
    height: 8px;
    right: 32px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-index-link > .-icon {
    width: 0.7142857143vw;
    height: 0.5714285714vw;
    right: 2.2857142857vw;
    z-index: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-link > .-icon {
    width: 10px;
    height: 8px;
    right: 32px;
  }
}

@media only screen and (max-width: 740px) {
  .p-index-hl {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 0.5em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-index-hl {
    margin-bottom: 0.3em;
  }
}
@media only screen and (max-width: 740px) {
  .p-index-hl .-icon {
    width: 38px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-index-hl .-icon {
    width: 4.4285714286vw;
    position: absolute;
    left: 4.2857142857vw;
    top: 50%;
    translate: -50% -50%;
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-hl .-icon {
    width: 62px;
    left: 60px;
  }
}
.p-index-hl .-body {
  display: flex;
  flex: 1 1 auto;
}
.p-index-hl .-num {
  color: #0071bc;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-weight: 400;
  flex: 0 0 1.2em;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-index-hl .-num {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-index-hl .-num {
    font-size: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-hl .-num {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-index-hl .-txt {
  padding-top: 0.1em;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-index-hl .-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-index-hl .-txt {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-hl .-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-index-lead {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-index-lead {
    padding-right: 5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-index-lead {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 740px) {
  .p-fee-block {
    padding-inline: 20px;
  }
}
.p-fee-block:not(:first-child) {
  border-top: 1px solid #e0e4e7;
}
@media only screen and (max-width: 740px) {
  .p-fee-block:not(:first-child) {
    padding-top: 50px;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-block:not(:first-child) {
    padding-top: 5.7142857143vw;
    margin-top: 5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-block:not(:first-child) {
    padding-top: 80px;
    margin-top: 80px;
  }
}

.p-fee-hl {
  line-height: 1.3;
}
@media only screen and (max-width: 740px) {
  .p-fee-hl {
    padding-top: 70px;
    position: relative;
    text-align: center;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-hl {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 740px) {
  .p-fee-hl .-icon {
    width: 50px;
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50% 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-hl .-icon {
    width: 4.4285714286vw;
    margin-right: 1.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-hl .-icon {
    width: 62px;
    margin-right: 25px;
  }
}
.p-fee-hl .-num {
  color: #0071bc;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  top: 0.05em;
}
@media only screen and (max-width: 740px) {
  .p-fee-hl .-num {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-hl .-num {
    font-size: 2.2857142857vw;
    margin-right: 0.3em;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-hl .-num {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-fee-hl .-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-hl .-txt {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-hl .-txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media print, screen and (min-width: 741px) {
  .p-fee-col {
    display: flex;
    margin-top: 2.8571428571vw;
    gap: 4.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-col {
    margin-top: 40px;
    gap: 60px;
  }
}

@media only screen and (max-width: 740px) {
  .p-fee-col-item {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-col-item {
    flex: 1 1 100%;
  }
}
@media only screen and (max-width: 740px) {
  .p-fee-img01 {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-img01 {
    margin-top: 2.5vw;
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-img01 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 740px) {
  .p-fee-img01 img {
    width: 100%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-img01 img {
    width: 72.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-img01 img {
    width: 1018px;
  }
}

@media only screen and (max-width: 740px) {
  .p-fee-img02 {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-img02 {
    margin-top: 2.5vw;
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-img02 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 740px) {
  .p-fee-img02 img {
    width: 100%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-img02 img {
    width: 40.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-img02 img {
    width: 570px;
  }
}

@media only screen and (max-width: 740px) {
  .p-fee-img03 {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-img03 {
    margin-top: 2.5vw;
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-img03 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 740px) {
  .p-fee-img03 img {
    width: 100%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-img03 img {
    width: 38.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-img03 img {
    width: 542px;
  }
}

@media only screen and (max-width: 740px) {
  .p-fee-img04 {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-img04 {
    margin-top: 2.5vw;
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-img04 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 740px) {
  .p-fee-img04 img {
    width: 100%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-img04 img {
    width: 41.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-img04 img {
    width: 586px;
  }
}

.p-fee-table01 {
  border: 1px solid #1d2951;
  width: 100%;
}
.p-fee-table01 th {
  background: #0071bc;
  border-bottom: 1px solid #1d2951;
  color: #fff;
  line-height: 1;
  height: 3em;
  white-space: nowrap;
}
.p-fee-table01 th:not(:last-child) {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 740px) {
  .p-fee-table01 th {
    padding-inline: 0.5em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-table01 th {
    padding-inline: 1em;
  }
}
.p-fee-table01 td {
  border-bottom: 1px solid #1d2951;
  border-right: 1px solid #1d2951;
}
@media only screen and (max-width: 740px) {
  .p-fee-table01 td {
    padding: 0.5em 0.7em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-table01 td {
    padding: 0.5em 1em;
  }
}
.p-fee-table02 {
  border: 1px solid #1d2951;
  width: 100%;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .p-fee-table02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-table02 {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-table02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-fee-table02 tr:first-child th {
  border-bottom: 1px solid #1d2951;
  padding: 0.5em 0;
}
.p-fee-table02 tr:first-child th:not(:first-child) {
  background: #595959;
  color: #fff;
}
.p-fee-table02 tr:first-child th:not(:first-child):not(:last-child) {
  border-right: 1px solid #fff;
}
.p-fee-table02 tr:first-child th:first-child {
  width: 19%;
}
.p-fee-table02 tr:first-child th.-integroup {
  background: #0071bc;
}
@media only screen and (max-width: 740px) {
  .p-fee-table02 tr:first-child th.-integroup {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-table02 tr:first-child th.-integroup {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-table02 tr:first-child th.-integroup {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-fee-table02 tr:first-child th:nth-child(3), .p-fee-table02 tr:first-child th:nth-child(4), .p-fee-table02 tr:first-child th:nth-child(5), .p-fee-table02 tr:first-child th:nth-child(6) {
  width: 14.5%;
}
.p-fee-table02 tr:not(:first-child) th {
  font-weight: normal;
  background: #f1f3f6;
  border: 1px solid #1d2951;
  padding: 0.4em;
}
.p-fee-table02 tr:not(:first-child) td {
  border: 1px solid #1d2951;
  padding: 0.5em 0;
}
.p-fee-table02 tr:not(:first-child) td.-integroup {
  background: rgba(0, 113, 188, 0.1);
  color: #0071bc;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-fee-table02 tr:not(:first-child) td.-integroup {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fee-table02 tr:not(:first-child) td.-integroup {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-fee-table02 tr:not(:first-child) td.-integroup {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-fee-table02 tr:not(:first-child) td sup {
  margin-inline: -0.3em;
}

.p-merit-item {
  background: #f1f3f6;
}
@media only screen and (max-width: 740px) {
  .p-merit-item {
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-merit-item {
    border-radius: 20px;
    padding-block: 2.1428571429vw;
    margin-top: 1.4285714286vw;
    padding-inline: 17.8571428571vw 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-merit-item {
    padding-block: 30px;
    margin-top: 20px;
    padding-inline: 250px 50px;
  }
}

.p-merit-hl {
  line-height: 1.3;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 740px) {
  .p-merit-hl {
    padding-top: 90px;
    position: relative;
    text-indent: -1.3em;
    margin-left: 1.3em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-merit-hl {
    text-indent: -1.7em;
    margin-left: 1.7em;
  }
}
.p-merit-hl .-icon {
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .p-merit-hl .-icon {
    width: 64px;
    left: 50%;
    top: 0;
    translate: -50% 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-merit-hl .-icon {
    width: 7.5714285714vw;
    top: 50%;
    left: 8.9285714286vw;
    translate: -50% -50%;
  }
}
@media only screen and (min-width: 1400px) {
  .p-merit-hl .-icon {
    width: 106px;
    left: 125px;
  }
}
.p-merit-hl .-num {
  color: #0071bc;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  top: 0.05em;
}
@media only screen and (max-width: 740px) {
  .p-merit-hl .-num {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-merit-hl .-num {
    font-size: 1.7142857143vw;
    margin-right: 0.3em;
  }
}
@media only screen and (min-width: 1400px) {
  .p-merit-hl .-num {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-merit-hl .-txt {
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-merit-hl .-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-merit-hl .-txt {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-merit-hl .-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}