@charset "utf-8";
/* Copyright 2020 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

home

------------------------------------------------------------ */

/* グローバルナビアクティブ
---------------------------------------------- */
.nav_global ul li.g01{pointer-events: none;}

.nav_global ul li.g01::after{height: 5px;}

/* メインビジュアル
---------------------------------------------- */
.main{
	background: url("../img/home/img_main01.jpg") no-repeat center;
	background-size: cover;
	min-height: 600px;
	height: 41.66vw;
	max-height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 取扱商品
---------------------------------------------- */
.wrap_products{
	margin-bottom: 150px;
	padding-top: 100px;
	position: relative;
}

.wrap_products::before{
	content: "";
	display: block;
	background: url("../img/home/bg_products01.jpg") no-repeat 0 0;
	background-size: cover;
	height: 1400px;
	width: calc(50% + 450px);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    margin-left: -450px;
}

.products_top{
	width: 1100px;
	margin: 0 auto 50px;
}

.products_top_inner{
	width: 1100px;
	position: relative;
}

.txt_products01{
	max-width: 1100px;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 100px;
}

.products_top h2{
	display: inline-block;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
}

.products_top h2::before{
	content: "Products";
	display: block;
	font-family: 'Roboto';
	font-size: 8rem;
	margin-bottom: 5px;
}

.products_top .btn_more01{
	position: absolute;
	left: 910px;
	bottom: 40px;
}

.item{
	width: 530px;
	margin-right: 40px;
}

.item_inner{
	width: 450px;
	background: #FFF;
	padding: 30px;
	margin: -60px auto 11px;
	position: relative;
	filter: drop-shadow(4px 0 11px rgba(0, 0, 0, .07));
}

.item_inner h4{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1;
	padding-left: 15px;
	position: relative;
}

.item_inner h4::before{
	content: "";
	width: 6px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 0;
}

.item_inner .txt{margin-bottom: 15px;}

.item_inner .btn_more01{text-align: right;}

/*--防ぐ--*/
.wrap_protect{
	padding: 100px 0 72px;
	margin-bottom: 150px;
	position: relative;
}

.wrap_protect::before{
    content: "";
    display: block;
    background: #468C00;
    width: calc(100% + 450px);
    height: 1390px;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: -1;
    margin-right: -450px;
}

.wrap_protect::after{
	content: "";
	display: block;
	width: calc(50% + 450px);
	height: 800px;
	background: url("../img/home/bg_products02.jpg") no-repeat 0 0;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: -772px;
	z-index: -2;
}

.protect{
	width: 1100px;
	margin: 0 auto;
}

.protect h3{
	color: #FFF;
	font-weight: bold;
	font-size: 6rem;
	line-height: 1;
	margin-bottom: 50px;
}

.protect h3 span{
	font-size: 1.8rem;
	padding-left: 10px;
}

.protect .item_inner h4::before{background: #468C00;}

.protect_inner img{width: 100%;}

.protect_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.protect_inner .item .item_inner .btn_more01 a{
	background-image: url("../img/ico_arrow02.png");
	color: #468C00;
	font-size: 1.4rem;
}

/*--捕まえる--*/
.wrap_capture{
	padding: 100px 0 72px;
	margin-bottom: 150px;
	position: relative;
}

.wrap_capture::before{
	content: "";
	display: block;
	background: #027FC2;
	width: calc(50% + 450px);
	min-width: 1100px;
	height: 800px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -450px;
	z-index: -1;
}

.capture{
	width: 1100px;
	margin: 0 auto;
}

.capture h3{
	color: #FFF;
	font-weight: bold;
	font-size: 6rem;
	line-height: 1;
	padding-left: 150px;
	margin: 0 0 50px 0;
}

.capture h3 span{
	font-size: 1.8rem;
	padding-left: 10px;
}

.capture .item_inner h4::before{background: #027FC2;}

.capture_inner{display: flex;}

.capture_inner .item:last-of-type{margin-right: 0;}

.capture_inner .item .item_inner .btn_more01 a{
	background-image: url("../img/ico_arrow03.png");
	color: #027FC2;
	font-size: 1.4rem;
}

/* 新栄鋼業とは
---------------------------------------------- */
.wrap_about{
	background: url("../img/home/bg_about01.jpg") no-repeat center;
	background-size: cover;
	padding: 195px 0;
	color: #FFF;
	margin-top: -40px;
}

.about{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.about h2{
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
}

.about h2::before{
	content: "About";
	display: block;
	font-family: 'Roboto';
	font-size: 8rem;
	margin-bottom: 5px;
}

.about_inner{
	width: 650px;
	padding-top: 15px;
}

.about_inner .txt{margin-bottom: 50px;}

.about_inner .btn_more01{text-align: right;}

.about_inner .btn_more01 a{
	background-image: url("../img/ico_arrow04.png");
	color: #FFF;
}



