h2,
h3,
h4 {
    font-weight: 400;
}

.btn-ctr {
    background-color: #e6ecf4;
    padding: 5rem 0;
}

.btn-ctr.underMV {
    background-color: #fff;
}

.btn-apply {
    align-items: center;
    background-color: #0b68a8;
    border-radius: .5rem;
    color: #fff;
    display: flex;
    font-size: 4.2rem;
    justify-content: center;
    line-height: 1;
    margin: 0 auto;
    padding: 1.2rem 0;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(5, 66, 108, .65);
    width: 600px;
}

.btn-apply::after {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: "";
    display: block;
    height: 1.8rem;
    position: absolute;
    right: 6rem;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: 50%;
    width: 1.8rem;
}

.btn-apply-sub {
    background-color: #fff;
    border-radius: 2rem;
    color: #0b68a8;
    font-size: 2.5rem;
    font-weight: 500;
    left: 6.5rem;
    line-height: 1.4;
    padding: 0 .7em;
    position: absolute;
    text-shadow: none;
    top: 50%;
    transform: translateY(-50%);
}

.sectionCtr {
    margin: 0 auto;
    width: 900px;
}

.sectionTtl {
    background-color: #e8eeec;
    border-left: 8px solid #009380;
    font-size: 3rem;
    padding-left: .25em;
}

.contentTtl {
    color: #ff6600;
    font-size: 2rem;
    margin: 1.5rem 1rem;
}

.mainHdr {
    border-bottom: 40px solid transparent;
    padding: 1.2rem 0;
    position: relative;
}

