@charset "utf-8";
.fs-l-main {
    margin-top: 120px;
}
.fs-l-pageMain {
    
}
.fs-l-pageMain .pc { display: block;}
.fs-l-pageMain .sp { display: none;}
.fs-l-pageMain a:hover {
    color: initial;
}
.fs-l-pageMain .about a:hover {
    color: #608DC0;
}

.about {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
}
.about .inner {
    max-width: 980px;
    width: 94%;
    margin: 0 auto;
}
.about .c-red {
    color: #fd0000;
}
.about .btn_area {
    text-align: right;
}
.about .btn_area.tal-c {
    text-align: center;
}
.about .btn_area .btn_arrow {
    border: 1px solid #333333;
    padding: 1em 70px 1em 1em;
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #333333;
    transition: all 0.5s;
}
.about .btn_area .btn_arrow:hover {
    opacity: 0.5;
    transition: all 0.5s;
}
.about .btn_area .btn_arrow::after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    aspect-ratio: 102 / 16;
    background: url("https://gekkeikan.itembox.design/item/cc_common/img/list_btn.png") no-repeat center center;
    background-size: cover;
    top: 50%;
    right: 10px;
    transform: translateY( -50% );
}

/* about-header */
.about .about-header {
    margin-top: 100px;
    margin-bottom: 30px;
}
.about .about-header h1 {
    font-size: 30px;
    text-align: center;
}
.about .about-header .subttl {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
}
.about .about-header .subttl .fnt-b {
    font-size: 22px;
    margin-left: 2px;
    margin-right: 2px;
}

/* about-index.pc */
.about .about-index-dummy {
    width: 0px;
    height: 0px;
}
.about .about-index.pc {
    position: sticky;
    top: 120px;
    background-color: #fff;
    z-index: 9;
    padding: 10px 0 20px;
    transition: all .8s;
    /* transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); */
}
.about .about-index.pc .about-index-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}
.about .about-index.pc .about-index-item {
    width: calc( ( 100% - 80px ) / 5 );
    position: relative;
    border: 1px solid #00693e;
}
.about .about-index.pc .about-index-item::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top:   2px solid #00693e;
    border-right: 2px solid #00693e;
    position: absolute;
    right: -13px;
    top: calc( 50% - 3px );
    transform: rotate( 45deg );
}
.about .about-index.pc .about-index-item:last-of-type::after {
    display: none;
}
.about .about-index.pc .about-index-item:hover {
    background-color: #f1fcf8;
}
.about .about-index.pc .about-index-item a {
    text-align: center;
    display: block;
    padding: 15px 0 15px;
}
.about .about-index.pc .about-index-item .ttl {
    color: #00693e;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.about .about-index.pc .about-index-item .subttl {
    color: #00693e;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.about .about-index.pc .about-index-item .item-icon {
    width: 35%;
    max-width: 68px;
    margin: 5px auto 0;
    aspect-ratio: 1 / 1;
    background: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon1_off.png") no-repeat center center;
    background-size: cover;
}
.about .about-index.pc .about-index-item .item-icon img {
    width: 100%;
}
/* minimum */
.about .about-index.pc.minimum {
    padding: 10px 20% 10px;
}
.about .about-index.pc.minimum .about-index-item .ttl {
    font-size: 15px;
    margin-bottom: 3px;
}
.about .about-index.pc.minimum .about-index-item .subttl {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 3px;
}
.about .about-index.pc.minimum .about-index-item .item-icon {
    width: 40%;
    margin: 3px auto 0;
}

/* about-index-item status:active */
.about .about-index.pc .about-index-item.active {
    background-color: #00693e;
}
.about .about-index.pc .about-index-item.active .ttl ,
.about .about-index.pc .about-index-item.active .subttl {
    color: #fff;
}
/* pc icon list */
.about .about-index.pc .about-index-item.active .item-icon {
    /* background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon1_off.png"); */
}
.about .about-index.pc .about-index-item:nth-of-type(1) .item-icon {
    background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon1_off.png");
}
.about .about-index.pc .about-index-item:nth-of-type(2) .item-icon {
    background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon2_off.png");
}
.about .about-index.pc .about-index-item:nth-of-type(3) .item-icon {
    background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon3_off.png");
}
.about .about-index.pc .about-index-item:nth-of-type(4) .item-icon {
    background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon4_off.png");
}
.about .about-index.pc .about-index-item:nth-of-type(5) .item-icon {
    background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon5_off.png");
}
.about .about-index.pc .about-index-item.active:nth-of-type(1) .item-icon {
    background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon1_on.png");
}
.about .about-index.pc .about-index-item.active:nth-of-type(2) .item-icon {
    background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon2_on.png");
}
.about .about-index.pc .about-index-item.active:nth-of-type(3) .item-icon {
    background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon3_on.png");
}
.about .about-index.pc .about-index-item.active:nth-of-type(4) .item-icon {
    background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon4_on.png");
}
.about .about-index.pc .about-index-item.active:nth-of-type(5) .item-icon {
    background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon5_on.png");
}



