@charset "UTF-8";

/* --- Global Settings --- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@font-face {
    font-family: "Oswald";
    src: url('/camp/numberless_student/index4/font/Oswald-Bold.woff') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --Text-Primary-main: #96C31D;
    --Text-Primary-sub: #7DA21A;
    --Text-Accent: #F05C22;
    --Text-Main: #0F0F0F;
    --Text-Sub-1: #666666;
    --Text-Sub-2: #E4E4E4;
    --Text-Sub-3: #FFFFFF;

    --A-MAIN-BLACK: #26160B;

    --bg-Primary-main: #96C31D;
    --bg-Primary-sub: #8AB21E;
    --bg-Accent: #F05C22;
    --bg-Black: #0F0F0F;
    --bg-White: #FFFFFF;
    --bg-Gray-main: #F1F5F4;
    --bg-Gray-sub: #D4DEDB;
}

body{
    font-family: "Zen Kaku Gothic New", sans-serif;
}

/* --- common --- */

main {
    overflow: hidden;
    background-color: #0082D5;
}

img {
    width: 100%;
}

a:hover {
    opacity: 0.7;
}


.aC{
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.colar_type01{
    color: #006CB3 !important;
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none !important;
    }
}
@media screen and (min-width: 769px) {
    .sp-only {
        display: none !important;
    }
}


/* --- kv --- */
.kv {
    position: relative;
}

.kv_inr {
    position: relative;
}

.kv_inr .btnp{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 80px;
}

.kv_main {
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 850px) {
    .kv {
        position: relative;
    }

    .kv_inr {
        position: relative;
    }

    .kv_inr .btnp{
        bottom: 20px;
        right: -10px;
        width: 120px;
    }

    .kv_main {
        max-width: 55.55vw;
        max-width: 800px;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .kv_main > img {
        display: block;
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }

}


/* --- cta --- */
.cta {
    background-color: #D1EEFF;
}

.cta_inr {
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px 0 20px;
}


/* --- footer --- */
footer {
    padding: 7px;
    background-color: #0082D5;
}

.footer-copyright {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    margin-top: 0;
}



/* new */

.pc_image{
    display: none;
}

hr{
    color: #D1EEFF;
    margin: 20px 0;
}

p{
    font-size: 16px;
    margin-top: 10px;
}

.mt0{
    margin-top: 0 !important;
}

.mt8{
    margin-top: 8px;
}

.mt16{
    margin-top: 16px;
}

.mt24{
    margin-top: 24px;
}

.mt32{
    margin-top: 32px;
}

.mt40{
    margin-top: 40px;
}

.mb0{
    margin-bottom: 0 !important;
}

.mb16{
    margin-bottom: 16px;
}

a.link-anchor{
    position: relative;
    color: #0082D5;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #0082D5;
    padding-right: 15px;
}
a.link-anchor:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    background: #006CB3;
    position: absolute;
    top: calc(50% - 8px);
    right: -3px;
  }
  a.link-anchor:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    background: #fff;
    position: absolute;
    top: calc(50% - 10px);
    right: -3px;
    z-index: 2;
}


.btntype01{
    border-radius: 75px;
    border: 1px solid #006CB3;
    box-shadow: 0px 2px 8px 0px rgba(0, 49, 85, 0.15);
    color: #006CB3;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 12px 40px;
    background-color: #fff;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 16px;
    line-height: 1.25;
}
.btntype01:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    background: #006CB3;
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
  }
.btntype01:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    background: #fff;
    position: absolute;
    top: calc(50% - 8px);
    right: 22px;
    z-index: 2;
}

.btntype01 span{
    font-size: 14px;
}


ul.list-annotation li {
    font-size: 12px;
    font-weight: 500;
    color: #4D4D4D;
    padding-left: 15px;
    text-indent: -15px;
    line-height: 1.5;
}
ul.list-annotation li:before {
    content: "※ ";
}

ul.list-number {
    counter-reset: listnum;
	list-style: none;
    margin-bottom: 16px;
}
ul.list-number li {
    font-size: 16px;
    font-weight: 500;
    color: #242424;
    padding-left: 18px;
    text-indent: -18px;
    margin-bottom: 8px;
    line-height: 1.57;
}
ul.list-number li:before {
    counter-increment: listnum;
	content: counter(listnum) ".";
	padding-right: 9px;
	vertical-align: middle;
	font-size: 16px;
}
ul.list-number.nmuber03 li:before {
	content: "3.";
}

