@charset "UTF-8";

/*
1. MainVisual
2. MainSolution
3. TopBelief
4. TopBlog
5. TopPartner
6. TopContact

*/


/* 1. MainVisual */
.mainVisual{
	height: 500px;
	background: #23292f;
	position: relative;
}
.mainBg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/main_bg.jpg) no-repeat;
	background-position: center center;
	z-index: 0;
}
.mainVisual .message{
	visibility: hidden;
	position: relative;
	width: 50%;
	padding: 100px 5% 0 5%;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	z-index: 1;
}
.mainVisual h1{
	visibility: hidden;
	position: relative;
	width: 50%;
	padding: 20px 5% 0 5%;
	font-size: 22px;
	font-style: italic;
	color: #FFF;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.mainVisual{
		height: 300px;
		background: url(../images/main_bg_sp.jpg) no-repeat;
		background-position: right center;
		background-size: cover;
		padding: 30px 0 0 0;
	}
	.mainBg{
		display: none;
	}
	.mainVisual .message{
		width: 90%;
		margin: auto;
		padding: .5em 1em;
		font-size: 20px;
		text-align: center;
		background: rgba(0,0,0,0.3);
	}
	.mainVisual h1{
		position: relative;
		width: 90%;
		margin: 20px auto auto auto;
		padding: .5em 1em;
		font-size: 16px;
		text-align: center;
		background: rgba(0,0,0,0.3);
	}
}

