<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.news_tit{
	background: #4bb1cb;
}

.news_tit h2{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 0.04em;
	padding: 30px 0;
}

.cms_bread_crumb{
	display: none;
}

.news_area{
	width: calc(100% - 20px);
	margin: 15px auto 45px;
	overflow: hidden;
}

.news_area .cat_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.news_area .cat_area .left{
	width: 100%;
}

.news_area .cat_area .left ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.news_area .cat_area .left ul li{
	width: 95px;
	margin-right: 9px;
}

.news_area .cat_area .left ul li a{
	display: block;
	width: 100%;
	line-height: 28px;
	background: #003382;
	border-radius: 14px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
}

.news_area .cat_area .left ul li a.news{
	background: #00afcc;
}

.news_area .cat_area .left ul li a.event{
	background: #00afcc;
}

/**/

.news_area .cat_area .right{
	width: 100%;
}

.news_area .cat_area .right .archive_area{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.news_area .cat_area .right .archive_area p{
	font-size: 1.5rem;
	font-weight: 600;
	margin-right: 8px;
}

.news_area .cat_area .right .archive_area select{
	width: 185px;
	height: 38px;
	border: 1px solid #808080;
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 18px;
	font-size: 1.4rem;
	color: #808080;
	background: url("http://www.fujiokakk.co.jp/recruit/blog/image/select_ico.png")no-repeat;
	background-size: 21px 12px;
	background-position: right 12px center;
}

/**/

.news_area .news_list{
	width: 100%;
	margin-top: 45px;
}

.news_area .news_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
}

