.p-programs .c-page-title__inner .title h1 {
    display: block;
}

.p-programs .c-page-title .--programs-title span {
    display: inline-block;
    vertical-align: bottom;
}
.c-page-title .--programs-title span:nth-child(1) {
    width: 8.7rem;
}

.c-page-title .--programs-title span:nth-child(2) {
  width: 3.2rem;
  margin-left: 0.4rem;
}

.c-page-title .--programs-title span:nth-child(3) {
  width: 4.9rem;
  margin-left: 1rem;
}

.c-page-title .--programs-title span:nth-child(4) {
  width: 6.5rem;
  margin-left: 0.6rem;
}

.c-page-title .--programs-title span:nth-child(5) {
  width: 4.4rem;
  margin-left: 0.4rem;;
}

.c-page-title .--programs-title span:nth-child(6) {
  width: 5.9rem;
  margin-left: 0.4rem;
}

.c-page-title .--programs-title span:nth-child(7) {
  width: 7.5rem;
  margin-left: 0.4rem;
}

.c-page-title .--programs-title span:nth-child(8) {
  width: 4rem;
  margin-left: 0.4rem;
}

.teasers-programs {
    background-image: url(../../assets/img/pc/programs/teaser_programs.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 758px;
    display: flex;
    align-items: center;
}

.teasers-programs .top__txt-block {
    width: 93.75vw;
    margin: 0 auto;
}

.teasers-programs .top__txt-block .tit {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 3.2rem;
    color: #2d2d2d;
}

.teasers-programs .top__txt-block .txt {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: #2d2d2d;
}

.teasers-programs .top__txt-block .points {
    margin-left: 12vw;
    margin-top: 3.5vw;
}

.teasers-programs .top__txt-block .points ul {
    display: flex;
}

.teasers-programs .top__txt-block .points ul li {
    width: min(35vw,250px);
}

.teasers-programs .top__txt-block .points ul li+li {
    margin-left: 4rem;
}

.teasers-programs .top__txt-block .points ul li .point_item {
    width: min(35vw,250px);
    height: min(35vw,250px);
    background:#000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: min(3.8vw,2.1rem);
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 1.4;
}

.p-programs .work-anchor .item {
    justify-content: flex-end;
}

.p-programs .work-article__inner .--kid-prep-program-top {
    background-image: url(../../assets/img/pc/programs/kid-prep-programs.webp);
}

.p-programs .work-article__inner .top .en-title-wrap .--prep-txt {
    width: 70.9rem;
}

.p-programs .box__inner {
    width: 93.75vw;
    max-width: 120rem;
    margin: 0 auto;
}

.p-programs .work-article__inner .flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-programs .work-article__inner .flexBox.flex-reverse {
    flex-direction: row-reverse;
}

.p-programs .work-article__inner .flexBox .flexImg {
    width: min(42vw, 520px);
    position: relative;
    z-index: 4;
}

.p-programs .work-article__inner .features-content .flexBox .text-block {
    margin-left: 0;
    margin-right: 3.046875vw;
    width: auto;
    flex:1;
}

.p-programs .bg_box {
    background: #f7f7f3;
    padding: 5rem 4rem;
    position: relative;
    z-index: 1;
}

.p-programs .bg_box:after {
    position: absolute;
    content: '';
    background: #f7f7f3;
    width: 300%;
    z-index: -1;
    height: 100%;
    left: 0;
    top:0;
}

.p-programs .work-article__inner .features-content .fvive-powers {
    margin-top: -5vw;
}

.p-programs .fvive-powers dl{
    display: table;
    width: 100%;
}

.p-programs .fvive-powers dt,
.p-programs .fvive-powers dd {
    display: table-cell;
    vertical-align: middle;
}

.p-programs .fvive-powers dt {
    font-size: 3rem;
    font-weight: bold;
    width: 230px;
}

.p-programs .fvive-powers dd {
    width: calc(100% - 230px);
}

.p-programs .fvive-powers ul li {
    list-style-type: disc;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
}

.p-programs .fvive-powers ul li+li {
    margin-top: 0.5rem;
}

.p-programs .fvive-powers ul li span {
    display: inline-block;
    font-weight: bold;
    margin-right: 0.5rem;
}

.p-programs .skills {
    margin-top: 6rem;
}

.p-programs .head {
    padding-bottom: 2rem;
    border-bottom: 1px solid #D8D8D8;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
    color: #242424;
    margin-bottom: 4rem;
}

.p-programs .tblRes th {
    width: 160px;
    padding-bottom: 3.5rem;
    font-size: 1.6rem;
}

.p-programs .tblRes td {
    padding-bottom: 3.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.8;
}

.p-programs .work-article__inner .--kid-athle-program-top {
    background-image: url(../../assets/img/pc/programs/kid-athle.webp);
}

.p-programs .work-article__inner .top .en-title-wrap .--athle-txt {
    width: 39.5rem;
    webkit-animation-duration: 12s;
    animation-duration: 12s;
}

.p-programs .work-article__inner .--exploration-lab-program-top {
    background-image: url(../../assets/img/pc/programs/exploration-lab.webp);
}

.p-programs .work-article__inner .top .en-title-wrap .--exploration-lab-txt {
    width: 57.7rem;
    webkit-animation-duration: 12s;
    animation-duration: 12s;
}

.p-programs .work-article__inner .flex-start {
    align-items: flex-start;
}

.p-programs .text-list-item {
    margin-bottom: 2.4rem;
}

.p-programs .text-list-item .tit {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding-left: 1.8rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.p-programs .text-list-item .tit:before {
    content: "";
    margin-top: 0.7rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #3B2E20;
    position: absolute;
    left: 0;
    top: 0.1rem;
}

.p-programs .work-article__inner .features-content .text-block  .text-list-item .sen {
    margin-top: 0.5rem;
}

.fwr {
    font-weight: normal !important;
}

.mt50 {
    margin-top: 50px !important;
}


.p-programs .work-article__inner .--en-discovery-program-top {
    background-image: url(../../assets/img/pc/programs/en-program-discovery.webp);
}

.p-programs .work-article__inner .top .en-title-wrap .--en-discovery-txt {
    width: 96.9rem;
    webkit-animation-duration: 12s;
    animation-duration: 12s;
}

.visible-pc {
    display: block;
}

.visible-ts {
    display: none;
}

@media screen and (max-width: 960px) {
    .visible-pc {
        display: none;
    }

    .visible-ts {
        display: block;
    }

    .teasers-programs {
        display: block;
        height: auto;
        background: #fff;
    }

    .p-programs .teaser_img img {
        width: 100%;
    }
    .p-programs .work-article__inner .flexBox {
        display: flex;
    }

    .p-programs .work-article__inner .flexBox.flex-reverse {
        flex-direction: column-reverse;
    }

    .p-programs .work-article__inner .features-content .flexBox .text-block {
        width: auto;
        margin-right: 0;
    }

    .p-programs .work-article__inner .features-content .fvive-powers {
        margin-top: 0;
    }


    .c-page-title .--programs-title span:nth-child(1) {
        width: auto;
    }

    .c-page-title .--programs-title span:nth-child(2) {
      width: auto;
      margin-left: 0;
    }

    .c-page-title .--programs-title span:nth-child(3) {
      width: auto;
      margin-left: 0;
    }

    .c-page-title .--programs-title span:nth-child(4) {
      width: auto;
      margin-left: 0;
    }

    .c-page-title .--programs-title span:nth-child(5) {
      width: auto;
      margin-left: 0;
    }

    .c-page-title .--programs-title span:nth-child(6) {
      width: auto;
      margin-left: 0;
    }

    .c-page-title .--programs-title span:nth-child(7) {
      width: auto;
      margin-left: 0;
    }

    .c-page-title .--programs-title span:nth-child(8) {
      width: auto;
      margin-left: 0;
    }

    .p-programs .c-page-title .--programs-title span img {
        height: 60px;
    }

    .teasers-programs .top__txt-block .tit {
        font-size: 2rem;
    }

    .teasers-programs .top__txt-block .txt {
        font-size: 1.3rem;
    }

    .teasers-programs .top__txt-block .points {
        margin-left: 0;
        margin-top: 6vw;
        margin-bottom: 6vw;
    }

    .teasers-programs .top__txt-block .points ul {
        justify-content: center;
    }

    .teasers-programs .top__txt-block .points ul li+li {
        margin-left: 4vw;
    }

    .p-programs .work-article__inner .top .en-title-wrap .--prep-txt {
        width: 35.45rem;
    }

    .p-programs .work-article__inner .top .en-title-wrap .--athle-txt {
        width: 19.75rem;
    }

    .p-programs .work-article__inner .top .en-title-wrap .--exploration-lab-txt {
        width: 28.85rem;
    }

    .p-programs .work-article__inner .top .en-title-wrap .--en-discovery-txt {
        width: 48.45rem;
    }

    .p-programs .work-anchor  {
        padding-left: min(2.8vw, 2rem);
        padding-right: min(2.8vw, 2rem);
    }

    .p-programs .work-anchor .item {
        gap: 0.7rem;
    }

    .p-programs .work-anchor .item p {
        font-size: min(2.8vw, 1.3rem);
    }

    .p-programs .work-article__inner .flexBox .flexImg {
        margin: 2rem 0;
        text-align: center;
        width: auto;
    }

    .p-programs .work-article__inner .flexBox .flexImg img {
        max-width: 70%;
    }

    .p-programs .work-article__inner .top .title h3 {
        font-size: min(6.5vw, 2.6rem);
    }

    .p-programs .bg_box {
        padding: 2rem;
    }

    .p-programs .head {
        font-size: 1.8rem;
        padding-bottom: 1.5rem;
    }

    .p-programs .bg_box:after {
        display: none;
    }

    .p-programs .fvive-powers dl {
        display: block;
    }

    .p-programs .fvive-powers dt {
        width: auto;
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .p-programs .fvive-powers dt,
    .p-programs .fvive-powers dd {
        display: block;
    }

    .p-programs .fvive-powers dd {
        width: auto;
    }

    .p-programs .fvive-powers ul li {
        font-size: 1.3rem;
        margin-left: 2rem;
    }

    .p-programs .skills {
        margin-top: 4rem;
    }

    .p-programs .tblRes th {
        font-size: 1.3rem;
        padding-bottom: 1.5rem;
        width: 35%;
    }

    .p-programs .tblRes td {
        font-size: 1.3rem;
        padding-bottom: 1.5rem;
    }
}