@charset "utf-8";
#header .headerBtn .loginLink:hover{
    z-index: 2;
}
body{
    background:#f7fffa;
}
/*-----------------------------------------------
    secBgVideo
-----------------------------------------------*/
.secBgVideo{
    max-width: calc((100% - var(--widthMenuBase) ) + 1rem);
    width: calc(100% + 1rem);
    height: 100%;
    position: fixed;
    top: 0;
    right: -0.5rem;
    transition: .5s ease-out;
    z-index: -1;
}
.secBgVideo.active{
    filter: blur(10px);
    opacity: 0.6;
}
.secBgVideo video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
@media only screen and (max-width:1215px){
    .secBgVideo{
        max-width: calc(100% + 3px);
        width: calc(100% + 2rem);
    }
}
@media only screen and (max-width:767px){
    .secBgVideo{
        max-width: none;
        right: -2rem;
        top: 12%;
    }
    .secBgVideo.active{
        filter: blur(3px);
    }
    .secBgVideo .inVideo {
        position: relative;
        width: 100%;
        height: 105vw;
        max-height: 42rem;
    }
    .secBgVideo .inVideo:after{
        position: absolute;
        bottom: -109px;
        left: 0;
        width: 100%;
        height: 150px;
        background: linear-gradient(to bottom, #f7fffa, transparent);
        content: "";
    }
    .secBgVideo video{
        top: -3.8rem;
    }
}

/*-----------------------------------------------
    boxTop
-----------------------------------------------*/
.boxTop .boxFv {
    width: 100%;
    aspect-ratio: 1460 / 600;
    background: url(../img/member/bgFv.jpg) no-repeat center / cover;
    border-radius: 2rem 0 0 2rem;
    overflow: hidden;
    margin-bottom: 14rem;
}
.boxTop .boxFvInner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 58%;
    padding: 5.5rem 0 5.5rem 13.2rem;
    box-sizing: border-box;
}
.boxTop .titTop{
    font-size: var(--pcFS30);
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 2rem;
}
.boxTop .txtTop{
    font-size: var(--pcFS12);
    line-height: var(--pcLH12_28);
    letter-spacing: 0.04em;
    margin-bottom: 3rem;
}
.boxTop .imgFvLogo {
    width: 20rem;
}
.boxTop .boxMerit{
    display: flex;
    align-items: center;
    margin: 4rem auto 8rem;
    gap: 3rem;
}
.boxTop .boxMerit .item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 3rem * 2) / 3);
    background: var(--whiteColor);
    padding: 11rem 5rem 5rem;
    border-radius: 2rem;
    position: relative;
}
.boxTop .boxMerit .item .img{
    width: 12rem;
    height: 12rem;
    border-radius: 100%;
    position: absolute;
    top: -3rem;
    left: calc(50% - 6rem);
}
.boxTop .boxMerit .txt{
    font-size: var(--pcFS20);
    line-height: var(--pcLH20_32);
    letter-spacing: 0.04em;
    font-weight: bold;
    text-align: center;
}
.boxTop .boxOther{
    text-align: center;
}
.boxTop .otherTxt{
    font-size: var(--pcFS24);
    letter-spacing: 0.04em;
    text-align: center;
    border-bottom: 1px solid var(--textColor);
    display: inline-block;
}

