@charset "utf-8";


/*++++++++++++++
共通
++++++++++++++*/
.news_top .tabbox {
	display: block;
}

.title {
	margin: 15px 30px 0 0;
	width: 18%;
	padding: 0;
	font-weight: 600;
	position: relative;
}
.title b {
	font-size: 1.5em;
	margin: 0 0 30px;
	display: block;
}
.title b:before {
	content: "\f09e";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-style: normal;
	margin: 0 10px 0 0;
	font-size: 18px;
	color: #95A4A5;
}
.title .button2 {
	position: relative;
}
.title .button2 p {
	font-size: 0.8em;
}
.title .button2 i {
	font-size: 0.6em;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
}
section {
	padding: 100px 0 0;
}

section#news {
	background: #FBFBFC;
	padding: 30px 0 20px 0;
	border-radius: 0;
}
section#news .inner {
	display: flex;
	padding: 0;
	box-sizing: border-box;
	border-radius: 10px;
	max-width: 1000px;
}	
/*++++++++++++++
主なサービス
++++++++++++++*/
section#service {
	position: relative;
	max-width: 1400px;
	overflow: hidden;
	/* background: #f7f7f7; */
	padding: 50px 0;
	margin: auto;
}

section#service:before {
	content:"";
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
}	


/*+++++++++++++++++++++++++++++++++++
レスポンシブタブレット版
+++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1023px) {

/*++++++++++++++
共通
++++++++++++++*/
.news_top .tabbox {
   display: block;
}
.title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 15px;
	flex-wrap: wrap;
}
	
.title b {
	font-size: 1.5em;
	margin: 0;
	display: block;
	width: 70%;
}

.title .button2 {
	margin: 8px 0 0;
}
.title .button2 i {
	font-size: 0.6em;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	display: flex;
	align-items: center;
}
section {
	padding: 100px 0 0;
}

section#news {
    padding: 20px 0 40px;
}
section#news .inner {
	display: block;
	max-width: 90%;
}	
/*++++++++++++++
主なサービス
++++++++++++++*/
section#service {
	padding: 50px 20px;
	max-width: 100%;
}

section#service:before {
	content:"";
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
}	

}
/*+++++++++++++++++++++++++++++++++++
レスポンシブスマホ版
++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 767px) {

/*++++++++++++++
共通
++++++++++++++*/
.news_top .tabbox {
	display: block;
}

.title {
	margin: 0 0 10px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.title b {
	font-size: 1.2em;
	margin: 0;
	display: block;
}
.title:after {
	content:"";
}
.title .button2 {float: right;position: absolute;right: 0;margin: 0;padding: 3px 3px 3px 15px;}
.title .button2 i {
	font-size: 0.6em;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	display: flex;
	align-items: center;
}
section {
	padding: 100px 0 0;
}

section#news {
	padding: 20px 0 80px;
}
	
section#news .inner {
	display: block;
}	
/*++++++++++++++
主なサービス
++++++++++++++*/
section#service {
	max-width: 100%;
	padding: 0 0 20px;
	background: none;
}

section#service:before {
	content:"";
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
}	

}