.B2B {
	min-width: 320px;
	margin-bottom: -60px;
}
.B2B * {
	box-sizing: border-box;
}
.B2B img {
	display: block;
}
.B2B p {
	margin: 0;
}
.B2B p+p {
	margin-top: 8px;
}
.B2B_h2 {
	font-weight: normal;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	text-align: center;
	margin: 0 0 24px;
}
@media (max-width: 767px) {
	.B2B_h2 {
		font-size: 24px;
		line-height: 32px;
		padding: 0 19px;
		margin: 0 0 16px;
	}
}
.B2B_h2._slider {
	margin-bottom: 64px;
}
@media (max-width: 1365px) {
	.B2B_h2._slider {
		margin-bottom: 56px;
	}
}
@media (max-width: 767px) {
	.B2B_h2._slider {
		margin-bottom: 32px;
	}
}
.B2B_h2._history {
	margin-bottom: 32px;
}
@media (max-width: 767px) {
	.B2B_h2._history {
		margin-bottom: 16px;
	}
}
.B2B_h2._form {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.B2B_h2._form {
		margin-bottom: 32px;
	}
}
.B2B_h3 {
	font-weight: 500;
	font-size: 26px;
	line-height: 32px;
	color: #000;
	margin: 0 0 16px;
}

.B2BForm_successTitle {
	display: flex;
	flex-direction: column;
	font-size: 32px;
	font-weight: 400;
}
.B2BForm_successTitle small {
	font-size: 16px;
	line-height: 24px;
}
@media (max-width: 767px) {
	.B2B_h3 {
		font-size: 20px;
		margin-bottom: 8px;
	}
}
.B2B_content {
	max-width: 958px;
	width: 100%;
	padding: 0 19px;
	margin: 0 auto;
}
@media (max-width: 1365px) {
	.B2B_content {
		max-width: 768px;
	}
}
.B2B_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 48px;
	font-size: 18px;
    line-height: 24px;
	border-radius: 4px;
}

.B2BTop {
	height: 540px;
	padding-top: 110px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background: #1A1A1A;
	position: relative;
	overflow: hidden;
}
@media (max-width: 767px) {
	.B2BTop {
		height: 488px;
		padding-top: 64px;
	}
}
.B2BTop:before, .B2BTop:after {
	content: '';
	position: absolute;
}
.B2BTop:before {
	left: 0;
	top: 0;
	width: 784px;
	height: 100%;
	background: url("../img/b2b/top_1.png") no-repeat left top;
}
.B2BTop:after {
	right: 0;
	bottom: 0;
	width: 589px;
	height: 100%;
	background: url("../img/b2b/top_2.png") no-repeat right bottom;
}
@media (max-width: 1919px) {
	.B2BTop:before {
		left: -270px;
	}
	.B2BTop:after {
		right: -260px;
	}
}
@media (max-width: 1365px) {
	.B2BTop:before {
		left: -460px;		
	}
	.B2BTop:after {
		right: -295px;
		width: 511px;
		background-size: contain;
	}
}
@media (max-width: 767px) {
	.B2BTop:before {
		left: -375px;
		top: -30px;
		width: 632px;
		background-position: right top;
		background-size: contain;
	}
	.B2BTop:after {
		right: -200px;
		bottom: -110px;
		width: 391px;
	}
}
.B2BTop_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
}
.B2BTop_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
@media (max-width: 767px) {
	.B2BTop_menu {
		max-width: 320px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
}
.B2BTop_menuItem {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	margin-left: 20px;
	position: relative;
	list-style: none;
}
@media (max-width: 767px) {
	.B2BTop_menuItem {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 8px;
	}
}
.B2BTop_menuItem:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 6px;
	width: 4px;
	height: 4px;
	background: #8D8C8C;
	border-radius: 50%;
}
@media (max-width: 767px) {
	.B2BTop_menuItem:before {
		top: 8px;
	}
}
.B2BTop_menuItem:first-child {
	margin-left: 0
}
.B2BTop_menuItem:first-child:before {
	display: none;
}
@media (max-width: 767px) {
	.B2BTop_menuItem:nth-child(3) {
		margin-left: 0;
	}
	.B2BTop_menuItem:nth-child(3):before {
		display: none;
	}
}
.B2BTop_menuItem a {
	color: #8D8C8C;
	transition: color 0.3s ease;
}
.B2BTop_menuItem a:hover, .B2BTop_menuItem a._active {
	color: rgba(255,255,255, 0.9);
}
.B2BTop_tlt {
	max-width: 894px;
	width: 100%;
	padding: 0 20px;
	margin: 48px 0 0;
	font-weight: normal;
	font-size: 48px;
	line-height: 64px;
	color: rgba(255,255,255, 0.9);
	text-align: center;
}
@media (max-width: 767px) {
	.B2BTop_tlt {
		margin: 24px 0 0;
		font-size: 32px;
		line-height: 40px;
	}
}
.B2BTop_btn {
	color: #000;
	margin-top: 48px;
}
@media (max-width: 767px) {
	.B2BTop_btn {
		margin-top: 32px;
	}
}

