@charset "UTF-8";
/* -------------------------------------------------- */
/* business */
/* -------------------------------------------------- */
.pagetitHeadTxt:after {
	content: "FOR CORPORATION";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}


/* 導入 */
.businessHeadTxt {
	max-width: 1080px;
	margin-bottom: 40px;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 2.125;
}

.leadHead {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	font-size: 3.6rem;
	letter-spacing: 0.05em;
}
.leadHead::before,
.leadHead::after {
	content: "";
    width: 1.3em;
    height: 1.6em;
	display: inline-block;
}
.leadHead::before {
	margin-right: 0.4em;
	background: url(../../img/business/lead_title_before.svg) no-repeat center center / contain;
}
.leadHead::after {
	margin-left: 0.4em;
	background: url(../../img/business/lead_title_after.svg) no-repeat center center / contain;
}

.leadPict {
	width: 1100px;
	max-width: 100%;
	height: 390px;
	margin-bottom: 100px;
	position: relative;
}
.leadPict::after {
	content: "";
	position: absolute;
	bottom: -70px;
	left: 50%;
	border-style: solid;
	border-width: 40px 68px 0 68px;
	border-color: #2E2E2E transparent transparent transparent;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.leadPictTxt {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        -webkit-box-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        -webkit-box-pack: center;
	        justify-content: center;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}

.leadPictTxt1 {
	width: 302px;
	height: 92px;
	padding-bottom: 15px;
	position: absolute;
	top: 0;
	left: calc(50% - 320px);
	background: url(../../img/business/lead_bubble_down.svg) no-repeat center center/cover;
}

.leadPictTxt2 {
	width: 302px;
	height: 92px;
	padding-bottom: 15px;
	position: absolute;
	top: 0;
	right: calc(50% - 320px);
	background: url(../../img/business/lead_bubble_down.svg) no-repeat center center/cover;
}

.leadPictTxt3 {
	width: 310px;
	height: 80px;
	padding-right: 15px;
	position: absolute;
	top: 120px;
	left: 0;
	background: url(../../img/business/lead_bubble_right_down.svg) no-repeat center center/cover;
}

.leadPictTxt4 {
	width: 310px;
	height: 80px;
	padding-left: 15px;
	position: absolute;
	top: 120px;
	right: 0;
	background: url(../../img/business/lead_bubble_left_down.svg) no-repeat center center/cover;
}

.leadPictTxt5 {
	width: 310px;
	height: 80px;
	padding-right: 15px;
	position: absolute;
	top: 280px;
	left: 0;
	background: url(../../img/business/lead_bubble_right_up.svg) no-repeat center center/cover;
}

.leadPictTxt6 {
	width: 310px;
	height: 80px;
	padding-left: 15px;
	position: absolute;
	top: 280px;
	right: 0;
	background: url(../../img/business/lead_bubble_left_up.svg) no-repeat center center/cover;
}

