@charset "UTF-8";
    
    /* Component
       ----------------------------------------------------------------- */

    .c_breadcrumb {
        margin: 10px 40px 20px;
    }

    .c_breadcrumb li {
        display: inline-block;
        position: relative;
        padding-right: 20px;
        margin-right: 5px;
        font-family: neue-haas-unica, sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.05em;
    }

    .c_breadcrumb li:after {
        content: "";
        position: absolute;
        right: 0;
        top: 11px;
        width: 10px;
        height: 1px;
        background: #000;
        transform: rotate(-45deg);
    }

    .c_breadcrumb li:last-child:after {
        display: none;
    }

    .c_breadcrumb li a {
        font-size: 12px;
        color: #000;
    }

    .c_breadcrumb li span {
        font-size: 12px;
        color: #68ceda;
    }

    @media screen and (max-width: 768px) {

        .c_breadcrumb {
            display: none;
        }

    }

    .c_page_ttl {
        display: none;
    }

    @media screen and (max-width: 768px) {

        .c_page_ttl {
            display: block;
            padding: 0 50px
        }

        .c_page_ttl img {
            zoom: 0.8;
        }
    }

    .c_menu_close {
        position: fixed;
        top: 50px;
        right: 50px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .c_menu_close span::before,
    .c_menu_close span::after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 84%;
        height: 2px;
        margin: -8% 0 0 -42%;
        background: #fff;
    }

    .c_menu_close span::before {
        transform: rotate(-45deg);
    }

    .c_menu_close span::after {
        transform: rotate(45deg);
    }

    .c_readmore_btn {
        text-align: right;
    }

    .c_readmore_btn a {
        display: inline-block;
        padding: 9px 20px 8px;
        text-align: center;
        border: 2px solid #fff;
        -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
        -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
        -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
        -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
        transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    }

    .c_readmore_btn a {
        /*color: rgba(255, 255, 255, 1);
        box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 2px inset;*/
    }

    .c_readmore_btn a:hover {
        color: rgba(0, 0, 0, 1);
        box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 25px inset;
        opacity: 1;
    }

    .c_readmore_btn a span {
        display: block;
        font-size: 16px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    @media screen and (max-width: 1200px) {

        .c_readmore_btn a span {
            display: block;
            font-size: 1.3vw;
        }

    }

    @media screen and (max-width: 960px) {

        .c_readmore_btn a {
            padding: 6px 8px 6px;
        }

        .c_readmore_btn a span {
            font-size: 2.3vw;
        }

    }

    @media screen and (max-width: 480px) {

        .c_readmore_btn a span {
            font-size: 3.3vw;
        }

    }

    .c_readmore_l {
        margin: 8% 0 14%;
    }

    .c_readmore_l a {
        display: block;
        width: 172px;
        margin: 5% auto 0;
    }

    .c_readmore_l img {
        width: 100%;
    }

    @media screen and (max-width: 480px) {

        .c_readmore_l a {
            width: 120px;
        }

    }

    .c_contact_btn input {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 49px;
        color: #fff;
        font-size: 14px;
        background-color: #292929;
        background-image: url(../../images/common/icon_send.png);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 96% center;
        border: 0;
        border-radius: 2px;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        appearance: button;
        border: none;
        box-sizing: border-box;
        cursor: pointer;
        transition-duration: 0.3s;
    }

    .c_contact_btn input:hover {
        opacity: 0.7;
    }

    .c_more_btn {
        padding: 0 2%;
    }

    .c_more_btn a {
        display: block;
        padding: 18px;
        text-align: center;
        border: 1px solid #fff;
    }

    .c_more_btn a span {
        display: block;
        font-size: 18px;
    }

    @media screen and (max-width: 1400px) {

        .c_more_btn a span {
            font-size: 1.5vw;
        }

    }

    @media screen and (max-width: 960px) {

        .c_more_btn a {
            padding: 14px;
        }

        .c_more_btn a span {
            font-size: 2.8vw;
        }

    }

    .c_back_btn {

    }

    .c_back_btn a {
        position: relative;
        display: inline-block;
        padding-right: 50px;
    }


    .c_back_btn a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 5px;
        width: 11px;
        height: 15px;
        margin-top: -6px;
        background: url(../../images/common/icon_back.png) no-repeat;
        background-size: 100%;
    }

    .c_back_btn a span {
        display: block;
        font-size: 14px;
        white-space: nowrap;
    }

    @media screen and (max-width: 960px) {

        .c_back_btn {
            padding: 0 5%;
        }

        .c_back_btn a {
            display: block;
            padding: 14px;
            border: 1px solid #fff;
            text-align: center;
        }

        .c_back_btn a:after {
            right: auto;
            top: 50%;
            left: 15px;
            margin-top: -7px;
            transform: rotate(180deg);
        }

        .c_back_btn a span {
            font-size: 2.8vw;
        }

    }

    .c_back_top {
        position: fixed;
        width: 30px;
        height: 30px;
        bottom: 50px;
        right: 50px;

    }

    .c_back_top a span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .c_back_top a span::before{
        position: absolute;
        content: "";
        top: 0;
        left: 50%;
        width: 100%;
        height: 100%;
        margin-left: -50%;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .c_back_top a span::after{
        position: absolute;
        content: "";
        top: 10px;
        left: 50%;
        width: 100%;
        height: 100%;
        margin-left: -50%;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .c_back_top.pink a span:after,
    .c_back_top.pink a span:before {
        border-top: 1px solid #ff0084;
        border-right: 1px solid #ff0084;
    }

    .c_back_top.yellow a span:after,
    .c_back_top.yellow a span:before {
        border-top: 1px solid #fedc00;
        border-right: 1px solid #fedc00;
    }

    .c_back_top.blue a span:after,
    .c_back_top.blue a span:before {
        border-top: 1px solid #2fd2bf;
        border-right: 1px solid #2fd2bf;
    }

    .c_back_top.blue02 a span:after,
    .c_back_top.blue02 a span:before {
        border-top: 1px solid #35a0e4;
        border-right: 1px solid #35a0e4;
    }

    .c_back_top.white a span:after,
    .c_back_top.white a span:before {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    @media screen and (max-width: 960px) {

        .c_back_top {
            position: fixed;
            width: 22px;
            height: 22px;
            bottom: 15px;
            right: 30px;

        }

    }
