@charset "UTF-8";
.gnav__menu__item a{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition: 0.5s color ease;
    text-decoration: none;
    color: #333 !important; 
}
#contact_bg{
	color: #fff !important;
}
section{
	padding: 0 16px;
}
.top_bg {
    height: 40vh;
    overflow: hidden;
    position: relative;
    background: #fff;
    max-width: 100%;
	display: flex;
    align-items: center;
}
.job_ctn{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 120px;
}
.txt_inner{
	margin-top: 120px;
}
.txt_inner02{
	margin-top: 30px;
	margin-bottom: 120px;
}
.job_h2{
	padding-left: 20px;
	border-left: 9px solid  #b22222;
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 50px;
}
.job_h3{
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: 20px;
}
.job_img{
	position: relative;
	width: 100%;
	height: 600px;
/*	background: url("../../images/news/hp_img02.png");*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
/*-----------------------------------------------------------------------------------------------個別のニュース画像はここで変更できます*/
.job_img01{
	background: url("../../images/news/img01.png");
		background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.job_img02{
	background: url("../../images/news/img02.jpg");
		background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.job_img03{
	background: url("../../images/news/img03.jpg");
		background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
/*---------------------------------------------------------------------------------------------------------------------------個別のニュース画像はここまで*/
.job_ttl{
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 30px;
	display: inline-block;
    background:#b22222;
    color: #fff;
    padding: 10px 30px;
	position: relative;
	top:-10px;
	left: -9px;
}
.job_ttl::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #702F30 transparent transparent;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.top_txt{
	width: 500px;
	max-width: 50%;
}


.txt_area{
	width: 90%;
	margin: 0 auto;
	background: #fff;
	padding: 5%;
	position: relative;
	top:-50px;
}
.job_txt{
	margin-bottom: 30px;
}
.job_btn01,.job_btn02{
	background: #333;
	width: 50%;
}
.job_btn02{
	float: right;
}
footer{
	clear: both;
}
.job_btn01 a,.job_btn02 a{
	display: inline-block;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.6em;
	position: relative;
	padding: 15px 0;
	text-align: center;
}

.job_btn01 a::after ,.job_btn02 a::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.underLine{
	text-decoration: underline;
	color: #0016FF;
}
/*----------------------------------------- 
news_sec
----------------------------------------- */
.news_sec{
	height: auto;
	position: relative;
	padding: 16px 0;
	margin: 90px auto;
}
.news_area{
	width: 100%;
	height: auto;
	position: relative;
}
.news_h2{
	font-size: 1.6em;
	font-weight: 600;
}
.news_inner{
	width: 100%;
	max-width: 980px;
	height: auto;
	z-index: 10;
	margin: 0 auto;
	padding: 3%;
	position: relative;
}
.newst_name,.news_position{
	font-size: 1.4em;
	font-weight: 600;
	color: #285FAD;
}
.newst_name{
	margin-top: 40px;
}
.news_position{
	margin-bottom: 60px;
}
.news_inner h2{
	margin-bottom: 40px;
	text-align: center;
}
.news_inner p{
	text-align: justify;
	font-size: 1.4em;
	letter-spacing: .08em;
	line-height: 1.8;
}
.news_li{
	padding:2%;
	border-bottom: thin solid #949494;
}
.news_li:nth-child(1){
	border-top: thin solid #949494;
}
.news_date{
	width: 100px;
    display: inline-block;
	font-weight: 600;
}
.news_cnt{
	text-align: justify;
}
.news_new{
	padding: 5px 10px;
	color: #fff;
	font-weight: 700;
	background: #8D0103;
	margin-right: 20px;
}
.cnt_margin{
	display: inline-block;
	margin-left: 150px;
}
.YouTube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 60px;
}

.YouTube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.news_li{
	position: relative;
}
.news_li a{
	display: inline-block;
	width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.news_li a:hover{
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: .7;
}
.news_li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.more_new{
	color: #727272;
}

.newsBtn{
	margin-top: 60px;
}
