 @charset"utf-8";
/*==================== コンテンツスタイル（共通ページ） ====================*/
.top_business {
    padding: 2.5rem 0 2.5rem;
}
.top_business .inner {
    overflow: initial;
}
#group .top_business h3{
	font-size: 28px;
    padding-bottom: 10px;
    color: #333;
    display: block;
    font-weight: normal;
    xtext-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: left;

}
.top_business h3:after {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: -70px;
}
/*
.top_business h3.company00:after {
    width: 180px;
    height: 130px;
    background-image: url(../../images/company_logo_00.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: -55px;
}
*/
.top_business h3.company01:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_03.svg);
}
.top_business h3.company02:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_04.svg);
}
.top_business h3.company03:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_01.svg);
}
.top_business h3.company04:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_02.svg);
}
.top_business h3.company07:after {
    width: 130px;
    height: 130px;
    background-image: url(../../assets/img/company_logo_07.svg);
    top: -55px;
}

dl.f_box_r dt,dl.f_box dt {
	width: 48%;
	font-size: 0;

}

dl.f_box_r img,dl.f_box img {
    width: 100%;
}

dl.f_box_r.text_left dt {
	margin-left: 2%;
}
dl.f_box.text_right dt {
	margin-right: 2%;

}
.top_business dl dd h4 {
    margin-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 22px;
    padding-bottom: 6px;
    font-weight: normal;
    text-align: left;
}
.top_business dl {
	display: flex;
    justify-content: space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
    flex-wrap: wrap;
	justify-content:space-between;
  }

.top_business dl.f_box_r.text_left {
    flex-direction: row-reverse;
}



.top_business dl dd {
    background-color: #ca6d6f;
	color:#fff;
    padding: 2.5%;
}
.top_business dl dd p{
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}
dl.f_box dd,dl.f_box_r dd {
    width: 50%;
    position: relative;
}
.link_area {
    position: absolute;
    bottom: 20px;
}
.arrow{
	position: relative;
	display: inline-block;
    padding-right: 6px;
  }

.arrow::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
    right: -10px;
	margin-top: -4px;
}

/*=================ボタン=======================*/
.button {
	line-height: 1.5rem;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 1rem 2rem;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 0 auto;
  }
  .button:hover {
	background-color: #fff;
	color: #707070;
	border: 1px solid #707070;
  }
  .button::before,
  .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
  }
  .button,
  .button::before,
  .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
  }
  .link_area .button{
	padding: 0.5rem 2rem;
	display: inline-block;
	border-radius: 0;
	background: transparent;
  }
  .link_area .button:hover{
    background: rgba(255,255,255,0.2);
	color: #fff;
	border: 1px solid #fff;
    text-decoration: none;
  }
  .link_area .button i{
	padding-left: 10px;
  }

  .top_business .link_area a.button {
    color: #Fff;
    width: 100%;
}
span.wbr {
    display: inline-block;
}
@media screen and (max-width: 1024px) {
	/* 1024px以下に適用されるCSS（タブレット用） */
	dl.f_box.text_right dt {
		margin-right: 0%;
	}
	dl.f_box_r.text_left dt {
		margin-left: 0%;
	}
	dl.f_box_r dt, dl.f_box dt {
		width: 100%;
	}
	dl.f_box dd, dl.f_box_r dd {
		width: 100%;
	}
	.top_business dl {
		display: block;
	}
	.link_area {
		position: initial;
	}
	#group .top_business h3 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.top_business h3.company01:after {
		width: 80px;
		height: 80px;
		top: -40px;

	}
	.top_business h3.company02:after {
		width: 80px;
		height: 80px;
		top: -40px;
	}
	.top_business h3.company03:after {
		width: 80px;
		height: 80px;
		top: -40px;
	}
	.top_business h3.company04:after {
		width: 80px;
		height: 80px;
		top: -40px;
	}
	.top_business h3.company07:after {
		width: 60px;
		height: 60px;
		top: -10px;
	}

	.link_area .button {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
	/* 768px以下に適用されるCSS（タブレット用） */

}
@media screen and (max-width: 414px) {
	/* 414px以下に適用されるCSS（スマホ用） */
	.link_area {
		margin-top: 10px;
		text-align: left;

	}
	.top_business dl dd h4 {
		font-size: 16px;
	}
	.top_business dl dd p {
		font-size: 12px;
		line-height: 20px;
	}
	.top_business dl dd {
		padding: 14px;
	}
	.top_business dl dd p{
		font-size: 12px;
		line-height: 20px;
	}
}
@media screen and (max-width: 320px) {
	/* 320px以下に適用されるCSS（SE用） */
	.top_business h3.company07:after {
		width: 40px;
		height: 40px;
		top: -12px;
	}
	#group .top_business h3.naturesh{
		font-size: 9px;
	}
}
