/*コンタクト*/
#contact {
	margin-top: 80px;
	margin-bottom: 80px;
}
#contact .cntBox {
	width: 1240px;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
}
#contact .cntTitleContact {
	color: #222;
	display: flex;
	align-items: center;
	padding-left: 24px;
	position: relative;
}
#contact .cntTitleContact::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	background-color: #1283CC;
	width: 5px;
	height: 50px;
}
#contact .cntTitleContact::after {
	content: "";
	position: absolute;
	top: -8px;
	left: 7px;
	background-color: #B82C69;
	width: 5px;
	height: 50px;
}
#contact .cntTitleContact h1 {
	font-size: 28px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
#contact .cntTitleContact h2 {
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-left: 10px;
	text-transform: uppercase;
}
#contact .cntSubBoxWrapper {
	display: flex;
	align-items: center;
}
#contact .cntSubBox {
	width: 622px;
	max-width: 100%;
}
#contact .cntText {
	line-height: 2.125;
	margin-top: 40px;
}
#contact .cntBtn {
	margin-top: 40px;
}
#contact .cntBtn a {
	background-color: #E3A623;
	transition: all .3s ease 0s;
	border: 2px solid #E3A623;
}
#contact .cntBtn a:hover {
	color: #E3A623;
	background-color: #fff;
}
#contact .cntImg {
	width: 520px;
	max-width: 100%;
	margin-left: 50px;
	position: relative;
}
#contact .cntImg::before {
	content: "";
	display: block;
	padding-top: 67.3076%;
}
#contact .cntImg img {
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

@media screen and (max-width: 767px) {
	#contact {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#contact .cntBox {
		padding-left: 20px;
		padding-right: 20px;
	}
	#contact .cntSubBoxWrapper {
		display: block;
	}
	#contact .cntTitleContact::before,#contact .cntTitleContact::after {
		height: 40px;
		width: 4px;
	}
	#contact .cntTitleContact h1 {
		font-size: 21px;
	}
	#contact .cntTitleContact h2 {
		font-size: 11px;
	}
	#contact .cntText {
		margin-top: 25px;
	}
	#contact .cntImg {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	#contact .cntImg::before {
		padding-top: 42.6666%;
	}
	#contact .cntBtn {
		margin-top: -27px;
		position: relative;
		z-index: 1;
	}
	#contact .cntBtn a {
		margin: 0 auto;
	}
}


/*採用情報*/
.mainCntBoxWrapper {
	display: flex;
}


/* 会社概要 */
.mainCntBoxWrapper {
	display: flex;
}
.cntTitleWrapper2{
	margin-bottom: 30px;
}
.access-title{
	margin-top: 80px;
}

/*取扱商品*/
#supply {
	margin-top: 78px;
}
#supply .cntBox {
	margin-top: 60px;
	display: flex;
}
#supply .cntImg {
	width: calc(50% - 34px / 2);
	position: relative;
}
#supply .cntImg::before {
	content: "";
	display: block;
	padding-top: 59.49%;
}
#supply .cntImg img {
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
#supply .cntSubBox {
	width: calc(50% - 34px / 2);
	margin-left: 34px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
#supply .cntCopy {
	font-size: 30px;
	color: #fff;
	background-color: #444;
	padding: 15px 23px;
	display: flex;
	align-items: center;
}
#supply .cntCopy span {
	display: inline-block;
	text-transform: uppercase;
	margin-left: 25px;
	font-size: 16px;
	background: none;
}
#supply .cntHeading {
	margin-top: 34px;
	font-size: 34px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: #222;
	position: relative;
	z-index: 1;
}
#supply .cntHeading span{
	position: relative;
	background: linear-gradient(transparent 60%, #E6E6E6 0%);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0% 100%;
}
#supply .cntHeading span.w-94 {
	background-size: 94%;
}
#supply .cntText {
	margin-top: 30px;
	line-height: 2.125;
	color: #444;
	width: 515px;
	max-width: 100%;
	padding-right: 25px;
}
#supply .cntBtn {
	margin-top: 30px;
	border-radius: 25px;
}
#supply .cntBtn a {
	display: inline-block;
}
@media screen and (max-width: 822px) {
	#supply .cntHeading {
		font-size: 28px;
	}
	#supply .cntHeading::before {
		top: 31px;
		width: 339px;
		height: 12px;
	}
	#supply .cntHeading::after {
		bottom: 5px;
		height: 12px;
		width: 290px;
	}
}
@media screen and (max-width: 767px) {
	#supply {
		margin-top: 48px;
	}
	#supply .cntBox {
		display: block;
		margin-top: 42px;
	}
	#supply .cntImg {
		width: 100%;
	}
	#supply .cntImg::before {
		padding-top: 58.66%;
	}
	#supply .cntSubBox {
		width: 100%;
		margin-left: 0;
	}
	#supply .cntCopy {
		font-size: 24px;
		margin-left: 20px;
		margin-top: -10px;
		position: relative;
		z-index: 1;
		padding-left: 19px;
		padding-right: 15px;
	}
	#supply .cntCopy span {
		margin-left: auto;
		font-size: 12px;
		
	}
	#supply .cntHeading {
		font-size: 27px;
		padding-left: 20px;
		padding-right: 20px;
		margin: 25px auto 0;
	}
	#supply .cntHeading::before {
		top: 31px;
		height: 12px;
		left: 5%;
		width: 318px;
	}
	#supply .cntHeading::after {
		left: 5%;
		bottom: 6px;
		height: 12px;
		width: 270px;
	}
	#supply .cntText {
		padding-left: 20px;
		padding-right: 20px;
	}
	#supply .cntBtn {
		margin-left: auto;
		margin-right: auto;
		width: 300px;
	}
}

/*下部リンクブロック*/
.linkBlock{
    width: 50%;
    position: relative;
    transition: all .3s ease 0s;
    height: 439px;
}
.linkBlock:hover {
	opacity: 0.7;
}
.linkBlock::before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
}
.linkBlock_l::before{
	bottom: 0;
}
.linkBlock_r::before{
	top: 0;
}
.linkBlock .cntTitle{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    padding-bottom: 10px;
}
.linkBlock_l .cntTitle{
	bottom: 17%;
}
.linkBlock_r .cntTitle{
	top: 17%;
}
.linkBlock .cntTitle h1{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.75;
}
.linkBlock .cntTitle h2 {
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.linkBlock .cntTitle::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 61px;
    height: 3px;
    background: linear-gradient(90deg,#1283CC 0%,#1283CC 48%, transparent 49%, transparent 50%, #B82C69 51%,#B82C69 100%);
}
#aboutus{
	background: url(../img/common/aboutUsImg.jpg)center/cover no-repeat;
}
#recruit{
	background: url(../img/common/recruitImg.jpg)70% center/cover no-repeat;
}
#business{
	background: url(../img/common/businessImg.jpg)center/cover no-repeat;
}
@media screen and (max-width: 767px) {
	.linkBlock{
		height: 350px;
	}
	.linkBlock .cntTitle h1 {
		font-size: 11px;
	}
	.linkBlock .cntTitle h2 {
		font-size: 21px;
	}
	.linkBlock .cntTitle::before {
		left: 13%;
	}
	#aboutus{
		background-position: 60% center;
	}
	#recruit{
		background-position: 71% center;
	}
	#business{
		background-position: 60% center;
	}
}
