/*@ sourceURL=css/event-news.css */
@charset "utf-8";
/* ------------------------------------------ */
/* event-news CSS */
/* ------------------------------------------ */

/* page-sign-area */
.page-sign-area {
}

.page-sign-area .mainsign-container {
    height: 440px;
    position: relative;
}

.page-sign-area .mainsign-container:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0,0,0,0.65);
}

.page-sign-area .mainsign-container .ms-logo {
    display: block;
    position: absolute;
    z-index: 1;
    top: 70px;
    left: 6.5%;
}

.page-sign-area .mainsign-container .ms-logo .logo {
    display: block;
    width: 352px;
    height: 48px;
    box-sizing: border-box;
    position: relative;
}
.page-sign-area .mainsign-container .ms-logo .logo:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 3.8px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.28s ease;
}
.page-sign-area .mainsign-container .ms-logo .logo:hover {
    background-color: rgba(255,255,255,0.1);
}
.page-sign-area .mainsign-container .ms-logo .logo:hover:after {
    opacity: 0;
}
.page-sign-area .mainsign-container .ms-logo .logo img {
    display: block;
    width: 352px;
    height: 48px;
    position: absolute;
}

.page-sign-area .mainsign-container .page-title {
    display: table;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.page-sign-area .mainsign-container .page-title .pt-wrap {
    display: block;
    position: relative;
    padding-top: 55px;
}

.page-sign-area .mainsign-container .page-title .pt-wrap .main-ttl {
    display: table;
    line-height: 1;
    margin: 0 auto;
}

.page-sign-area .mainsign-container .page-title .pt-wrap .main-ttl .text {
    display: block;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #fff;
    font-weight: 700;
}

.page-sign-area .mainsign-container .page-title .pt-wrap .jp-ttl {
    display: table;
    margin: 0 auto;
    line-height: 1;
    padding-top: 8px;
}

.page-sign-area .mainsign-container .page-title .pt-wrap .jp-ttl .text {
    display: block;
    line-height: 1;
    letter-spacing: 0.01em;
    font-weight: 400;
    color: #fff;
}

.page-sign-area .mainsign-container .page-title .pt-wrap .num {
    display: table;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0px;
    opacity: 0.3;
}

.page-sign-area .mainsign-container .page-title .pt-wrap .num img {
}

@media (max-width: 768px) {
    .page-sign-area .mainsign-container {
        height: 280px;
    }

    .page-sign-area .mainsign-container .ms-logo {
        /* top: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); */
    }
    .page-sign-area .mainsign-container .ms-logo .logo {
        width: 250px;
        height: 34px;
    }
    .page-sign-area .mainsign-container .ms-logo .logo img {
        width: 250px;
        height: 34px;
    }
    
    .page-sign-area .mainsign-container .page-title {
        margin-top: 20px;
    }

    .page-sign-area .mainsign-container .page-title .pt-wrap {
        padding-top: 40px;
    }
    
    .page-sign-area .mainsign-container .page-title .pt-wrap .num {
        top: 0px;
    }
    
    .page-sign-area .mainsign-container .page-title .pt-wrap .num img {
    width: 70px;
    height: 50px;
    }
}

@media (max-width: 600px) {
    .page-sign-area .mainsign-container .ms-logo {
        display: none;
    }
    .page-sign-area .mainsign-container .page-title {
        margin-top: 0;
    }
}



/* c-header
---------------------------------*/
.c-header {
}

.c-header .category-wrap {
}

.c-header .category-wrap .cate-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
}

.c-header .category-wrap .cate-list .cate {
    margin: 0 40px 20px;
}

.c-header .category-wrap .cate-list .cate a {
    display: block;
}

.c-header .category-wrap .cate-list .cate a .text {
    display: block;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    transition: all 0.28s ease;
}

.c-header .category-wrap .cate-list .cate.active a .text,
.c-header .category-wrap .cate-list .cate:hover a .text {
    color: #00a0e8;
}

@media (max-width: 768px) {
    .c-header .category-wrap .cate-list .cate {
        margin: 0 5% 20px;
    }
}




/* sec-news
---------------------------------*/
#sec-news {
    background: url("../img/home/sec-news-Bg.jpg") no-repeat center bottom;
    background-size: cover;
    position: relative;
    z-index: 3;
}

#sec-news .sec-wrap {
    position: relative;
    width: 94%;
    margin: 0 auto;
}

#sec-news .sec-title {
    display: table;
    line-height: 1;
    margin: 0 auto;
}

#sec-news .sec-title .text {
    display: block;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #fff;
}

#sec-news .sec-contents {
    width: 100%;
    max-width: 1162px;
    margin: 0 auto;
    padding-bottom: 500px;
    position: relative;
}

#sec-news .sec-contents .news-wrap {
    width: calc(100% + 7.6%);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3.8%;
}

#sec-news .sec-contents .news-wrap .no-records {
    display: block;
    margin: 0 auto;
    text-align: center;
}
#sec-news .sec-contents .news-wrap .no-records .text {
    display: block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}

#sec-news .sec-contents .news-wrap .n-box {
    width: 50%;
    padding: 0 3.8% 4.6%;
}

#sec-news .sec-contents .news-wrap .n-box .c-wrap {
    display: flex;
    position: relative;
    background-color: #fff;
}

#sec-news .sec-contents .news-wrap .n-box .c-wrap .n-image {
    display: block;
    width: 50%;
    overflow: hidden;
}

#sec-news .sec-contents .news-wrap .n-box .c-wrap .n-image img {
    transition: .3s ease-in-out;
    transform: scale(1);
    height: 100%;
}

