@charset "utf-8";

#visual{
	overflow:hidden;
}
#visual img{
	max-height: 640px;
    object-fit: cover;
}
/*--------------------------------------------------
　お知らせ
--------------------------------------------------*/
.news{
	border-bottom:2px solid #223546;
	margin-top:80px;
	margin-bottom:100px;
}
.news .col-md-4{
	background:#223546;
	color:#fff;
}
.news .col-md-8{
	background:#fff;
}
h2.news_title{
	padding:30px;
	text-align:center;
	float:right;
	display:inline-block;
	margin-bottom:0;
	font-size:32px;
	font-weight:bold;
}
h2.news_title span{
	display:block;
	font-size:20px;
	margin-top:20px;
}

ul.news_list{
	padding:10px;
}
ul.news_list li{
	margin-bottom:5px;
}	
ul.news_list li span{
	margin-right:10px;
}

@media screen and (max-width:768px){
h2.news_title{
	padding:10px;
	text-align:left;
	float:left;
	font-size:24px;
}
h2.news_title span{
	display:inline-block;
	font-size:16px;
	margin:0 0 0 10px;
}
ul.news_list li span{
	display:block;
}
.news{
	border-bottom:2px solid #0084c6;
	margin-top:20px;
	margin-bottom:50px;
}
}

/*--------------------------------------------------
　コンテンツ
--------------------------------------------------*/
.content article{
	margin-bottom:50px;
	overflow: hidden;
}
.content [class*="box_"]{
	padding:30px 20px;
	background:#223546;
	color:#fff;
	max-width:320px;
	height:260px;
	text-align:center;
	z-index:2;
	position: relative;
	width:30%;
	margin-bottom:-200px;   
}
.content .box_left{
	margin-left:15%;
}
.content .box_right{
	margin-right:15%;
	float:right;
}
img[class*="slide-"]{
	width:70%;
	z-index:0;
	max-height:350px;
	object-fit: cover;
	
}
img.slide-left{
	float:right;
	margin-right:6%;
}
img.slide-right{
	margin-left:6%;
}
a.btn-readmore{
	padding:10px 20px;
	width:130px;
	display:inline-block;
	border:1px solid #fff;
	text-decoration:none;
	color:#fff;
	position:absolute;
	bottom:50px;
	left:calc(50% - 65px) ;
}
a.btn-readmore:hover{
	border:1px solid #fff;
	text-decoration:none;
	background:#fff;
	color:#223546;
	font-weight:normal;
}
.content h2{
	font-weight:bold;
	font-size:30px;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
}
.content p{
	margin-bottom:30px;
}
.content span{
	display:inline-block;
	margin-top:-160px;
	background:#000;
	color:#fff;
	padding:10px 20px;
	font-size:40px;
	font-weight:bold;
	z-index:1;
	position: relative;
}

@media screen and (max-width:768px){
.content article{
	margin-bottom:50px;
}
.content h2{
	font-weight:bold;
	font-size:26px;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
}

img[class*="slide-"]{
	width:100%;
	height:350px;
	object-fit: cover;
}
.content [class*="box_"]{
	padding:15px 10px;
	background:rgba(30, 100, 155, 0.8);
	width:70%; 
	margin-bottom:-160px;
	height:180px
}
.content .box_left{
	margin-left:0;
}
.content .box_right{
	margin-right:0;
}
.content span{
	margin-top:-100px;
	font-size:26px;
}
a.btn-readmore{
	bottom:15px;
}
}



/*--------------------------------------------------
　会社概要
--------------------------------------------------*/
.company{
	background:url(../img/top/company.jpg);
	background-size:cover;
	color:#fff;
	padding:100px 10px;
}
.company h2{
	font-size:32px;
	border-bottom:1px solid #fff;
	font-weight:bold;
	padding-bottom:10px;
}

@media screen and (max-width:648px){
.company h2{
	background:rgba(0,0,0,0.3);
}
.company p{
	background:rgba(0,0,0,0.3);
}
}

a.readmore{
	padding:10px 20px;
	width:130px;
	display:inline-block;
	border:1px solid #fff;
	text-decoration:none;
	color:#fff;
	left:calc(50% - 65px) ;
	margin-top:50px;
}
a.readmore:hover{
	border:1px solid #fff;
	text-decoration:none;
	background:#fff;
	color:#0084c6;
	font-weight:normal;
}