.news_area .news_list ul li{
	width: 48%;
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.news_area .news_list ul li:nth-child(n + 9){
	margin-bottom: 0;
}

.news_area .news_list ul li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.news_area .news_list ul li a .left{
	width: 100%;
}

.news_area .news_list ul li a .left img{
	width: 100%;
	height: auto;
}

/**/

.news_area .news_list ul li a .right{
	width: 100%;
	margin-top: 10px;
}

.news_area .news_list ul li a .right .cat_area02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_area .news_list ul li a .right .cat_area02 .cat{
	width: 45%;
}

.news_area .news_list ul li a .right .cat_area02 .cat p{
	display: block;
	width: 100%;
	line-height: 25px;
	background: #003382;
	border-radius: 13px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
}

.news_area .news_list ul li a .right .cat_area02 .cat p.news{
	background: #00afcc;
}

.news_area .news_list ul li a .right .cat_area02 .cat p.event{
	background: #00afcc;
}

/**/

.news_area .news_list ul li a .right .cat_area02 .tag{
	width: 45%;
}

.news_area .news_list ul li a .right .cat_area02 .tag p{
	display: block;
	width: 100%;
	line-height: 25px;
	background: #78d5ea;
	border-radius: 13px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
}

/**/

.news_area .news_list ul li a .right .date{
	margin: 10px 0 3px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #808080;
}

.news_area .news_list ul li a .right .title{
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.78;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;	
}

.news_area .news_list ul li a .right .link_detail{
	margin-top: 15px;
	font-size: 1.4rem;
	background: url("image/link_ico.png")no-repeat;
	background-size: 12px 21px;
	background-position: right center;
	text-align: right;
	padding-right: 25px;
	margin-right: 25px;
}

/**/

.news_area .pagenav{
	width: 100%;
	margin-top: 35px;
}

.news_area .pagenav .wp-pagenavi{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 60px;
}

.news_area .pagenav .wp-pagenavi .previouspostslink{
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	border: none;
}

.news_area .pagenav .wp-pagenavi .previouspostslink::before{
	content: '';
	display: inline-block;
	background: url("image/link_ico02.png")no-repeat;
	background-size: contain;
	width: 12px;
	height: 21px;
	position: absolute;
	top: 50%;
	left: -24px;
	transform: translateY(-50%);
}

.news_area .pagenav .wp-pagenavi .nextpostslink{
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	border: none;
}

.news_area .pagenav .wp-pagenavi .nextpostslink::before{
	content: '';
	display: inline-block;
	background: url("image/link_ico.png")no-repeat;
	background-size: contain;
	width: 12px;
	height: 21px;
	position: absolute;
	top: 50%;
	right: -24px;
	transform: translateY(-50%);
}

.news_area .pagenav .wp-pagenavi .current{
	display: block;
	width: 36px;
	line-height: 36px;
	border: 2px solid #4bb1cb;
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	background: #4bb1cb;
	text-align: center;
	margin: 0 3px 5px;
}

.news_area .pagenav .wp-pagenavi .page{
	display: block;
	width: 36px;
	line-height: 36px;
	border: 2px solid #4bb1cb;
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: bold;
	background: #fff;
	text-align: center;
	margin: 0 3px 5px;
}


/* ---------------------------------------------------------- */


.news_area02{
	width: calc(100% - 20px);
	margin: 30px auto 55px;
	overflow: hidden;
}

.news_area02 .detail_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_area02 .detail_area .left{
	width: 100%;
}

.news_area02 .detail_area .left .date{
	font-size: 1.3rem;
	font-weight: bold;
	color: #808080;
}

.news_area02 .detail_area .left .title{
	font-size: 1.8rem;
	font-weight: bold;
	color: #003382;
	letter-spacing: 0.12em;
	margin-top: 7px;
}

.news_area02 .detail_area .left .cat_area02{
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}

.news_area02 .detail_area .left .cat_area02 .cat{
	width: 95px;
	margin-right: 14px;
}

.news_area02 .detail_area .left .cat_area02 .cat a{
	display: block;
	width: 100%;
	line-height: 25px;
	background: #003382;
	border-radius: 13px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
}

.news_area02 .detail_area .left .cat_area02 .cat a.news{
	background: #00afcc;
}

.news_area02 .detail_area .left .cat_area02 .cat a.event{
	background: #00afcc;
}

/**/


.news_area02 .detail_area .left .cat_area02 .tag{
	width: 95px;
}

.news_area02 .detail_area .left .cat_area02 .tag a{
	display: block;
	width: 100%;
	line-height: 25px;
	background: #78d5ea;
	border-radius: 13px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
}

/**/

.news_area02 .detail_area .left .contents_area{
	margin-top: 20px;
}

.news_area02 .detail_area .left .contents_area p{
	font-size: 1.4rem;
	line-height: 2;
}

.news_area02 .detail_area .left .contents_area p img{
	max-width: 100%;
	height: auto;
}


/**/

.news_area02 .detail_area .left .contact_link{
	width: calc(100% - 40px);;
	margin: 25px auto 0;
}

.news_area02 .detail_area .left .contact_link a{
	display: block;
	width: 100%;
	line-height: 60px;
	border-radius: 30px;
	border: 3px solid #003382;
	box-sizing: border-box;
	padding-left: 40px;
	font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
	font-weight: 600;
	font-style: normal;	
	font-size: 1.8rem;
	color: #463a30;
	background: url("image/contact_ico.png")no-repeat;
	background-size: 22px 21px;
	background-position: right 15px center;
}


/**/

.news_area02 .detail_area .left .pagenav{
	width: 100%;
	border-top: 1px solid #b5b5b5;
	margin-top: 33px;
}

.news_area02 .detail_area .left .pagenav .wp-pagenavi{
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

.news_area02 .detail_area .left .pagenav .wp-pagenavi .previouspostslink{
	font-size: 1.4rem;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	border: none;
}

.news_area02 .detail_area .left .pagenav .wp-pagenavi .previouspostslink::before{
	content: '';
	display: inline-block;
	background: url("image/link_ico02.png")no-repeat;
	background-size: contain;
	width: 12px;
	height: 21px;
	position: absolute;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
}

.news_area02 .detail_area .left .pagenav .wp-pagenavi .nextpostslink{
	font-size: 1.4rem;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	border: none;
}

.news_area02 .detail_area .left .pagenav .wp-pagenavi .nextpostslink::before{
	content: '';
	display: inline-block;
	background: url("image/link_ico.png")no-repeat;
	background-size: contain;
	width: 12px;
	height: 21px;
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
}
.news_area02 .detail_area .left .pagenav .wp-pagenavi .link{
	font-size: 1.4rem;
	border: none;
}

/**/

.news_area02 .detail_area .right{
	width: 100%;
	margin-top: 35px;
}

.news_area02 .detail_area .right .area01{
	margin-top: 20px;
}

.news_area02 .detail_area .right .area02{
	margin-top: 25px;
}

.news_area02 .detail_area .right .area01 h3{
	border-bottom: 1px solid #4bb1cb;
	padding: 0 0 10px 3px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #4bb1cb;
	
}

.news_area02 .detail_area .right .area01 ul{
	list-style: none;
}

.news_area02 .detail_area .right .area01 ul li{
	width: 100%;
	margin-top: 13px;
}

.news_area02 .detail_area .right .area01 ul li a{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.news_area02 .detail_area .right .area01 ul li a .img{
	width: 103px;
}

.news_area02 .detail_area .right .area01 ul li a .img img{
	width: 100%;
	height: auto;
}

/**/

.news_area02 .detail_area .right .area01 ul li a .txt{
	width: calc(100% - 117px);
}

.news_area02 .detail_area .right .area01 ul li a .txt dl{
	width: 100%;
}

.news_area02 .detail_area .right .area01 ul li a .txt dl dt{
	margin: 3px 0 7px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #808080;
}

.news_area02 .detail_area .right .area01 ul li a .txt dl dd{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.71;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;	
}






























</pre></body></html>