#sec-news .sec-contents .news-wrap .n-box .c-wrap:hover .n-image img {
    transform: scale(1.05);
}

#sec-news .sec-contents .news-wrap .n-box .c-wrap .n-text {
    width: 50%;
    padding: 4% 4% 4% 8%;
    display: flex;
    align-items: center;
}

#sec-news .sec-contents .news-wrap .n-box .c-wrap .n-text .text {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.5;
    font-weight: 600;
}

#sec-news .sec-contents .news-wrap .n-box .c-wrap .n-cate {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 30px;
    background-color: #000;
    text-align: center;
    margin-left: -45px;
}
#sec-news .sec-contents .news-wrap .n-box .c-wrap .n-cate .text {
    display: block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    transform: scale(1.3, 1);
}

#sec-news .sec-contents .news-wrap .n-box .c-wrap .n-cate img {
    display: block;
    width: auto;
}

#sec-news .sec-contents .list-nav {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto;
}

#sec-news .sec-contents .list-nav a {
    display: flex;
    align-items: center;
    color: #fff;
    line-height: 1;
    padding: 0 5px 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #fff;
}

#sec-news .sec-contents .list-nav a .arrow {
    display: block;
    line-height: 1;
    transition: all 0.28s ease;
}

#sec-news .sec-contents .list-nav a.back .arrow {
    padding-right: 30px;
}
#sec-news .sec-contents .list-nav a.next .arrow {
    padding-left: 30px;
}
#sec-news .sec-contents .list-nav a.back:hover .arrow {
    transform: translateX(-5px);
}
#sec-news .sec-contents .list-nav a.next:hover .arrow {
    transform: translateX(5px);
}

#sec-news .sec-contents .list-nav a .text {
    display: block;
    line-height: 1;
    font-weight: 700;
}

#sec-news .sec-item01 {
    display: block;
    position: absolute;
    top: -190px;
    right: -10%;
    z-index: 1;
}

#sec-news .sec-item01 img {
    width: 217px;
    height: auto;
}

@media (max-width: 1024px) {
    #sec-news .sec-contents {
        padding-bottom: 270px;
    }

    #sec-news .sec-contents .news-wrap {
        width: calc(100% + 5.6%);
        margin: 0 -2.8%;
    }

    #sec-news .sec-contents .news-wrap .n-box {
        width: 50%;
        padding: 0 2.8% 4.6%;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap {
        display: flex;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-image {
        width: 50%;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-text {
        width: 50%;
        padding: 5% 9%;
        /* display: flex; */
        /* align-items: center; */
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-text .text {
        line-height: 1.5;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-cate {
        width: 135px;
        height: 30px;
        margin-left: -45px;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-cate .text {
        font-size: 16px;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-cate img {
        width: auto;
    }

    #sec-news .sec-num {
        left: 3.9%;
        top: -0.4%;
    }

    #sec-news .sec-num img {
        width: 100px;
        height: 71px;
    }

    #sec-news .sec-item01 {
        top: -170px;
        right: 0;
    }

    #sec-news .sec-item01 img {
        width: 180px;
        height: auto;
    }
}

@media (max-width: 768px) {
    #sec-news .sec-contents {
        padding-bottom: 200px;
    }

    #sec-news .sec-contents .news-wrap {
        width: 100%;
        margin: 0;
        display: block;
    }

    #sec-news .sec-contents .news-wrap .n-box {
        width: 100%;
        padding: 0 0 4.6%;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap {
        display: flex;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-image {
        width: 35%;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-text {
        width: 65%;
        padding: 3% 8%;
        /* display: flex; */
        /* align-items: center; */
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-text .text {
        line-height: 1.5;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-cate {
        width: 120px;
        height: 30px;
        margin-left: -125px;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-cate .text {
        font-size: 16px;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-cate img {
        width: auto;
    }

    #sec-news .sec-contents .list-nav {
        width: 300px;
    }
    
    #sec-news .sec-contents .list-nav a {
        padding: 0 5px 13px;
    }
    
    #sec-news .sec-contents .list-nav a.back .arrow {
        padding-right: 15px;
    }
    #sec-news .sec-contents .list-nav a.next .arrow {
        padding-left: 5px;
    }

    #sec-news .sec-item01 {
        top: -150px;
        right: 0;
    }

    #sec-news .sec-item01 img {
        width: 150px;
        height: auto;
    }
}

@media (max-width: 480px) {
    #sec-news .sec-contents {
        padding-bottom: 200px;
    }

    #sec-news .sec-contents .news-wrap {
        width: 100%;
        margin: 0;
        display: block;
    }

    #sec-news .sec-contents .news-wrap .n-box {
        width: 100%;
        padding: 0 0 4.6%;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap {
        display: flex;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-image {
        width: 35%;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-text {
        width: 65%;
        padding: 3% 5% 3% 12%;
        /* display: flex; */
        /* align-items: center; */
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-text .text {
        line-height: 1.5;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-cate {
        width: 80px;
        height: 20px;
        margin-left: -70px;
    }
    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-cate .text {
        font-size: 14px;
    }

    #sec-news .sec-contents .news-wrap .n-box .c-wrap .n-cate img {
        width: 60px;
    }

    #sec-news .sec-num {
        left: 3.9%;
        top: -0.4%;
    }

    #sec-news .sec-num img {
        width: 60px;
        height: auto;
    }

    #sec-news .sec-item01 {
        top: -90px;
        right: 0;
    }

    #sec-news .sec-item01 img {
        width: 100px;
        height: auto;
    }
}