ul.list-number li span{
    color: #0074E8;
    text-decoration: underline;
}

@media screen and (min-width: 769px) {
    .btnarea{
        display: flex;
        justify-content: center;
        gap: 40px;
    }
    
    .btntype01{
        width: 360px;
    }

    .pc_image{
        display: block;
    }
    .sp_image{
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .mt8_sp{
        margin-top: 8px;
    }

    .mt16_sp{
        margin-top: 16px;
    }
    .mt40_sp{
        margin-top: 40px;
    }

}

/* cta_area */

.cta_inr {
    background: url(/camp/passcase/naga-den/img/img_bg01_sp.png) no-repeat center right;
    background-position: center bottom;
    background-size: contain;
}

.cta_area{
    border-radius: 15px;
    background-color: #fff;
    padding: 32px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 130, 213, 0.25);
    margin: 40px auto 0 auto;
}
.cta_area h2{
    font-size: 22px;
    color: #006CB3;
    line-height: 140%;
    font-weight: 700;
}

.cta_area .s_amount{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}
.cta_area .s_amount dt{
    border: 1px solid #E5342E;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    color: #E5342E;
    padding: 5px 8px;
}
.cta_area .s_amount dd{
    font-size: 48px;
    color: #E5342E;
    line-height: 32px;
    font-weight: 700;
}
.cta_area .s_amount dd .text_s{
    font-size: 24px;
    line-height: 120%;
}
.cta_area .s_amount dd .text02_s{
    font-size: 14px;
    line-height: 120%;
}

.cta_area p{
    line-height: 1.6;
    color: #242424;
    font-weight: 500;
}


@media screen and (min-width: 769px) {
    .cta_inr {
        padding: 40px 0 0 0;
        background: url(/camp/passcase/naga-den/img/img_bg01.png) no-repeat center right;
        background-position: center bottom;
        background-size: contain;    
    }

    .cta_area{
        border-radius: 40px;
        max-width: 960px;
        margin: 24px auto 0 auto;
    }
}


.main-cont{
    margin-top: 60px;
}

.link-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap:15px;
}
.link-list li{
    border-bottom:1px solid #fff ;
    width: 42.7%;
    padding-bottom: 9px;
}
.link-list li:hover{
    opacity: 0.7;
}

.link-list li a{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: block;
}
.link-list li a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    background: #fff;
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
  }
  .link-list li a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    background: #0082D5;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    z-index: 2;
}


@media screen and (min-width: 769px) {
    .link-list {
        gap: 32px;
    }
    .link-list li{
        border-bottom:1px solid #fff ;
        width: 196px;
        padding-bottom: 7.5px;
    }

}



/* main-cont-item */

.main-cont-item{
    margin: 0 auto;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 60px 20px;
}

.bg-type01{
    background-color: #fff;
}
.bg-type02{
    background-color: #D1EEFF;
}

.bg-img01{
    background-image: url(/camp/passcase/naga-den/img/img_passcade_bg02_sp.svg),  url(/camp/passcase/naga-den/img/img_passcade_bg_03.png);
    background-repeat:no-repeat,repeat;
    background-position:right bottom,left ;
}


.main-cont-item h2{
    font-size: 40px;
    line-height: 1.4;
    letter-spacing:2px;
    font-weight: 700;
    color: #006CB3;
    text-align: center;
}
.main-cont-item h2 span{ 
    font-size: 20px;
    display: block;
}

.main-cont-item h3{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #006CB3;
    text-align: center;
    margin-bottom: 16px;
}

.main-cont-item .sub-text{
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.6;
}

.main-cont-item .step_area .step-box{
    position: relative;
}
.main-cont-item .step_area .step-box:last-child{
    position: static;
}

