@charset "utf-8";
/*
 * 投稿関連のCSSを制御
 * 
 * */

/*ページネーション （各投稿タイプ共通）
---------------------------------------------------------------------------------------------------*/
.card-paging {
	text-align: center;
	font-weight: 600;
	margin-top: 40px;
}
.card-paging .page-numbers{
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    background: #fff;
    color: #777;
    border-radius: 50px;
    font-size: 16px;
    margin: 0 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.18);
}
.card-paging .page-numbers:hover{
    transform: translateY(-3px);
}
.card-paging .current{
    box-shadow: initial;
    background: #ddd;
    color: #fff;
    pointer-events: none;
}
.card-paging .dots{
	box-shadow: initial!important;
	background: none;
	color: #777777;
	pointer-events: none;
}
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
	.card-paging {
		margin-top: 20px;
	}
}
/*▲スマホ用CSS▲*/

/*記事が投稿されていません （各投稿タイプ共通）
---------------------------------------------------------------------------------------------------*/
.not-found{
    text-align: center;
    padding: 30px;
}
.not-found a{
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px;
    background: #333;
    color: #fff;
    border-radius: 200px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0,0,0,.6);
    transition: all ease .3s;
}
.not-found a:hover{
    transform: translateY(-5px);
}
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
	.not-found{
		padding: 15px;
	}
}
/*▲スマホ用CSS▲*/

/*デフォルトカードスタイル
---------------------------------------------------------------------------------------------------*/
.card_post-container, .card_works-container{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px 3.4%;
}
.card_post{
    position: relative;
}
.elementor a.card_post-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.elementor a.card_post-layer:hover ~ .card_post-imgBox .card_post-imgItem{
    transform: scale(1.2);
}
.card_post-imgBox{
    overflow: hidden;
}
.card_post-imgItem{
    padding-top: 64%;
    padding-top: 55.6%;
    transition: all ease 0.3s;
}
.card_post-dateWrapper{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.card_post-catBox{
    flex: 0 0 auto;
    margin-right: 15px;
    z-index: 10;
    position: relative;
}
.elementor a.card_post-catItem{
    font-size: 12px;
    line-height:1;
    padding: 4px 1.5em 3px;
    background: #7D9194;
    border: 1px solid #7D9194;
    color: #FFFFFF;
    font-weight: bold;
    transition: all ease 0.3s;
}
.elementor a.card_post-catItem:hover{
    background: #FFFFFF;
    color: #7D9194;
}
.elementor span.card_post-date{
    flex: 1 1 auto;
    font-size: 14px;
    line-height:1;
}
.elementor h4.card_post-title{
    margin-top: 0.5em;
    margin-bottom: 0;
}
/*▼TB+スマホ用CSS▼*/
@media screen and (max-width: 1020px) {
.card_post-container, .card_works-container{
    gap: 20px 10px;
}
.elementor h4.card_post-title{
    font-size: 14px;
}
.elementor span.card_post-date{
    margin: 0.5em 0;
    font-size: 12px;
    line-height:1;
}
}
/*▲TB+スマホ用CSS▲*/
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.card_post-container, .card_works-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

}
/*▲スマホ用CSS▲*/

/*
.card_post-container{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
}
.card_post{
    position: relative;
    padding: 15px;
    box-shadow: 0 2px 10px rgb(55 58 77 / 10%);
    border-radius: 5px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
}
.elementor a.card_post-layer{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.card_post-catBox{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}
.elementor a.card_post-catItem{
    background: #6E32FF;
    display: block;
    line-height: 1;
    font-size: 12px;
    padding: 5px 10px;
    color: #FFFFFF;
    font-weight: bold;
    transition: all ease 0.3s;
}
.card_post-imgBox{
    overflow: hidden;
}
.card_post-imgItem{
    padding-top: 55.6%;
    transition: all ease 0.3s;
}
.elementor h4.card_post-title{
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 0;
}
.elementor p.card_post-desc{
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.7;
    flex: 1 1 auto;
}
.card_post-more{
    margin-top: 15px;
    text-align: center;
    line-height: 1;
    padding: 8px;
    font-size: 14px;
    color: #6E32FF;
    border: 1px solid #6E32FF;
    border-radius: 3px;
    box-shadow: 0 2px rgb(0 0 0 / 10%);
    transition: all ease 0.3s;
}
.elementor a.card_post-layer:hover ~ .card_post-imgBox .card_post-imgItem{
    transform: scale(1.2);
}
.elementor a.card_post-layer:hover ~ .card_post-more{
    color: #FFFFFF;
    background: #6E32FF;
}
.elementor a.card_post-catItem:hover{
    background: #AAAAAA;
}

@media screen and (max-width: 1020px) and (min-width: 768px)  {
.card_post-container{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
}
.elementor h4.card_post-title{
    font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.card_post-container{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
}
.card_post{
    padding: 10px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 80px auto;
    grid-template-rows: auto auto auto;
    grid-template-areas:
        "areaA areaB"
        "areaA areaC"
        "areaD areaC";
}
.card_post-imgBox{
    grid-area: areaA;
}
.card_post-imgItem{
    padding-top: 100%;
}
.elementor h4.card_post-title{
    margin-top: 0;
    grid-area: areaB;
    font-size: 16px;
}
.card_post-catBox{
    top: 5px;
    left:5px;
}
.elementor p.card_post-desc{
    margin-top: 0;
    font-size: 12px;
    grid-area: areaC;
}
.card_post-more{
    margin-top: 0;
    grid-area: areaD;
    font-size: 12px;
    padding: 5px;
}
}
*/

/*デフォルトカードスタイル（お知らせ）
---------------------------------------------------------------------------------------------------*/
.card_news-container{
    list-style: none;
    margin: 0;
}
.card_news:first-child{
    border-top: 1px solid #DDDDDD;
}
.card_news{
    padding: 15px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
}
.card_news-date{
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #36414B;
    width: 130px;
}
.card_news-catBox{
    width: 116px;
    text-align: center;
    flex-shrink: 0;
}
.elementor .card_news-catBox a{
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    padding: 7px 0;
	transition: all ease .3s;
}
.elementor .card_news-catBox a:hover{
	transform: translateX(5px);
}
.elementor h4.card_news-title{
	margin-bottom: 0;
	padding-left: 20px;
	font-size: 14px;
}
/*▼スマホ用CSS▼*/
@media screen and (max-width: 767px) {
.card_news{
		flex-wrap: wrap;
}
.elementor h4.card_news-title{
		width: 100%;
		margin-top: 15px;
		padding-left: 0!important;
}
}
/*▲スマホ用CSS▲*/