/* about-flow */
.about .about-flow {
    margin-top: 50px;
}
.about .about-flow .ttl {
    font-size: 24px;
    padding: .5em 2em;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 30px 0;
}

/* about-step */
.about .about-step {
    padding-top: 300px;
    margin-top: -300px;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 20px;
}
.about .about-step .step_ttl {
    background-color: #333333;
    padding: 1.5em 2em;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.about .about-step .step_ttl .step_number {
    font-size: 17px;
    padding-right: 2em;
    border-right: 2px solid #fff;
    margin-right: 2em;
}
.about .about-step .step_ttl .step_txt {
    font-size: 22px;
    margin-right: 0.6em;
    line-height: 1;
}
.about .about-step .step_ttl .icon {
    width: 30px;
}
.about .about-step .step_ttl .icon img {
    width: 100%;
}
.about .about-step .desc_txt {
    margin: 20px 0;
}
/* acrd */
.about .about-step .about-acrd {

}
.about .about-step .about-acrd .about-acrd-ttl {
    border-left: 2px solid #00693e;
    background-color: #f5f5f5;
    position: relative;
    margin-bottom: 20px;
}
.about .about-step .about-acrd .about-acrd-ttl .txt {
    padding: 1em 2em;
    cursor: pointer;
}
.about .about-step .about-acrd .about-acrd-cnts {
    padding: 30px 35px;
}
.about .about-step .about-acrd .about-acrd-cnts .subttl {
    border-left: 2px solid #00693e;
    padding: 0 1em;
    margin-bottom: 2em;
}
.about .about-step .about-acrd .about-acrd-cnts .subttl a {
    text-decoration: underline;
}
.about .about-step .about-acrd .about-acrd-cnts .img_frame {
    margin-bottom: 2em;
}
.about .about-step .about-acrd .about-acrd-cnts .img_frame img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border: 2px solid #ccc;
}
.about .about-step .about-acrd .about-acrd-cnts .btn_area {
    margin-bottom: 2em;
}
.about .about-step .about-acrd .about-acrd-cnts .about-mark-under-arrow {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.about .about-step .about-acrd .about-acrd-cnts .about-mark-under-arrow .arrow_img {
    width: 12px;
    aspect-ratio: 12 / 79;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX( -50% );
}

.about .about-step .about-acrd .about-acrd-cnts .step_img {
    width: 100%;
}
.about .about-step .about-acrd .about-acrd-cnts .priv {
    padding: 1.5em;
    border: 1px solid #00693e;
    position: relative;
    color: #00693e;
    display: block;
    margin: 0 auto 20px;
    max-width: 50em;
    width: 100%;
}
.about .about-step .about-acrd .about-acrd-cnts .priv .priv_ttl {
    position: absolute;
    top: -0.9em;
    left: 50%;
    transform: translateX( -50% );
    display: inline-block;
    background-color: #fff;
    padding: 0.2em 0.5em 0;
    font-size: 120%;
}
.about .about-step .about-acrd .about-acrd-cnts .priv .priv_txt {
    text-align: center;
    font-size: 15px;
}
.about .about-step .about-acrd .about-acrd-cnts .priv .priv_txt .fnt-b {
    font-weight: bold;
}

.about .about-step .etc_contact {
    padding-top: 20px;
}
.about .about-step .etc_contact_txt {
    margin: 30px 0 20px;
    text-align: center;
}

/* acrd close */
.about .about-step .about-acrd .about-acrd-ttl .acrd-status {
    position: absolute;
    top: 50%;
    right: 6em;
    transform: translateY( -50% );
    width: 4em;
    height: 1em;
    cursor: pointer;
}
.about .about-step .about-acrd .about-acrd-ttl .acrd-status:before {
    content: "開く";
    width: 3em;
}
.about .about-step .about-acrd .about-acrd-ttl .acrd-status .mark {
    width: 16px;
    height: 16px;
    border-radius: 100vh;
    background-color: #00693e;
    position: absolute;
    top: 50%;
    transform:translateY( -50% );
    right: -10px;
}
.about .about-step .about-acrd .about-acrd-ttl .acrd-status .mark::before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX( -50% ) translateY( -50% );
}
.about .about-step .about-acrd .about-acrd-ttl .acrd-status .mark::after {
    content: "";
    width: 1px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX( -50% ) translateY( -50% );
}

/* acrd open */
.about .about-step .about-acrd .about-acrd-ttl.active .acrd-status::before {
    content: "閉じる";
    width: 3em;
}
.about .about-step .about-acrd .about-acrd-ttl.active .acrd-status .mark::after {
    display: none;
}








