@charset "UTF-8";
.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.-entry {
  height: 4rem;
  border-radius: 200rem;
  background-color: #285387;
  position: relative;
}
.c-btn.-entry span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 5.4rem;
  position: relative;
}
.c-btn.-entry span:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" preserveAspectRatio="none"><path fill="%23fff" d="M10,0C6.14,0,3,3.14,3,7c0,2.41,1.23,4.55,3.09,5.81-3.57,1.53-6.09,5.07-6.09,9.19h2c0-2.89,1.53-5.41,3.81-6.81.67,1.65,2.31,2.81,4.19,2.81s3.52-1.16,4.19-2.81c2.29,1.41,3.81,3.92,3.81,6.81h2c0-4.12-2.53-7.66-6.09-9.19,1.86-1.26,3.09-3.4,3.09-5.81,0-3.86-3.14-7-7-7ZM10,2c2.77,0,5,2.23,5,5s-2.23,5-5,5-5-2.23-5-5,2.23-5,5-5ZM10,14c.82,0,1.6.12,2.34.34-.35.96-1.25,1.66-2.34,1.66s-2-.69-2.34-1.66c.74-.23,1.52-.34,2.34-.34Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 20/22;
  background-size: contain;
  position: absolute;
  top: calc((100% - 2.4rem) / 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);
  }
}
@media screen and (max-width: 749.98px) {
  .c-columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-columns-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
}
.c-columns-item__title {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  padding: 1.2rem 0.8rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-columns-item__title {
    font-size: 2.8rem;
    padding: 2.4rem 1.6rem;
  }
}
.c-columns-item__txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.c-columns-item__foot {
  padding-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.c-columns-item__foot .tag {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  padding-right: 0.4rem;
}
.c-columns.-columns2 .c-columns-item {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 749.98px) {
  .c-columns.-columns2 .c-columns-item {
    width: 100%;
  }
}
.c-columns.-columns3 .c-columns-item {
  width: calc((100% - 8rem) / 3);
}
@media screen and (max-width: 749.98px) {
  .c-columns.-columns3 .c-columns-item {
    width: 100%;
  }
}

.swiper {
  position: relative;
}
.swiper-slide a {
  position: relative;
}

.btn-prev,
.btn-next {
  position: absolute;
  z-index: 4;
  cursor: pointer;
}
/* 現在のスライド番号 */
/* スライド総数 */
.c-program {
  background-color: #f5f7f8;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.c-program .c-container {
  padding: 0 6rem;
}
@media screen and (max-width: 749.98px) {
  .c-program .c-container {
    padding: 0 4rem;
  }
}
.c-program-title {
  text-align: center;
  font-size: 4rem;
  color: #285387;
  font-weight: 700;
}
.c-program .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #285387;
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-program .section-title {
    font-size: 3.4rem;
  }
}
.c-program .section-title:before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 1px;
  background-color: #285387;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .c-program .section-title:before {
    height: 2px;
    top: calc(50% - 1px);
  }
}
.c-program table {
  background-color: #fff;
  border: 1px solid #ccd6e1;
}
.c-program table tr th,
.c-program table tr td {
  border: 1px solid #ccd6e1;
  font-size: 1.8rem;
}
@media screen and (max-width: 749.98px) {
  .c-program table tr th,
  .c-program table tr td {
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}
.c-program table tr td .arrow01 {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 1px;
  text-decoration-color: #cdcdcd;
  position: relative;
  padding-right: 2.2rem;
}
@media screen and (max-width: 749.98px) {
  .c-program table tr td .arrow01 {
    padding-right: 3rem;
  }
}
@media (hover: hover) {
  .c-program table tr td .arrow01:hover {
    padding-right: 2.6rem;
  }
}
.c-program table tr td .arrow01:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 200rem;
  background-color: #d9b70d;
  position: absolute;
  top: calc((100% - 1.6rem) / 2);
  right: 0;
}
@media screen and (max-width: 749.98px) {
  .c-program table tr td .arrow01:before {
    width: 2.4rem;
    height: 2.4rem;
    top: calc((100% - 2.4rem) / 2);
  }
}
.c-program table tr td .arrow01:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.4rem solid transparent;
  border-left: 0.6rem solid #fff;
  border-right: none;
  position: absolute;
  top: calc((100% - 0.6rem) / 2);
  right: 0.5rem;
}
@media screen and (max-width: 749.98px) {
  .c-program table tr td .arrow01:after {
    border-width: 0.6rem;
    border-left-width: 1rem;
    top: calc((100% - 1.2rem) / 2);
    right: 0.6rem;
  }
}
.c-program-table {
  margin-top: 2.4rem;
}
.c-program-table table tr th {
  padding: 2rem 0.8rem;
  width: 20rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 749.98px) {
  .c-program-table table tr th {
    width: 16rem;
    padding: 0.8rem 0.8rem;
  }
}
.c-program-table table tr td {
  padding: 2rem 6rem;
  width: calc(100% - 20rem);
}
@media screen and (max-width: 749.98px) {
  .c-program-table table tr td {
    width: calc(100% - 16rem);
    padding: 0.8rem 2rem;
  }
}
.c-program-table table.inner {
  margin-top: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 749.98px) {
  .c-program-table table.inner {
    border: none;
  }
}
@media screen and (max-width: 749.98px) {
  .c-program-table table.inner tr {
    display: block;
  }
}
@media screen and (max-width: 749.98px) {
  .c-program-table table.inner tr th,
  .c-program-table table.inner tr td {
    display: block;
    text-align: left;
  }
}
.c-program-table table.inner tr th {
  width: 14rem;
  background-color: #f8f8f8;
}
@media screen and (max-width: 749.98px) {
  .c-program-table table.inner tr th {
    border: none;
    width: 100%;
    padding: 0.8rem 1.2rem;
  }
}
.c-program-table table.inner tr td {
  width: calc(100% - 14rem);
  padding-left: 4rem;
  padding-right: 2rem;
}
@media screen and (max-width: 749.98px) {
  .c-program-table table.inner tr td {
    border: none;
    width: 100%;
    padding: 0.8rem 1.2rem 4rem;
  }
}
.c-program-table table.inner tr td ul li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 2.2rem;
}
@media screen and (max-width: 749.98px) {
  .c-program-table table.inner tr td ul li {
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-right: -1.2rem;
  }
}
.c-program-table table.inner tr td ul li:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-program-table-note {
  margin-top: 1.6rem;
}
@media screen and (max-width: 749.98px) {
  .c-program-table-note {
    margin-top: 0.8rem;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
  }
}
.c-program-table-note a {
  display: inline-block;
  color: #285387;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: #285387;
}
.c-program-tab {
  margin-top: 2.4rem;
}
.c-program-tab .tab-list {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-list {
    flex-wrap: wrap;
    gap: 1.8rem;
  }
}
.c-program-tab .tab-item {
  width: 27rem;
  padding: 2rem 0.8rem 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  color: #285387;
  background-color: rgba(40, 83, 135, 0.1);
  line-height: 1;
  text-align: center;
  border-radius: 2rem 2rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #99b4bf;
  border-bottom-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-item {
    font-size: 2.8rem;
    width: calc((100% - 1.8rem) / 2);
    border-radius: 2rem;
    border: 1px solid #99b4bf;
    padding: 2.2rem 0.8rem 1.8rem;
  }
}
.c-program-tab .tab-item span {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-item span {
    font-size: 2.2rem;
  }
}
.c-program-tab .tab-item.active {
  background-color: #fff;
  cursor: auto;
  pointer-events: none;
}
@media (hover: hover) {
  .c-program-tab .tab-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.c-program-tab .tab-wrap {
  background-color: #fff;
  padding: 3.2rem 4rem;
  border: 1px solid #99b4bf;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-wrap {
    margin-top: 4rem;
  }
}
.c-program-tab .tab-cont table.cont-detail {
  width: 100%;
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-cont table.cont-detail {
    border: none;
    display: block;
  }
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-cont table.cont-detail tr {
    display: block;
  }
}
.c-program-tab .tab-cont table.cont-detail tr th,
.c-program-tab .tab-cont table.cont-detail tr td {
  vertical-align: middle;
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-cont table.cont-detail tr th,
  .c-program-tab .tab-cont table.cont-detail tr td {
    display: block;
    border: none;
  }
}
.c-program-tab .tab-cont table.cont-detail tr th {
  padding: 2rem 0.8rem;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 1.4444444444;
  width: 10.8rem;
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-cont table.cont-detail tr th {
    width: 100%;
    background-color: transparent;
    padding: 0;
    padding-left: 2.8rem;
    text-align: left;
    margin-top: 2rem;
    position: relative;
  }
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-cont table.cont-detail tr th:before {
    content: "";
    display: block;
    width: 1.8rem;
    height: 2px;
    background-color: #d9b70d;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
  }
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-cont table.cont-detail tr th[rowspan="2"], .c-program-tab .tab-cont table.cont-detail tr th[colspan="2"] {
    border-bottom: 1px solid #99b4bf;
    padding-left: 0;
    padding-bottom: 1.6rem;
  }
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-cont table.cont-detail tr th[rowspan="2"]:before, .c-program-tab .tab-cont table.cont-detail tr th[colspan="2"]:before {
    content: none;
  }
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-cont table.cont-detail tr th[colspan="2"] + td {
    padding-left: 0;
  }
}
.c-program-tab .tab-cont table.cont-detail tr td {
  padding: 2rem 3.2rem;
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-cont table.cont-detail tr td {
    width: 100%;
    background-color: transparent;
    padding: 0;
    padding-bottom: 2rem;
    padding-left: 2.8rem;
    margin-top: 0.8rem;
  }
}
.c-program-tab .tab-cont table.cont-detail tr td .cat-box {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-cont table.cont-detail tr td .cat-box {
    margin-top: 2.4rem;
  }
}
.c-program-tab .tab-cont table.cont-detail tr td .cat-box .cat {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.8rem 1.2rem;
  background-color: #edf0f4;
  color: #285387;
  line-height: 1;
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-cont table.cont-detail tr td .cat-box .cat {
    min-width: 13rem;
    font-size: 2.4rem;
    padding: 1.2rem;
  }
}
.c-program-tab .tab-cont table.cont-detail tr td .cat-box .spacer {
  width: 100%;
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-cont table.cont-detail tr td ul {
    margin-top: 0.8rem;
  }
}
.c-program-tab .tab-cont table.cont-detail tr td ul li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 2.2rem;
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-cont table.cont-detail tr td ul li {
    padding-left: 3.2rem;
    font-size: 2.4rem;
  }
}
.c-program-tab .tab-cont table.cont-detail tr td ul li:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-program-tab .tab-cont table.cont-detail tr td ul + * {
  margin-top: 1.2rem;
}
.c-program-tab .tab-cont.-high .cont-detail tr:first-of-type .cat-box .cat:nth-of-type(4) {
  margin-right: 36%;
}
@media screen and (max-width: 749.98px) {
  .c-program-tab .tab-cont.-high .cont-detail tr:first-of-type .cat-box .cat:nth-of-type(4) {
    margin-right: 0;
  }
}
.c-program-faq {
  margin-top: 2.4rem;
}
.c-program-entry {
  margin-top: 8rem;
}
.c-program-entry .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #285387;
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-program-entry .section-title {
    font-size: 3.4rem;
  }
}
.c-program-entry .section-title:before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 1px;
  background-color: #285387;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .c-program-entry .section-title:before {
    height: 2px;
    top: calc(50% - 1px);
  }
}
.c-program-entry-box {
  background-color: #fff;
  padding: 4rem;
  margin-top: 2.4rem;
}
.c-program-entry-box p {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 749.98px) {
  .c-program-entry-box p {
    font-size: 2.6rem;
  }
}
.c-program-entry-box .btnbox {
  padding-top: 2.4rem;
  text-align: center;
}
.c-program-entry-box .btnbox .btn-item {
  width: 48rem;
  height: 9rem;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 700;
  padding-left: 3rem;
}
@media screen and (max-width: 749.98px) {
  .c-program-entry-box .btnbox .btn-item {
    font-size: 3rem;
    width: 100%;
    height: 10.8rem;
  }
}
.c-program-entry-box .btnbox .btn-item:before {
  width: 3rem;
  height: 3rem;
  left: 8rem;
}
@media screen and (max-width: 749.98px) {
  .c-program-entry-box .btnbox .btn-item:before {
    width: 3.6rem;
    height: 3.6rem;
    top: calc((100% - 3.6rem) / 2);
  }
}
.c-program-entry-box .btnbox .btn-item.-web {
  background-color: #285387;
}

