@media only screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

.p-main {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-main {
    overflow: hidden;
    padding: 0;
  }
}

.p-title {
  color: #032063;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-title {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
    padding-inline: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.p-mv {
  position: relative;
}
.p-mv img {
  height: auto;
  width: 100%;
}
.p-mv .p-mv-badge {
  background: #fffa4d;
  border-radius: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-mv .p-mv-badge {
    border: 1.0666666667vw solid #ffe600;
    bottom: -15.7333333333vw;
    height: 42.4vw;
    right: -5.3333333333vw;
    width: 42.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv .p-mv-badge {
    border: 4px solid #ffe600;
    bottom: -52px;
    height: 196px;
    right: 10px;
    width: 196px;
  }
}
.p-mv .p-mv-badge .p-mv-badge-text {
  color: #55a7ed;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-mv .p-mv-badge .p-mv-badge-text {
    font-size: 4.5333333333vw;
    line-height: 1.23;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv .p-mv-badge .p-mv-badge-text {
    font-size: 20px;
    line-height: 1.3;
  }
}
.p-mv .p-mv-badge .p-mv-badge-offer {
  color: #55a7ed;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-mv .p-mv-badge .p-mv-badge-offer {
    font-size: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv .p-mv-badge .p-mv-badge-offer {
    font-size: 14px;
  }
}

.p-shindan {
  background: #55a7ed;
}
@media only screen and (max-width: 768px) {
  .p-shindan {
    padding: 8vw 6vw 9.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan {
    padding: 60px 60px 85px;
  }
}
.p-shindan .p-shindan-heading {
  background: #fff;
  color: #55a7ed;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  letter-spacing: 0.1em;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-heading {
    border-radius: 1.0666666667vw;
    font-size: 4.2666666667vw;
    height: 7.4666666667vw;
    margin-bottom: 8.2666666667vw;
    width: 39.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-heading {
    border-radius: 4px;
    font-size: 16px;
    height: 36px;
    margin-bottom: 6px;
    width: 147px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-main {
    margin-inline: auto;
    width: 580px;
  }
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-title {
    margin: 0 auto 10.1333333333vw;
    width: 60vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-title {
    margin: 0 auto 45px;
    width: 303px;
  }
}
.p-shindan .p-shindan-button a {
  background: #fff;
  color: #55A7ED;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  place-content: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-button a {
    border: 1.0666666667vw solid #1f9ae5;
    border-radius: 9.0666666667vw;
    font-size: 5.3333333333vw;
    height: 18.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-button a {
    border: 4px solid #1f9ae5;
    border-radius: 40px;
    font-size: 24px;
    height: 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-button a:hover {
    background: #1f9ae5;
    border-color: #fff;
    color: #fff;
  }
}
.p-shindan .p-shindan-hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-hidden {
    margin-inline: -2vw;
    padding-top: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-hidden {
    padding-top: 60px;
  }
}
.p-shindan .p-shindan-contents {
  background: #f0f9ff;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-contents {
    padding: 5.3333333333vw 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-contents {
    padding: 40px;
  }
}
.p-shindan .p-shindan-count {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-count {
    gap: 1.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-count {
    gap: 6px;
    margin-bottom: 12px;
  }
}
.p-shindan .p-shindan-count-text {
  color: #1f9ae5;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-count-text {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-count-text {
    font-size: 16px;
  }
}
.p-shindan .p-shindan-count-num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fffa4d;
  color: #1f9ae5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-count-num {
    border-radius: 2.4vw;
    font-size: 2.6666666667vw;
    height: 4.8vw;
    width: 8.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-count-num {
    border-radius: 11px;
    font-size: 14px;
    height: 22px;
    width: 45px;
  }
}
.p-shindan .p-shindan-count-num span {
  font-weight: bold;
}
.p-shindan .p-shindan-subject {
  color: #1f9ae5;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-subject {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-subject {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-shindan .p-shindan-option {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-option {
    gap: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-option {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.p-shindan .p-shindan-option label {
  background: #fff;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  place-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-option label {
    border: 0.5333333333vw solid #55a7ed;
    border-radius: 2.1333333333vw;
    font-size: 3.7333333333vw;
    height: 15.4666666667vw;
    line-height: 1.285;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-option label {
    border: 2px solid #55a7ed;
    border-radius: 8px;
    font-size: 16px;
    height: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-option label:hover {
    background: #dcf6ff;
  }
}
.p-shindan .p-shindan-option label input {
  display: none;
}
.p-shindan .p-shindan-option label:has(input:checked) {
  background: #dcf6ff;
}
.p-shindan .p-shindan-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-buttons {
    gap: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-buttons {
    gap: 10px;
  }
}
.p-shindan .p-shindan-buttons a {
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  place-content: center;
  text-decoration: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-buttons a {
    border-radius: 2.1333333333vw;
    font-size: 3.7333333333vw;
    height: 10.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-buttons a {
    border-radius: 8px;
    font-size: 16px;
    height: 45px;
  }
}
.p-shindan .p-shindan-buttons a.is-disabled {
  background: #ccc !important;
  pointer-events: none;
}
.p-shindan .p-shindan-buttons .p-shindan-back {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-buttons .p-shindan-back {
    width: 30.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-buttons .p-shindan-back {
    width: 145px;
  }
}
.p-shindan .p-shindan-buttons .p-shindan-back a {
  background: #92b3cc;
}
.p-shindan .p-shindan-buttons .p-shindan-next {
  width: 100%;
}
.p-shindan .p-shindan-buttons .p-shindan-next a {
  background: #55a7ed;
}
.p-shindan .-step01 .p-shindan-option {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.p-shindan .-step04 .p-shindan-next a {
  background: #fffa4d;
  color: #55a7ed;
}
.p-shindan .p-shindan-result-item {
  background: #f0f9ff;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-result-item {
    padding: 5.3333333333vw 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-result-item {
    padding: 40px;
  }
}
.p-shindan .p-shindan-result-title-sub {
  background: #fffa4d;
  color: #55a7ed;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-result-title-sub {
    border-radius: 4.1333333333vw;
    font-size: 3.7333333333vw;
    height: 8.2666666667vw;
    margin: 0 auto 4.8vw;
    width: 29.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-result-title-sub {
    border-radius: 12px;
    font-size: 14px;
    height: 24px;
    margin: 0 auto 12px;
    width: 87px;
  }
}
.p-shindan .p-shindan-result-title {
  color: #1f9ae5;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-result-title {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-result-title {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.p-shindan .p-shindan-result-icon {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-result-icon {
    height: 19.2vw;
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-result-icon {
    height: 69px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-result-block:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-result-block:not(:last-child) {
    margin-bottom: 16px;
  }
}
.p-shindan .p-shindan-result-block h5 {
  background: #55a7ed;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-result-block h5 {
    font-size: 3.2vw;
    height: 6vw;
    width: 43.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-result-block h5 {
    font-size: 14px;
    height: 32px;
    width: 208px;
  }
}
.p-shindan .p-shindan-result-block p {
  border-top: 1px solid #55a7ed;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-result-block p {
    font-size: 3.7333333333vw;
    line-height: 1.7;
    padding-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-result-block p {
    font-size: 14px;
    padding-top: 7px;
  }
}
.p-shindan .-t1 .p-shindan-result-icon img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-shindan .-t1 .p-shindan-result-icon img {
    width: 21.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .-t1 .p-shindan-result-icon img {
    width: 76px;
  }
}
.p-shindan .-t2 .p-shindan-result-icon img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-shindan .-t2 .p-shindan-result-icon img {
    width: 21.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .-t2 .p-shindan-result-icon img {
    width: 77px;
  }
}
.p-shindan .-t3 .p-shindan-result-icon img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-shindan .-t3 .p-shindan-result-icon img {
    width: 12.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .-t3 .p-shindan-result-icon img {
    width: 45px;
  }
}
.p-shindan .p-shindan-replay {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-replay {
    margin-top: 4.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-replay {
    margin-top: 20px;
  }
}
.p-shindan .p-shindan-replay a {
  background: url("../img/icon-replay.svg") no-repeat left center/12px auto;
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-replay a {
    background-size: 2.9333333333vw auto;
    font-size: 3.7333333333vw;
    padding-left: 5.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-replay a {
    font-size: 14px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-replay a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-course {
    padding-top: 11.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-course {
    padding-top: 60px;
  }
}
.p-shindan .p-shindan-course .p-shindan-course-title {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-shindan .p-shindan-course .p-shindan-course-title {
    font-size: 6.4vw;
    margin-bottom: 4.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-shindan .p-shindan-course .p-shindan-course-title {
    font-size: 20px;
    margin-bottom: 27px;
  }
}
.p-shindan .p-shindan-course .p-course-hidden {
  display: block;
}

@media only screen and (max-width: 768px) {
  .p-course {
    padding: 9.6vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course {
    padding: 60px 60px 85px;
  }
}
.p-course .p-service-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #55a7ed;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  gap: 8px;
  height: 63px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.2em;
  margin-block: 40px;
  position: relative;
}
.p-course .p-service-title span {
  border-block: 2px solid #fff;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 20px;
  height: 30px;
  place-content: center;
  width: 88px;
}
.p-course .p-service-title::after {
  border-color: #55a7ed transparent transparent transparent;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  bottom: -14px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  translate: -50%;
  width: 0;
}
.p-course .p-course-heading {
  background: #55a7ed;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  letter-spacing: 0.1em;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .p-course .p-course-heading {
    border-radius: 1.0666666667vw;
    font-size: 4.2666666667vw;
    height: 7.4666666667vw;
    margin-bottom: 4.5333333333vw;
    width: 39.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course .p-course-heading {
    border-radius: 4px;
    font-size: 16px;
    height: 36px;
    margin-bottom: 40px;
    width: 147px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course .p-course-main {
    margin-inline: auto;
    width: 580px;
  }
}
@media only screen and (max-width: 768px) {
  .p-course .p-search {
    margin-bottom: 6.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course .p-search {
    margin-bottom: 52px;
  }
}
@media only screen and (max-width: 768px) {
  .p-course .p-search .p-search-grade {
    margin-bottom: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course .p-search .p-search-grade {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
  }
}
.p-course .p-search .p-search-grade-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-course .p-search .p-search-grade-text {
    font-size: 3.2vw;
    margin-bottom: 1.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course .p-search .p-search-grade-text {
    font-size: 16px;
    width: 160px;
  }
}
.p-course .p-search .p-search-grade-list {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f0f9ff url("../img/icon-select.svg") no-repeat right 20px center/10px auto;
  border: none;
  color: #55a7ed;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-course .p-search .p-search-grade-list {
    background-position: right 4vw center;
    background-size: 1.7333333333vw auto;
    border-radius: 1.0666666667vw;
    font-size: 2.6666666667vw;
    height: 10.6666666667vw;
    padding-inline: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course .p-search .p-search-grade-list {
    border-radius: 4px;
    height: 50px;
    padding-inline: 20px;
  }
}
.p-course .p-search .p-search-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-course .p-search .p-search-conditions {
    gap: 1.3333333333vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course .p-search .p-search-conditions {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.p-course .p-search .p-search-conditions label {
  color: #55a7ed;
  display: block;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-course .p-search .p-search-conditions label {
    font-size: 2.6666666667vw;
    padding-left: 5.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course .p-search .p-search-conditions label {
    font-size: 16px;
    padding-left: 24px;
  }
}
.p-course .p-search .p-search-conditions label input {
  display: none;
}
.p-course .p-search .p-search-conditions label:has(input:checked)::before {
  display: block;
}
.p-course .p-search .p-search-conditions label::before {
  border-bottom: 3px solid #55a7ed;
  border-left: 3px solid #55a7ed;
  content: "";
  display: none;
  left: 4px;
  position: absolute;
  rotate: -45deg;
  top: 7px;
}
@media only screen and (max-width: 768px) {
  .p-course .p-search .p-search-conditions label::before {
    height: 1.3333333333vw;
    top: 0.5333333333vw;
    width: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course .p-search .p-search-conditions label::before {
    height: 5px;
    width: 10px;
  }
}
.p-course .p-search .p-search-conditions label::after {
  border: 1px solid #aad4f2;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .p-course .p-search .p-search-conditions label::after {
    border-radius: 0.5333333333vw;
    height: 3.7333333333vw;
    width: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course .p-search .p-search-conditions label::after {
    border-radius: 2px;
    height: 15px;
    width: 15px;
  }
}

.p-course-title {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-course-title {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-title {
    font-size: 20px;
    margin-bottom: 26px;
  }
}

.p-course-item {
  background: #f6f6f6;
}
@media only screen and (max-width: 768px) {
  .p-course-item:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.p-course-item .p-course-summary a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-summary a {
    gap: 4vw;
    padding: 5.3333333333vw 13.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-summary a {
    gap: 20px;
    padding: 20px;
  }
}
.p-course-item .p-course-summary a i {
  background: #55a7ed;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-summary a i {
    height: 6.6666666667vw;
    right: 4vw;
    width: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-summary a i {
    height: 20px;
    right: 30px;
    width: 20px;
  }
}
.p-course-item .p-course-summary a i::before, .p-course-item .p-course-summary a i::after {
  background: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-summary a i::before, .p-course-item .p-course-summary a i::after {
    height: 1px;
    width: 1.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-summary a i::before, .p-course-item .p-course-summary a i::after {
    height: 2px;
    width: 8px;
  }
}
.p-course-item .p-course-summary a i::before {
  rotate: 90deg;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-course-item .p-course-summary a.is-active i::before {
  rotate: 0deg;
}
.p-course-item .p-course-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-image {
    width: 25.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-image {
    width: 100px;
  }
}
.p-course-item .p-course-image img {
  height: auto;
  width: 100%;
}
.p-course-item .p-course-image .p-course-discount {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-image .p-course-discount {
    left: -3.4666666667vw;
    top: -3.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-image .p-course-discount {
    left: -15px;
    top: -12px;
  }
}
.p-course-item .p-course-image .p-course-discount img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-image .p-course-discount img {
    width: 12vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-image .p-course-discount img {
    width: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-grades {
    display: -ms-grid;
    display: grid;
    gap: 0.8vw;
    -ms-grid-columns: 1fr 0.8vw 1fr 0.8vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 1.0666666667vw;
    width: 37.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-grades {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    margin-bottom: 7px;
  }
}
.p-course-item .p-course-grades li {
  background: var(--bg);
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-grades li {
    border-radius: 2.2666666667vw;
    font-size: 2.6666666667vw;
    height: 4.5333333333vw;
    width: 12vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-grades li {
    border-radius: 9px;
    font-size: 10px;
    height: 18px;
    min-width: 44px;
  }
}
.p-course-item .p-course-grades li.-g1 {
  --bg: #ec6e81;
}
.p-course-item .p-course-grades li.-g2 {
  --bg: #009e3b;
}
.p-course-item .p-course-grades li.-g3 {
  --bg: #006eb3;
}
.p-course-item .p-course-grades li.-g4 {
  --bg: #fa7500;
}
.p-course-item .p-course-grades li.-g5 {
  --bg: #8ec320;
}
.p-course-item .p-course-grades li.-g6 {
  --bg: #6b5cad;
}
.p-course-item .p-course-name {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-name {
    font-size: 4.8vw;
    line-height: 1.333;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-name {
    font-size: 18px;
  }
}
.p-course-item .p-course-name-sub {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-name-sub {
    font-size: 3.7333333333vw;
    line-height: 1.333;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-name-sub {
    font-size: 14px;
  }
}
.p-course-item .p-course-hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-hidden {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-hidden {
    padding: 0 20px 24px;
  }
}
.p-course-item .p-course-detail {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-detail {
    border-radius: 2.1333333333vw;
    padding: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-detail {
    border-radius: 8px;
    padding: 16px 20px;
  }
}
.p-course-item .p-course-type {
  background: url("../img/icon-type.svg") no-repeat left center/21px auto;
  color: #55a7ed;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-type {
    font-size: 14px;
    margin-bottom: 16px;
    padding-left: 28px;
  }
}
.p-course-item .p-course-text {
  white-space: pre-wrap;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-text {
    font-size: 3.2vw;
    line-height: 1.75;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-text {
    font-size: 14px;
  }
}
.p-course-item .p-course-discount-text {
  color: #f81823;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-discount-text {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-discount-text {
    font-size: 18px;
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-discount-text + .p-course-buttons {
    margin-top: 12px;
  }
}
.p-course-item .p-course-buttons {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-buttons {
    gap: 1.6vw;
    margin-block: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-buttons {
    gap: 10px 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-block: 22px 28px;
  }
}
.p-course-item .p-course-buttons a {
  background: var(--bc01);
  color: var(--bc03);
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  place-content: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-buttons a {
    border: 0.5333333333vw solid var(--bc02);
    border-radius: 6.6666666667vw;
    font-size: 3.7333333333vw;
    height: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-buttons a {
    border: 2px solid var(--bc02);
    border-radius: 23px;
    font-size: 16px;
    height: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-buttons a:hover {
    background: var(--bc03);
    color: var(--bc01);
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-button-detail {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.p-course-item .p-course-button-detail a {
  --bc01: #fff;
  --bc02: #55a7ed;
  --bc03: #55a7ed;
}
.p-course-item .p-course-button-entry {
  display: none;
}
.p-course-item .p-course-button-entry a {
  --bc01: #f81823;
  --bc02: #f81823;
  --bc03: #fff;
}
.p-course-item .p-course-button-april {
  display: none;
}
.p-course-item .p-course-button-april a {
  --bc01: #fff;
  --bc02: #f81823;
  --bc03: #f81823;
}
.p-course-item .p-course-button-april-kanji {
  display: none;
}
.p-course-item .p-course-button-april-kanji a {
  --bc01: #fff;
  --bc02: #f81823;
  --bc03: #f81823;
  background: var(--bc01);
  color: var(--bc03);
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  line-height: 1.2;
  place-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-button-april-kanji a {
    border: 0.5333333333vw solid var(--bc02);
    border-radius: 6.6666666667vw;
    font-size: 3.4666666667vw;
    height: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-button-april-kanji a {
    border: 2px solid var(--bc02);
    border-radius: 23px;
    font-size: 13px;
    height: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .p-course-item .p-course-offer li {
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-course-item .p-course-offer li {
    font-size: 12px;
  }
}

.p-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.p-modal {
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  translate: -50% -50%;
  z-index: 1000;
}
.p-modal .p-modal-close {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-modal .p-modal-close {
    right: -4vw;
    top: -4vw;
    width: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal .p-modal-close {
    right: -15px;
    top: -15px;
    width: 31px;
  }
}
.p-modal .p-modal-body {
  background: #f0f9ff;
}
@media only screen and (max-width: 768px) {
  .p-modal .p-modal-body {
    padding: 5.3333333333vw 4vw;
    width: 92vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal .p-modal-body {
    padding: 40px;
    width: 580px;
  }
}
.p-modal .p-modal-subject {
  color: #1f9ae5;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-modal .p-modal-subject {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal .p-modal-subject {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.p-modal .p-modal-option {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .p-modal .p-modal-option {
    gap: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal .p-modal-option {
    gap: 10px;
  }
}
.p-modal .p-modal-option a {
  background: #fff;
  color: #000;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  place-content: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .p-modal .p-modal-option a {
    border: 0.5333333333vw solid #55a7ed;
    border-radius: 2.1333333333vw;
    font-size: 3.7333333333vw;
    height: 15.4666666667vw;
    line-height: 1.285;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal .p-modal-option a {
    border: 2px solid #55a7ed;
    border-radius: 8px;
    font-size: 16px;
    height: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal .p-modal-option a:hover {
    background: #dcf6ff;
  }
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}