html {
    font-size: 0.6944444444vw;
    scroll-behavior: smooth;
}
p, li, a, h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-variation-settings: 'wght' 500;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.8;
    text-wrap: auto;
}
p, li {
    color: #464646;
}
.wrapper, main {
    width: 100%;
    contain: paint;
}
body {
    background-color: #FFFBF6;
}
:root {
    --main-orange: #EE7800;
    --sub-orange: #FF8800;
    --bg-orange:#FFB45F;
    --text-glay: #434343;
}

br.brpc {
    display: none;
}

@media screen and (min-width: 1024px) {
    html { font-size: .9765625vw}
    br.brsp {
        display: none;
    }
    br.brpc {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    html { font-size: .9765625vw}
}
@media screen and (max-width: 480px) {
    html {font-size: 2.6vw;}
}

/*///////////////////////////////////////////////////////////////////
トップ
///////////////////////////////////////////////////////////////////*/

.exam.ele .top {
    position: relative;
}
.exam.ele .top > div {
    height: 20rem;
    padding-top: 7rem;
    position: relative;
}
.exam.ele .top h1 {
    color: var(--main-orange);
    font-size: 2rem;
    position: absolute;
    bottom: 0;
    left: .5em;
    font-family: YakuHanJP,"Inter", "Zen Kaku Gothic New", sans-serif;
    letter-spacing: .1em;
}
.exam.ele .top h2 {
    color: var(--text-glay);
    font-size: 1.2rem;
    position: absolute;
    top: 7rem;
    right: 1em;
    text-align: right;
}
.exam.ele .top .copy01 {
    position: absolute;
    width: 34rem;
    bottom: 1.6rem;
    left: 1.6rem;
}

@media screen and (min-width: 1024px) {
    .exam.ele .top > div {
        height: 15rem;
    }
    .exam.ele .top h1 {
        font-size: 3.2rem;
    }
    .exam.ele .top h2 {
        font-size: 1.2rem;
        top: auto;
        bottom: .6rem;
    }
    .exam.ele .top .copy01 {
        width: 40rem;
        bottom: 3.6rem;
        left: auto;
        right: 2rem;
        filter: drop-shadow(0px 1px 5px #33333390);
    }
}





.exam.ele main > section:not(.top) {
    padding: 6rem 1.5rem;
}
.exam.ele main > section > section {
    padding: 3rem 0;
}
.exam.ele main > section > h3 {
    font-size: 2.4rem;
    color: var(--main-orange);
}
.exam.ele main h4 {
    font-size: 1.8rem;
    color: var(--main-orange);
    display: block;
}
.exam.ele main h4::before {
    content: "\25a0";
    display: inline-block;
    margin-right: .5rem;
    padding-bottom: .1em;
}
.exam.ele main > section > section p {
    font-size: 1.4rem;
    margin: 1em 0;
}

.exam.ele main > .point {
    background-color: var(--bg-orange);
    background-image: url(/assets/img/exam/ele2025/heart.svg);
    background-position: 30% -10%;
    background-size: 130% 40%;
}
.exam.ele main > .point h3 {
    color: #fff;
    text-align: center;
}
.exam.ele main > .point > section {
    position: relative;
    padding-bottom: 0;
    /* aspect-ratio: 2;
    background-color: #ee77004d;
    display: flex;
    justify-content: center;
    flex-direction: column; */
    margin: 2rem 0 0;
}
.exam.ele main > .point > section img{
    width: 100%;
    height: auto;
    aspect-ratio: 2;
    object-fit: cover;
    object-position: top;
    filter: opacity(.5) brightness(.9);
    /* position: absolute; */
    z-index: 0;
    border-radius: 3px;
}
.exam.ele main > .point > section p {
    color: #fff;
    /* padding: 0 1em; */
    margin: 0;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 5px #703c0890;
}
.exam.ele main > .point > section img + p {
    font-size: 1.6rem;
    font-weight: 600;
    margin: -3em 0 .5em;
}

@media screen and (min-width: 1024px) {
    .exam.ele main > section:not(.top) {
        padding: 6rem 6rem;
        background-position: 30% center;
        background-size: 100%;
    }
    .exam.ele main > section.vision > section {
        width: 57%;
        display: inline-block;
    }
    .exam.ele main > section.vision > picture {
        width: 40%;
        display: inline-block;
    }
    .exam.ele main > section.vision > picture img{
        width: 100%;
    }
    .exam.ele main > .point > section {
        margin: 2rem 1.5% 0;
        display: inline-block;
        width: 45%;
        vertical-align: top;
    }
    .exam.ele main > .point > section img {
        width: 30%;
        aspect-ratio: 1;
        filter: none;
    }

    .exam.ele main > .point > section img + p {
        font-weight: 500;
        font-size: 1.4rem;
        padding-left: 31%;
        margin: -8.3em 0 .5em;
    }
    .exam.ele main > .point > section img + p br {
        display: none;
    }
    .exam.ele main > .point > section p {
        font-size: 1.1rem;
        padding-left: 31%;
    }
}





.exam.ele main > section.course {
    padding-bottom: 0;
}
.exam.ele .course > section.c  {
    margin-right: -1.6rem;
    padding: 5rem 1.6rem 6rem 5.6rem;
    border-radius: 3.6rem 0 0 0;
    border: #fff 1px solid;
    color: #fff;
    position: relative;
    background-color: #FF9F3D;
}
.exam.ele .course > section.c.c-kyoiku {
    background-color: #FF8F57;
    margin-top: -2rem;
    margin-left: -.5rem;
}


.exam.ele .course > section.c h3 {
    position: absolute;
    writing-mode: vertical-lr;
    font-size: 3rem;
    left: 0;
    line-height: 1.7;
}

.exam.ele .course .c p {
    color: #fff;
}
.exam.ele .course p.lead {
    font-size: 2rem;
}
.exam.ele .course .c > section ul {
    background-color: #FFF9ED;
    padding: 1rem 1.6rem;
    border-radius: .5rem 5rem .2rem .2rem;
    margin-right: -1rem;
}
.exam.ele .course .c h4 {
    color: #FF9F3D;
    width: max-content;
    background-color: #FFF9ED;
    line-height: 1;
    padding: .4em .8em .2em .5em;
    border-radius: 100px;
    border: 1px solid #ff9f3d;
    font-size: 1.6rem;
    margin-bottom: -1.6rem;
    position: relative;

}
.exam.ele .course .c.c-kyoiku h4 {
    color: #FF8F57;
    border: 1px solid #FF8F57;
}
.exam.ele .course .c h4::before {
    content: none;
}
.exam.ele .course .c ul li {
    font-size: 1.4rem;
    margin: 1em auto;
    position: relative;
    padding-left: 5.1rem;
    font-weight: 400;
}
.exam.ele .course .c ul li span {
    color: #FF9F3D;
    position: absolute;   
    border-right: 1px solid #FF9F3D;
    left: 0;
    top: .5rem;
    display: block;
    width: 4.3rem;
    height: 92%;
    font-size: 1rem;
    font-weight: 600;
}
.exam.ele .course .c.c-kyoiku ul li span {
    color: #FF8F57;
    border-right: 1px solid #FF8F57;
}
.exam.ele .course .c ul li span::first-letter {
    font-size: 2rem;
    letter-spacing: .1em;
}

.exam.ele .course .c > section > div {
    padding-top: 3rem;
}
.exam.ele .course .c  > section > div > img {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.exam.ele .course .c  > section > div > img:first-child {
    width: 35%;
    margin-right: 5%;
}
.exam.ele .new {
    background-color: #FFEDDE;
}
.exam.ele .new .swiper {
    margin-right: -1.6rem;
}
.exam.ele .new .swiper-slide {
    padding: 1.2rem;
    background-color: #FFF9ED;
    height: auto;
    border-radius: 3px;
}
.exam.ele .new .class h5 {
    margin: .2em 0 0;
    color: var(--main-orange);
}
.exam.ele .new .class p {
    font-size: 1.2rem;
    font-weight: 400;
}
.exam.ele .others .swiper-slide {
    background-color: #fff;
}
.exam.ele .others .ryugaku div {
    overflow-x: scroll;
    margin: 0 -1.6rem 0;
    padding: 0 1.6rem 1.6rem;
}
.exam.ele .others .ryugaku div img {
    width: 150%;
    max-width: 150%;
    background-color: #fff;
}




@media screen and (min-width: 1024px) {
    .exam.ele .course > section.c {
        margin-right: -6rem;
        padding: 5rem 1.6rem 6rem 9rem;
    }
    .exam.ele .course > section.c h3 {
        font-size: 4.8rem;
    }
    .exam.ele .course > section.c h3 + div {
        display: flex;
        justify-content: flex-start;
        gap: 3%;
        margin-bottom: 2rem;
    }
    .exam.ele .course > section.c h3 + div img {
        width: 46%;
        aspect-ratio: 1.3;
        object-fit: cover;
    }
    .exam.ele .course .c p.lead {
        font-size: 3rem;
        margin: .5em 0;
    }
    .exam.ele .course .c p {
        color: #fff;
        font-size: 1.5rem;
        font-weight: 400;
    }

    .exam.ele .course .c > section ul {
        padding: 2rem 1.6rem;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .exam.ele .course .c ul li {
        font-size: 1.1rem;
        margin: 1em auto;
        padding-left: 5.1rem;
        width: 42%;
    }
    .exam.ele .course .c > section > div {
        text-align: center;
    }
    .exam.ele .course .c > section > div > img:first-child {
        width: 12%;
        margin-right: 5%;
    }
    .exam.ele .course .c > section > div > img {
        width: 18%;
        vertical-align: top;
        margin-right: 50%;
    }
    .exam.ele .course .c > section > div > img + p {
        font-size: 1.1rem;
        padding-left: 23%;
        width: 88%;
        text-align: left;
        margin-top: -5rem;
    }

    .exam.ele main > section:not(.top).new {
        padding: 10rem 6rem;
    }
    .exam.ele main > section > h3 {
        font-size: 3.4rem;
        line-height: 2;
    }
    .exam.ele main > section.new > section {
        width: 80%;
    }
    .exam.ele main > section.new > section p {
        font-size: 1.2rem;
    }
    
    .exam.ele main > section.new > section {
        font-size: 1rem;
    }
    .exam.ele .others .ryugaku div {
        overflow-x: auto;
    }
    .exam.ele .others .ryugaku div img {
        width: 80%;
    }
}

.footer-wrapper {
    background-color: var(--bg-orange);
    padding: 6rem 1.6rem 4rem;
    background-image: url(/assets/img/exam/ele2025/heart.svg);
    background-size: 120%;
    background-repeat: no-repeat;
}
.footer-wrapper h3, 
.footer-wrapper p{
    color: #fff;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 2;
}

.footer-wrapper > a,
.footer-wrapper > ul a {
    color: #fff;
    background-color: var(--sub-orange);
    text-align: center;
}
.footer-wrapper > a::after,
.footer-wrapper > ul a::after {
    content: "";
    display: inline-block;
    background-image: url(/assets/img/exam/ele2025/Arrow.webp);
    background-size: cover;
    width: .8em;
    height: .8em;
    margin-left: .3em;
}
.footer-wrapper > a {
    width: 100%;
    padding: .8em 1em;
    margin: 2em 0;
    display: block;
}
.footer-wrapper > ul {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.footer-wrapper > ul li {
}
.footer-wrapper > ul li a {
    font-size: 1.3rem;
    padding: .3em 1em;
    font-weight: 500;
}
.footer-wrapper h2 {
    color: #fff;
    font-size: 1.6rem;
    margin-top: 4rem;
}
.footer-wrapper p.address{
    font-size: 1.4rem;
}
.footer-wrapper p.address a {
    font-size: 1.2rem;
    border-bottom: 1px solid #fff;
}

@media screen and (min-width: 1024px) {
    .footer-wrapper {
        padding: 6rem 6rem 4rem;
    }
}