@charset "utf-8";
.blogehead{
	min-height: 60vh;
	background-image: linear-gradient(180deg,#FFFFFF 50%,#005492 50%);
	padding-left: 5em;
	position: relative;
}
.blogehead .c-title{
	height: 100%;
	display: grid;
	grid-template-columns: 1fr;
	align-content: center;
	position: absolute;
	width: calc(100% - 5em);
	padding-left: 4em;
	background-image: url("../../img/blog_mv_trim.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	right: 0;
	top: 0;
}
.blogehead .c-title:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #005492;
	opacity: 0.25;
	
}
.blogehead .c-title__en ,.blogehead .c-title__main{
	color: #FFF;
	position: relative;
	z-index: 10;
}
.blogehead .c-title__en:before{
	background: #FFF;
}
.dotBox{
	border-top: #005492 1.25em solid;
	background-image: url("../img/dot_bg.png");
	padding-top: 7em;
	padding-bottom: 5em;
	position: relative;
	overflow: hidden;
}
.dotBox:before{
	content: "";
	position: absolute;
	width: 90%;
	height: 90%;
	background-image: url("../../img/circle_2-1.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
	top: 50%;
	opacity: 0.22;
	transform: translate(50%,-50%);
}
#blogpage main .dotBox .blur-background {
	margin-top: 2em;
}


#blogpage main .dotBox .blur-background a.bloglink {
	display: grid;
	grid-template-columns: 10em 1fr;
	column-gap: 2em;
	position: relative;
	padding: 2em;
}
#blogpage main .dotBox .blur-background a.bloglink:before{
	content: "";
	position: absolute;
	padding: 1.5em;
	width: 1em;
	height: 1em;
	border-radius: 200em;
	background-color: #005492;
	background-image: url("../../img/recruit/interview_ar_w.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1em;
	right: 2em;
	top: 50%;
	transform: translate(0,-50%);
	transition: 0.3s;
	z-index: 20;
}
#blogpage main .dotBox .blur-background a.bloglink:hover:before{
	background-color: #feb20d;
}
#blogpage main .dotBox .blur-background a .pict {
	background-image: url("../../img/logo_y.png");
	background-color: #bfd4e4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.5;
}
#blogpage main .dotBox .blur-background a .pict.true{
	opacity: 1;
}
#blogpage main .dotBox .blur-background a .cardBox {
	padding-right: 5em;
}
#blogpage main .dotBox .blur-background a .cardBox h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5em;
	font-weight: 700;
}
#blogpage main .dotBox .blur-background a .cardBox ul {
	margin-top: 1em;
	margin-bottom: 1em;
}
#blogpage main .dotBox .blur-background a .cardBox ul li {
	padding-right: 1em;
	color: #2e2e2e;
}
#blogpage main .dotBox .blur-background a .cardBox .message {
	color: #2e2e2e;
}

#blogpage main .dotBox .blur-background.single{
	padding: 2em;
	overflow: hidden;
}
#blogpage main .dotBox .blur-background.single .pict{
	float:right;
	padding-left: 2em;
	padding-bottom: 2em;
}
#blogpage main .dotBox .blur-background.single .pict img{
	max-height: 40vh;
	max-width: 40vw;
	height: auto;
    width: auto;
}
#blogpage main .dotBox .blur-background.single .date{
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 1em;
}
#blogpage .navLink {
	display: grid;
	grid-template-columns: 1fr 1fr;
	backdrop-filter:blur(10px);
	margin-top: 3em;
}
#blogpage .navLink .prev,#blogpage .navLink .next {
	text-align: left;
	position: relative;
}
#blogpage .navLink .prev a:before{
	content: "　";
	display: inline-block;
	background-image: url("../../img/recruit/interview_ar_b.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1em;
	transform: rotate(180deg);
	margin-right: 1em;
}
#blogpage .navLink .next {
	text-align: right;
}
#blogpage .navLink .next a:after{
	content: "　";
	display: inline-block;
	background-image: url("../../img/recruit/interview_ar_b.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1em;
	margin-left: 1em;
}
#blogpage .navLink a{
	display: block;
	padding: 2em;
}
#blogpage .navLink a:hover{
	background-color: #feb20d22;
}

.wp-pagenavi {
	margin: 40px auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #005492;
}
.wp-pagenavi a {
    color: #005492;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 10px 0 0;
	border: solid 1px #eee;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
	backdrop-filter:blur(10px);
}
.wp-pagenavi span.current {
    border: none;
    background: #005492;
    color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
    background: #005492;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink ,.wp-pagenavi .pages{
    display: none;
}










/*
------------------------------------------------------------*/
@media screen and (max-width:1024px){
	
}


@media screen and (max-width:767px){
.blogehead{
	min-height: 45vh;
}
.blogehead .c-title__box{
	justify-content: flex-start;
	text-align: left;
	flex-direction:row;
	}
.blogehead .c-title__en ,.blogehead .c-title__main{
	text-align: left;
	margin-left: 0;
}
.dotBox:before{
	width: 230%;
	height: 230%;
}
#blogpage main .dotBox .blur-background a.bloglink{
	grid-template-columns: 1fr;
}
#blogpage main .dotBox .blur-background a .pict{
	padding-top: 10em;
}
#blogpage main .dotBox .blur-background a:before{
	right: 1em;
	}
#blogpage main .dotBox .blur-background.single .pict{
	float: none;
	text-align: center;
	padding: 0;
	padding-bottom: 2em;
	}
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	
	

}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

}

@media (orientation: landscape) and (max-height: 450px) {
	
}

@media screen and (max-width:768px){
}
@media screen and (max-width:525px){
}
@media screen and (max-width:320px){
}