@media  (max-width: 840px) {
    .fs-l-main {
        margin-top: 60px;
    }
    .fs-l-footer {
        padding-bottom: 80px;
    }
    .fs-l-pageMain .pc { display: none;}
    .fs-l-pageMain .sp { display: block;}

    .about {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
        padding-top: 30px;
    }
    .about .inner {
        width: 100%;
        margin: 0 auto;
    }
    .about .btn_area .btn_arrow {
        padding: 1em 40px 1em 1em;
    }
    .about .btn_area .btn_arrow::after {
        width: 18px;
        aspect-ratio: 18 / 8;
        background: url("https://gekkeikan.itembox.design/item/cc_common/img/list_btn_sp.png") no-repeat center center;
        background-size: cover;
    }

    .about .about-step {
        padding-top: 70px;
        margin-top: -50px;
    }

    .about .about-header {
        margin-top: 0;
    }

    .about .about-flow {
        margin-top: 0;
    }
    .about .about-flow .ttl {
        font-size: 18px;
        padding: 0.5em 0.5em;
        margin: 10px 0;
    }

    /* about-index.sp */
    .about .about-index.sp {
        position: static;
        top: none;
        background-color: #fff;
        z-index: 1;
        padding: 10px 0 20px;
        transition: all .5s;
    }
    .about .about-index.sp .about-index-list {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0;
        width: 90%;
        margin: 0 auto;
    }
    .about .about-index.sp .about-index-item {
        width: auto;
        position: static;
        border: 1px solid #00693e;
        margin: 0 10px;
        padding: 10px 5px;
    }
    .about .about-index.sp .about-index-item::after {
        display: none;
    }
    .about .about-index.sp .about-index-item:last-of-type::after {
        display: none;
    }
    .about .about-index.sp .about-index-item a {
        text-align: center;
        display: block;
    }
    .about .about-index.sp .about-index-item .ttl {
        color: #00693e;
        font-weight: bold;
        font-size: 18px;
    }
    .about .about-index.sp .about-index-item .subttl {
        color: #00693e;
        font-size: 14px;
    }
    .about .about-index.sp .about-index-item .item-icon {
        width: 50%;
        max-width: 50px;
        margin: 5px auto;
        aspect-ratio: 1 / 1;
        background: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon1_off.png") no-repeat center center;
        background-size: cover;
    }
    .about .about-index.sp .about-index-item .item-icon img {
        width: 100%;
    }
    /* icon list */
    .about .about-index.sp .about-index-item:nth-of-type(1) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon1_off.png");
    }
    .about .about-index.sp .about-index-item:nth-of-type(2) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon2_off.png");
    }
    .about .about-index.sp .about-index-item:nth-of-type(3) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon3_off.png");
    }
    .about .about-index.sp .about-index-item:nth-of-type(4) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon4_off.png");
    }
    .about .about-index.sp .about-index-item:nth-of-type(5) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon5_off.png");
    }

    /* slick style */
    .about .about-index.sp .about-index-list .slick-prev {
        left: -10px;
        z-index: 9;
    }
    .about .about-index.sp .about-index-list .slick-prev::before {
        content: "";
        width: 10px;
        height: 10px;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        transform: rotate( -45deg );
        display: block;
    }
    .about .about-index.sp .about-index-list .slick-next {
        right: -16px;
        z-index: 9;
    }
    .about .about-index.sp .about-index-list .slick-next::before {
        content: "";
        width: 10px;
        height: 10px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate( 45deg );
        display: block;
    }
    /* about-index-item status:active */
    .about .about-index.sp .about-index-item.active {
        background-color: #00693e;
    }
    .about .about-index.sp .about-index-item.active .ttl ,
    .about .about-index.sp .about-index-item.active .subttl {
        color: #fff;
    }
    .about .about-index.sp .about-index-item.active .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon1_off.png");
    }


    .about .about-step .step_ttl {
        padding: 1em 1em;
    }
    .about .about-step .step_ttl .icon {
        width: 25px;
    }
    .about .about-step .step_ttl .step_number {
        font-size: 16px;
        padding-right: 1em;
        margin-right: 1em;
    }
    .about .about-step .step_ttl .step_txt {
        font-size: 17px;
    }
    .about .about-step .about-acrd .about-acrd-ttl .txt {
        padding: 1em 4em 1em 1em;
    }
    .about .about-step .about-acrd .about-acrd-ttl .acrd-status {
        right: 0;
        height: 2.5em;
        text-align: center;
        font-size: 12px;
    }
    .about .about-step .about-acrd .about-acrd-ttl .acrd-status .mark {
        top: 1.3em;
        right: 50%;
        transform: translateX( 50% );
        width: 14px;
        height: 14px;
    }
    .about .about-step .about-acrd .about-acrd-ttl .acrd-status .mark::before {
        width: 7px;
        height: 1px;
    }
    .about .about-step .about-acrd .about-acrd-ttl.active .acrd-status .mark::after {
        width: 1px;
        height: 7px;
    }

    .about .about-step .about-acrd .about-acrd-cnts {
        padding: 20px 15px;
    }
    .about .about-step .about-acrd .about-acrd-cnts .btn_area {
        text-align: center;
    }

    .about .about-step .about-acrd .about-acrd-cnts .about-mark-under-arrow {
        position: static;
        padding-top: 0;
    }
    .about .about-step .about-acrd .about-acrd-cnts .about-mark-under-arrow .arrow_img {
        position: static;
        margin: 0 auto;
        width: 8px;
    }
    .about .about-step .about-acrd .about-acrd-cnts .priv {
        padding: 1.5em 0.7em;
    }
    .about .about-step .about-acrd .about-acrd-cnts .priv .priv_ttl {
        font-size: 110%;
    }
    .about .about-step .about-acrd .about-acrd-cnts .priv .priv_txt {
        font-size: 14px;
    }
    .about .about-step .about-acrd .about-acrd-cnts .priv .priv_txt .fnt-b {

    }
    .about .about-step .about-acrd .about-acrd-cnts .exc_area {
        margin-top: -1.5em;
        margin-bottom: 2em;
    }
    .about .about-step .etc_contact_txt {
        margin: 0 0 20px;
    }

    .under_flow {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9;
        width: 100%;
        height: 80px;
        border-top: #cdcdcd;
        border-bottom: #cdcdcd;
        background-color: #f5f5f5;
    }
    .under_flow .under_flow_list {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0;
    }
    .under_flow .under_flow_list .under_flow_item {
        width: calc( ( 100% - 0px ) / 5);
        position: relative;
        height: 80px;
        background-color: #f5f5f5;
        padding-left: 15px;
    }
    .under_flow .under_flow_list .under_flow_item:first-of-type {
        padding-left: 0;
    }
    .under_flow .under_flow_list .under_flow_item a {
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 1px;
    }
    .under_flow .under_flow_list .under_flow_item::after {
        content: "";
        position: absolute;
        top: 0;
        right: -15px;
        width: 16px;
        height: 80px;
        background: url("https://gekkeikan.itembox.design/item/about/images_new/undermenu_arw_gray.svg") no-repeat right top;
        background-size: cover;
        z-index: 9;
    }
    .under_flow .under_flow_list .under_flow_item:last-of-type:after {
        display: none;
    }
    .under_flow .under_flow_list .under_flow_item .item-icon {
        width: auto;
        height: 30px;
        margin: 10px auto 5px;
        aspect-ratio: 1 / 1;
        background: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon1_off.png") no-repeat center center;
        background-size: cover;
    }
    /* icon list */
    .under_flow .under_flow_list .under_flow_item:nth-of-type(1) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon1_off.png");
    }
    .under_flow .under_flow_list .under_flow_item:nth-of-type(2) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon2_off.png");
    }
    .under_flow .under_flow_list .under_flow_item:nth-of-type(3) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon3_off.png");
    }
    .under_flow .under_flow_list .under_flow_item:nth-of-type(4) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon4_off.png");
    }
    .under_flow .under_flow_list .under_flow_item:nth-of-type(5) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon5_off.png");
    }
    .under_flow .under_flow_list .under_flow_item.active:nth-of-type(1) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon1_on.png");
    }
    .under_flow .under_flow_list .under_flow_item.active:nth-of-type(2) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon2_on.png");
    }
    .under_flow .under_flow_list .under_flow_item.active:nth-of-type(3) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon3_on.png");
    }
    .under_flow .under_flow_list .under_flow_item.active:nth-of-type(4) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon4_on.png");
    }
    .under_flow .under_flow_list .under_flow_item.active:nth-of-type(5) .item-icon {
        background-image: url("https://gekkeikan.itembox.design/item/about/images_new/step_icon5_on.png");
    }

    .under_flow .under_flow_list .under_flow_item .subttl {
        text-align: center;
        font-size: 10px;
        color: #00693e;
    }
    /* active */
    .under_flow .under_flow_list .under_flow_item.active {
        background-color: #00693e;
    }
    .under_flow .under_flow_list .under_flow_item.active::after {
        background: url("https://gekkeikan.itembox.design/item/about/images_new/undermenu_arw_green.svg") no-repeat right top;
    }
    .under_flow .under_flow_list .under_flow_item.active .subttl {
        color: #fff;
    }

}

@media (min-width: 1px) and (max-width: 767px){
    .gotop.fixed {
        bottom: 14%;
    }
}
@media (min-width: 768px) and (max-width: 840px) {
    .gotop.fixed {
        bottom: 100px;
    }
}