.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;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/*************************
program common
************************ */
.p-program-head {
  padding-top: 8rem;
}
.p-program-head-title {
  text-align: center;
  font-size: 3.2rem;
  color: #285387;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 749.98px) {
  .p-program-head-title {
    font-size: 4rem;
  }
}
.p-program-head-grade {
  margin-top: 3.6rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.p-program-head-grade span {
  min-width: 22rem;
  height: 5.2rem;
  font-size: 1.8rem;
  color: #285387;
  line-height: 1.2;
  padding: 0.8rem 1.6rem;
  border: 1px solid #99b4bf;
  border-radius: 200rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .p-program-head-grade span {
    min-width: 27.6rem;
    font-size: 2.2rem;
  }
}
.p-program-head-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-program-head-txt p {
  font-size: 1.8rem;
  margin-top: 4rem;
  text-align: left;
}
@media screen and (max-width: 749.98px) {
  .p-program-head-txt p {
    min-width: 27.6rem;
    font-size: 2.6rem;
    text-align: left;
  }
}
.p-program-subjects {
  margin-top: 8rem;
  padding-bottom: 12rem;
  counter-reset: num;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects .c-container {
    padding: 0;
  }
}
.p-program-subjects-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #285387;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects-title {
    font-size: 3.4rem;
  }
}
.p-program-subjects-list {
  margin-top: 4.8rem;
}
.p-program-subjects-item {
  counter-increment: num;
  margin-top: 4rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects-item {
    margin-top: 6rem;
  }
}
.p-program-subjects-item__title {
  font-size: 6rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding-left: 15rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects-item__title {
    font-size: 3.6rem;
    padding-bottom: 6rem;
  }
}
.p-program-subjects-item__title:before {
  content: counter(num, decimal-leading-zero);
  font-size: 10rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  color: #285387;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects-item__title:before {
    font-size: 8rem;
    left: 4rem;
    top: 1.5rem;
  }
}
.p-program-subjects-item__title span {
  display: block;
  width: 100%;
  position: relative;
}
.p-program-subjects-item__title span:before, .p-program-subjects-item__title span:after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 0.6rem;
  background-color: #d9b70d;
  position: absolute;
  top: calc((100% - 0.6rem) / 2);
  right: 0;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects-item__title span:before, .p-program-subjects-item__title span:after {
    width: 1.8rem;
    height: 0.4rem;
    right: 4rem;
  }
}
.p-program-subjects-item__title span:after {
  transform: rotateZ(90deg);
  transition: all 0.3s ease 0s;
}
.p-program-subjects-item__title.open span:after {
  transform: rotateZ(0deg);
}
.p-program-subjects-item__txt {
  background-color: #f5f7f8;
  color: rgba(0, 0, 0, 0.5);
  padding: 2.4rem 4rem;
  border-bottom: 1px solid #000;
  margin-top: -0.6rem;
  overflow-y: hidden;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects-item__txt {
    margin-top: -6rem;
  }
}
.p-program-subjects-item__txt p {
  font-size: 1.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects-item__txt p {
    font-size: 2.6rem;
  }
}
.p-program-subjects-item__txt.active {
  color: black;
}
.p-program-subjects-item__txt .point {
  padding-top: 4rem;
  counter-reset: nmb 0;
}
.p-program-subjects-item__txt .point-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects-item__txt .point-title {
    font-size: 3.1rem;
  }
}
.p-program-subjects-item__txt .point-title:before, .p-program-subjects-item__txt .point-title:after {
  content: "";
  display: block;
  width: 34rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects-item__txt .point-title:before, .p-program-subjects-item__txt .point-title:after {
    width: 8rem;
  }
}
.p-program-subjects-item__txt .point-title:before {
  left: 0;
}
.p-program-subjects-item__txt .point-title:after {
  right: 0;
}
.p-program-subjects-item__txt .point-list {
  padding-top: 3rem;
}
.p-program-subjects-item__txt .point-item {
  margin-top: 3rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects-item__txt .point-item {
    margin-top: 4rem;
  }
}
.p-program-subjects-item__txt .point-item-title {
  font-size: 2.1rem;
  font-weight: 700;
  padding-left: 8.6rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects-item__txt .point-item-title {
    font-size: 2.7rem;
    line-height: 1.3;
  }
}
.p-program-subjects-item__txt .point-item-title:before {
  counter-increment: nmb 1;
  content: counter(nmb);
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  border-radius: 0.8rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  width: 6rem;
  height: 4rem;
  background-color: #f5f7f8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc((100% - 4rem) / 2);
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects-item__txt .point-item-title:before {
    font-size: 2.8rem;
  }
}
.p-program-subjects-item__txt .point-item-txt {
  margin-top: 1.6rem;
  padding: 1.6rem 2.4rem;
  background-color: #fff;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects-item__txt .point-item-txt {
    margin-top: 1.6rem;
    padding: 2rem 3rem;
  }
}
.p-program-subjects-item__txt .point-item:first-of-type {
  margin-top: 0;
}
.p-program-subjects-item.-subject01 .p-program-subjects-item__title {
  color: #e91a1c;
}
.p-program-subjects-item.-subject01 .p-program-subjects-item__txt {
  background-color: rgba(175, 8, 9, 0.03);
  border-bottom-color: #e91a1c;
}
.p-program-subjects-item.-subject01 .p-program-subjects-item__txt .point-title {
  color: #e91a1c;
}
.p-program-subjects-item.-subject01 .p-program-subjects-item__txt .point-title:before, .p-program-subjects-item.-subject01 .p-program-subjects-item__txt .point-title:after {
  background-color: #dfb1b1;
}
.p-program-subjects-item.-subject01 .p-program-subjects-item__txt .point-item-title:before {
  background-color: #e91a1c;
}
.p-program-subjects-item.-subject02 .p-program-subjects-item__title {
  color: #ea6d11;
}
.p-program-subjects-item.-subject02 .p-program-subjects-item__txt {
  background-color: rgba(235, 122, 50, 0.05);
  border-bottom-color: #ea6d11;
}
.p-program-subjects-item.-subject02 .p-program-subjects-item__txt .point-title {
  color: #ea6d11;
}
.p-program-subjects-item.-subject02 .p-program-subjects-item__txt .point-title:before, .p-program-subjects-item.-subject02 .p-program-subjects-item__txt .point-title:after {
  background-color: #e0af8b;
}
.p-program-subjects-item.-subject02 .p-program-subjects-item__txt .point-item-title:before {
  background-color: #ea6d11;
}
.p-program-subjects-item.-subject03 .p-program-subjects-item__title {
  color: #d9b70d;
}
.p-program-subjects-item.-subject03 .p-program-subjects-item__txt {
  background-color: rgba(232, 192, 4, 0.05);
  border-bottom-color: #d9b70d;
}
.p-program-subjects-item.-subject03 .p-program-subjects-item__txt .point-title {
  color: #e8c004;
}
.p-program-subjects-item.-subject03 .p-program-subjects-item__txt .point-title:before, .p-program-subjects-item.-subject03 .p-program-subjects-item__txt .point-title:after {
  background-color: #e7d997;
}
.p-program-subjects-item.-subject03 .p-program-subjects-item__txt .point-item-title:before {
  background-color: #e8c004;
}
.p-program-subjects-item.-subject04 .p-program-subjects-item__title {
  color: #0cb30e;
}
.p-program-subjects-item.-subject04 .p-program-subjects-item__txt {
  background-color: rgba(12, 179, 14, 0.05);
  border-bottom-color: #0cb30e;
}
.p-program-subjects-item.-subject04 .p-program-subjects-item__txt .point-title {
  color: #0cb30e;
}
.p-program-subjects-item.-subject04 .p-program-subjects-item__txt .point-title:before, .p-program-subjects-item.-subject04 .p-program-subjects-item__txt .point-title:after {
  background-color: #92df94;
}
.p-program-subjects-item.-subject04 .p-program-subjects-item__txt .point-item-title:before {
  background-color: #0cb30e;
}
.p-program-subjects-item.-subject05 .p-program-subjects-item__title {
  color: #07a7a9;
}
.p-program-subjects-item.-subject05 .p-program-subjects-item__txt {
  background-color: rgba(7, 167, 169, 0.05);
  border-bottom-color: #07a7a9;
}
.p-program-subjects-item.-subject05 .p-program-subjects-item__txt .point-title {
  color: #07a7a9;
}
.p-program-subjects-item.-subject05 .p-program-subjects-item__txt .point-title:before, .p-program-subjects-item.-subject05 .p-program-subjects-item__txt .point-title:after {
  background-color: #88d7d8;
}
.p-program-subjects-item.-subject05 .p-program-subjects-item__txt .point-item-title:before {
  background-color: #07a7a9;
}
.p-program-subjects-item.-subject06 .p-program-subjects-item__title {
  color: #0750a9;
}
.p-program-subjects-item.-subject06 .p-program-subjects-item__txt {
  background-color: rgba(7, 80, 169, 0.05);
  border-bottom-color: #0750a9;
}
.p-program-subjects-item.-subject06 .p-program-subjects-item__txt .point-title {
  color: #0750a9;
}
.p-program-subjects-item.-subject06 .p-program-subjects-item__txt .point-title:before, .p-program-subjects-item.-subject06 .p-program-subjects-item__txt .point-title:after {
  background-color: #8fb4e0;
}
.p-program-subjects-item.-subject06 .p-program-subjects-item__txt .point-item-title:before {
  background-color: #0750a9;
}
.p-program-subjects-item.-subject07 .p-program-subjects-item__title {
  color: #7905c7;
}
.p-program-subjects-item.-subject07 .p-program-subjects-item__txt {
  background-color: rgba(121, 5, 199, 0.05);
  border-bottom-color: #7905c7;
}
.p-program-subjects-item.-subject07 .p-program-subjects-item__txt .point-title {
  color: #7905c7;
}
.p-program-subjects-item.-subject07 .p-program-subjects-item__txt .point-title:before, .p-program-subjects-item.-subject07 .p-program-subjects-item__txt .point-title:after {
  background-color: #c594e6;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects-item.-subject07 .p-program-subjects-item__txt .point-title:before, .p-program-subjects-item.-subject07 .p-program-subjects-item__txt .point-title:after {
    width: 6rem;
  }
}
.p-program-subjects-item.-subject07 .p-program-subjects-item__txt .point-item-title:before {
  background-color: #7905c7;
}
.p-program-subjects .bg01 {
  width: 6.6rem;
  height: 10rem;
  background: transparent url(../img/program/illust_miniature_bulb02.png) no-repeat scroll center center/contain;
  position: absolute;
  top: -2.6rem;
  right: 34rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-subjects .bg01 {
    right: 8rem;
  }
}
.p-program-supports {
  background-color: #f5f7f8;
  padding-top: 12rem;
  padding-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-program-supports .c-section-title {
    font-size: 4rem;
    line-height: 1.5;
  }
}
.p-program-supports-item {
  margin-top: 4.8rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-program-supports-item {
    padding-top: 42rem;
  }
}
.p-program-supports-item__title {
  width: 70rem;
  font-size: 4.6rem;
  padding-left: 3.2rem;
  font-weight: 700;
  color: #285387;
  letter-spacing: 0.1em;
  line-height: 1.1304347826;
  padding-bottom: 4rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-supports-item__title {
    width: 100%;
    font-size: 3.6rem;
    text-align: center;
    padding-left: 0;
    padding-bottom: 3.6rem;
  }
}
.p-program-supports-item__title span {
  text-align: right;
  display: block;
  border-bottom: 1px solid #c6cbd0;
  font-size: 3rem;
  color: rgba(40, 83, 135, 0.3);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: 0.2em;
  margin-bottom: 4rem;
  margin-left: -4rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-supports-item__title span {
    margin-left: auto;
    margin-right: -4rem;
    padding-right: 4rem;
    margin-bottom: 3.6rem;
  }
}
.p-program-supports-item__title span b {
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #d9b70d;
  letter-spacing: 0.1em;
}
.lang-en .p-program-supports-item__title span font {
  vertical-align: middle !important;
}
.p-program-supports-item__txt {
  background-color: #fff;
  border-radius: 2rem;
  padding: 4.8rem 4.4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-supports-item__txt {
    font-size: 2.6rem;
    padding: 3.2rem 2.4rem;
  }
}
.p-program-supports-item__txt > * {
  margin-top: 1.6rem;
}
.p-program-supports-item__txt > *:first-child {
  margin-top: 0;
}
.p-program-supports-item__txt ol {
  padding-left: 1.6rem;
  counter-reset: ol-num;
}
.p-program-supports-item__txt ol li {
  padding-left: 2rem;
  position: relative;
}
.p-program-supports-item__txt ol li:before {
  counter-increment: ol-num 1;
  content: counter(ol-num) ".";
  width: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.lang-en .p-program-supports-item.-support01 .p-program-supports-item__txt p:first-of-type {
  width: 64rem;
}
.p-program-supports-item.-support02 .p-program-supports-item__title {
  margin-left: auto;
  margin-right: 0;
  padding-left: 2rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-supports-item.-support02 .p-program-supports-item__title {
    padding-left: 0;
  }
}
.p-program-supports-item.-support02 .p-program-supports-item__title span {
  text-align: left;
  margin-left: -2rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-supports-item.-support02 .p-program-supports-item__title span {
    text-align: right;
    margin-left: auto;
    margin-right: -4rem;
    padding-right: 4rem;
    margin-bottom: 3.6rem;
  }
}
.p-program-supports-item.-support02 .p-program-supports-item__txt p:first-of-type {
  padding-left: 45rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-supports-item.-support02 .p-program-supports-item__txt p:first-of-type {
    padding-left: 0;
  }
}
.p-program-supports-item.-support02 .p-program-supports-img {
  right: auto;
  left: -2.4rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-supports-item.-support02 .p-program-supports-img {
    left: -4.1rem;
  }
}
@media screen and (max-width: 749.98px) {
  .p-program-supports-item.-support03 .p-program-supports-item__title {
    letter-spacing: 0;
  }
}
.lang-en .p-program-supports-item.-support03 .p-program-supports-item__title br {
  display: none;
}
.p-program-supports-item.-support03 .p-program-supports-item__txt p:first-of-type {
  padding-right: 45rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-supports-item.-support03 .p-program-supports-item__txt p:first-of-type {
    padding-right: 0;
  }
}
.p-program-supports-img {
  width: 47rem;
  height: 33rem;
  position: absolute;
  top: 1.6rem;
  right: -2.4rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-supports-img {
    width: 58rem;
    height: 41rem;
    position: absolute;
    top: 0;
    right: auto;
    left: -4.1rem;
  }
}
.p-program-supports-img img {
  border: 1px solid #253c59;
}
.p-program-supports .bg02 {
  width: 9.4rem;
  height: 15rem;
  background: transparent url(../img/program/illust_books.png) no-repeat scroll center center/contain;
  position: absolute;
  top: 12rem;
  left: 16rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-supports .bg02 {
    width: 7.2rem;
    height: 11.8rem;
    top: 10rem;
    left: 4rem;
  }
}
.p-program-outline {
  padding: 4.8rem 0;
  margin-bottom: 14.4rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-program-outline {
    margin-top: 6rem;
    background-color: #f5f7f8;
    margin-top: 0;
  }
}
.p-program-outline:before {
  content: none;
}
@media screen and (max-width: 749.98px) {
  .p-program-outline:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: calc(100% - 24rem);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-program-outline:after {
  content: "";
  display: block;
  width: 100%;
  height: 14.4rem;
  background-color: #f5f7f8;
  position: absolute;
  bottom: -14.4rem;
  left: 0;
}
.p-program-outline-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .p-program-outline-cont {
    flex-wrap: wrap;
  }
}
.p-program-outline-info {
  width: calc(100% - 58rem - 4rem);
}
@media screen and (max-width: 749.98px) {
  .p-program-outline-info {
    width: 100%;
    margin-top: 6rem;
  }
}
.p-program-outline-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #285387;
}
@media screen and (max-width: 749.98px) {
  .p-program-outline-title {
    font-size: 3rem;
    text-align: center;
  }
}
.p-program-outline-grade {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-outline-grade {
    text-align: center;
  }
}
.p-program-outline-grade span {
  min-width: 22rem;
  height: 4.4rem;
  font-size: 1.8rem;
  color: #285387;
  line-height: 1.2;
  padding: 0.8rem 1.6rem;
  margin-top: 0.2rem;
  border: 1px solid #99b4bf;
  border-radius: 200rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .p-program-outline-grade span {
    min-width: 27.6rem;
    margin-top: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-program-outline-table {
  margin-top: 4rem;
}
.p-program-outline-table table {
  width: 100%;
}
.p-program-outline-table table tr th {
  width: 33.3333333333%;
  background-color: #f5f7f8;
  text-align: center;
  font-weight: 500;
  padding: 0.8rem;
  border: 1px solid #ccd6e1;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 749.98px) {
  .p-program-outline-table table tr th {
    font-size: 2.4rem;
  }
}
.p-program-outline-table table tr td {
  width: 33.3333333333%;
  border: 1px solid #ccd6e1;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.8rem;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 749.98px) {
  .p-program-outline-table table tr td {
    font-size: 2.4rem;
    font-weight: 700;
  }
}
.p-program-outline-table table tr td.price {
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 749.98px) {
  .p-program-outline-table table tr td.price {
    font-size: 3.8rem;
  }
}
.p-program-outline-table table tr td.price span {
  display: block;
  font-size: 1.6rem;
}
.p-program-outline-table table tr td.price.price01 {
  font-size: 2.4rem;
}
.p-program-outline-img {
  width: 58rem;
  height: 36rem;
}
@media screen and (max-width: 749.98px) {
  .p-program-outline-img {
    width: calc(100vw - 14rem);
    margin-left: auto;
    margin-right: -4rem;
  }
}
.p-program-outline-img img {
  border-radius: 1rem;
}

.page-program-returnee .p-program-head,
.page-program-returnee .p-program-head,
.page-program-group-lesson .p-program-head {
  padding-bottom: 8rem;
}
.page-program-returnee .p-program-head-txt,
.page-program-returnee .p-program-head-txt,
.page-program-group-lesson .p-program-head-txt {
  text-align: center;
}

/*************************
program pre-k
************************ */
/*************************
program elementary
************************ */
/*************************
program middle
************************ */
/*************************
program high
************************ */
/*************************
program admissions
************************ */
.page-admissions .p-program-head {
  padding-bottom: 8rem;
}
.page-admissions .p-program-head-txt {
  text-align: center;
}
.page-admissions .p-program-bc-pgm {
  margin-top: 8rem;
}
.page-admissions .p-program-bc-pgm-tab {
  margin-top: 2.4rem;
}
.page-admissions .p-program-bc-pgm-tab .tab-list {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-list {
    flex-wrap: wrap;
    gap: 1.8rem;
  }
}
.page-admissions .p-program-bc-pgm-tab .tab-item {
  width: 27rem;
  padding: 2rem 0.8rem 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  color: #285387;
  background-color: rgba(40, 83, 135, 0.1);
  line-height: 1;
  text-align: center;
  border-radius: 2rem 2rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #99b4bf;
  border-bottom-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-item {
    font-size: 2.8rem;
    width: calc((100% - 1.8rem) / 2);
    border-radius: 2rem;
    border: 1px solid #99b4bf;
    padding: 2.2rem 0.8rem 1.8rem;
  }
}
.page-admissions .p-program-bc-pgm-tab .tab-item span {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-item span {
    font-size: 2.2rem;
  }
}
.page-admissions .p-program-bc-pgm-tab .tab-item.active {
  background-color: #fff;
  cursor: auto;
  pointer-events: none;
}
@media (hover: hover) {
  .page-admissions .p-program-bc-pgm-tab .tab-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.page-admissions .p-program-bc-pgm-tab .tab-wrap {
  background-color: #fff;
  padding: 3.2rem 4rem;
  border: 1px solid #99b4bf;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-wrap {
    margin-top: 4rem;
  }
}
.page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail {
  width: 100%;
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail {
    border: none;
    display: block;
  }
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr {
    display: block;
  }
}
.page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr th,
.page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr td {
  vertical-align: middle;
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr th,
  .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr td {
    display: block;
    border: none;
  }
}
.page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr th {
  padding: 2rem 0.8rem;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 1.4444444444;
  width: 10.8rem;
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr th {
    width: 100%;
    background-color: transparent;
    padding: 0;
    padding-left: 2.8rem;
    text-align: left;
    margin-top: 2rem;
    position: relative;
  }
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr th:before {
    content: "";
    display: block;
    width: 1.8rem;
    height: 2px;
    background-color: #d9b70d;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
  }
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr th[rowspan="2"], .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr th[colspan="2"] {
    border-bottom: 1px solid #99b4bf;
    padding-left: 0;
    padding-bottom: 1.6rem;
  }
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr th[rowspan="2"]:before, .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr th[colspan="2"]:before {
    content: none;
  }
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr th[colspan="2"] + td {
    padding-left: 0;
  }
}
.page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr td {
  padding: 2rem 3.2rem;
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr td {
    width: 100%;
    background-color: transparent;
    padding: 0;
    padding-bottom: 2rem;
    padding-left: 2.8rem;
    margin-top: 0.8rem;
  }
}
.page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr td .cat-box {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr td .cat-box {
    margin-top: 2.4rem;
  }
}
.page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr td .cat-box .cat {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.8rem 1.2rem;
  background-color: #edf0f4;
  color: #285387;
  line-height: 1;
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr td .cat-box .cat {
    min-width: 13rem;
    font-size: 2.4rem;
    padding: 1.2rem;
  }
}
.page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr td .cat-box .spacer {
  width: 100%;
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr td ul {
    margin-top: 0.8rem;
  }
}
.page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr td ul li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 2.2rem;
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr td ul li {
    padding-left: 3.2rem;
    font-size: 2.4rem;
  }
}
.page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr td ul li:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-admissions .p-program-bc-pgm-tab .tab-cont table.cont-detail tr td ul + * {
  margin-top: 1.2rem;
}
.page-admissions .p-program-bc-pgm-tab .tab-cont.-high .cont-detail tr:first-of-type .cat-box .cat:nth-of-type(4) {
  margin-right: 36%;
}
@media screen and (max-width: 749.98px) {
  .page-admissions .p-program-bc-pgm-tab .tab-cont.-high .cont-detail tr:first-of-type .cat-box .cat:nth-of-type(4) {
    margin-right: 0;
  }
}

/*************************
program returnee
************************ */
.page-returnee .p-program-head {
  padding-bottom: 8rem;
}
.page-returnee .p-program-head-txt {
  text-align: center;
}
.page-returnee .tablebox {
  padding-top: 2.4rem;
}
.page-returnee .tablebox table {
  width: 100%;
}
.page-returnee .tablebox table tr th {
  background-color: rgba(40, 83, 135, 0.1);
}
.page-returnee .tablebox table tr td {
  padding: 2rem 2.4rem;
}
.page-returnee .c-program-table {
  margin-top: 8rem;
}
.page-returnee .c-program-table.-child {
  margin-top: 0;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-child .tab-list {
    gap: 0.4rem;
  }
}
.page-returnee .c-program-table.-child .tab-item {
  width: 100%;
  padding: 3rem 0.8rem 2.6rem;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-child .tab-item {
    width: calc((100% - 0.8rem) / 3);
  }
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-child .tab-cont.tab-cont02 .tablebox table, .page-returnee .c-program-table.-child .tab-cont.tab-cont03 .tablebox table {
    width: 110rem;
  }
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-child .tab-cont.tab-cont02 .tablebox table tr th:first-of-type, .page-returnee .c-program-table.-child .tab-cont.tab-cont03 .tablebox table tr th:first-of-type {
    width: 34%;
  }
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-child .tab-cont.tab-cont02 .tablebox table tr th:nth-of-type(2), .page-returnee .c-program-table.-child .tab-cont.tab-cont03 .tablebox table tr th:nth-of-type(2) {
    width: 17%;
  }
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-child .tab-cont.tab-cont02 .tablebox table tr th:nth-of-type(3), .page-returnee .c-program-table.-child .tab-cont.tab-cont03 .tablebox table tr th:nth-of-type(3) {
    width: 26%;
  }
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-child .tablebox {
    overflow-x: auto;
  }
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-child .tablebox table {
    width: 128rem;
  }
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-child .tablebox table tr th {
    font-size: 2.4rem;
  }
}
.page-returnee .c-program-table.-child .tablebox table tr th:first-of-type {
  width: 50%;
  width: 42%;
}
.page-returnee .c-program-table.-child .tablebox table tr th:nth-of-type(2) {
  width: 16%;
}
.page-returnee .c-program-table.-child .tablebox table tr th:nth-of-type(3) {
  width: 22%;
}
.page-returnee .c-program-table.-child .tablebox table tr td {
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-child .tablebox table tr td {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
.page-returnee .c-program-table.-child .tablebox table tr td .small {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-child .tablebox table tr td .small {
    font-size: 2rem;
    margin-top: 0.4rem;
  }
}
.page-returnee .c-program-table.-child .tablebox table tr td:first-of-type {
  text-align: left;
}
.page-returnee .c-program-table.-parent .tablebox table tr th {
  line-height: 1.5;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-parent .tablebox table tr th:first-of-type {
    width: 40%;
  }
}
.page-returnee .c-program-table.-parent .tablebox table tr td {
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-parent .tablebox table tr td {
    padding: 2rem 0.8rem;
  }
}
.page-returnee .c-program-table.-entry .tablebox .gridbox {
  display: grid;
  grid-template-columns: 30rem 1fr;
  grid-template-rows: auto 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 0.4rem 0;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-entry .tablebox .gridbox {
    grid-template-columns: 20rem 1fr;
  }
}
.page-returnee .c-program-table.-entry .tablebox .gridbox dt {
  font-size: 1.8rem;
  grid-area: 1/1/3/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1rem 0 0 1rem;
  padding: 2rem;
  background-color: rgba(40, 83, 135, 0.1);
  text-align: center;
  color: #285387;
  line-height: 1.5;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-entry .tablebox .gridbox dt {
    font-size: 2.6rem;
    padding: 2rem 0.8rem;
  }
}
.page-returnee .c-program-table.-entry .tablebox .gridbox dt span {
  color: #000;
  background-color: #d9b70d;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 0.6rem 1.2rem;
  border-radius: 0.4rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-entry .tablebox .gridbox dt span {
    font-size: 2.1rem;
  }
}
.page-returnee .c-program-table.-entry .tablebox .gridbox dd {
  font-size: 1.8rem;
  padding: 2rem;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-entry .tablebox .gridbox dd {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.page-returnee .c-program-table.-entry .tablebox .gridbox dd:first-of-type {
  grid-area: 1/2/2/3;
}
.page-returnee .c-program-table.-entry .tablebox .gridbox dd:nth-of-type(2) {
  grid-area: 2/2/3/3;
}
.page-returnee .c-program-table.-entry .tablebox .gridbox dd:nth-of-type(odd) {
  background-color: #fff;
  color: #285387;
  position: relative;
}
.page-returnee .c-program-table.-entry .tablebox .gridbox dd:nth-of-type(odd):before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  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;
}
.page-returnee .c-program-table.-entry .tablebox .gridbox.-row6 dt {
  grid-area: 1/1/7/2;
}
.page-returnee .c-program-table.-entry .tablebox .gridbox.-row6 dd:first-of-type {
  grid-area: 1/2/2/3;
}
.page-returnee .c-program-table.-entry .tablebox .gridbox.-row6 dd:nth-of-type(2) {
  grid-area: 2/2/3/3;
}
.page-returnee .c-program-table.-entry .tablebox .gridbox.-row6 dd:nth-of-type(3) {
  grid-area: 3/2/4/3;
}
.page-returnee .c-program-table.-entry .tablebox .gridbox.-row6 dd:nth-of-type(4) {
  grid-area: 4/2/5/3;
}
.page-returnee .c-program-table.-entry .tablebox .gridbox.-row6 dd:nth-of-type(5) {
  grid-area: 5/2/6/3;
}
.page-returnee .c-program-table.-entry .tablebox .gridbox.-row6 dd:nth-of-type(6) {
  grid-area: 6/2/7/3;
}
.page-returnee .c-program-table.-track-record {
  overflow: hidden;
}
.page-returnee .c-program-table.-track-record .section-title {
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-table.-track-record .section-title {
    width: calc(100% - 8rem);
  }
}
.page-returnee .c-program-faq {
  margin-top: 8rem;
}
.page-returnee .c-program-faq .section-title span {
  font-size: 1.5rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-faq .section-title span {
    font-size: 2.7rem;
  }
}
.page-returnee .c-program-faq .faq-box {
  margin-top: 2.4rem;
}
.page-returnee .c-program-faq .faq-title {
  padding: 0.8rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #99b4bf;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-faq .faq-title {
    font-size: 2.6rem;
  }
}
.page-returnee .c-program-faq .faq-q {
  padding: 1.6rem 2.4rem;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-faq .faq-q {
    padding-right: 3.2rem;
    padding-left: 4rem;
    line-height: 1.5;
  }
}
.page-returnee .c-program-faq .faq-q:before {
  content: "Q";
  display: inline-block;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #285387;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-faq .faq-q:before {
    font-size: 2.8rem;
    left: 0.2rem;
  }
}
.page-returnee .c-program-faq .faq-q.close:after {
  transform: translateY(-0.4rem) scaleY(-1);
}
@media screen and (max-width: 749.98px) {
  .page-returnee .c-program-faq .faq-a {
    line-height: 1.5;
  }
}
.page-returnee .p-top-track-record {
  padding-top: 12rem;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record {
    padding-top: 6rem;
  }
}
.page-returnee .p-top-track-record .c-section-title {
  position: relative;
}
.page-returnee .p-top-track-record .c-section-title:before, .page-returnee .p-top-track-record .c-section-title:after {
  content: "";
  display: block;
  width: 23rem;
  height: 26rem;
  background: transparent url(../img/index/illust_ribon.png) no-repeat scroll center center/contain;
  position: absolute;
  top: -10rem;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record .c-section-title:before, .page-returnee .p-top-track-record .c-section-title:after {
    width: 11.2rem;
    height: 10rem;
    top: -3rem;
  }
}
.page-returnee .p-top-track-record .c-section-title:before {
  left: -30rem;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record .c-section-title:before {
    left: -10rem;
  }
}
.page-returnee .p-top-track-record .c-section-title:after {
  right: -30rem;
  transform: scaleX(-1);
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record .c-section-title:after {
    right: -10rem;
  }
}
.page-returnee .p-top-track-record .is-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #285387;
  letter-spacing: 0.1em;
}
.page-returnee .p-top-track-record .is-title span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1.6rem;
  color: #000;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record .is-title span {
    margin-top: 0.8rem;
  }
}
.page-returnee .p-top-track-record__slide {
  padding-bottom: 6rem;
  overflow-x: hidden;
}
.page-returnee .p-top-track-record__swiper {
  margin-top: 2.4rem;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record__swiper {
    margin-top: 0.8rem;
  }
}
.page-returnee .p-top-track-record__swiper .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 1440px) {
  .page-returnee .p-top-track-record__swiper .swiper-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record__swiper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 4rem;
    box-sizing: border-box;
  }
}
.page-returnee .p-top-track-record__swiper .swiper-slide {
  width: 26rem;
  width: 15.1515151515vw;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record__swiper .swiper-slide {
    width: 33.3333333333%;
  }
}
.page-returnee .p-top-track-record__swiper-slide {
  padding: 0.8rem 0.8rem;
  height: auto;
}
.page-returnee .p-top-track-record__swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: #fff;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.15));
}
.page-returnee .p-top-track-record__swiper-slide .slide-inner figure {
  min-height: 20rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.page-returnee .p-top-track-record__swiper-slide .slide-inner figure img {
  width: 100%;
  height: 10rem;
  -webkit-appearance: 1/1;
     -moz-appearance: 1/1;
          appearance: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-returnee .p-top-track-record__swiper-slide .slide-inner figure figcaption {
  font-size: 1.4rem;
  font-weight: 700;
  min-height: 7rem;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1.6rem -1.6rem 0;
  letter-spacing: 0;
}
.page-returnee .p-top-track-record__swiper-slide .slide-inner .number {
  font-size: 1.7rem;
  font-weight: 700;
}
.page-returnee .p-top-track-record__swiper-slide .slide-inner .number b {
  font-size: 6.4rem;
  color: #285387;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
.page-returnee .p-top-track-record__swiper-slide .slide-inner .number span {
  font-size: 2.2rem;
}
.page-returnee .p-top-track-record__swiper-slide .slide-inner .note {
  margin-top: 0.4rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
.page-returnee .p-top-track-record__swiper-slide .slide-inner.-asij figure img {
  width: 14rem;
}
.page-returnee .p-top-track-record__swiper-slide .slide-inner.-kis figure img {
  height: 12rem;
  transform: translateY(-0.4rem);
}
.page-returnee .p-top-track-record__swiper-slide .slide-inner.-kis figure figcaption {
  margin-top: 0;
}
.page-returnee .p-top-track-record__swiper-slide .slide-inner.-mct figure img {
  width: 13rem;
}
.page-returnee .p-top-track-record__swiper-slide .slide-inner.-uwci figure img {
  width: 13rem;
}
.page-returnee .p-top-track-record__college {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: transparent url(../img/index/bg_college.png) no-repeat fixed center center/cover;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record__college {
    padding-left: 4rem;
    padding-right: 4rem;
    background: transparent url(../img/index/bg_college.png) no-repeat scroll center center/cover;
  }
}
.page-returnee .p-top-track-record__college:before, .page-returnee .p-top-track-record__college:after {
  content: "";
  display: block;
  width: 100%;
  height: 11.6rem;
}
.page-returnee .p-top-track-record__college:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 116" preserveAspectRatio="none"><path fill="%23f5f7f8" d="M0,0v116h1920V0c-155.9,49.35-527,83.78-960,83.78S155.9,49.35,0,0Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 1920/200;
  transform: scaleY(-1);
  position: absolute;
  left: 0;
  top: -1px;
}
.page-returnee .p-top-track-record__college:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 116" preserveAspectRatio="none"><path fill="%23ffffff" d="M0,0v116h1920V0c-155.9,49.35-527,83.78-960,83.78S155.9,49.35,0,0Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 1920/200;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.page-returnee .p-top-track-record__college .college-title {
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3rem 12rem;
  border-radius: 1rem;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  color: #285387;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record__college .college-title {
    font-size: 3.2rem;
    width: 100%;
  }
}
.page-returnee .p-top-track-record__college .college-title span {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #000;
  letter-spacing: 0.1em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record__college .college-title span {
    font-size: 2.2rem;
  }
}
.page-returnee .p-top-track-record__college-cont {
  display: flex;
  justify-content: space-between;
  width: 108rem;
  margin: 0 auto;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record__college-cont {
    display: block;
    width: 100%;
  }
}
.page-returnee .p-top-track-record__college-cont .country {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  padding: 5rem 5rem 3rem;
  margin-top: 12rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record__college-cont .country {
    margin-top: 8rem;
  }
}
.page-returnee .p-top-track-record__college-cont .country:before {
  display: block;
  font-size: 6rem;
  font-style: italic;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  letter-spacing: -0.1em;
  position: absolute;
  top: -5.6rem;
  right: 1.3rem;
}
.page-returnee .p-top-track-record__college-cont .country span {
  position: absolute;
  top: -4rem;
  left: 0;
  background-color: #fff;
  font-size: 3rem;
  font-weight: 900;
  font-style: italic;
  color: #285387;
  line-height: 1;
  border: 1px solid #99b4bf;
  padding: 1.6rem 2rem;
  position: absolute;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record__college-cont .country span {
    font-size: 3.4rem;
  }
}
.page-returnee .p-top-track-record__college-cont .country ul li {
  margin-top: 1.6rem;
  padding-left: 2.8rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record__college-cont .country ul li {
    font-size: 2.6rem;
    padding-left: 4rem;
  }
}
.page-returnee .p-top-track-record__college-cont .country ul li:before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.2rem;
  background: transparent url(../img/common/icon_college.png) no-repeat scroll center center/contain;
  position: absolute;
  top: calc((100% - 1.2rem) / 2);
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record__college-cont .country ul li:before {
    width: 2.4rem;
    height: 1.5rem;
    top: calc((100% - 1.5rem) / 2);
  }
}
.page-returnee .p-top-track-record__college-cont .country ul li.etc:before {
  content: none;
}
.page-returnee .p-top-track-record__college-cont .country ul li:first-of-type {
  margin-top: 0;
}
.page-returnee .p-top-track-record__college-cont .country.-usa:before {
  content: "usa";
  text-transform: uppercase;
}
.page-returnee .p-top-track-record__college-cont .country.-japan:before {
  content: "japan";
  text-transform: uppercase;
}
.page-returnee .p-top-track-record__college-cont .country.-england:before {
  content: "england";
  text-transform: uppercase;
}
.page-returnee .p-top-track-record__college-cont .country.-canada:before {
  content: "canada";
  text-transform: uppercase;
}
.page-returnee .p-top-track-record__college-cont .country.-australia span {
  padding: 1.6rem 1.2rem;
  letter-spacing: 0;
}
.page-returnee .p-top-track-record__college-cont .country.-australia:before {
  content: "australia";
  text-transform: uppercase;
}
.page-returnee .p-top-track-record__college-left, .page-returnee .p-top-track-record__college-right {
  width: 52rem;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record__college-left, .page-returnee .p-top-track-record__college-right {
    width: 100%;
  }
}
.page-returnee .p-top-track-record__college-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.page-returnee .p-top-track-record__college-right {
  padding-top: 7.5rem;
}
@media screen and (max-width: 749.98px) {
  .page-returnee .p-top-track-record__college-right {
    padding-top: 0;
  }
}

/*************************
program group-lesson
************************ */
.page-group-lesson .p-program-head {
  padding-bottom: 8rem;
}
.page-group-lesson .p-program-head-txt {
  text-align: center;
}
.page-group-lesson .tablebox {
  padding-top: 2.4rem;
}
.page-group-lesson .tablebox table {
  width: 100%;
}
.page-group-lesson .tablebox table tr th {
  background-color: rgba(40, 83, 135, 0.1);
}
.page-group-lesson .tablebox table tr td {
  padding: 2rem 2.4rem;
}
.page-group-lesson .c-program-table {
  margin-top: 8rem;
}
.page-group-lesson .c-program-table.-outline {
  margin-top: 0;
}
.page-group-lesson .c-program-table.-outline .tablebox table tr th {
  width: 30%;
  vertical-align: middle;
}
.page-group-lesson .c-program-table.-outline .tablebox table tr td {
  text-align: center;
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-table.-outline .tablebox table tr td {
    line-height: 1.5;
  }
}
.page-group-lesson .c-program-table.-outline .tablebox table tr td .small {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-table.-outline .tablebox table tr td .small {
    font-size: 2.2rem;
    margin-top: 1.2rem;
  }
}
.page-group-lesson .c-program-table.-outline .tablebox table tr td:first-of-type {
  text-align: left;
}
.page-group-lesson .c-program-tab .tab-item {
  width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-item {
    width: calc((100% - 1.8rem) / 2);
  }
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-wrap {
    overflow-x: auto;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule {
    display: table;
    width: 120rem;
  }
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule tr {
    display: table-row;
  }
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule tr th,
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule tr td {
    display: table-cell;
    width: 20rem;
    border: 1px solid #ccd6e1;
    padding: 0.8rem 0.8rem;
  }
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule tr th {
    padding-left: 0;
    text-align: center;
    background-color: #f8f8f8;
  }
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule tr th:before {
    content: none;
  }
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule tr th.fixed01 {
    background-color: #f8f8f8;
  }
}
.page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule tr td {
  vertical-align: top;
  text-align: center;
  padding: 2rem 1.6rem;
  width: 16.6666666667%;
}
.page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule tr td span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule tr td span {
    font-size: 2.4rem;
  }
}
.page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule tr td span.grade {
  border: 1px solid #285387;
  color: #285387;
  border-radius: 200rem;
  padding: 0.8rem 1.2rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule tr td span.grade {
    padding: 0.8rem 2rem;
  }
}
.page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule tr td span.cat {
  min-width: 10rem;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.8rem 1.2rem;
  background-color: #edf0f4;
  color: #285387;
  line-height: 1;
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule tr td span.cat {
    font-size: 2.4rem;
    min-width: 12rem;
  }
}
.page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule tr td:first-of-type {
  font-weight: 700;
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule .fixed01 {
    position: sticky;
    background-color: #fff;
    left: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule .fixed01:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #ccd6e1;
  }
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule.-saturday {
    width: 100%;
  }
}
@media screen and (max-width: 749.98px) {
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule.-saturday tr th,
  .page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule.-saturday tr td {
    width: 50%;
  }
}
.page-group-lesson .c-program-tab .tab-cont .cont-detail.-schedule.-saturday tr td span {
  margin: 0 0.4rem;
}
.page-group-lesson .p-program-supports {
  padding-bottom: 0;
}
.page-group-lesson .p-program-supports .c-container {
  padding: 0 4rem;
}
.page-group-lesson .p-program-supports-item__title {
  font-size: 3.3rem;
  line-height: 1.5;
}