.leadPictImage {
	width: 416px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.leadPictImage img {
	width: 100%;
	height: auto;
}

.leadList {
	margin-bottom: -30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.leadList li {
	width: calc(33.33% - 30px * 2 / 3);
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 30px 10px;
	border: 2px solid #009847;
	text-align: center;
}
.leadList li:nth-child(3n) {
	margin-right: 0;
}

.leadListImg {
	margin-bottom: 5px;
}

.leadListImg img {
	width: 122px;
}

.leadListTxt {
	font-size: 2rem;
	letter-spacing: 0.05em;
	color: #009847;
}

.leadListTxt > span {
	display: block;
}

.leadListTxtLg {
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.leadListTxtUd {
	text-decoration: underline;
	text-underline-offset: 0.2em
}

/* 買取実績 */
.workBadgeWrap {
	margin-bottom: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.workBadge {
	width: 263px;
	height: 263px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	border: 10px solid #B2E0C7;
	border-radius: 50%;
}
.workBadge:not(:last-child) {
	margin-right: 60px;
}

.workBadgeTit1 {
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.workBadgeTit2 {
	font-size: 3.6rem;
	font-weight: 700;
}
.workBadgeTit2 span {
	padding: 0 0.1em;
	font-size: 2.5em;
	font-family: 'Urbanist', sans-serif;
	line-height: 1;
}
.workBadgeTit2 .markerYel {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #FBFB7B), color-stop(85%, #fbfb7b),  color-stop(85%, transparent));
	background: -webkit-linear-gradient(transparent 65%, #FBFB7B 65%, #fbfb7b 85%,  transparent 85%);
	background: linear-gradient(transparent 65%, #FBFB7B 65%, #fbfb7b 85%,  transparent 85%);
}

.workBadgeTit3 {
	font-size: 1.6rem;
}

.workTxt {
	margin-bottom: 30px;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	text-align: center;
}

.workList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.workList li {
	width: calc(20% - 25px * 4 / 5);
	margin-right: 25px;
	margin-bottom: 30px;
	text-align: center;
}
.workList li:nth-child(5n) {
	margin-right: 0;
}

.workListPh {
	margin-bottom: 10px;
}

.workListPh img {
	max-width: 100%;
}

.workListTxt {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

/* ジャンル */
.genre.contInner {
	margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
	.genreList.catgroupList {
		margin-bottom: -45px;
	}
	
	.catgroupList li {
		width: calc((100% - 90px) / 6);
		margin: 0 9px 45px;
	}
}

/* -------------------------------------------------- */
/* 微調整：小型PC */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
	
	.leadPict {
		width: 91.667vw;
		height: 32.5vw;
	}

	.leadPictTxt1 {
		width: 25.167vw;
		height: 7.667vw;
		padding-bottom: 1.25vw;
		left: calc(50% - 26.667vw);
	}
	
	.leadPictTxt2 {
		width: 25.167vw;
		height: 7.667vw;
		padding-bottom: 1.25vw;
		right: calc(50% - 26.667vw);
	}
	
	.leadPictTxt3 {
		width: 25.833vw;
		height: 6.667vw;
		padding-right: 1.25vw;
		top: 10vw;
	}
	
	.leadPictTxt4 {
		width: 25.833vw;
		height: 6.667vw;
		padding-left: 1.25vw;
		top: 10vw;
	}
	
	.leadPictTxt5 {
		width: 25.833vw;
		height: 6.667vw;
		padding-right: 1.25vw;
		top: 23.333vw;
	}
	
	.leadPictTxt6 {
		width: 25.833vw;
		height: 6.667vw;
		padding-left: 1.25vw;
		top: 23.333vw;
	}

	.leadPictImage {
		width: 34.667vw;
	}
}

/* -------------------------------------------------- */
/* hoverなど */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
	
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* 導入 */
	.leadHead {
		margin-bottom: 20px;
		font-size: 3rem;
	}

	.leadPict {
		width: 726px;
		height: 240px;
		margin-right: auto;
		margin-left: auto;
	}
	.leadPictTxt {
		font-size: 1.2rem;
		-webkit-font-feature-settings: "palt";
		        font-feature-settings: "palt";
	}

	.leadPictTxt1 {
		width: 190px;
		height: 58px;
		padding-bottom: 10px;
		left: calc(50% - 200px);
	}
	
	.leadPictTxt2 {
		width: 190px;
		height: 58px;
		padding-bottom: 10px;
		right: calc(50% - 200px);
	}
	
	.leadPictTxt3 {
		width: 210px;
		height: 54px;
		padding-right: 16px;
		top: 80px;
	}
	
	.leadPictTxt4 {
		width: 210px;
		height: 54px;
		padding-left: 16px;
		top: 80px;
	}
	
	.leadPictTxt5 {
		width: 210px;
		height: 54px;
		padding-right: 16px;
		top: 180px;
	}
	
	.leadPictTxt6 {
		width: 210px;
		height: 54px;
		padding-left: 16px;
		top: 180px;
	}

	.leadPictImage {
		width: 240px;
	}

	.leadList {
		margin-bottom: -20px;
	}

	.leadList li {
		width: calc(33.33% - 18px * 2 / 3);
		margin-right: 18px;
		margin-bottom: 20px;
		padding: 20px 10px;
	}

	.leadListImg img {
		width: 90px;
	}

	.leadListTxt {
		font-size: 1.3rem;
	}
	
	/* 買取実績 */
	.workBadgeWrap {
		margin-bottom: 40px;
	}
	.workBadge {
		width: 220px;
		height: 220px;
	}
	.workBadge:not(:last-child) {
		margin-right: 40px;
	}

	.workBadgeTit1 {
		font-size: 1.8rem;
	}

	.workBadgeTit2 {
		font-size: 3rem;
	}

	.workBadgeTit3 {
		font-size: 1.4rem;
	}

	.workTxt {
		font-size: 2rem;
	}

	.workList li {
		width: calc(20% - 15px * 4 / 5);
		margin-right: 15px;
		margin-bottom: 20px;
	}

	.workListTxt {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.businessHeadTxt {
		margin-bottom: 20px;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.leadHead {
		font-size: 2rem;
		letter-spacing: 0.02em;
	}

	.leadPict {
		width: 345px;
		height: 300px;
		margin-bottom: 70px;
	}
	.leadPict::after {
		bottom: -50px;
		border-width: 24px 41px 0 41px;
	}

	.leadPictTxt {
		font-size: 0.9rem;
		-webkit-font-feature-settings: "palt";
		        font-feature-settings: "palt";
	}

	.leadPictTxt1 {
		width: 170px;
		height: 43px;
		padding-right: 15px;
		padding-bottom: 0;
		left: 0;
		background-image: url(../../img/business/lead_bubble_right_down.svg);
	}

	.leadPictTxt2 {
		width: 170px;
		height: 43px;
		padding-left: 15px;
		padding-bottom: 0;
		right: 0;
		background-image: url(../../img/business/lead_bubble_left_down.svg);
	}

	.leadPictTxt3 {
		width: 170px;
		height: 43px;
		top: 50px;
	}

	.leadPictTxt4 {
		width: 170px;
		height: 43px;
		top: 50px;
	}

	.leadPictTxt5 {
		width: 170px;
		height: 43px;
		top: 100px;
		background-image: url(../../img/business/lead_bubble_right_down.svg);
	}

	.leadPictTxt6 {
		width: 170px;
		height: 43px;
		top: 100px;
		background-image: url(../../img/business/lead_bubble_left_down.svg);
	}

	.leadPictImage {
		width: 220px;
	}

	.leadList {
		margin-bottom: -10px;
	}

	.leadList li {
		width: calc(50% - 10px * 1 / 2);
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 15px 5px;
	}
	.leadList li:nth-child(3n) {
		margin-right: 10px;
	}
	.leadList li:nth-child(2n) {
		margin-right: 0;
	}

	.leadListImg img {
		width: 70px;
	}

	.leadListTxt {
		font-size: 1rem;
	}

	/* 買取実績 */
	.workBadgeWrap {
		margin-bottom: 20px;
	}
	.workBadge {
		width: 160px;
		height: 160px;
		border-width: 6px;
	}
	.workBadge:not(:last-child) {
		margin-right: 15px;
	}

	.workBadgeTit1 {
		font-size: 1.5rem;
	}

	.workBadgeTit2 {
		font-size: 2rem;
	}

	.workBadgeTit3 {
		font-size: 1.2rem;
	}

	.workTxt {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}

	.workList li {
		width: calc(33.33% - 12px * 2 / 3);
		margin-right: 12px;
		margin-bottom: 15px;
	}
	.workList li:nth-child(5n) {
		margin-right: 12px;
	}
	.workList li:nth-child(3n) {
		margin-right: 0;
	}

	.workListPh {
		margin-bottom: 5px;
	}

	.workListTxt {
		font-size: 1.1rem;
	}
}

/* -------------------------------------------------- */
/* 小さいSP */
/* -------------------------------------------------- */
@media screen and (max-width: 374px) {

	.leadPict {
		width: 92vw;
		height: 80vw;
		margin-bottom: 18.667vw;
	}
	.leadPict::after {
		bottom: -13.333vw;
		border-width: 6.4vw 10.933vw 0 10.933vw;
	}
	
	.leadPictTxt1 {
		width: 45.333vw;
		height: 11.467vw;
		padding-right: 4vw;
	}
	
	.leadPictTxt2 {
		width: 45.333vw;
		height: 11.467vw;
		padding-left: 4vw;
	}
	
	.leadPictTxt3 {
		width: 45.333vw;
		height: 11.467vw;
		top: 13.333vw;
	}
	
	.leadPictTxt4 {
		width: 45.333vw;
		height: 11.467vw;
		top: 13.333vw;
	}
	
	.leadPictTxt5 {
		width: 45.333vw;
		height: 11.467vw;
		top: 26.667vw;
	}
	
	.leadPictTxt6 {
		width: 45.333vw;
		height: 11.467vw;
		top: 26.667vw;
	}
	
	.leadPictImage {
		width: 58.667vw;
	}
	
	.workBadge {
		width: 42.667vw;
		height: 42.667vw;
	}
}