/* 2. MainSolution */
.mainSolution{
	padding: 55px 5%;
	background: #FFF;
}
.mainSolution .item a{
	display: block;
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 55px auto auto auto;
}
.mainSolution .item:first-of-type a{
	margin-top: 0;
}
.mainSolution .item:nth-child(2n) a{
	flex-direction: row-reverse;
}
.mainSolution .item .dsc{
	width: 48%;
}
.mainSolution .item .dsc h2{
	font-size: 2rem;
	font-weight: bold;
}
.mainSolution .item .dsc p{
	margin-top: 15px;
}
.mainSolution .item .img{
	width: 48%;
}
.mainSolution .item .img img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.mainSolution{
		padding: 0;
	}
	.mainSolution .item a{
		flex-wrap: wrap;
		justify-content: center;
		max-width: 900px;
		margin: auto auto auto auto;
		padding: 20px 5% 20px 5%;
		background: -moz-linear-gradient(top, #f4f4f4 0%, #e8eaec 100%);
	  background: -webkit-linear-gradient(top,#f4f4f4 , #e8eaec);
	  background: linear-gradient(to bottom, #f4f4f4, #e8eaec);
	}
	.mainSolution .item:first-of-type a{
		margin-top: 0;
	}
	.mainSolution .item:nth-child(2n) a{
		flex-direction: inherit;
	}
	.mainSolution .item .dsc{
		width: 96%;
		margin: 15px auto auto auto;
	}
	.mainSolution .item .dsc p{
		margin-top: 15px;
	}
	.mainSolution .item .img{
		width: 100%;
	}
}


/* 3. TopBelief */
.topBelief{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px 2%;
	background: #38898C;
}
.topBeliefTtl{
	margin-right: 50px;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	border-bottom: 5px dashed #6AECF0;
}
topBeliefTxt{
}
.topBeliefTxt p{
	margin-top: 20px;
	color: #FFF;
}

@media only screen and (max-width: 767px) {
	.topBelief {
		flex-wrap: wrap;
    padding: 30px 2%;
	}
	.topBeliefTtl {
    margin-right: 0;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 5px dashed #FFF;
	}
	.topBeliefTxt{
		margin-top: 20px;
		padding: 0 5%;
	}
}

/* 4. TopBlog */
.topBlog{
	padding: 80px 0;
	background: #F4B497;
	overflow: hidden;
}
.topBlogList{
	display: flex;
	flex-wrap: wrap;
	max-width: 90%;
	margin: auto;
}
.topBlogList li{
	width: 22.5%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	padding: 1%;
	list-style: none;
	background: #FFF;
	box-sizing: border-box;
	transition: .4s;
	border-radius: 8px;
	box-shadow: 6px 6px 0 #c3907a;
}
.topBlogList li:hover{
	transform: translate(0,6px);
	box-shadow: none;
}
.topBlogList li:nth-child(3n){
	margin-right: 0;
}
.topBlogList li a{
	color: #333;
	text-decoration: none;
}
.topBlogList li img{
	width: 100%;
	height: auto;
}
.topBlogList li .topBlogTtl{
	margin: 0;
	padding: .5em 0;
	font-size: 15px;
}
@media only screen and (max-width: 767px) {
	.topBlog{
		padding: 40px 0;
	}
	.topBlogList li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
		padding: 5%;
	}
}

/* 5. TopPartner */
.topPartner{
	padding: 80px 0;
	background: #FFF;
}
.topPartner h2{
	margin: 0 0 60px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.topPartner h2 span{
	padding: 0.5em 2em 1em 4em;
	background: url(https://neco-design.jp/wp-content/uploads/2019/12/bg_line_fuji_white.png) no-repeat;
	background-position: left -60px bottom;
	background-size: 700px auto;
	color: #FFF;
}
.topPartner{
	background: #3E3D42;
	background:linear-gradient(90deg,#3E3D42 0%,#3E3D42 50%,#323A45 50%,#323A45 100%);
}
.topPartnerInr{
	display: flex;
	justify-content: center;
	margin-top: 100px;
	overflow: hidden;
}
.topPartnerLeft{
	width: 50%;
	color: #FFF;
	justify-content: center;
	align-self: center;
}
.topPartnerLeft p{
	width: 90%;
	margin: auto;
	text-align: center;
}
.topPartnerLeft p:first-child{
	margin-bottom: 1em;
}
.topPartnerRight{
	width: 50%;
	justify-content: center;
	align-self: center;
	background: #323A45 url(https://neco-design.jp/wp-content/uploads/2019/11/bg_partner.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.topPartnerRight .inr{
	width: 90%;
	padding: 3em 2em;
	margin: auto;
	background: rgba(255,255,255,.8);
}
.topPartnerRight .inr table{
	border-top: 1px solid #FFF;
}
.topPartnerRight .inr td{
	padding: 1em;
	border-bottom: 1px solid #FFF;
}
@media only screen and (max-width: 767px) {
	.topPartner{
		padding: 40px 0;
	}
	.topPartner h2{
		margin: 0 4% 20px 4%;
	}
	.topPartner h2 span{
		display: block;
		padding: 2em 0 0 0;
		background-position: left top;
	}
	.topPartner {
		padding: 30px 0 0 0;
    background: #323A45;
	}
	.topPartnerInr {
		margin-top: 40px;
    flex-wrap: wrap;
    padding: 0 2%;
	}
	.topPartnerLeft {
    width: 100%;
    padding: 0 2%;
	}
	.topPartnerLeft p{
		width: 100%;
	}
	.topPartnerRight {
    width: 100%;
    padding: 30px 2% 200px 2%;
    background: #323A45 url(https://neco-design.jp/wp-content/uploads/2019/11/bg_partner.jpg) no-repeat;
    background-size: 70%;
    background-position: center bottom;
	}
	.topPartnerRight .inr {
		width: 96%;
    padding: 2em 1em;
	}
}

/* 6. TopContact */
.topContact{
	padding: 80px 0;
	background: #23292f;
	overflow: hidden;
}
.topContact h2{
	margin: 0 0 60px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.topContact h2 span{
	padding: 0.5em 2em 1em 4em;
	background: url(https://neco-design.jp/wp-content/uploads/2019/12/bg_line_fuji_white.png) no-repeat;
	background-position: left -60px bottom;
	background-size: 700px auto;
	color: #FFF;
}
.topContact .comment{
	margin-top: 100px;
	text-align: center;
	color: #FFF;
}
.topContact .btnContact{
	margin-top: 40px;
	text-align: center;
}
.topContact .btnContact a {
	display: block;
	max-width: 400px;
	margin: auto;
	padding: 1em;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
	background: #11ABB0;
	border-radius: 8px;
}
@media only screen and (max-width: 767px) {
	.topContact{
		padding: 40px 5%;
	}
	.topContact .comment{
		margin-top: 40px;
	}
	.topContact .btnContact a {
		max-width: 90%;
		margin: auto;
		padding: 1em .5em;
		font-size: 1.5rem;
	}
}