.c-container {
  width: 100%;
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 749.98px) {
  .c-container {
    padding: 0 4rem;
  }
}

.c-section-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #285387;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749.98px) {
  .c-section-title {
    font-size: 3.4rem;
    line-height: 2;
    margin-bottom: 4rem;
  }
}
.c-btn {
  height: 8rem;
  text-align: center;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0.8rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .c-btn {
    height: 10rem;
    padding: 0.8rem 2.4rem;
  }
}
.c-btn.-line {
  height: 4rem;
  background-color: #10a146;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-line {
    border-radius: 0;
  }
}
.c-btn.-line span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 2.6rem;
  position: relative;
}
.c-btn.-line span:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.2rem;
  background: transparent url("../../assets/img/common/icon_line.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1rem) / 2);
  left: 0;
}
.c-btn.-lesson {
  height: 4rem;
  background-color: #e8052a;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-lesson {
    border-radius: 0;
  }
}
.c-btn.-lesson span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 2.6rem;
  position: relative;
}
.c-btn.-lesson span:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: transparent url("../../assets/img/common/chalkboard-teacher-solid.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1.5rem) / 2);
  left: 0;
}
.c-btn.-arrow1 {
  border-radius: 200rem;
  width: 38.6rem;
  height: 7.4rem;
  padding-right: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #285387;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1 {
    width: 80%;
    height: 10rem;
  }
}
.c-btn.-arrow1:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  position: absolute;
  top: calc((100% - 1.2rem) / 2);
  right: 2.5rem;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1:after {
    right: 4rem;
  }
}
.c-btn.-arrow1 span {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1 span {
    padding-left: 0;
    font-size: 2.6rem;
  }
}
@media (hover: hover) {
  .c-btn.-arrow1:hover {
    opacity: 1;
    filter: brightness(1.2);
  }
  .c-btn.-arrow1:hover:after {
    transform: translateX(0.4rem);
  }
}
.c-btn.-arrow2 {
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 4.2rem;
  padding-left: 0;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow2 {
    font-size: 1.5rem;
  }
}
.c-btn.-arrow2:before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 3.4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow2:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 1rem;
  transform: rotateZ(-45deg);
  animation: arrow1-animate-out 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow2:hover {
    opacity: 1;
    padding-left: 0.4rem;
  }
  .c-btn.-arrow2:hover:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow2:hover:after {
    animation: arrow1-animate 0.3s ease 0.2s forwards;
  }
}
.c-btn.-arrow3 {
  width: 100%;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 700;
  padding-right: 4.2rem;
  padding-left: 0;
  justify-content: flex-start;
  position: relative;
}
.c-btn.-arrow3:before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 3.2rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow3:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 0.8rem;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow3:hover {
    opacity: 1;
  }
  .c-btn.-arrow3:hover:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow3:hover:after {
    transform: translateX(0.4rem);
  }
}
.c-btn.-arrow4 {
  height: auto;
  background-color: #fff;
  width: 28.8rem;
  border-radius: 1.5rem;
  padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow4 span {
  display: block;
  width: 100%;
  text-align: left;
  padding-right: 4.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.c-btn.-arrow4 span:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow4 span:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 1.2rem;
  transform: rotateZ(-45deg);
  animation: arrow1-animate-out 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow4:hover {
    opacity: 1;
    padding-left: 2.7rem;
  }
  .c-btn.-arrow4:hover span:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow4:hover span:after {
    animation: arrow1-animate 0.3s ease 0.2s forwards;
  }
}

@keyframes arrow1-animate {
  0% {
    transform: rotateZ(-45deg);
  }
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0) translateX(0.4rem);
  }
}
@keyframes arrow1-animate-out {
  0% {
    transform: rotateZ(0) translateX(0.4rem);
  }
  50% {
    transform: rotateZ(0) translateX(0);
  }
  100% {
    transform: rotateZ(-45deg);
  }
}
.c-mv {
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-mv {
    margin-bottom: 2.4rem;
    padding-left: 4rem;
  }
}
.c-mv-inner {
  max-width: 144rem;
  margin: 0 auto;
  border-radius: 0 0 2rem 2rem;
  background-color: #f5f7f8;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-mv-inner {
    height: 22rem;
  }
}
.c-mv-inner:before {
  content: "";
  display: block;
  width: 7.5rem;
  height: 8rem;
  background: transparent url(../img/index/illust_school.png) no-repeat scroll center center/contain;
  position: absolute;
  left: 4rem;
  bottom: 1.5rem;
}
@media screen and (max-width: 749.98px) {
  .c-mv-inner:before {
    width: 4rem;
    height: 4.3rem;
    left: 2rem;
    bottom: 2rem;
  }
}
.c-mv-wrapper {
  max-width: 120rem;
  height: 26rem;
  margin: 0 auto 7rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-mv-wrapper {
    height: 22rem;
  }
}
.c-mv-title {
  height: 26rem;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #285387;
  padding-left: 4rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .c-mv-title {
    height: 22rem;
  }
}
@media screen and (max-width: 749.98px) {
  .c-mv-title {
    letter-spacing: 0.1em;
  }
}
.c-mv-img {
  display: block;
  width: 57rem;
  height: 33rem;
  z-index: 1;
}
@media screen and (max-width: 749.98px) {
  .c-mv-img {
    width: 50%;
    height: 22rem;
  }
}
.c-mv-img img {
  aspect-ratio: 57/33;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 749.98px) {
  .c-mv-img img {
    height: 22rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 749.98px) {
  .c-mv.-single {
    padding-right: 4rem;
  }
}
.c-mv.-single .c-mv-inner {
  height: 10rem;
}
.c-mv.-single .c-mv-inner:before {
  display: none;
}
.c-mv.-single .c-mv-wrapper {
  height: 10rem;
}
.c-mv.-single .c-mv-title {
  height: 10rem;
  font-size: 2.8rem;
}

#main .wp-pagenavi {
  margin-top: 6rem;
  padding-top: 6rem;
  padding-bottom: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 749.98px) {
  #main .wp-pagenavi {
    padding-top: 4rem;
  }
}
#main .wp-pagenavi span,
#main .wp-pagenavi a {
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  background-color: #f5f7f8;
  border-radius: 200rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}