.mainHdr::after {
    background: linear-gradient(to top, #0f8a5f 0%, #119163 18%, #189669 42%, #34b988 71%, #3fc996 100%);
    bottom: -40px;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
}

.mainHdr-content {
    margin: 0 auto;
    width: 1000px;
}

.mainHdr-logo {
    width: 196px;
}

.mvCtr {
    margin: 0 auto;
    width: 1000px;
}

.mv-txt {
    background-color: #e8eeec;
    font-size: 2.5rem;
    text-align: center;
}

.special.sectionCtr {
    padding: 3rem 0 0;
}

.specialTtl {
    font-size: 5.5rem;
    font-weight: 500;
    letter-spacing: -.05em;
    text-align: center;
}

.deco-enclosed {
    font-size: .8841em;
    letter-spacing: 0;
}

.deco-enclosed .char {
    border: 3px solid;
    display: inline-block;
    line-height: 1;
    padding: 0 0 3px 0;
}

.deco-enclosed .char:not(:last-of-type) {
    margin-right: .09em;
}

.specialTtl .deco-enclosed {
    border-color: #d80505;
    color: #d80505;
}

.deco-ribbon {
    align-items: flex-start;
    background: url(../img/deco_ribbon-main_pc.png) no-repeat center / 100% 100%;
    color: #fff;
    display: flex;
    font-size: 2.5rem;
    justify-content: center;
    letter-spacing: -.01em;
    line-height: 1;
    margin-bottom: 2rem;
    margin-left: .5rem;
    min-height: 61px;
    padding: 0 1em;
    position: relative;
    transform: translateX(63px);
    width: fit-content;
}

.deco-ribbon::before,
.deco-ribbon::after {
    background: no-repeat center / contain;
    content: "";
    display: inline-block;
    height: 61px;
    position: absolute;
    width: 63px;
}

.deco-ribbon::before {
    background-image: url(../img/deco_ribbon-L_pc.png);
    left: 0;
    transform: translateX(-100%);
}

.deco-ribbon::after {
    background-image: url(../img/deco_ribbon-R_pc.png);
    right: 0;
    transform: translateX(100%);
}

.deco-ribbon .num {
    font-size: 5.2rem;
    font-weight: 700;
    margin: 0 -.1em;
}

.deco-ribbon strong {
    font-size: 3.5rem;
    letter-spacing: -.05em;
}

.specialCatch {
    background: linear-gradient(90deg, #009380 75%, transparent 75%, transparent);
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.2;
    padding: 2.5rem 2rem;
    position: relative;
}

.specialCatch::after {
    background: url(../img/img_teachers_pc.png) no-repeat center / contain;
    content: "";
    display: block;
    height: 308px;
    position: absolute;
    right: 0;
    top: -50%;
    width: 420px;
}

.special-content {
    align-items: flex-end;
    display: flex;
}

.special-content-L {
    width: 52%;
}

.special-content-R {
    width: 48%;
}

.specialSubttl {
    font-size: 1.8rem;
    font-weight: 500;
}

.specialTxt {
    font-size: 1.8rem;
    line-height: 1.2;
}

.special-target {
    background-color: #093b9c;
    border-radius: 3rem;
    color: #fff;
    margin: 0 auto;
    padding: 0 3rem;
    position: relative;
    text-align: center;
    width: fit-content;
}

.special-target-ttl {
    font-size: 2rem;
    line-height: 1.2;
}

.special-target-txt {
    font-size: 2.2rem;
    letter-spacing: -.1em;
}

.special-acceptingNow {
    background-color: #d80505;
    border-radius: .5rem;
    color: #fff;
    margin: 2.5rem auto 0;
    text-align: center;
    width: 350px;
}

.special-acceptingNow-ttl {
    font-size: 4rem;
    line-height: 1.2;
}

.special-acceptingNow-txt {
    font-size: 1.8rem;
}

.special-dtlList {
    margin: 5rem auto;
}

.special-dtlList-item {
    margin: 1rem 0;
    width: fit-content;
}

.special-dtlList-item-hdr {
    align-items: center;
    display: flex;
    font-size: 2rem;
    font-weight: 500;
}

.special-dtlList-item-hdr h3 {
    color: #009380;
    font-size: 2rem;
    font-weight: 500;
}

.special-dtlList-item-hdr h3::before {
    content: "■";
}

.special-dtlList-item-hdr p {
    font-size: 2rem;
}

.special-dtlList-item-hdr p::before {
    content: "：";
}

.special-dtlList-item-hdr .possibleNow {
    border: 2px solid #d80505;
    color: #d80505;
    font-size: 2rem;
    line-height: 1.3;
    padding: 0 .5em;
}

.special-dtlList-item-txt {
    font-size: 2rem;
    margin-left: 1em;
    width: fit-content;
}

.special-dtlList-item-txt.note {
    font-size: 1.4rem;
    margin: 0 0 0 auto;
}

.special-dtlList-dates {
    font-size: 2rem;
    margin-left: 1em;
}


.special-dtlList-dates-item {
    font-weight: 500;
}

.special-dtlList-dates-item .col-red {
    color: #d80505;
    font-size: 2.4rem;
}

.special-dtlList-dates-note {
    font-size: 2rem;
    margin-left: 1em;
}

.special-dtlList-item-hdr p .freeInvitation {
    background-color: #d80505;
    color: #fff;
    font-size: 2rem;
    line-height: 1.3;
    margin-right: .5em;
    padding: 0 .3em;
}

.concurrent {
    border: 3px dotted #009380;
    border-radius: 2rem;
    margin: 7.5rem auto 0;
    padding: 2.5rem 2rem 1.5rem;
    position: relative;
    width: 840px;
}

.concurrentTtl {
    background-color: #009380;
    border-radius: 2rem;
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    left: 50%;
    line-height: 1;
    margin: 0 auto;
    padding: .4rem 0 .6rem;
    position: absolute;
    text-align: center;
    top: -3px;
    transform: translate(-50%, -50%);
    width: 600px;
}

.concurrentSubttl {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
}

.concurrentList-item {
    margin: 1rem 0;
}

.concurrentList-item-hdr {
    align-items: center;
    display: flex;
}

.concurrentList-item-hdr h5 {
    color: #009380;
    font-size: 2rem;
    font-weight: 400;
}

.concurrentList-item-hdr p {
    font-size: 2.4rem;
    font-weight: 500;
}

.concurrentList-item-hdr p .col-red {
    color: #d80505;
}

.concurrentList-item-txt {
    font-size: 2rem;
    margin-left: 2rem;
}

.concurrentList-item-txt.note {
    font-size: 1.8rem;
    margin-left: 12rem;
}

.oneDayTrial {
    align-items: center;
    background-color: #1aa586;
    color: #fff;
    display: flex;
    margin: 4rem auto 3rem;
    width: 900px;
}

.oneDayTrial-contents {
    width: 530px;
}

.oneDayTrial-img {
    flex-shrink: 0;
    margin: 0;
    width: 370px;
}

.oneDayTrialTtl {
    font-size: 6.5rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
}

.oneDayTrialTtl .fukidashi {
    background-color: #fff;
    border-radius: 1.7rem;
    color: #1aa586;
    display: block;
    font-size: 2.5rem;
    font-weight: 500;
    margin: 0 auto;
    padding: 0 2.5rem;
    position: relative;
    width: fit-content;
    z-index: 1;
}

.oneDayTrialTtl .fukidashi::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: .7em;
    left: 50%;
    position: absolute;
    transform: scaleX(.8) translate(-50%, 50%) rotate(45deg);
    transform-origin: 50% 50%;
    width: .7em;
    z-index: -1;
}

.oneDayTrialDates {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 500px;
}

.oneDayTrialDates-ttl {
    align-items: center;
    background-color: #ffef41;
    border-radius: 50%;
    color: #1aa586;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 2.5rem;
    font-weight: 500;
    height: 110px;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
    width: 110px;
}

.oneDayTrialDates-ttl span {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
}

.oneDayTrialDatesList {
    display: flex;
    justify-content: space-between;
    width: 378px;
}

.oneDayTrialDatesList-item {
    align-items: center;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    font-size: 2.2rem;
    font-weight: 500;
    height: 80px;
    justify-content: center;
    line-height: 1.2;
    width: 120px;
}

.oneDayTrialDatesList-item span {
    font-size: 1.8rem;
}

.oneDayTrialTxt {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: 1.3;
    margin: .5rem auto;
    width: fit-content;
}

.recommendedPoints.sectionCtr {
    background-color: #e6f8f2;
    border: 3px dotted #009380;
    border-radius: 2rem;
    margin: 0 auto 6rem;
    padding: 1.5rem 0 4.5rem;
}

.recommendedPointsHdr {
    font-size: 3rem;
    line-height: 1;
    text-align: center;
}

.recommendedPointsList {
    margin-left: 5rem;
    margin-top: 3rem;
}

.recommendedPointsList-item {
    align-items: center;
    display: flex;
    font-size: 1.8rem;
}

.recommendedPointsList-item:not(:last-of-type) {
    margin-bottom: .8rem;
}

.recommendedPointsList-item::before {
    background: url(../img/icon_check_pc.svg) no-repeat center / contain;
    content: "";
    display: block;
    height: 23px;
    margin-right: 1rem;
    width: 27px;
}

.recommend.sectionCtr {
    padding-bottom: 5rem;
}

.recommendList-item {
    margin-bottom: 3em;
}

.recommendList-item-hdr {
    font-size: 2.3rem;
    letter-spacing: -.01em;
    margin-bottom: .5em;
    padding: .5em 15px;
    position: relative;
}

.recommendList-item-hdr::after {
    background: linear-gradient(90deg, #009380 11%, #e8eeec 11%, #e8eeec);
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.recommendList-item-txt {
    font-size: 1.8rem;
    line-height: 1.66;
    padding: 0 15px;
}

.recommend-imagesCtr {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 2rem auto 0;
}

.recommend-imagesCtr img {
    box-shadow: 7px 7px 4px 1px rgba(0, 0, 0, .1);
    width: 30%;
}

.overview.sectionCtr {
    padding: 5rem 0 6.5rem;
}

.overviewTbl {
    font-size: 2rem;
    margin: 4.5rem auto 0;
    width: 850px;
}

.overviewTbl-th,
.overviewTbl-td {
    border: 1px solid #bdbdbd;
    line-height: 1.9;
}

.overviewTbl-th {
    background-color: #f1f1f1;
    font-weight: 400;
    padding-left: 1rem;
    text-align: left;
    width: 18.82%;
}

.overviewTbl-td {
    padding-left: 1.5rem;
}

.results.sectionCtr {
    padding: 5rem 0 4rem;
}

.resultsList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 4.5rem auto 0;
    width: 880px;
}

.resultList-item {
    align-items: center;
    border: 1px solid #cdcdcd;
    display: flex;
    flex-wrap: wrap;
    font-size: 3rem;
    font-weight: 500;
    justify-content: space-between;
    padding: 1rem 2.5rem 1rem 1rem;
}

.resultList-item-school {
    align-items: center;
    display: flex;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
}

.resultList-item-school::before {
    background: url(../img/icon_success_pc.svg) no-repeat center / contain;
    content: "";
    display: block;
    height: calc(158 / 150 * 1.5em);
    margin-right: .5rem;
    width: 2em;
}

.resultsList-item-txt {
    font-size: 2.4rem;
    line-height: 1;
}

.resultsList-item-txt .num {
    font-size: 3rem;
}

.resultsList-item-success {
    align-items: center;
    display: flex;
    font-size: 2rem;
    letter-spacing: .01em;
    margin: 0 1rem 0 auto;
    text-decoration: underline;
    text-underline-offset: .15em;
}

.resultsList-item-success::before {
    background: url(../img/icon_blossom_pc.svg) no-repeat center / contain;
    content: "";
    display: block;
    height: calc(150 / 156 * 1.2em);
    margin-right: 0rem;
    width: 1.6em;
}

.resultsList-item-success::after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    content: "";
    display: inline-block;
    height: .5em;
    margin-left: 1em;
    transform: translateY(.1rem) rotate(45deg);
    width: .5em;
}


.resultList-item:nth-of-type(-n+2) {
    font-size: 4rem;
}

.resultList-item:nth-of-type(-n+2) .resultList-item-school::before {
    width: 1em;
    width: 1.5em;
}

.resultList-item:nth-of-type(-n+2) .resultsList-item-txt {
    font-size: 3rem;
}

.resultList-item:nth-of-type(-n+2) .resultsList-item-txt .num {
    font-size: 4rem;
}

.results-img {
    margin: 3rem auto 0;
    width: 50%;
}

.pastResults.sectionCtr {
    padding: 5rem 0 9rem;
}

.pastResultsList {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 3rem auto 0;
    width: 880px;
}

.pastResultsList-item {
    align-items: center;
    border: 1px solid #c9c9c9;
    border-radius: .5rem;
    display: flex;
    padding: 1rem .5rem;
}

.pastResultsList-item::before {
    background: url(../img/icon_success_pc.svg) no-repeat center / contain;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 62px;
    margin-right: .75rem;
    width: 65px;
}

.resultList-item-hdr {
    color: #1a73e8;
    font-size: 1.6rem;
    font-weight: 500;
}

.resultList-item-dtls {
    display: flex;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: .5rem;
}

.resultList-item-dtls-hdr::after {
    content: "：";
}

.resultList-item-dtls-txt:not(:last-of-type)::after {
    content: "/";
    margin: 0 .5em;
}

.curriculum.sectionCtr {
    padding: 5.5rem 0 2.5rem;
}

.curriculumList {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    width: 900px;
}

.curriculumList-item {
    border: 1px solid #bdbdbd;
    padding: 1.2rem 2rem;
}

.curriculumList-item-hdr {
    background-color: #e9f8f3;
    border: 1px solid #009380;
    color: #009380;
    font-size: 2rem;
    text-align: center;
}

.curriculumList-item-hdr .target {
    display: block;
    font-size: .75em;
}

.curriculumList-item-content {
    display: flex;
    margin-top: 1rem;
}

.curriculumList-item-img {
    flex-shrink: 0;
    margin: 0 1rem 0 0;
    width: 134px;
}

.curriculumList-item-txt {
    color: #5c5c5c;
    font-size: 1.7rem;
    line-height: 1.1;
}

.reviews.sectionCtr {
    padding: 2rem 0 5.5rem;
}

.reviewsList {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
    width: 900px;
}

.reviewsList-content {
    border: 1px solid #009380;
}

.reviewsList-hdr {
    align-items: center;
    background-color: #e9f8f3;
    border-bottom: 1px solid #0b68a8;
    display: flex;
    font-weight: 400;
    padding: .5rem .7rem;
}

.reviewsList-hdr-img {
    margin: 0 1rem 0 0;
    width: 90px;
}

.reviewsList-hdr-list {
    color: #009380;
    font-size: 2rem;
}

.reviewsList-hdr-list-item {
    line-height: 1.2;
}

.reviewsList-hdr-list-item.stars {
    margin-top: .5rem;
}

.reviewsList-dtl {
    color: #5c5c5c;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 1rem 1.5rem;
}

.process.sectionCtr {
    padding: 5rem 0 6rem;
}

.processList {
    counter-reset: listNum;
    margin-top: 3rem;
}

.processList-item {
    counter-increment: listNum;
}

.processList-item-hdr {
    align-items: center;
    color: #009380;
    display: flex;
    font-size: 3rem;
}

.processList-item-hdr::before {
    align-items: center;
    background-color: #009380;
    border-radius: 50%;
    color: #fff;
    content: counter(listNum);
    display: flex;
    height: 4.6rem;
    justify-content: center;
    margin-right: .8rem;
    padding-bottom: .3rem;
    width: 4.6rem;
}

.processList-item-content {
    align-items: center;
    display: flex;
    padding: .5rem 0;
    position: relative;
}

.processList-item:not(:last-of-type) .processList-item-content::before {
    border-left: 5px dotted #009380;
    content: "";
    display: block;
    height: 100%;
    left: 2.3rem;
    position: absolute;
    transform: translateX(-50%);
}

.processList-item-img {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 122px;
    justify-content: center;
    margin: 0 1rem 0 6rem;
    text-align: center;
    width: 143px;
}

.processList-item.item-01 img {
    height: 90px;
    width: 139px;
}

.processList-item.item-02 img {
    height: 105px;
    width: 112px;
}

.processList-item.item-03 img {
    height: 122px;
    width: 132px;
}

.processList-item.item-04 img {
    height: 88px;
    width: 137px;
}

.processList-item.item-05 img {
    height: 110px;
    width: 143px;
}

.processList-item.item-06 img {
    height: 107px;
    width: 121px;
}

.processList-item.item-07 img {
    height: 94px;
    width: 99px;
}

.processList-item-txt {
    font-size: 2rem;
    width: 525px;
}

.process-txt {
    font-size: 2.5rem;
    margin: .2em 0 0 .5em;
}

.footer-banner {
    display: none;
}