@charset "utf-8";
/*共通設定*/
/*終わり*/  


/*<section class="column">*/
.column {
    position: relative;
    padding: 80px 5vw;
}

.column-in {
    max-width: 1072px;
    font-weight: 600;
}

.column-title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.column-h2 {
    font-weight: 800;
    font-size: 32px;
}

.column-en-title {
    width: 50%;
}

.cate-btn-wrap {
    max-width: 880px;
    margin: 80px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cate-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 50vh;
    text-align: center;
}

.cate-btn .square {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: solid 1px #333;
}

.selected .square::before {
    position: absolute;
    top: 4px;
    left: 3px;
    content: '';
    width: 10px;
    height: 5px;
    border-left: 2px solid #007cf3;
    border-bottom: 2px solid #007cf3;
    transform: rotate(-45deg);
}

.column-area {
    display: none;
}

.column-area.show {
    display: block;
}

.column-flex {
    max-width: 880px;
    margin: 0 auto;
    padding: 80px 0 40px 0;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    width: 100%;
}

.column-con {
    width: 32%;
    margin-bottom: 40px;
}

.column-thumb-wrap {
    width: 100%;
    height: 280px;
}

.column-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.column-cate-txt {
    text-align: center;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 4px;
}

.column-title {
    text-align: center;
    color: #007cf3;
    font-weight: 800;
    font-size: 18px;
    padding: 8px 2px;
    border-bottom: solid 1px #333;
}

.column-txt {
    font-weight: 400;
    font-size: 12px;
    padding-top: 8px;
}

.navi-wrap {
    text-align: center;
}

.wave-bg {
    opacity: 0.5;
    position: absolute;
    top: -4%;
    right: 0;
    width: 100%;
    z-index: -1;
}

.hexagon-bg {
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

    /*<div class="navi-wrap">*/
.wp-pagenavi {/* 全体 */
    margin: 20px 0;
    font-size: 12px;
}

.pages {/* 左の表記 */
    margin-right: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 1px #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

.wp-pagenavi .current {/* カレント数字 */
    border: none;
    background: #007cf3;
    color: #fff;
}

.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #007cf3;
    color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}
/*終わり*/  


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="column">*/
    .column-h2 {
        font-size: clamp(calc(24px), calc(32 / 1024 * 100vw), 32px);
    }

    .column-en-title {
        width: 40%;
    }

    .cate-btn-wrap {
        flex-wrap: wrap;
        gap: 0;
    }    

    .cate-btn {
        width: 49%;
        margin-top: 8px;
    }  
    
    .column-flex {
        padding: 40px 0;
    } 

    .column-thumb-wrap {
        width: 100%;
        height: clamp(calc(160px), calc(240 / 1024 * 100vw), 240px);
    }    

    .column-txt {
        font-size: 14px;
    }    

    .wave-bg {
        top: 0;
    }      
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="column">*/
    .column-title-wrap {
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    .column-h2 {
        font-size: 20px;
    }

    .column-en-title {
        max-width: 200px;
        width: 100%;
    }

    .cate-btn-wrap {
        margin-top: 64px;
        flex-direction: column;
        gap: 8px;
    }    

    .cate-btn {
        width: 100%;
        margin-top: 0;
    }  

    .column-con {
        width: 100%;
        margin-bottom: 40px;
    }    

    .column-thumb-wrap {
        height: 240px;
    }
    
/*終わり*/ 

}