@media screen and (max-width: 749.98px) {
  #main .wp-pagenavi span,
  #main .wp-pagenavi a {
    width: 6rem;
    height: 6rem;
    font-size: 2.3rem;
  }
}
@media (hover: hover) {
  #main .wp-pagenavi a:hover {
    opacity: 1;
    color: #fff;
    background-color: #285387;
  }
}
#main .wp-pagenavi .current {
  background-color: #285387;
  color: #fff;
  border: none;
}
#main .wp-pagenavi .previouspostslink,
#main .wp-pagenavi .nextpostslink {
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border: none;
  position: relative;
}
#main .wp-pagenavi .previouspostslink:before,
#main .wp-pagenavi .nextpostslink:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.4rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #d9b70d;
  position: absolute;
  top: calc((100% - 1.2rem) / 2);
  right: calc((100% - 1.4rem) / 2);
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  #main .wp-pagenavi .previouspostslink:hover,
  #main .wp-pagenavi .nextpostslink:hover {
    opacity: 1;
    background-color: #285387;
  }
}
#main .wp-pagenavi .previouspostslink:before {
  transform: scaleX(-1);
  right: calc((100% - 1rem) / 2);
}
@media (hover: hover) {
  #main .wp-pagenavi .previouspostslink:hover:before {
    transform: translateX(-4px) scaleX(-1);
  }
}
@media (hover: hover) {
  #main .wp-pagenavi .nextpostslink:hover:before {
    transform: translateX(4px);
  }
}