#products {
	padding-top: 64px;
}
@media (max-width: 767px) {
	#products {
		padding-top: 48px;
	}
}
.B2BSection {}
.B2BSection._grey {
	background: #F1F1F1;
}
.B2BSection_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.B2BSection_inner._reverse {
	flex-direction: row-reverse;
}
@media (max-width: 767px) {
	.B2BSection_inner, .B2BSection_inner._reverse {
		flex-direction: column-reverse;
	}
	.B2BSection_inner {
		padding-bottom: 32px;
	}
}
.B2BSection_item {
	max-width: 445px;
	width: calc(50% - 15px);
	font-size: 16px;
	line-height: 24px;
	color: #585858;
}
@media (max-width: 1365px) {
	.B2BSection_item {
		width: 100%;
	}
	.B2BSection_item._txt {
		max-width: 350px;
	}
	.B2BSection_item._img {
		max-width: 370px;
		height: 364px;
	}
	.B2BSection_item._img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}
@media (max-width: 767px) {
	.B2BSection_item {
		font-size: 14px;
		line-height: 22px;
	}
	.B2BSection_item._img {
		max-width: 305px;
		height: 300px;
	}
}

.B2BWhy {
	padding: 80px 0 40px;
	background: #F1F1F1;
}
@media (max-width: 767px) {
	.B2BWhy {
		padding: 48px 0 16px;
		background: #F1F1F1;
	}
}
.B2BWhy_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.B2BWhy_inner {
		flex-direction: column;
		max-width: 388px;
	}
}
.B2BWhy_h2 {
	margin-bottom: 64px;
}
@media (max-width: 1365px) {
	.B2BWhy_h2 {
		margin-bottom: 48px;
	}
}
@media (max-width: 767px) {
	.B2BWhy_h2 {
		margin-bottom: 32px;
	}
}
.B2BWhy_item {
	max-width: 445px;
	width: calc(50% - 15px);
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #585858;
}
.B2BWhy_item:last-child {
	max-width: 540px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	.B2BWhy_item {
		max-width: 100%;
		width: 100%;
		margin-bottom: 32px;
	}
	.B2BWhy_item:last-child {
		max-width: 100%;
	}
}
.B2BWhy_tlt {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.B2BWhy_tltIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	width: 80px;
	height: 80px;
	background: #ddd;
	border-radius: 50%;
	margin-right: 16px;
}
@media (max-width: 767px) {
	.B2BWhy_tltIcon {
		min-width: 64px;
		width: 64px;
		height: 64px;
		margin-right: 8px;
	}
}
.B2BWhy_tltTxt {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #000;
}
@media (max-width: 767px) {
	.B2BWhy_tltTxt {
		font-size: 16px;
		line-height: 24px;
	}
}
.B2BWhy_txt {
	font-size: 14px;
	line-height: 22px;
	color: #585858;
}

