@charset "utf-8";
/* CSS Document */

.bg_pink {
	background-color: #fff0f3;
}

.sub_title h2 {
	color: #BD0C24;
	font-size: 1.5rem;
	text-align: center;
}

.sub_title hr {
	width: 40px;
	border-color: #fff;
	display: block;
	height: 4px !important;
	margin: 0.3rem auto;
	background: linear-gradient(90deg, #FFD7DF 0%, #FFD7DF 50%, #BD0C24 50%, #BD0C24 100%);
	opacity: 1;	
}

.border-pink {
	border: 5px solid #efafbd;
}

#anc1, #anc2, #anc3, #anc4 {
	padding-top: 50px;
	margin-top: -50px;
}

@media (min-width: 576px) {
	.sub_title h2 {
		font-size: 1.7rem;
	}
}	

@media (min-width: 768px) {
	.container-md-fluid {
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}
	
	.container-md-fluid .container {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}
	
	#anc1, #anc2, #anc3, #anc4 {
		padding-top: 70px;
		margin-top: -70px;
	}	
}

@media (min-width: 992px) {
	.sub_title h2 {
		font-size: 1.9rem;
	}
	
	#anc1, #anc2, #anc3, #anc4 {
		padding-top: 90px;
		margin-top: -90px;
	}	
}
	

/*/////////// メインビジュアル /////////////*/
.mv .wrap {
	background-color: rgba(34,34,34,0.30);
}


/*/////////// セクション1 /////////////*/
.sec1 {
	width: 100%;
	clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 98.5%);
	padding-bottom: 60px;
	padding-top: 0 !important;
	margin-top: -1px !important;
}

.sec1 .title {
	background-image: url("../images/business/event.svg");
	background-repeat: no-repeat;
	background-size: auto 80px;
	background-position: center top;
}

.sec1 .title h1, .sec2 .title h1, .sec3 .title h1 {
	padding-top: 3rem;
}

.sec1 .wrap {
	background-color: rgba(255,255,255,0.35);
	padding: 1.5rem 0 30px;
}

.sec1 .sub_title_icon {
	background-image:url("../images/business/icon1.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 170px;
	height: 130px;
	padding-top: 45px;
	margin-top: -80px;
}

.sec1 .wrap p, .sec3 .wrap p {
	line-height: 1.5em;
}


@media (min-width: 576px) {
	.sec1 .title {
		background-size: auto 90px;
	}
	
	.sec1 .title h1, .sec2 .title h1, .sec3 .title h1 {
		padding-top: 3.2rem;
	}	

	.sec1 .wrap {
		padding: 2rem 0;
	}

	.sec1 .sub_title_icon {
		background-size: 190px;
		height: 150px;
		padding-top: 3.2rem;
	}
}

@media (min-width: 768px) {
	.sec1 {
		width: 100%;
		clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 97%);
		padding-bottom: 100px;
	}

	.sec1 .title {
		background-size: auto 100px;
		background-position: left top;
	}

	.sec1 .title h1, .sec2 .title h1, .sec3 .title h1 {
		padding-top: 4rem;
		text-align: left;
	}

	.sec1 .wrap {
		padding: 1.5rem 0 40px;
	}

	.sec1 .sub_title_icon {
		background-size: 200px;
		height: 160px;
		padding-top: 55px;
		margin-top: -90px;
	}
	
	.sec1 .text-wrap, .sec3 .text-wrap {
		padding-left: 3%;
		padding-right: 3%;
	}	
}

@media (min-width: 992px) {
	.pb-lg-40 {
		padding-bottom: 40px;
	}
	
	.sec1 {
		padding-bottom: 100px;
	}	
	
	.sec1 .title {
		background-size: auto 115px;
	}
	
	.sec1 .title h1, .sec2 .title h1, .sec3 .title h1 {
		padding-top: 4.5rem;
	}	
	
	.sec1 .wrap p, .sec3 .wrap p {
		font-size: 0.9rem;
	}
	
	.sec1 .wrap {
		padding: 1.5rem 0 60px;
	}

	.sec1 .sub_title_icon {
		background-size: 240px;
		height: 190px;
		padding-top: 70px;
	}	
}

@media (min-width: 1200px) {
	.pb-xl-60 {
		padding-bottom: 60px;
	}
	
	.sec1 .col-xl-3 {
		width: 20% !important;
	}
	
	.sec1 {
		clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 93%);
		padding-bottom: 140px;
	}
}
	
