@charset "utf-8";
body{
    background: none;
}
.wrapper1000{
    width: 1000px;
    margin: 0 auto;
}
.hideBox{display: none!important;}
@media only screen and (max-width:767px){
    .wrapper1000{
        width: 100%;
    }
    .wrapperSp{
        width: 92%;
    }
}
#container {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
#main{
    overflow: hidden;
}


/* secTop */
.secTop{
    position: relative;
    height: 500px;
    background: url(../img/2025_junior/bgTop.jpg) center top / cover no-repeat;
}
.secTop .wrapperTop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    padding-top: 500px;
}
.secTop .topTxt,
.secTop .iconTop {
    position: absolute;
    bottom: 0;
}
.secTop .iconTop{
    left: -230px;
}
.secTop .topTxt {
    transition-delay: .4s;
}
#header,
.secTop .iconTop {
    transition-delay: 1.1s;
}
.secOutline .listbox {
    transition-delay: 1.7s;
}
.secTop .topTxt{
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-weight: bold;
}
.secTop .imgTit {
    margin-top: 40px;
}
@media only screen and (max-width:767px){
    .secTop{
        height: 450px;
        background: url(../img/2025_junior/bgTopSp.jpg) center top / cover no-repeat;
    }
    .secTop .wrapperTop {
        padding-top: 450px;
    }
    .secTop .iconTop{
        width: 169px;
        left: -4.3%;
    }
    .secTop .topTxt{
        align-items: flex-end;
    }
    .secTop .imgTop {
        width: 79.714%;
        margin: 0 auto;
    }
    .secTop .imgTit {
        width: 72.468%;
        margin: 30px 10px 0 auto;
    }
}

/* secInner */
.secInner{
    overflow: hidden;
    position: relative;
    padding: 80px 0 0;
    background-color: #f8f8f8;
    z-index: 0;
}
@media only screen and (max-width:767px){
    .secInner{
        padding: 40px 0 0;
    }
}


/* secOutline */
.secOutline{
    position: relative;
}
.secOutline .listbox{
    width: 100%;
}
.secOutline .listbox .list{
    padding-bottom: 1px;
}
.secOutline .listbox .tit{
    font-size: 15px;
    line-height: 1.5;
    background: #fdffed;
    border: 1px solid #dedede;
    vertical-align: middle;
    text-align: left;
    width: 230px;
    padding-left: 27px;
    letter-spacing: 1px;
}
.secOutline .listbox .txt{
    background: #fff;
    border: 1px solid #dedede;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1.5px;
    padding: 24px 27px;
    width: calc(100% - 231px);
}
.secOutline .listbox a:not(.link){
    color: inherit;
    text-decoration: none;
}
.secOutline .listbox .link{
    color: #0581e5;
    display: inline-block;
    letter-spacing: 0;
}
.secOutline .txtIn + .txtIn{
    margin-top: 10px;
}
.secOutline .txtIn .txtIn{
    display: inline-block;
    margin-left: 16px;
}
.secOutline .txtNum{
    display: flex;
}
.secOutline .txtNum .num{
    display: inline-block;
}
@media only screen and (max-width:767px){
    .secOutline .listbox .list .tit{
        font-size: 12px;
        width: 100%;
        padding: 11px 19px;
        font-weight: bold;
        letter-spacing: 0;
        display: block;
    }
    .secOutline .listbox .list .txt{
        font-size: 12px;
        line-height: 1.67;
        letter-spacing: 0;
        padding: 12px 19px;
        width: 100%;
        display: block;
        border-top: none;
    }
    .secOutline .listbox .list:not(:last-child) .txt{
        border-bottom: none;
    }
    .secOutline .txtIn + .txtIn{
        margin-top: 10px;
    }
}


/* boxBtn */
.boxBtn{
    width: 540px;
    margin: 80px auto 0;
}
.boxBtn .link{
    width: 100%;
    height: 110px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: inherit;
}
.boxBtn .link + .link{
    margin-top: 100px;
}
.boxBtn .linkL{
    font-size: 24px;
    border-radius: 30px;
    background-color: #ffea00;
    box-shadow: 0 -1px 0 0 #e5d200 inset;
    text-decoration: none;
}
.boxBtn .linkS{
    width: 55.556%;
    height: 80px;
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #0581e5;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0 -1px 0 0 #e5e5e5 inset;
}
@media only screen and (max-width:767px){
    .boxBtn{
        width: 100%;
        margin: 30px auto 0;
    }
    .boxBtn .link{
        width: 245px;
        height: 60px;
    }
    .boxBtn .link + .link{
        margin-top: 30px;
    }
    .boxBtn .linkL{
        font-size: 16px;
        border-radius: 15px;
    }
    .boxBtn .linkS{
        width: 175px;
        height: 60px;
        font-size: 12px;
        letter-spacing: 1px;
        border-radius: 15px;
        padding-bottom: 3px;
    }
}