.main-cont-item .step_area .step-box > div{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

.main-cont-item .step_area .icon-step{
    text-align: center;
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #006CB3;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}
.main-cont-item .step_area .icon-step span{
    font-size: 13px;
}
.main-cont-item .step_area img.pl80{
    padding-left: 80px;
}

.main-cont-item .step_area .title-step{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin-top: 0;
}

@media screen and (min-width: 769px) {
    .main-cont-item h2{
        margin-bottom: 32px;
    }

    .main-cont-item .step_area{
        display: flex;
        gap: 32px;
    }

    .main-cont-item .step_area .step-box{
        width: 272px;
        position: relative;
    }
    .main-cont-item .step_area .step-box:last-child{
        position: static;
    }
    .main-cont-item .step_area .step-box::after{
        position: absolute;
        top: 9%;
        border-top: 2px dashed #006CB3;
        content: '';
        width: 22vw;
        right: -13vw;
    }
    .main-cont-item .step_area .step-box:last-child::after{
        display: none;
    }

    .main-cont-item .step_area .step-box > div{
        display: inline;
        margin-top: 0;
    }

    .main-cont-item .step_area .icon-step{
        margin: 0 auto;
    }

    .main-cont-item .step_area .title-step{
        margin-top: 16px;
        margin-bottom: 16px;    
        height: 61.6px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.2vw;
    }

    .main-cont-item .step_area img.pl80{
        padding-left: 0;
    }

    .main-cont section{
        max-width: 960px;
        margin: 0 auto;
    }

    .main-cont-item{
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        padding: 60px 40px;
    }

    .bg-img01{
        background-image: url(/camp/passcase/naga-den/img/img_passcade_bg02_pc.svg),  url(/camp/passcase/naga-den/img/img_passcade_bg_03.png);
        background-repeat:no-repeat,repeat;
        background-position:right bottom,left ;
    }
}

@media screen and (min-width: 960px) {
    .main-cont-item .step_area .step-box::after {
        position: absolute;
        top: 9%;
        width: 14.5rem;
        border-top: 2px dashed #006CB3;
        content: '';
        right: -131px;
    }
    .main-cont-item .step_area .title-step{
        font-size: 22px;
    }
}


@media screen and (max-width: 768px) {
    .main-cont-item .step_area .step-box::after{
        position: absolute;
        top: 68px;
        height: 53vw;
        border-left: 2px dashed #006CB3;
        content: '';
        left: 32px;
    }
    .main-cont-item .step_area .step-box:last-child::after{
        display: none;
    }
}


details[open] .contentarea {
    content-visibility: unset;
 }

details summary:hover {
    opacity: 0.7;
}
details[open] summary:hover {
    opacity: 1;
}


details::details-content{
    transition:
    height 0.4s,
    opacity 0.4s,
    content-visibility 0.4s allow-discrete;
    max-height: 0;
    height: 0;
    opacity: 0;
    overflow: clip;

}

details[open]::details-content {
    opacity: 1;
}

@supports (interpolate-size: allow-keywords) {
    :root {
        interpolate-size: allow-keywords;
      }
   details[open]::details-content{
        max-height: 2500px;
        height: auto;
    }
}
@supports not (interpolate-size: allow-keywords) {
    details[open]::details-content {
      overflow-y: scroll;
      max-height: 2500px;
      height: auto;
    }
  }



#how_use details {
    margin-top: 60px;
}

#how_use details summary{
    color: #006CB3;
    font-size: 18px;
    font-weight: 700;
    border-top:1px solid #006CB3;
    border-bottom:1px solid #006CB3;
    background-color: #F4FBFF;
    padding:20px 24px;
    cursor: pointer;
    display: block;
    position: relative;
}
#how_use details[open] summary{
    border-bottom:none;
}

#how_use details summary::marker{
    list-style: none;
}

#how_use details summary::after,
#how_use details summary::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    background-color: #006CB3;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}
#how_use details summary::after{
    transform: rotate(-180deg);
}
#how_use details summary::before{
    transform: rotate(-90deg);
}

#how_use details[open] summary::after,
#how_use details[open] summary::before{
    transform: rotate(0deg);
}

#how_use details .contentarea{
    background-color: #F4FBFF;
    padding: 0 20px 24px 20px;
    border-bottom:1px solid #006CB3;
}
#how_use details .contentarea h3{
    font-size: 22px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 16px;
    text-align: left;
}
#how_use details .contentarea h3 span{
    font-size: 16px;
    font-weight: 900;
    color: #006CB3;
}

.contentarea-step_area .textbox p{
    line-height: 1.6;
    color: #242424;
}

