@charset "UTF-8";

/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
.section-padding {
	padding: 50px 0;
}
.section-title-area {
	margin-bottom: 40px;
}
.section-title-area h2.section-title {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 1px;
}
.section-title-area h2 span {
	font-size: 90%;
}

/*--------------------------------------------------------------
スライダー：(hero)heroセクション
--------------------------------------------------------------*/


/*--------------------------------------------------------------
挨拶・選ばれる理由：(topabout)サイトの概要セクション
--------------------------------------------------------------*/
#topabout {
	color: #fff;
	text-align: center;
	position: relative;
	text-align: center;
	padding-bottom: 100px;
}
#topabout:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 70%;
	background-color: #da0000;
}
#topabout .container {
	width: 100%;
	padding: 0;
}
#topabout h2 {
	color: #fff;
	font-size: 36px;
	margin: 0 0 20px;
}
#topabout h3 {
	color: #fff;
	font-size: 24px;
	margin: 0 0 40px;
}
#topabout .boxA {
	font-size: 18px;
	margin-bottom: 100px;
}

/*選ばれる理由*/
#topabout .boxB {
	max-width: 1200px;
	margin: 0 auto;
}
#topabout .flexbox {
	display: flex;
	flex-wrap: wrap;
}
#topabout .flexbox .box {
	width: 33.3%;
}
#topabout .flexbox .box:nth-of-type(2) {
	margin-top: 50px;
}
#topabout .flexbox .box:nth-of-type(3) {
	margin-top: 100px;
}

#topabout .flexbox .ph {
	text-align: center;
}
#topabout .flexbox .txt {
	background-color: #fff;
	padding: 10px 40px 15px;
}
#topabout .flexbox .txt h3 {
	margin: 0;
	color: #333;
	font-weight: 400;
	letter-spacing: 0;
	/*text-decoration: underline;*/
	background: linear-gradient(transparent 70%, #f2cf39 0%);
	display: inline;
	font-size: 24px;
}


/*--------------------------------------------------------------
システムバナー：（topsystem）注目セクション
--------------------------------------------------------------*/
#topsystem {
	background: url(images/bg_topsystem.jpg) no-repeat right center;
	background-size: cover;
	padding: 0;
}
#topsystem .container {
	width: 100%;
	padding: 0;
}
#topsystem #systembnr {
	display: table;
	width: 100%;
}
#topsystem #systembnr .td {
	display: table-cell;
	vertical-align: middle;
}
#topsystem #systembnr .title {
	width: 40%;
	color: #fff;
	background: url(images/subtxt_topsystem.png) no-repeat 5% 20px #da0000;
	padding: 60px 30px 60px 100px;
}
#topsystem #systembnr .title h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0 0 40px;
}
#topsystem #systembnr .subtxt {
	/*background: url(images/bg_topsystemsub.jpg) no-repeat right center;*/
	width: 60%;
	font-size: 80px;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.2);
	padding: 20px 20px 20px 50px;
	letter-spacing: 0;
	line-height: 1.1;
}

/*--------------------------------------------------------------
エリアについて：（toparea）チームセクション
--------------------------------------------------------------*/
#toparea {
	background-color: inherit;
}
#toparea .team-layout-2 .team-member {
	width: 100%;
	text-align: center;
}
#toparea .team-member .member-info {
	display: none;
}

/*--------------------------------------------------------------
納車実績：（gallery）ギャラリーセクション
--------------------------------------------------------------*/
#gallery {
	background-color: rgba(255, 255, 255, 0.4);
}
#gallery .section-title-area .section-title {
	color: #fff;
}
#gallery .morebtn {
	margin-top: 30px;
}
body.home #gallery ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	white-space: nowrap;
	will-change: transform;
}
body.home #gallery ul li {
	list-style-type: none;
	width: 270px;
	flex: 0 0 auto;
	margin: 0 0 20px;
	padding: 0 5px;
}
body.home #gallery li .inner {
	background-color: rgba(255, 255, 255, 0.5);
}
body.home #gallery li img {
	height: 230px;
	width: auto;
	object-fit: cover;
	display: block;
}
body.home #gallery li .post-type {
	display: none;
}
body.home #gallery li h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #111;
	font-weight: 400;
	padding: 5px;
	letter-spacing: 0;
}

/*--------------------------------------------------------------
お知らせ：（topnews）ニュースセクション
--------------------------------------------------------------*/
#topnews .blog-entry,
#topnews .wrap {
	width: 100%;
}
#topnews .wrap {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 50px;
	color: #fff;
}
#topnews .tbbox {
	display: table;
	width: 100%;
}
#topnews .tbbox .td {
	display: table-cell;
	vertical-align: middle;
}
#topnews .tbbox .title {
	width: 40%;
}
#topnews .section-title-area {
}
#topnews .section-title-area h2 {
	letter-spacing: 0;
	color: #fff;
}
#topnews .tbbox .newslist {
	width: 60%;
}
#topnews .newslist ul {
	margin: 0;
	padding: 0;
}
#topnews .newslist ul li {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	display: table;
	width: 100%;
	border-top: 1px solid #fff;
}
#topnews .newslist .date,
#topnews .newslist .txt {
	display: table-cell;
	vertical-align: middle;
}
#topnews .newslist .date {
	text-align: center;
	line-height: 1.3;
	font-weight: 400;
	width: 100px;
	padding-right: 36px;
}
#topnews .newslist .date .year {
	font-size: 12px;
}
#topnews .newslist .date .day {
	font-size: 36px;
	line-height: 1;
}
#topnews a {
	color: #fff;
}
#topnews .newslist .ptitle {
	font-size: 20px;
	font-weight: 400;
}

/*--------------------------------------------------------------
サービス：（topsrvice）サービスセクション
--------------------------------------------------------------*/
#topservice {
	background-color: rgba(255, 255, 255, 0.8);
}
#topsv {
	width: 100%;
}
#topsv ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#topsv ul a {
	width: 20%;
}
#topsv ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topsv .ph {
	text-align: center;
}
#topsv h3 {
	margin: 0;
	background-color: #fff;
	text-align: left;
	border-left: 3px solid #B60A0E;
	font-size: 20px;
	padding: 5px;
	color: #333;
	font-weight: 400;
	letter-spacing: 0;
}


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

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