#work {
	padding-top: 80px;
}
@media (max-width: 767px) {
	#work {
		padding-top: 48px;
	}
}
.B2BSlider {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
@media (max-width: 1365px) {
	.B2BSlider {
		max-width: 720px;
	}
}
@media (max-width: 767px) {
	.B2BSlider {
		max-width: 390px;
		width: calc(100% - 10px);
	}
}
.B2BSlider_swiper {
	width: 100%;
	margin: 0 auto 48px;
}
@media (max-width: 767px) {
	.B2BSlider_swiper {
		margin-bottom: 24px;
	}
}
.B2BSlider_wrapper {}
.B2BSlider_slide {
	font-size: 16px;
	line-height: 24px;
	color: #585858;
}
@media (max-width: 767px) {
	.B2BSlider_slide {
		font-size: 14px;
		line-height: 22px;
	}
}
.B2BSlider_icons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 64px;
	width: 100%;
}
@media (max-width: 1365px) {
	.B2BSlider_icons {
		margin-bottom: 56px;
	}
}
@media (max-width: 767px) {
	.B2BSlider_icons {
		max-width: auto;
		width: 100%;
		margin: 0 auto 24px;
		overflow: hidden;
	}
}
.B2BSlider_icon {
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F1F1F1;
	border-radius: 50%;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}

.B2BSlider_icon:first-child:before {
		display: none;
}

.B2BSlider_icon:last-child:after {
	display: none;
}

@media (max-width: 1365px) {
	.B2BSlider_icon {
		width: 120px;
		height: 120px;
	}
}
@media (max-width: 767px) {
	.B2BSlider_icon {
		width: 64px;
		height: 64px;
	}
}
.B2BSlider_icon._active {
	background: #000;
}
.B2BSlider_icon._active svg path {
	fill: #F1F1F1;
}
.B2BSlider_icon:before, .B2BSlider_icon:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 1px;
	background: #F1F1F1;
}
@media (max-width: 1365px) {
	.B2BSlider_icon:before, .B2BSlider_icon:after {
		width: 40px;
	}
}
@media (max-width: 767px) {
	.B2BSlider_icon:before, .B2BSlider_icon:after {
		width: 21px;
	}
}

@media (max-width: 391px) {
	.B2BSlider_icon:before, .B2BSlider_icon:after {
		width: calc(13.3vw - 32px);
	}

	.B2BSlider_icons {
		/* width: 274px; */
	}
}
.B2BSlider_icon:before {
	right: 100%;
}
.B2BSlider_icon:after {
	left: 100%;
}
.B2BSlider_icon._active:before, .B2BSlider_icon._active:after {
	background: #000;
}
.B2BSlider_icon svg {}
@media (max-width: 1365px) {
	.B2BSlider_icon svg {
		width: 34%;
	}
}
.B2BSlider_txt {
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 1365px) {
	.B2BSlider_txt {
		max-width: 600px;
	}
}
@media (max-width: 767px) {
	.B2BSlider_txt {
		max-width: 350px;
		width: calc(100% - 36px);
	}
}
.B2BSlider_tlt {
	font-weight: 500;
	font-size: 26px;
	line-height: 32px;
	color: #000;
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	.B2BSlider_tlt {
		font-size: 20px;
		margin-bottom: 8px;
	}
}
.B2BSlider_arrow {
	position: absolute;
	top: calc(50% + 38px);
	transform: translateY(-50%);
	width: 27px;
	height: 24px;
	padding: 0;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	z-index: 1;
}
@media (max-width: 767px) {
	.B2BSlider_arrow {
		top: calc(50% + 4px);
		width: 13px;
		height: 24px;
	}
	.B2BSlider_arrow svg {
		width: 100%;
	}
}
.B2BSlider_arrow.swiper-button-disabled svg path {
	fill: #585858;
	opacity: 0.5;
}
.B2BSlider_arrow._next {
	right: 0;
}
.B2BSlider_arrow._prev {
	left: 0;
	transform: rotate(180deg);
	transform-origin: center;
}
@media (max-width: 767px) {
	.B2BSlider_arrow._prev {
		margin-top: -12px;
	}
}

