@charset "utf-8";

/* =============================================================================
	選ばれる理由
   ========================================================================== */
.reasons .keyimages {
	background: url(../img/reasons/bgReasons.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 350px;
}
.reasons .keyimages h2 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 141px 0;
}
.reasons .keyimages h2 span.box {
	background:rgba(30,30,35,0.6);
	padding: 5px 30px;
}


/*ごあいさつ*/
#reasons01 {
	padding: 80px 0;
	background: #f7f7f7;
	margin: 0 auto;
}
#reasons01 h2 span {
	border-bottom: 6px solid #ff7f2a;
	padding-bottom: 0;
	line-height: 1em;
}
#reasons01 .flex .txt .name {
	text-align: right;
	padding-top: 20px;
}
@media screen and (min-width: 768px) {
	#reasons01 .flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
		max-width: 1000px;
	}
	#reasons01 .flex .img {
		width: 40%;
	}
	#reasons01 .flex .txt {
		width: 60%;
		font-size: 18px;
		line-height: 1.8em
	}
}

@media screen and (max-width: 767px) {
	
	/*.reasons h2 img {
	height: 25px;
}*/
	.reasons .keyimages {
		height: 200px;
	}
	.reasons .keyimages h2 {
		font-size: 24px;
		padding: 81px 0;
	}
	#reasons01 {
		padding: 30px 0;
	}
	#reasons01 h2 {
		font-size: 18px;
		text-align: center;
	}
	#reasons01 .img {
		width: 60%;
		margin: 0 auto;
		padding-bottom: 30px;
	}

}


/*”製造業””商社・卸売業” ”建設・不動産業”に強い*/
#reasons02 {
	padding: 60px 0;
}
#reasons02 .wrap {
	max-width: 950px;
}
#reasons02 .reason02-under {
	padding-bottom: 60px;
}
#reasons02 h2 {
	font-size: 25px;
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 0;
	text-align: left;
}
#reasons02 h2:before {
	position: absolute;
	content: "";
	background:url(../img/reasons/ttl-boder.png) bottom;
	background-repeat: repeat-x;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
}
#reasons02 h2:after {
	position: absolute;
	content: "";
	background:url(../img/reasons/ttl-boder.png) bottom;
	background-repeat: repeat-x;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
}
#reasons02 h2 span {
	color: #f2011d;
}
#reasons02 h2 em {
	font-size: 32px;
	color: #f2011d;
}
#reasons02 h2 .number {
	font-size: 56px;
	font-weight: bold;
	color: #ff7a22;
}
#reasons02 h2 .black {
	color: #000;
}
#reasons02 .flex {
	padding-bottom: 50px;
}
#reasons02 .flex .txt {
	font-size: 14px;
}
#reasons02 .flex .txt span {
	font-size: 16px;
	color: #f2011d;
}
#reasons02 .because {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	background: #ff7a22;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 30px;
	position: relative;
	letter-spacing: 0.1em;
}
#reasons02 .because:before {
	border-bottom-width: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid white;
    top: 0;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    margin-left: -60px;
    width: 0;
}
#reasons02 .because ruby {
	-webkit-appearance: initial;
}
#reasons02 .because img {
	vertical-align: middle;
}
@media screen and (min-width: 768px) {

	#reasons02 .flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
	}
	#reasons02 .flex .img {
		width: 60%;
	}
	#reasons02 .flex .txt {
		width: 40%;
		line-height: 1.8em;
	}
}


@media screen and (max-width: 767px) {
	#reasons02 {
		padding: 30px 0;
	}
	
	#reasons02 h2 {
		font-size: 20px;
		line-height: 1.4em;
	}
	#reasons02 h2 .number {
		font-size: 30px;
	}
	#reasons02 h2 em {
		font-size: 26px;
	}
	#reasons02 h2:before {
		top: -13px;
	}
	#reasons02 h2:after {
		bottom: -13px;
	}
	#reasons02 .img {
		padding-bottom: 20px;
	}
	#reasons02 .because {
		font-size: 18px;
		letter-spacing: 0;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	#reasons02 .because:before {
		border-top: 20px solid white;
	}
}

#reasons03 ul li {
	text-align: center;
	font-size: 29px;
	font-weight: bold;
	padding: 60px 0;
}
#reasons03 ul li a {
	color: #fff;
}
#reasons03 ul .list01 {
	background: #70dcf8;
}
#reasons03 ul .list02 {
	background: #0097c9;
}
@media screen and (min-width: 768px) {
	#reasons03 ul {
		display: flex;
	}
	#reasons03 ul li {
		width: 50%;
	}
	
}
@media screen and (max-width: 767px) {
	#reasons03 ul li {
		padding: 30px 0;
	}
	#reasons03 ul li a {
		font-size: 20px;
	}
}




/* =============================================================================

   ========================================================================== */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}