@charset "utf-8";

.f00_main {
    display: flex;
}

.secret-data {
    display: none;
}

.left-contents {
    width: 75%;
}

.right-contents {
    width: 25%;
}

.tng-topics {
    margin: 0 2% 1%;
    padding: 2%;
    box-sizing: border-box;
    background-color: white;
}

.tng-topics>div:nth-of-type(1) {
    margin: 0 1em;
    border-bottom: .1em solid rgba(0, 130, 0, 1);
    display: flex;
}

.tng-topics>div:nth-of-type(1) span {
    background-color: rgba(0, 130, 0, 1);
    display: block;
    width: 1em;
}

.tng-topics>div:nth-of-type(1) p {
    margin: 0;
    text-indent: .5em;
    font-size: 2vw;
    font-family: "hiraginokakugoW7";
}

.tng-topics>div:nth-of-type(2) {
    width: 100%;
    padding: 1% 2% 0;
    box-sizing: border-box;
}

.tng-topics>div:nth-of-type(2) a {
    display: flex;
}

.tng-topics>div:nth-of-type(2) .tng1 {
    width: 50%;
}

.tng1-img {
    width: 100%;
    height: 25vw;
    background-position: center;
    background-size: 110%;
    background-repeat: no-repeat;
    transition: .8s;
}

.tng1-img:hover {
    background-size: 115%;
    opacity: .8;
}

.tng-topics>div:nth-of-type(2) .news-00 {
    height: 10vw;
    padding: .5em;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.tng1 .t-news03 {
    font-size: 1.2vw;
}

.tng1 .t-news02>h1 {
    font-size: 2vw;
    word-break: keep-all;
    margin: 0 0 .5em .5em;
    text-indent: -0.5em;
    font-family: "hiraginokakugoW7";
}

.tng1 .news-02>h1.long-name {
    font-size: 1.2vw;
    line-height: 1.2;
}


.tng-topics ul {
    width: 100%;
    margin: .5em auto;
    padding: 0;
    box-sizing: border-box;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.tng-topics li {
    width: 30%;
    margin: .5em auto;
    box-sizing: border-box;
    text-align: left;
}

.tng-topics li p {
    margin: 0;
}

.tng-topics li a>div:nth-of-type(1) {
    width: 100%;
    height: 15vw;
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    transition: .8s;
}

.tng-topics li a>div:nth-of-type(1):hover {
    background-size: 115%;
    opacity: .8;
}

.tng-topics li .news-00 {
    height: 10vw;
    padding: .5em;
    margin-top: -5vw;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
}

.tng-topics li .t-news03 {
    color: white;
    font-size: .9vw;
}

.tng-topics li .t-news02>h1 {
    color: white;
    font-size: 1.4vw;
    word-break: keep-all;
    margin: 0 0 .5em .5em;
    text-indent: -0.5em;
    font-family: "hiraginokakugoW7";
}

.tng-topics li .news-02>h1.long-name {
    font-size: 1vw;
    line-height: 1.2;
}

.tng-topics li .t-news04>p {
    color: white;
    font-size: .8vw;
    margin: 0;
    text-indent: 1em;
}

.tng-topics li .news-fade {
    position: relative;
    width: 100%;
    height: 2.5em;
    margin-top: -2.5em;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7), rgba(0, 0, 0, 1));
}

/*----------- もっと見るボタン ------------*/
.more-news {
    width: 100%;
    display: flex;
    justify-content: right;
    font-family: "hiraginokakugoW7";
}

.more-news a {
    display: flex;
    font-size: 1.5vw;
}

.more-news p:nth-of-type(1) {
    margin: 0 .5em 0 0;
}

.more-news p:nth-of-type(2) {
    margin: 0 2em 0 0;
}

/*-----------------------------------------------
------------      サイトコンテンツ    --------------
------------------------------------------------*/
.topics-set {
    width: 95%;
    margin: 0 auto 1em;
    padding: 5%;
    box-sizing: border-box;
    background-color: white;
}

.topics-set>div:nth-of-type(1) {
    margin: 0;
    border-bottom: .1em solid rgba(0, 0, 130, 1);
    display: flex;
}

.topics-set>div:nth-of-type(1) span {
    background-color: rgba(0, 0, 130, 1);
    display: block;
    width: 1em;
}

.topics-set>div:nth-of-type(1) p {
    margin: 0;
    text-indent: .5em;
    font-size: 2vw;
    font-family: "hiraginokakugoW7";
}


.topics-set a {
    text-decoration: none;
    color: white;
}

.topics-set ul {
    list-style: none;
    padding: 0;
    font-size: 1.5vw;
    text-shadow:
        #000 .1vw .1vw 0,
        #000 -.1vw .1vw 0,
        #000 .1vw -.1vw 0,
        #000 -.1vw -.1vw 0,
        #000 .1vw 0 0,
        #000 -.1vw 0 0,
        #000 0 .1vw 0,
        #000 0 -.1vw 0;
    font-family: "hiraginokakugoW7";
}

.topics-set li {
    height: 3em;
    margin: .5em 0 1em;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 150% 30%;
}

.topics-set li p {
    margin: 0 0 0 1.5em;
    text-indent: -.5em;
    line-height: 1.1;
}

.topics-set li div {
    height: 3em;
    align-content: center;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3), black, black);
}

.topics-set li:nth-of-type(1) {
    background-image: url(../../02_int/img/02_02_img/logo07.png);
}

.topics-set li:nth-of-type(1) div {
    background: linear-gradient(to left, rgba(230, 150, 30, 0), rgba(230, 150, 30, 1));
}