@media (min-width: 1300px) {	
	.sec1 .text-wrap, .sec3 .text-wrap {
		padding-left: 6%;
		padding-right: 4%;
	}	
}
	
@media (min-width: 1500px) {	
	.sec1 .text-wrap, .sec3 .text-wrap {
		padding-left: 10%;
	}	
}	


/*/////////// セクション2 /////////////*/
.sec2 .title {
	background-image: url("../images/business/delivery.svg");
	background-repeat: no-repeat;
	background-size: auto 80px;
	background-position: center top;
}

@media (min-width: 768px) {
	.sec2 .title {
		background-size: auto 100px;
		background-position: left top;
	}	
	
	.sec2 .text-wrap {
		padding-left: 3%;
		padding-right: 3%;
	}		
}

@media (min-width: 992px) {
	.sec2 .title {
		background-size: auto 115px;
	}
}
	
@media (min-width: 1300px) {	
	.sec2 .text-wrap {
		padding-left: 4%;
		padding-right: 6%;
	}	
}
	
@media (min-width: 1500px) {	
	.sec2 .text-wrap {
		padding-right: 10%;
	}	
}


/*/////////// セクション3 /////////////*/
.sec3 {
	width: 100%;
	clip-path:polygon(0 1.5%, 100% 0%, 100% 100%, 0 100%);
	padding:50px 0 40px;
}

.sec3 .title {
	background-image: url("../images/business/manufacturing.svg");
	background-repeat: no-repeat;
	background-size: auto 65px;
	background-position: center top;
}

.sec3 .title h1 {
	padding-top: 2.5rem;
}

.sec3 .wrap {
	background-color: rgba(255,255,255,0.35);
	padding: 30px 0;
}

.sec3 .wrap h2 {
	font-size: 1.3rem;
	line-height: 1.5em;
}


@media (min-width: 576px) {
	.sec3 {
		padding:55px 0 50px;
	}

	.sec3 .title {
		background-size: auto 90px;
	}
	
	.sec3 .title h1 {
		padding-top: 3.2rem;
	}
	
	.sec3 .wrap {
		background-color: rgba(255,255,255,0.35);
		padding: 2rem 0;
	}

	.sec3 .wrap h2 {
		font-size: 1.3rem;
		line-height: 1.5em;
	}
}

@media (min-width: 768px) {
	.sec3 {
		clip-path:polygon(0 3.5%, 100% 0%, 100% 100%, 0 100%);
		padding:80px 0 60px;
	}

	.sec3 .title {
		background-size: auto 75px;
		background-position: left top;
	}
	
	.sec3 .title h1 {
		padding-top: 3.0rem;
	}
	
	.sec3 .wrap {
		background-color: rgba(255,255,255,0.35);
		padding: 40px 0;
	}

	.sec3 .wrap h2 {
		font-size: 1.3rem;
		line-height: 1.5em;
	}
}

@media (min-width: 992px) {
	.sec3 {
		padding:100px 0 70px;
	}
	
	.sec3 .title {
		background-size: auto 95px;
	}
	
	.sec3 .title h1 {
		padding-top: 3.5rem;
	}
	
	.sec3 .wrap {
		padding: 60px 0;
	}

	.sec3 .wrap h2 {
		font-size: 1.4rem;
	}

	
	.sec3 .product .col-lg-2 {
		width: 14.2% !important;
	}	
}
	
@media (min-width: 1200px) {	
	.sec3 {
		clip-path:polygon(0 7%, 100% 0%, 100% 100%, 0 100%);
		padding:120px 0 100px;
	}
	
	.sec3 .title {
		background-size: auto 115px;
	}
	
	.sec3 .title h1 {
		padding-top: 4.5rem;
	}
}


/*/////////// セクション4 /////////////*/
.sec4 h2 {
	font-size: 1.3rem;
	text-align: center;
	color: #BD0C24;
	border: 1px solid #BD0C24;
	padding: 0.4rem;
}

.sec4 img {
	width: auto;
	height: 90px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {
	.sec4 h2 {
		font-size: 1.25rem;
		padding: 0.5rem;
	}

	.sec4 img {
		height: 110px;
	}
	
	.sec4 .box {
		border-right: 1px solid #BD0C24;
	}
	
	.sec4 .box:last-child {
		border-right: none;
	}		
}