.c-pagination-single {
  padding-top: 9rem;
  padding-bottom: 10rem;
  max-width: 92rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single .c-container {
    padding: 0;
  }
}
.c-pagination-single__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-pagination-single__list a {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (hover: hover) {
  .c-pagination-single__list a:hover {
    opacity: 1;
    background-color: rgba(153, 180, 191, 0.1);
  }
}
.c-pagination-single__list .page {
  height: 6rem;
  width: 33.3333333333%;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page {
    height: 4rem;
    width: 33.3333333333%;
  }
}
.c-pagination-single__list .page a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination-single__list .page span {
  display: inline-block;
  padding: 0 2rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page span {
    padding: 0;
    font-size: 2.4rem;
  }
}
.c-pagination-single__list .page span:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.4rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #d9b70d;
  position: absolute;
  top: calc((100% - 1.2rem) / 2);
  right: calc((100% - 1.4rem) / 2);
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page span:before {
    width: 2.8rem;
    height: 2.8rem;
    top: calc((100% - 2.8rem) / 2);
  }
}
.c-pagination-single__list .page.prev span {
  padding-left: 4rem;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page.prev span {
    padding-left: 5.6rem;
  }
}
.c-pagination-single__list .page.prev span:before {
  left: 0;
  transform: scaleX(-1);
}
@media (hover: hover) {
  .c-pagination-single__list .page.prev:hover span:before {
    transform: translateX(-4px) scaleX(-1);
  }
}
.c-pagination-single__list .page.next span {
  padding-right: 4rem;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .page.next span {
    padding-right: 5.6rem;
  }
}
.c-pagination-single__list .page.next span:before {
  right: 0;
}
@media (hover: hover) {
  .c-pagination-single__list .page.next:hover span:before {
    transform: translateX(4px);
  }
}
.c-pagination-single__list .page.none {
  visibility: hidden;
  pointer-events: none;
}
.c-pagination-single__list .list {
  width: 33.3333333333%;
  height: 6rem;
  border-left: 1px solid #285387;
  border-right: 1px solid #285387;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .list {
    width: 33.3333333333%;
    height: 7.2rem;
  }
}
.c-pagination-single__list .list a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-pagination-single__list .list a {
    font-size: 2.4rem;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.archive .c-mv-inner:before {
  content: none;
}

/*************************
success archive
************************ */
.p-success {
  padding-top: 0;
  padding-bottom: 16rem;
}
.p-success-cats {
  padding: 8rem 0 4rem;
}
@media screen and (max-width: 749.98px) {
  .p-success-cats {
    padding: 6rem 0 4rem;
  }
}
.p-success-cats ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.p-success-cats ul li a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #285387;
  background-color: #fff;
  border-radius: 200rem;
  border: 1px solid #99b4bf;
  padding: 0.4rem 2rem;
}
@media screen and (max-width: 749.98px) {
  .p-success-cats ul li a {
    font-size: 2.4rem;
    padding: 0.8rem 2.4rem;
  }
}
.p-success-cats ul li a.current {
  pointer-events: none;
  background-color: #285387;
  color: #fff;
}
@media (hover: hover) {
  .p-success-cats ul li a:hover {
    opacity: 1;
    background-color: rgba(40, 83, 135, 0.1);
  }
}
.p-success-list {
  margin-top: 4rem;
  display: flex;
  gap: 10rem;
  flex-direction: column;
}
@media screen and (max-width: 749.98px) {
  .p-success-list {
    gap: 6rem;
  }
}
.p-success-item {
  padding: 4rem;
  background-color: #f5f7f8;
  border-radius: 1rem;
  display: flex;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-success-item {
    width: 100%;
    flex-direction: column;
  }
}
.p-success-item:before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #d9b70d;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
}
.p-success-item .success-year {
  padding: 0.8rem 1.6rem;
  background-color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 749.98px) {
  .p-success-item .success-year {
    font-size: 2.2rem;
  }
}
.p-success-item .success-school-name {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #285387;
  margin-top: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-success-item .success-school-name {
    font-size: 2.1rem;
  }
}
.p-success-item .success-school-name.-main {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 1.6rem 0;
}
@media screen and (max-width: 749.98px) {
  .p-success-item .success-school-name.-main {
    font-size: 3rem;
  }
}
.p-success-item .success-photo {
  margin-top: 3.2rem;
}
.p-success-item .success-photo img {
  border-radius: 1rem;
  aspect-ratio: 120/79;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-success-item .success-info {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 749.98px) {
  .p-success-item .success-info {
    font-size: 2.8rem;
  }
}
.p-success-item .success-nickname {
  margin-top: 1.6rem;
  font-size: 2rem;
}
@media screen and (max-width: 749.98px) {
  .p-success-item .success-nickname {
    font-size: 2.8rem;
  }
}
.p-success-item .success-class {
  margin-top: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 749.98px) {
  .p-success-item .success-class {
    font-size: 2.8rem;
  }
}
.p-success-item .success-faq {
  margin-top: 3.2rem;
}
@media screen and (max-width: 749.98px) {
  .p-success-item .success-faq {
    margin-top: 4rem;
  }
}
.p-success-item .success-faq dt {
  background-color: #fff;
  padding: 0.8rem 1.6rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  color: #285387;
  font-size: 1.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-success-item .success-faq dt {
    width: 100%;
    padding: 0.8rem 2.4rem;
    font-size: 2.6rem;
  }
}
.p-success-item .success-faq dd {
  margin-top: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-success-item .success-faq dd {
    font-size: 2.3rem;
    margin-top: 1.6rem;
  }
}
.p-success-item .success-faq:first-child {
  margin-top: 0;
}
.p-success-left {
  width: 50%;
}
@media screen and (max-width: 749.98px) {
  .p-success-left {
    width: 100%;
  }
}
.p-success-right {
  width: 50%;
}
@media screen and (max-width: 749.98px) {
  .p-success-right {
    width: 100%;
  }
}
.p-success-img {
  overflow: hidden;
}
.p-success-img img {
  aspect-ratio: 128/67;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease 0s;
}