@media only screen and (max-width:1215px){
    .boxTop .boxFv {
        aspect-ratio: auto;
        min-height: 20rem;
        max-width: 40rem;
        width: 100%;
        margin-bottom: 0;
        border-radius: 0;
        background-position: right center;
        background: url(../img/member/bgFv_sp.jpg) center center / cover no-repeat;
    }
    .boxTop .boxFvInner {
        max-width: 40rem;
        width: 100%;
        height: 100%;
        min-height: 20rem;
        padding: 0 9%;
        box-sizing: border-box;
    }
    .boxTop .titTop{
        font-size: var(--spFS20);
        line-height: 1.4;
        margin-bottom: 0.5rem;
    }
    .boxTop .imgFvLogo {
        width: 6rem;
    }
    .boxTop .boxFvTxt {
        padding: 2.5rem 0 0;
    }
    .boxTop .boxFvTxt .txtTop {
        font-size: var(--spFS11);
        line-height: var(--spLH11_19);
        letter-spacing: 0;
    }
    .boxTop .boxMerit{
        margin: 2rem auto 3rem;
        flex-direction: column;
        gap: 1rem;
        width: 85.51%;
    }
    .boxTop .boxMerit .item{
        flex-direction: row;
        align-items: center;
        padding: 1.5rem 2rem;
        width: 100%;
        justify-content: flex-start;
        gap: 1rem;
        border-radius: 1rem;
    }
    .boxTop .boxMerit .item .img {
        width: 4rem;
        height: 4rem;
        flex-shrink: 0;
        position: static;
    }
    .boxTop .boxMerit .txt {
        font-size: var(--spFS12);
        line-height: var(--spLH12_20);
        letter-spacing: 0;
        text-align: left;
    }
    .boxTop .otherTxt {
        font-size: var(--spFS15);
        letter-spacing: 0;
        display: inline;
        line-height: var(--spLH15_30);
        font-weight: bold;
    }
}




.secFormTable tr.hope {
    width: 100%;
    height: 8rem;
    background: var(--greenColor);
    color: var(--whiteColor);
    font-size: var(--pcFS18);
    font-weight: bold;
    padding: 0;
    margin: 10rem 0 0;
}
.secFormTable td.hopeTd {
    padding: 0;
    width: 100%;
    height: 100%;
}
.secFormTable .boxHope {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.secFormTable .txthope {
    font-size: var(--pcFS16);
}
.secFormTable .txtIn {
    font-size: var(--pcFS16);
    flex-shrink: 0;
}
.secFormTable .areaList {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.secFormTable .areaMain {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.secFormTable .labelList02 .boxOther {
    width: 100%;
}
.secFormTable .boxCheck.is_row .txt {
    font-weight: normal;
}
@media only screen and (max-width:1215px) {
    .secFormTable tr.hope {
        box-sizing: border-box;
        height: 5rem;
        font-size: var(--spFS14);
        letter-spacing: 0;
        width: 40rem;
        margin: 4rem calc(50% - 20rem) 0;
    }
    .secFormTable td.hopeTd {
        width: 100%;
        max-width: none;
    }
    .secFormTable .txthope {
        font-size: var(--spFS14);
    }
    .secFormTable .txtIn {
        font-size: var(--spFS12);
    }
    .secFormTable .areaList {
        gap: 1.5rem;
    }
    .secFormTable .labelList02 {
        margin-left: 1rem;
    }
    .secFormTable .hopeAccordion:not(.is-closed) tr.hope+tr {
        padding-top: 3rem;
    }
}
@media only screen and (max-width:400px) {
    .secFormTable tr.hope {
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        height: 5rem;
        font-size: var(--spFS14);
        letter-spacing: 0;
        margin: 4rem calc(50% - 50vw) 0;
    }
}

.boxNotice{
    margin: 5rem auto 7rem;
    padding: 6rem 6rem;
    background: var(--bgNoticeColor);
}
.boxNotice .txtWrapper{
    display: flex;
    align-items: center;
}
.boxNotice .tit{
    font-size: var(--pcFS18);
    letter-spacing: 0.04em;
    line-height: var(--pcLH18_32);
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--redColor);
    text-align: center;
}
.boxNotice .txt{
    font-size: var(--pcFS12);
    line-height: var(--pcLH12_16);
}
.boxNotice .txt .circle{
    font-size: var(--pcFS16);
}
.boxNotice .txt + .txt{
    margin-top: 1rem;
}
@media only screen and (max-width:1215px) {
    .boxNotice{
        margin: 3rem auto 3rem;
        padding: 2rem 2rem;
    }
    .boxNotice .tit{
        font-size: var(--spFS12);
        letter-spacing: 0;
        line-height: var(--spLH12_20);
        margin-bottom: 0;
    }
    .boxNotice .txtWrapper {
        display: flex;
        display: inline-block;
    }
    .boxNotice .txt {
        font-size: var(--spFS11);
        line-height: var(--spLH11_16);
    }
    .boxNotice .txt .circle {
        font-size: var(--pcFS16);
        position: relative;
        top: 2px;
    }
}