@media screen and (min-width: 769px) {
    #how_use details .contentarea{
        padding: 0 40px 16px 40px;
    }

    #how_use details .contentarea h3{
        margin-bottom: 24px;
    }

    .contentarea-step_area{
        display: flex;
        justify-content: space-between;
        gap: 40px;
        margin-bottom: 40px;
    }

    .contentarea .contentarea-step_area:last-child{
        margin-bottom: 0;
    }

    .contentarea-step_area .textbox{
        width: 380px;
    }
    .contentarea-step_area .imgbox{
        width: 360px;
    }
}


.availablesection_area{
    width: 100%;
    overflow-x: auto;
    margin: 0 auto;
}
.availablesection_area img{
    width: 800px;
}

.text-scroll{
    text-align: center;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 500;
    color: #4D4D4D;
}

@media screen and (min-width: 769px) {
    .availablesection_area{
        overflow-x: auto;
        margin: 0 auto;
        max-width: 800px;
    }

    .text-scroll{
        display: none;
    }
}



.facility_area{
    display: flex;
    flex-wrap: wrap;
    gap:16px;
    justify-content: center;
}

.facility_area .facilitybox{
    border: 1px solid #006CB3;
    border-radius: 12px;
}
.facility_area .facilitybox-title{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 12px;
    background-color: #006CB3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.facility_area .facilitybox-content{
    padding: 16px 14px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.facility_area .facilitybox-content dl{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 8px;
}
.facility_area .facilitybox-content dl dt{
    background-color: #006CB3;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 1.5px 9px;
    min-width: 48px;
}
.facility_area .facilitybox-content dl dd{
    color: #242424;
    font-size: 18px;
    font-weight: 700;
}
.facility_area .facilitybox-content dl dd .t_type01{
    font-size: 16px;
    font-weight: 500;
}
.facility_area .facilitybox-content dl dd .t_type02{
    font-size: 12px;
    font-weight: 500;
}

.facility_area .facilitybox-content p .t_type02{
    font-size: 12px;
    font-weight: 500;
}


@media screen and (min-width: 769px) {

    .facility_area{
        gap:1.5vw;
        justify-content: flex-start;
    }

    .facility_area .facilitybox{
        width: 31.479%;
    }

}

#qa details{
    margin-bottom: 12px;
}
summary::-webkit-details-marker {
    display: none;
}



#qa details summary{
    color: #242424;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    padding:20px;
    cursor: pointer;
    position: relative;
    display: block;
    border-radius: 16px;
    box-shadow: 0px 2px 8px 0px rgba(0, 49, 85, 0.15);
}
#qa details[open] summary{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#qa details summary::marker{
    list-style: none;
}
#qa details summary::after{
    background: url(/camp/passcase/naga-den/img/icon_q.png) no-repeat center right;
    position: absolute;
    background-size: contain;
    content: " ";
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
}
#qa details summary span{
    position: relative;
    display: block;
    padding-left: 42px;
    padding-right: 20px;
}

#qa details summary span::after,
#qa details summary span::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    background-color: #000;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}
#qa details summary span::after{
    transform: rotate(-180deg);
}
#qa details summary span::before{
    transform: rotate(-90deg);
}

#qa details[open] summary span::after,
#qa details[open] summary span::before{
    transform: rotate(0deg);
}

#qa details .contentarea{
    background-color: #fff;
    padding: 6px 20px 20px 62px;
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#qa details .contentarea::after{
    background: url(/camp/passcase/naga-den/img/icon_a.png) no-repeat center right;
    position: absolute;
    background-size: contain;
    content: " ";
    width: 32px;
    height: 32px;
    top:6px;
    left: 20px;
}

#qa details .contentarea p{
    font-weight: 500;
    font-size: 14px;
    color: #242424;
    line-height: 1.6;
}
#qa details .contentarea p:first-child{
    margin-top: 0;
}

#qa details .contentarea .list-annotation{
    margin-top: 10px;
}

.floatbnrWrap{
    width: 80px;
    position: fixed;
    right: 10px;
    bottom: 110px;
    z-index: 9;
}

@media screen and (min-width: 769px) {
    .floatbnrWrap{
        width: 120px;
        position: fixed;
        right: calc(30% - 120px);
        bottom: 10px;
        z-index: 9;
    }
}