.topics-set li:nth-of-type(2) {
    background-image: url(../../02_int/img/02_02_img/logo01.png);
}

.topics-set li:nth-of-type(2) div {
    background: linear-gradient(to left, rgba(80, 180, 130, 0), rgba(80, 180, 130, .8));
}

.topics-set li:nth-of-type(3) {
    background-image: url(../../02_int/img/02_02_img/logo02.png);
}

.topics-set li:nth-of-type(3) div {
    background: linear-gradient(to left, rgba(220, 220, 70, 0), rgba(220, 220, 70, .8));
}

.topics-set li:nth-of-type(4) {
    background-image: url(../../02_int/img/02_02_img/logo03.png);
}

.topics-set li:nth-of-type(4) div {
    background: linear-gradient(to left, rgba(100, 150, 210, 0), rgba(100, 150, 210, .8));
}

.topics-set li:nth-of-type(5) {
    background-image: url(../../02_int/img/02_02_img/logo04.png);
}

.topics-set li:nth-of-type(5) div {
    background: linear-gradient(to left, rgba(200, 80, 100, 0), rgba(200, 80, 100, .8));
}

.topics-set li:nth-of-type(6) {
    background-image: url(../../02_int/img/02_02_img/logo05.png);
}

.topics-set li:nth-of-type(6) div {
    background: linear-gradient(to left, rgba(130, 50, 130, 0), rgba(130, 50, 130, .8));
}

.topics-set li:nth-of-type(7) {
    background-image: url(../../02_int/img/02_02_img/logo06.png);
}

.topics-set li:nth-of-type(7) div {
    background: linear-gradient(to left, rgba(210, 10, 20, 0), rgba(210, 10, 20, .8));
}

.sns-link {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.sns-link a {
    padding: 0;
}

.sns-link img {
    width: 25%;
    margin: 0 2.5%;
    border-radius: .5em;
}


/*--------------------------------------------------------------------------------
　最大サイズ到達時に適用
----------------------------------------------------------------------------------*/

@media screen and (min-device-width: 1040px) {

    .f00_main {
        width: 1000px;
    }

    .tng-topics>div:nth-of-type(1) p {
        font-size: 20px;
    }

    .tng-topics>div:nth-of-type(2) .news-00 {
        height: 100px;
    }

    .tng1-img {
        height: 250px;
    }

    .tng1 .t-news03 {
        font-size: 12px;
    }

    .tng1 .t-news02>h1 {
        font-size: 20px;
    }

    .tng1 .news-02>h1.long-name {
        font-size: 12px;
    }

    .tng-topics li .news-00 {
        height: 100px;
        margin-top: -50px;
    }

    .tng-topics li a>div:nth-of-type(1) {
        height: 150px;
    }

    .tng-topics li .t-news03 {
        font-size: 9px;
    }

    .tng-topics li .t-news02>h1 {
        font-size: 14px;
    }

    .tng-topics li .news-02>h1.long-name {
        font-size: 10px;
    }

    .tng-topics li .t-news04>p {
        font-size: 8px;
    }

    /*----------- もっと見るボタン ------------*/
    .more-news p {
        font-size: 15px;
    }

    /*-----------------------------------------------
------------      サイトコンテンツ    --------------
------------------------------------------------*/

    .topics-set>div:nth-of-type(1) p {
        font-size: 20px;
    }

    .topics-set ul {
        font-size: 15px;
        text-shadow:
            #000 1px 1px 0,
            #000 -1px 1px 0,
            #000 1px -1px 0,
            #000 -1px -1px 0,
            #000 1px 0 0,
            #000 -1px 0 0,
            #000 0 1px 0,
            #000 0 -1px 0;
    }
}

/*--------------------------------------------------------------------------------
　最大サイズ到達時に適用
----------------------------------------------------------------------------------*/

@media screen and (min-device-width: 1921px) {

    .f00_main {
        width: 1280px;
    }

    .tng-topics>div:nth-of-type(1) p {
        font-size: 25.6px;
    }

    .tng-topics>div:nth-of-type(2) .news-00 {
        height: 128px;
    }

    .tng1-img {
        height: 320px;
    }

    .tng1 .t-news03 {
        font-size: 15.36px;
    }

    .tng1 .t-news02>h1 {
        font-size: 25.6px;
    }

    .tng1 .news-02>h1.long-name {
        font-size: 15.36px;
    }

    .tng-topics li .news-00 {
        height: 128px;
        margin-top: -64px;
    }

    .tng-topics li a>div:nth-of-type(1) {
        height: 192px;
    }

    .tng-topics li .t-news03 {
        font-size: 11.52px;
    }

    .tng-topics li .t-news02>h1 {
        font-size: 17.92px;
    }

    .tng-topics li .news-02>h1.long-name {
        font-size: 12.8px;
    }

    .tng-topics li .t-news04>p {
        font-size: 10.24px;
    }

    /*----------- もっと見るボタン ------------*/
    .more-news p {
        font-size: 19.5px;
    }

    /*-----------------------------------------------
------------      サイトコンテンツ    --------------
------------------------------------------------*/

    .topics-set>div:nth-of-type(1) p {
        font-size: 25.6px;
    }

    .topics-set ul {
        font-size: 19.2px;
        text-shadow:
            #000 1.28px 1.28px 0,
            #000 -1.28px 1.28px 0,
            #000 1.28px -1.28px 0,
            #000 -1.28px -1.28px 0,
            #000 1.28px 0 0,
            #000 -1.28px 0 0,
            #000 0 1.28px 0,
            #000 0 -1.28px 0;
    }
}