@charset "utf-8";
/* CSS Document */

.InformationTitle{
    position: relative;
    margin: 0 auto;
	width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  
    box-sizing: border-box;
    overflow: hidden;
}

.InformationTitle::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.08) 0%,
            rgba(0,0,0,0) 40%,
            rgba(0,0,0,.12) 100%
        );
    pointer-events:none;
}

.InformationTitle::after{
    content:"";
    position:absolute;
    inset:0;
    border:1px solid rgba(0,0,0,.08);
    pointer-events:none;
}

.ItemArea{padding:50rem 0}
.ItemAreaUl{display:flex; justify-content: center; flex-wrap:wrap}
.ItemAreaLi{padding:0 30rem 30rem 0;}
.ItemAreaLi:nth-child(2n) {padding:0 0 30rem 0;}
@media(max-width:789px){
    .InformationTitle{
		height: 180rem;
    }
	.InformationTitle.information{
		background-image: url("../images/insider_nenkan/UI_nenkan_SP_header.png");
	}
	.InformationTitle.year_book{
		background-image: url("../images/year_book/UI_nenkan_SP_header.png");
	}
	.Btxt {
	    font-size: 30rem;
	}
	.ItemAreaLi{flex:0 0 320rem;}
}
@media(min-width:790px){
	.InformationTitle{
		height: 220rem;
	}
	.InformationTitle.information{
		background-image: url("../images/information/UI_arukikata_header.png");
	}
	.InformationTitle.year_book{
		background-image: url("../images/year_book/UI_nenkan_PC_header.png");
	}
	.ItemAreaLi{flex:0 0 390rem;}
}
