@charset "utf-8";
/* CSS Document */
/* 共通エリア */
.brandBox .h2Area .inner h2 {
	padding: 90px 0 25px;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
	position: relative;
}
.brandBox .h2Area .inner h2:after {
	content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.brandBox .ttl {
	padding-top: 25px;
    font-size: 15px;
}
.brandBox .textArea {
	padding: 70px 11%;
}

.brandBox .txt {
	padding: 7px 0;
	line-height: 1.4;
	font-size: 15px;
	text-align: left;
}
/* 共通エリア */

.conceptArea {
	margin-top: 10px;
	padding-bottom: 60px;
	text-align: center;
	background-image: url(../img/concept/concept_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.conceptArea .h2Area .inner h2 {
	color: #fff;
	text-shadow: #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px;
}
.conceptArea .h2Area .inner h2:after {
    background-color: #fff;
}
.conceptArea .ttl {
	color: #fff;
	text-shadow: #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px;
}
.conceptArea .bgArea {
	max-width: 1000px;
	margin: 30px auto 0;
	background-color: rgba(0,0,0,.7);
	
}


.conceptArea .txt {
	color: #fff;
	text-shadow: #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px;
}
.symbolArea  {
	padding: 30px 0 50px;
	text-align: center;
}
.symbolArea .h2Area .inner h2 {
	color: #000;
}
.symbolArea .h2Area .inner h2:after {
    background-color: #535353;
}
.symbolArea .textArea .txt02 {
	padding-bottom: 30px;
}
.symbolArea .textArea .arrow {
	position: relative;
	padding-bottom: 80px;
}
.symbolArea .textArea .arrow:after {
	border-color: #000 transparent transparent transparent;
    content: "";
    position: absolute;
	bottom: 35px;
    right: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 30px 25px 0 25px;
}
.symbolArea .textArea .txt02 img {
	margin-bottom: 80px;
}
.symbolArea .textArea .txt03 {
	padding-left: 10%;
	padding-bottom: 50px;
	text-align: left;
}

.symbolArea .img,
.symbolArea .symbol {
    overflow: hidden;
}
.symbolArea .img {
	padding: 20px 2% 70px;
}
.symbolArea .symbol {
	padding: 50px 1%;
}
.symbolArea .img li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.symbolArea .img li:last-child {
	margin-right: 0;
}
/*.symbolArea .symbol li {
	float: left;
	width: 48%;
	margin: 0 1% 60px;
}
.symbolArea .symbol li:nth-child(2n+1) {
	clear: both;
}

.symbolArea .symbol li .h3Area {
	min-width: 230px;
	display: inline-block;
	background-color: #fff;
	text-align: center;
	position: relative;
	line-height: 1;
}
.symbolArea .symbol li .h3Area:after {
	content: "";
    position: absolute;
    width: 170%;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	background-color: #0D347F;
	z-index: -100;
}
.symbolArea .symbol li .h3Area h3 {
	color: #0D347F;
	font-size: 18px;
	font-weight: bold;
}
.symbolArea .symbol li .h3Area h3 span {
	font-size: 12px;
	color: #0D347F;
}
.symbolArea .symbol li .txt {
	padding: 30px 1% 30px 17%;
}*/



@media screen and (max-width: 768px) {
/* 共通エリア */
	.brandBox .h2Area .inner h2 {
		padding: 40px 5vw 20px;
		font-size: 7vw;
	}
	.brandBox .ttl {
		padding: 25px 5vw 0;
		font-size: 3.8vw;
	}
	.brandBox .textArea {
		padding: 25px 5vw 40px;
	}
	.brandBox .txt {
		padding: 5px 0;
		line-height: 1.3;
		font-size: 3.5vw;
	}
.symbolArea .textArea .arrow:after {
	bottom: 15px;
    border-width: 20px 15px 0 15px;
}
	
/* 共通エリア */

	.conceptArea {
		margin-top: 0;
		padding-bottom: 50px;
		background-image: url(../img/concept/concept_bg_sp.jpg);
	}
	.symbolArea  {
		padding: 0 0 50px;
	}
	.symbolArea .textArea {
		padding: 25px 5vw 30px;
	}
	.symbolArea .textArea .txt02 {
		padding-bottom: 10px;
	}
	.symbolArea .img,
	.symbolArea .symbol {
		padding: 30px 5vw;
	}
	.symbolArea .img {
		padding: 0 5vw;
	}
	/*.symbolArea .symbol {
		padding: 30px 5vw 20px;
	}
	.symbolArea .symbol li {
		float: none;
		width: 100%;
		margin: 20px 0 30px;
	}
	.symbolArea .symbol li .h3Area {
		min-width: 40vw;
	}
	.symbolArea .symbol li .h3Area:after {
		width: 220%;
	}
	.symbolArea .symbol li .h3Area h3 {
		font-size: 3.5vw;
	}
	.symbolArea .symbol li .h3Area h3 span {
		font-size: 2.8vw;
	}
	.symbolArea .symbol li .txt {
		padding: 15px 0 20px 3vw;
		font-size: 3.5vw;
	}*/
}

