@charset "UTF-8";

/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/

.all.morebtn {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.all.morebtn .inner {
	display: inline-block;
	background-color: #262626;
	color: #fff;
	text-align: center;
	padding: 10px 70px;
}
.all.morebtn a {
	color: #fff;
	display: inline-block;
}
#wrap_topconcept .morebtn .inner,
.all.morebtn .inner,
section#consul .morebtn .inner,
#topnews .morebtn .inner {
	font-size: 20px;
}


/*--------------------------------------------------------------
コンセプト（挨拶文）【サイト概要セクション】
--------------------------------------------------------------*/
section#about {
	background-color: #f2f2f2;
}
#wrap_topconcept {
}
#wrap_topconcept .wrap {
	display: table;
}
#wrap_topconcept .td {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
#wrap_topconcept .ph {
	text-align: center;
	width: 45%;
}
#wrap_topconcept .txt {
	padding-left: 50px;
	font-size: 20px;
	width: 55%;
}
#wrap_topconcept .txt .title {
	font-size: 24px;
	margin-bottom: 50px;
}
#wrap_topconcept .txt h2 {
	margin-bottom: 50px;
}
#wrap_topconcept .txtbox {
	width: 85%;
	margin-bottom: 50px;
}
#wrap_topconcept .morebtn {
	text-align: left;
}
#wrap_topconcept .morebtn .inner {
	display: inline-block;
	background-color: #262626;
	color: #fff;
	text-align: center;
	padding: 10px 70px;
}
#wrap_topconcept .morebtn .inner a {
	color: #fff;
}

/*--------------------------------------------------------------
イベント情報【ニュースセクション】
--------------------------------------------------------------*/
#topevent {
	width: 100%;
	margin-bottom: 50px;
}
#topevent ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#topevent ul li {
	list-style-type: none;
	margin: 0;
	border: none;
	width: 33.3%;
	padding: 0 2%;
}
#topevent ul li .inner {
}
#topevent ul li .ph {
	margin-bottom: 10px;
}
#topevent ul li .ph img {
	object-fit: cover;
	height: 270px;
	width: 100%;
}
#topevent ul li h3 {
	font-size: 18px;
}
#topevent ul li ul {
	display: block;
}
#topevent ul li ul li {
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}
#topevent .btnbox {
	background-color: #b9b9b9;
	color: #fff;
	padding: 5px;
	text-align: center;
}
#topevent .btnbox.on {
	background-color: #262626;
}
#topevent .btnbox a {
	color: #fff;
}

/*--------------------------------------------------------------
無料相談会【チームセクション】
--------------------------------------------------------------*/
section#consul {
	width: 100%;
	z-index: 1;
	padding: 0;
}
section#consul .wrap_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	clip: rect(0, auto, auto, 0);
	clip-path: inset(0);
	-webkit-clip-path: inset(0);
	overflow: hidden;
}
section#consul .bg {
	position: fixed;
	z-index: -1;
	display: block;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 100vh;
	background: url(images/bg_topconsul.jpg) no-repeat center rgba(0, 0, 0, 0.35);
	background-size: cover;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	will-change: transform;
}
section#consul .bg_content {
	position: relative;
	z-index: 1;
	color: #fff;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 125px 5%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	text-align: center;
	font-size: 20px;
}
section#consul h2 {
	color: #fff;
	line-height: 1.7;
	margin-bottom: 50px;
}
section#consul .txt {
	margin-bottom: 50px;
}
section#consul .morebtn {
	text-align: center;
}
section#consul .morebtn .inner {
	display: inline-block;
	padding: 10px 70px;
	background-color: #fff;
}


/*--------------------------------------------------------------
works【ギャラリーセクション】
--------------------------------------------------------------*/
section#topworks {
	background-color: #fff;
}
#topwklist ul,
#topviclist ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#topwklist ul {
	margin-bottom: 30px;
}
#topwklist ul li,
#topviclist ul li {
	width: 33.3%;
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0 2%;
}
#topwklist .ph,
#topviclist .ph {
	text-align: center;
	margin-bottom: 15px;
}
#topwklist .ph img,
#topviclist .ph img {
	object-fit: cover;
	height: 270px;
	width: 100%;
}
#topwklist h3 {
	font-size: 18px;
}



/*--------------------------------------------------------------
お客様の声【カウンターセクション】
--------------------------------------------------------------*/
/*基本はworksと同じ*/

#topvoice {
	background-color: #f2f2f2;
}
#topviclist ul {
	margin-bottom: 50px;
}
#topviclist h3 {
	font-size: 18px;
}
#topviclist .data {
	margin-bottom: 15px;
}
#topviclist .data .inner {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	line-height: 1.3;
	background-color: #a6a6a6;
}
#topviclist .txt {
	font-size: 14px;
}



/*--------------------------------------------------------------
会社紹介バナー【サービスセクション】
--------------------------------------------------------------*/
#topservice {
	width: 100%;
}
#topservice ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#topservice ul li {
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
	width: 33.3%;
}
#topservice .ph {
	text-align: center;
	margin-bottom: 15px;
}
#topservice .subtxt {
	margin-bottom: 15px;
	color: #7f7f7f;
	font-size: 14px;
}
#topservice h3 {
	padding-right: 40px;
	line-height: 1.5;
	font-size: 18px;
	margin-bottom: 20px;
}
#topservice .btnbox {
	float: right;
}
#topservice .btnbox a {
}
#topservice .btnbox .inner {
	background-color: #a6a6a6;
	color: #fff;
	padding: 5px 50px;
	line-height: 1.3;
	font-size: 14px;
	display: inline-block;
}




/*--------------------------------------------------------------
insta【注目セクション】
--------------------------------------------------------------*/





/*--------------------------------------------------------------
news【問い合わせセクション】
--------------------------------------------------------------*/
#topnews {
	width: 100%;
}
#topnews .tbbox {
	display: table;
}
#topnews .tbbox .td {
	vertical-align: middle;
	display: table-cell;
}
#topnews .tbbox .title {
	width: 40%;
}
#topnews .tbbox .title h2 {
}
#topnews .tbbox .title h3 {
	font-size: 18px;
	margin-bottom: 50px;
}
#topnews .tbbox .newslist {
}
#topnews .morebtn {
	text-align: left;
}
#topnews .morebtn a {
}
#topnews .morebtn .inner {
	display: inline-block;
	background-color: #262626;
	color: #fff;
	text-align: center;
	padding: 10px 70px;
	font-size: 20px;
}

#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 #b9b9b9;
}
#topnews .newslist ul li:last-child {
	border-bottom: 1px solid #b9b9b9;
}
#topnews .newslist .date,
#topnews .newslist .txt {
	vertical-align: middle;
	display: table-cell;
}
#topnews .newslist .date {
	text-align: center;
	line-height: 1.3;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	width: 100px;
	padding-right: 36px;
}
#topnews .newslist .date p {
	margin: 0;
}
#topnews .newslist .date .year {
	font-size: 12px;
	color: #666;
}
#topnews .newslist .date .day {
	font-size: 40px;
	line-height: 1;
	color: #333;
}
#topnews .newslist .txt {
}
#topnews .newslist .txt .cate {
	background-color: #a6a6a6;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	padding: 2px 15px;
}
#topnews .newslist .txt .title {
	width: 100%;
}




