#prj {
	padding-top: 120px;
}
@media (max-width: 1365px) {
	#prj {
		padding-top: 100px;
	}
}
@media (max-width: 767px) {
	#prj {
		padding-top: 80px;
	}
}
.B2BHistoryAbout {
	max-width: 838px;
	width: 100%;
	padding: 0 19px;
	margin: 0 auto 74px;
	text-align: center;
}
@media (max-width: 1365px) {
	.B2BHistoryAbout {
		margin-bottom: 48px;
	}
}
@media (max-width: 767px) {
	.B2BHistoryAbout {
		max-width: 388px;
		margin-bottom: 40px;
	}
}
.B2BHistoryAbout_tlt {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	.B2BHistoryAbout_tlt {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 8px;
	}
}
.B2BHistoryAbout_txt {
	font-size: 16px;
	line-height: 24px;
	color: #585858;
	padding: 0 35px;
	margin-bottom: 44px;
}
@media (max-width: 767px) {
	.B2BHistoryAbout_txt {
		font-size: 14px;
		line-height: 22px;
		padding: 0;
		margin-bottom: 28px;
	}
}
.B2BHistoryAbout_arrow {
	width: 27px;
	height: 24px;
	margin: 0 auto;
    transform: rotate(90deg);
}

.B2BHistoryTop {
	min-height: 450px;
	margin-bottom: 64px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background: #1A1A1A;
	overflow: hidden;
}
@media (max-width: 1365px) {
	.B2BHistoryTop {
		min-height: 370px;
		margin-bottom: 48px;
	}
}
@media (max-width: 767px) {
	.B2BHistoryTop {
		min-height: auto;
		margin-bottom: 32px;
		flex-direction: column;
		align-items: center;
	}
}
.B2BHistoryTop_item {
	width: 100%;
}
.B2BHistoryTop_item._txt {
	max-width: 441px;
	padding: 121px 0;
	margin-right: 40px;
	margin-bottom: auto;
}
@media (max-width: 1365px) {
	.B2BHistoryTop_item._txt {
		max-width: 321px;
		padding: 98px 0;
		margin: 0 0 0 48px;
	}
}
@media (max-width: 767px) {
	.B2BHistoryTop_item._txt {
		max-width: 382px;
		padding: 40px 16px 0;
		margin: 0 0 20px;
	}
}
.B2BHistoryTop_item._img {
	position: relative;
}
.B2BHistoryTop_item._img img {
	width: 100%;
}
.B2BHistoryTop_item._img._img1 {
	max-width: 550px;
}
.B2BHistoryTop_item._img._img2 {
	max-width: 526px;
}
@media (max-width: 1365px) {	
	.B2BHistoryTop_item._img._img1 {
		height: 340px;
		margin-left: 20px;
	}
	.B2BHistoryTop_item._img._img1 img {
		width: 470px;
		height: 340px;
	}
	.B2BHistoryTop_item._img._img2 {
		height: 390px;
		margin-left: 40px;
	}
	.B2BHistoryTop_item._img._img2 img {
		width: 360px;
	}
	.B2BHistoryTop_item._img img {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}
@media (max-width: 767px) {
	.B2BHistoryTop_item._img._img1, .B2BHistoryTop_item._img._img2 {
		max-width: 368px;
		height: auto;
		margin-left: 0;
	}
	.B2BHistoryTop_item._img._img1 img, .B2BHistoryTop_item._img._img2 img {
		max-width: 350px;
		width: calc(100% - 18px);
		height: auto;
		margin: 0 auto;
	}
	.B2BHistoryTop_item._img img {
		position: relative;
	}
}
.B2BHistoryTop_tlt {
	font-size: 48px;
	line-height: 64px;
	color: rgba(255,255,255, 0.9);
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	.B2BHistoryTop_tlt {
		font-size: 32px;
		line-height: 40px;
	}
}
.B2BHistoryTop_txt {
	font-size: 20px;
	line-height: 32px;
	color: #DDD;
}
@media (max-width: 767px) {
	.B2BHistoryTop_txt {
		font-size: 16px;
		line-height: 24px;
	}
}

.B2BHistory {
	padding-bottom: 36px;
}
@media (max-width: 1365px) {
	.B2BHistory {
		padding-bottom: 16px;
	}
}
.B2BHistory_content {
	font-size: 16px;
	line-height: 24px;
	color: #585858;
}
@media (max-width: 767px) {
	.B2BHistory_content {
		max-width: 382px;
		padding: 0 16px;
		margin: 0 auto;
	}
}
.B2BHistory_content p {
	max-width: 730px;
	margin: 0 auto 64px;
}

@media (max-width: 1365px) {
	.B2BHistory_content p {
		margin-bottom: 48px;
	}
}
@media (max-width: 767px) {
	.B2BHistory_content p {
		margin-bottom: 32px;
	}
}
.B2BHistory_content img {
	max-width: 730px;
	width: 100%;
	margin: 0 auto 25px;
}
.B2BHistory_content img._bottom {
	margin-bottom: 80px;
}
@media (max-width: 1365px) {
	.B2BHistory_content img {
		margin-bottom: 24px;
	}
}
@media (max-width: 767px) {
	.B2BHistory_content img {
		margin-bottom: 16px;
	}

	.B2BHistory_content img._bottom {
		margin-bottom: 40px;
	}
	.B2BHistory_content img + p {
		margin-top: 32px;
	}
}
.B2BHistory_dblImg {
	max-width: 1460px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 1365px) {
	.B2BHistory_dblImg {
		flex-direction: column;
	}
}
.B2BHistory_dblImg img {
	width: calc(50% - 15px);
	margin-left: 0;
	margin-right: 0;
}
@media (max-width: 1365px) {
	.B2BHistory_dblImg img {
		width: 100%;
	}
	.B2BHistory_dblImg img:last-child {
		margin-bottom: 48px;
	}
}
@media (max-width: 767px) {
	.B2BHistory_dblImg img:last-child {
		margin-bottom: 32px;
	}
}

.B2BForm {
	background: #F1F1F1;
	padding: 80px 0;
	position: relative;
}

.B2BForm_formPlaceholder {
	position: absolute;
	top: 50%;
	left: 13px;
	transform: translate(0, -50%);
	font-weight: 400;
	font-size: 14px;
	color: #8D8C8C;
}
@media (max-width: 767px) {
	.B2BForm {
		padding: 48px 0 64px;
	}
}
.B2BForm_inner {
	max-width: 507px;
	width: 100%;
	padding: 0 16px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.B2BForm_inner._success {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
	.B2BForm_inner {
		max-width: 382px;
	}
}
.B2BForm_row {
	width: 100%;
	margin-bottom: 24px;
	position: relative;
}

.B2BForm_row .iti {
	width: 100%;
}

.B2BForm_inpt, .B2BForm_txtarea {
	width: 100%;
	padding: 0 13px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #000;
	transition: all 0.3s ease;
	-webkit-appearance: none;
	border-radius: 0;
}
.B2BForm_inpt {
	height: 40px;
	line-height: 40px;
}
.B2BForm_txtarea {
	height: 157px;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 22px;
	resize: vertical;
}
.B2BForm_inpt:focus, .B2BForm_inpt._focus,
.B2BForm_txtarea:focus, .B2BForm_txtarea._focus {
	border-color: #8D8C8C;
	outline: none;
}
.B2BForm_inpt.error {
	border-color: #c75724;
	color: #c75724;
}
.B2BForm_inpt.error ~ em {
	color: #c75724;
	font-style: normal;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.B2BForm_inpt ~ .sign {
	display: none;
}
.B2BForm_inpt.error ~ .sign {
	color: #fff;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #c75724;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	padding-left: 1px;
}
.B2BForm_btn {
	height: 40px;
	padding: 0 24px;
	margin-left: auto;
	font-size: 16px;
}
@media (max-width: 767px) {
	.B2BForm_btn {
		width: 100%;
		margin: 0;
		
	}
}
::placeholder {
	color: #8D8C8C;
}