@charset "utf-8";

.pc-flex {
	display: flex !important;
}

#freight header {
	position: absolute;
	min-width: 340px;
	max-width: 340px;
	border: none;
	padding: 0;
	clip-path: polygon(0 0, 100% 0, calc(100% - 35px) 100%, 0 100%);
}

#freight .logo a {
	display: block;
	padding: 15px 30px 18px;
}

.main {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.ro {
	font-family: 'Roboto', sans-serif;
}

img {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.pc-flex {
		display: none !important;
	}

	#freight header {
		min-width: 170px;
		max-width: 170px;
		height: 40px;
		clip-path: polygon(0 0, 100% 0, calc(100% - 17px) 100%, 0 100%);
	}

	#freight .logo a {
		padding: 8px 27px 10px 0;
	}

	#freight .totop {
		display: none !important;
	}
}

.mainvisual {
	margin: 0 0 70px;
	position: relative;
}

.text-center {
	text-align: center;
}

.mainvisual .contact-btns {
	position: absolute;
	left: 50%;
	top: 53vw;
	transform: translateX(-50%);
	width: 1094px;
	margin: -40px 0 0;
}

.mv-title {
	position: absolute;
	left: 0;
	top: 5vw;
	width: 100%;
}

.mv-title p span {
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	padding: 4px 30px 5px;
	border: 2px solid #212121;
	border-radius: 29px;
}

.mv-title h1 {
	font-size: 52px;
	font-weight: 700;
	margin-top: 10px;
}

.mv-title h1 * {
	font-weight: 700;
}

.mv-title h1 small {
	font-size: 44px;
}

.mv-title h1 .dot {
	font-size: 66px;
	line-height: 1.3;
	position: relative;
}

.mv-title h1 .dot::before {
	content: '';
	width: 8px;
	height: 8px;
	border: 1px solid #707070;
	background-color: #3f87b9;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 5px;
	transform: translateX(-50%);
}

.c-blue {
	color: #498bb9;
}

@media screen and (max-width: 768px) {
	.mainvisual {
		margin: 0 0 40px;
	}

	.mainvisual .contact-btns {
		position: fixed;
		left: 0;
		top: auto;
		bottom: 0;
		transform: translateX(0);
		width: 100%;
		margin: 0;
		z-index: 50;
	}

	.mv-title {
		top: 53px;
	}

	.mv-title p span {
		font-size: 17px;
		border: 1px solid #212121;
		border-radius: 17px;
		padding: 3px 14px 4px;
	}

	.mv-title h1 {
		font-size: 26px;
		margin-top: 2px;
	}

	.mv-title h1 small {
		font-size: 22px;
	}

	.mv-title h1 .dot {
		font-size: 33px;
	}

	.mv-title h1 .dot::before {
		width: 4px;
		height: 4px;
	}
}

@media screen and (max-width: 370px) and (min-width: 320px) {
	.mv-title p span {
		font-size: 16px;
	}

	.mv-title h1 {
		font-size: 22px;
	}

	.mv-title h1 small {
		font-size: 18px;
	}

	.mv-title h1 .dot {
		font-size: 29px;
	}
}

/* solution */
.f-solution {
	padding: 0 0 90px;
	background: url(../img/bg2.png) no-repeat center bottom 45px;
}

.f-solution ul {
	display: flex;
	justify-content: space-between;
}

.f-solution ul li {
	width: 31.2%;
	background-color: #3f87b9;
	color: #fff;
	padding: 123px 20px 40px;
	font-size: 17px;
	line-height: 1.7;
	position: relative;
}

.f-solution ul li .num {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 6px;
	transform: translateX(-50%);
	font-family: 'Roboto', sans-serif;
	font-size: 63px;
	font-style: italic;
	line-height: 83px;
	display: inline-block;
	border-bottom: 2px solid #fff;
}

/* .f-solution ul li:nth-child(1):after {
	content: '1';
}

.f-solution ul li:nth-child(2):after {
	content: '2';
}

.f-solution ul li:nth-child(3):after {
	content: '3';
} */

.f-solution ul li.new:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 120px 0 0;
	border-color: #ffee00 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.f-solution ul li.new:after {
	content: 'NEW!';
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	font-size: 25px;
	font-weight: bold;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #333;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	padding-bottom: 60px;
}

.f-solution h3 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 24px 0;
	position: relative;
}

.f-solution h3::after {
	content: '';
	width: calc(100% - 30px);
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 15px;
	bottom: -10px;
}

.title {
	margin: 0 0 60px;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.25;
	position: relative;
	text-align: center;
}

.title::after {
	content: '';
	width: 80px;
	height: 2px;
	background-color: #212121;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}

.title span {
	font-size: 26px;
	font-style: italic;
	color: #3f87b9;
	display: inline-block;
	margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
	.f-solution {
		padding: 0 0 45px;
	}

	.title {
		font-size: 25px;
		margin: 0 0 40px;
	}

	.title::after {
		width: 40px;
		height: 1px;
		bottom: -10px;
	}

	.title span {
		font-size: 18px;
		margin: 0 0 5px;
	}

	.f-solution ul {
		display: block;
	}

	.f-solution ul li {
		width: 100%;
		font-size: 13px;
		margin: 0 0 10px;
		padding: 75px 10px 20px;
	}

	.f-solution ul li .num {
		font-size: 41px;
		line-height: 41px;
		top: 13px;
		border-bottom: 1px solid #fff;
	}

	.f-solution .icon {
		width: 110px;
		margin: 0 auto;
	}

	.f-solution h3 {
		font-size: 19px;
		margin: 15px 0;
	}

	.f-solution h3::after {
		bottom: -7px;
	}
}

/* carriers */
.carriers {
	padding: 156px 0 78px;
	background-color: #eff2f0;
	position: relative;
}

.carriers h2 {
	font-size: 46px;
	line-height: 1.45;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #e28d2a;
	margin: 0 0 7px;
}

.carriers h2 span {
	display: inline-block;
	padding: 0 0 18px;
	background: url(../img/line.png) no-repeat center bottom;
}

.carriers .inr p {
	font-size: 30px;
	line-height: 1.45;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 45px;
}

.c-blue2 {
	color: #3f87b9;
}

.carriers .inr p span {
	font-weight: 700;
}

.carriers-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.carriers-list::after {
	content: '';
	width: 272px;
	height: 258px;
	background: url(../img/icon4.png) no-repeat center;
	position: absolute;
	left: 50%;
	top: 92px;
	transform: translateX(-50%);
	z-index: 5;
}

.carriers-list li {
	width: 32.6%;
	background-color: #fff;
	border: 2px solid #5285b5;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 20px 10px;
	color: #3f87b9;
}

.anchor-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #005888;
	z-index: 11;
	transition: 0.3s;
}

.anchor-link.is-fixed {
	position: fixed;
	animation: scrolltop 0.8s;
	animation-iteration-count: 1;
}

@keyframes scrolltop {
	0% {
		transform: translateY(-80px);
		transform-origin: center;
		opacity: 0;
		transition: ease-in-out;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.anchor-link ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.anchor-link ul li {
	position: relative;
}

.anchor-link ul li::before {
	content: '';
	width: 1px;
	height: 44px;
	background-color: #fff;
	transform: skew(-20deg) translateY(-50%);
	position: absolute;
	left: 0;
	top: 50%;
}

.anchor-link ul li:last-child::after {
	content: '';
	width: 1px;
	height: 44px;
	background-color: #fff;
	transform: skew(-20deg) translateY(-50%);
	position: absolute;
	right: 0;
	top: 50%;
}

.anchor-link a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 0 25px 0 40px;
}

.anchor-link a span {
	font-size: 24px;
}

@media screen and (max-width: 768px) {
	.carriers {
		padding: 120px 0 48px;
	}

	.carriers h2 {
		font-size: 23px;
	}

	.carriers h2 span {
		padding: 0 0 10px;
		background-size: 100% auto;
	}

	.carriers .inr p {
		font-size: 16px;
		margin: 0 0 25px;
	}

	.carriers-list::after {
		width: 152px;
		height: 145px;
		top: inherit;
		bottom: -50px;
		background-size: 100% auto;
	}

	.carriers-list li {
		font-size: 14px;
		border: 1px solid #5285b5;
		margin: 0 0 3px;
		padding: 9px 17px 13px;
	}

	.anchor-link ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.anchor-link ul li {
		width: 50%;
	}

	.anchor-link ul li:nth-child(2n)::before,
	.anchor-link ul li:last-child::after {
		display: none;
	}

	.anchor-link ul li:nth-child(2n-1)::before {
		top: 5px;
		bottom: 5px;
		height: auto;
		left: inherit;
		right: 0;
		transform: skew(-22deg) translateY(0);
	}

	.anchor-link a {
		height: 35px;
		font-size: 15px;
		padding: 0 10px;
	}

	.anchor-link a span {
		font-size: 15px;
	}
}

@media screen and (max-width: 370px) and (min-width: 320px) {
	.carriers h2 {
		font-size: 20px;
	}
}

/* system */
.system {
	padding: 180px 0 58px;
	background: url(../img/bg1.jpg) no-repeat center / cover;
	min-height: 578px;
	position: relative;
	color: #fff;
}

.system::before {
	content: '';
	width: 100%;
	height: 134px;
	background-color: #eff2f0;
	clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
	position: absolute;
	left: 0;
	top: 0;
}

.system h2 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.system p {
	font-size: 20px;
	line-height: 1.8;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
	.system {
		padding: 90px 0 30px;
		min-height: auto;
	}

	.system::before {
		height: 40px;
		top: -1px;
	}

	.system h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.system p {
		font-size: 17px;
		margin-bottom: 0;
	}
}

/* advantage */
.advantage {
	padding: 85px 0 110px;
	overflow: hidden;
}

.advantage-list {
	padding: 30px 0 0;
}

.advantage-list li {
	margin: 0 0 110px;
	position: relative;
}

.advantage-list li:last-child {
	margin-bottom: 70px;
}

.advantage-list li:nth-child(2n) {
	display: flex;
	justify-content: flex-end;
}

.advantage-list li::before {
	content: '';
	width: calc(50vw + 255px);
	height: 100%;
	background-image: linear-gradient(to right, #d2e4ef, #edf6fd);
	position: absolute;
	left: 24.5%;
	top: 0;
}

.advantage-list li:nth-child(2n):before {
	left: inherit;
	right: 24.5%;
	background-image: linear-gradient(to right, #edf6fd, #d2e4ef);
}

.advantage-list li::after {
	font-family: 'Roboto', sans-serif;
	font-size: 243px;
	font-style: italic;
	line-height: 1;
	position: absolute;
	bottom: -45px;
	z-index: 1;
	color: #fff;
	right: -135px;
}

.advantage-list li:nth-child(2n):after {
	right: inherit;
	left: -135px;
}

.advantage-list li:nth-child(1):after {
	content: '01';
}

.advantage-list li:nth-child(2):after {
	content: '02';
}

.advantage-list li:nth-child(3):after {
	content: '03';
}

.advantage-list li:nth-child(4):after {
	content: '04';
}

.advantage-text {
	width: 50%;
	padding: 86px 0 55px;
	position: relative;
	z-index: 2;
}

.advantage-text h3 {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%);
}

.advantage-list li:nth-child(2n) .advantage-text h3 {
	left: inherit;
	right: 0;
}

.advantage-text h3 span {
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	background-color: #3f87b9;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 8px 25px 9px;
	white-space: nowrap;
}

.advantage-text p {
	line-height: 2.2222;
}

@media screen and (min-width: 769px) {
	.advantage-list li .photo {
		position: absolute;
		z-index: 3;
	}

	.advantage-list li:nth-child(1) .photo {
		right: -25px;
		top: -30px;
	}

	.advantage-list li:nth-child(2) .photo {
		left: 0;
		top: -40px;
	}

	.advantage-list li:nth-child(3) .photo {
		right: 10px;
		top: -16px;
	}

	.advantage-list li:nth-child(4) .photo {
		left: -2px;
		top: -22px;
	}
}

@media screen and (max-width: 768px) {
	.advantage {
		padding: 45px 0 55px;
	}

	.advantage-list {
		padding: 23px 0 0;
	}

	.advantage-list li {
		margin: 0 0 58px;
		padding: 0 0 20px;
		display: block !important;
	}

	.advantage-list li::before {
		width: calc(100% + 5vw);
		left: 0;
	}

	.advantage-list li::after {
		font-size: 121px;
		bottom: -26px;
		right: -36px;
	}

	.advantage-list li:nth-child(2n):before {
		right: 0;
	}

	.advantage-list li:nth-child(2n):after {
		left: 0;
		bottom: -21px;
	}

	.advantage-text {
		width: 100%;
		padding: 42px 10px 24px 25px;
	}

	.advantage-text h3 {
		left: -5vw;
	}

	.advantage-list li:nth-child(2n) .advantage-text h3 {
		right: -5vw;
	}

	.advantage-text h3 span {
		font-size: 21px;
		padding: 7px 16px 8px;
	}

	.advantage-text p {
		font-size: 15px;
		line-height: 2;
	}

	.advantage-list li .photo {
		width: 215px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
}

/* features */
.features {
	padding: 60px 0 82px;
	margin: 0 0 110px;
	background-color: #eff2f0;
	border-top: 2px solid #212121;
	position: relative;
}

.features::before {
	content: '';
	width: 140px;
	height: 2px;
	background-color: #eff2f0;
	position: absolute;
	left: 50%;
	top: -2px;
	transform: translateX(-50%);
}

.features::after {
	content: '';
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	border: 2px solid #646464;
}

.fea1::after {
	background-image: url(../img/icon5.png);
	background-repeat: no-repeat;
	background-position: center;
}

.fea2::after {
	background-image: url(../img/icon9.png);
	background-repeat: no-repeat;
	background-position: center;
}

.fea3::after {
	background-image: url(../img/icon13.png);
	background-repeat: no-repeat;
	background-position: center;
}

.features.fea3 {
	margin-bottom: 0;
}

.features-heading {
	position: relative;
}

.features-heading h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 85px;
	color: #3f87b9;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.features-heading h2 span {
	display: inline-block;
	font-size: 85px;
	font-weight: 500;
	font-style: italic;
	line-height: 1;
	margin-right: 10px;
}

.features-heading p {
	font-size: 18px;
	line-height: 1.7;
}

.features-heading p.label {
	margin: 0 0 30px;
}

.features-heading p.label span {
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 4px 30px 5px;
	background-color: #3f87b9;
	color: #fff;
	position: relative;
}

.features-heading p.label span::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 12px 8px;
	border-color: transparent transparent #3f87b9 transparent;
	position: absolute;
	left: 50%;
	top: -12px;
	transform: translateX(-50%);
}

.features .video {
	margin: 45px 0;
}

.features-list {
	margin: 0 0 80px;
}

.features-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.features-list ul li {
	width: 31.4%;
	background-color: #fff;
	border: 2px solid #3f87b9;
	padding: 46px 0 20px;
	font-size: 17px;
	line-height: 1.8;
	position: relative;
}

.features-list ul li::before {
	content: '';
	width: 68px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: -2px;
	transform: translateX(-50%);
}

.features-list ul li::after {
	width: 68px;
	text-align: center;
	color: #3f87b9;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	font-family: 'Roboto', sans-serif;
	font-size: 44px;
	font-style: italic;
}

.features-list ul li:nth-child(1):after {
	content: '01';
}

.features-list ul li:nth-child(2):after {
	content: '02';
}

.features-list ul li:nth-child(3):after {
	content: '03';
}

.features-list h3 {
	margin: 0 0 60px;
	font-size: 30px;
	font-weight: 700;
	position: relative;
}

.features-list h3::before {
	content: '';
	width: 80px;
	height: 3px;
	background-color: #707070;
	position: absolute;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);
}

.features-list h4 {
	font-size: 22px;
	font-weight: 700;
	color: #3f87b9;
	position: relative;
}

.features-list h4::before {
	content: '';
	width: 36px;
	height: 3px;
	background-color: #3f87b9;
	position: absolute;
	left: 50%;
	top: -15px;
	transform: translateX(-50%);
}

.features-list .icon {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: #f2f4f3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 16px auto;
}

@media screen and (max-width: 768px) {
	.features {
		padding: 30px 0 45px;
		margin: 0 0 55px;
		border-top: 1px solid #212121;
	}

	.features::before {
		width: 80px;
	}

	.features::after {
		width: 60px;
		height: 60px;
		background-size: 63% auto;
	}

	.features-heading h2 {
		font-size: 25px;
	}

	.features-heading h2 span {
		font-size: 65px;
		margin-right: 5px;
	}

	.features-heading p.label {
		margin: 0 0 20px;
	}

	.features-heading p.label span {
		font-size: 16px;
		padding: 5px 15px;
	}

	.features-heading p {
		font-size: 14px;
	}

	.features .video {
		margin: 25px 0;
	}

	.features-list {
		margin: 0 0 40px;
	}

	.features-list h3 {
		font-size: 20px;
		margin: 0 0 50px;
	}

	.features-list ul {
		display: block;
	}

	.features-list ul li {
		width: 100%;
		font-size: 15px;
		margin: 0 0 30px;
		padding: 36px 0 20px;
		border: 1px solid #3f87b9;
	}

	.features-list ul li::before {
		width: 60px;
		height: 1px;
		top: -1px;
	}

	.features-list ul li::after {
		font-size: 36px;
		width: 60px;
	}

	.features-list h4 {
		font-size: 20px;
	}

	.features-list h4::before {
		width: 30px;
		height: 2px;
		top: -7px;
	}

	.features-list .icon {
		width: 136px;
		height: 136px;
		margin: 9px auto;
	}
}

@media screen and (max-width: 370px) and (min-width: 320px) {
	.features-heading h2 {
		font-size: 23px;
	}
}

/* .contact-btns */
.contact-btns {
	margin: 0 -47px;
	display: flex;
	justify-content: space-between;
}

.contact-btns li {
	width: calc(50% - 6px);
	position: relative;
}

.contact-btns li p {
	width: 296px;
	height: 42px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #e85353;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	left: 50%;
	top: -28px;
	transform: translateX(-50%);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	z-index: 5;
}

.contact-btns li:last-child p {
	color: #eba758;
}

.contact-btns li p::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}

.contact-btns li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	border-radius: 6px;
	background-color: #e85353;
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.05em;
	overflow: hidden;
	position: relative;
}

.contact-btns li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -130%;
	background: #EBDA58;
	width: 120%;
	height: 100%;
	transform: skewX(-25deg);
}

.contact-btns li:last-child a {
	background-color: #eba758;
	font-size: 36px;
	letter-spacing: 0.1em;
}

.contact-btns li a span {
	position: relative;
	font-weight: 700;
	display: inline-block;
	padding: 0 0 0 58px;
	background: url(../img/mail.png) no-repeat left center;
}

.contact-btns li:last-child a span {
	font-weight: 500;
	padding-left: 35px;
	background: url(../img/tel.png) no-repeat left bottom 3px;
}

.contact-btns li a:hover::before {
	animation: skewanime 0.5s forwards;
}

@media screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

@keyframes skewanime {
	100% {
		left: -10%;
	}
}

@media screen and (max-width: 768px) {
	.contact-btns li {
		width: 50%;
	}

	.contact-btns li p {
		width: 147px;
		height: 32px;
		border-radius: 18px;
		font-size: 14px;
		top: -19px;
	}

	.contact-btns li p::after {
		border-width: 6px 3px 0 3px;
	}

	.contact-btns li a {
		height: 60px;
		border-radius: 0;
		font-size: 15px;
		padding: 8px 0 0;
	}

	.contact-btns li a span,
	.contact-btns li:last-child a span {
		padding: 0;
		background: none;
	}

	.contact-btns li:last-child a {
		font-size: 22px;
	}
}


/* 2025.01.24 add */
.features-heading.new:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 120px 0 0;
	border-color: #ffee00 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 14%;
}

.features-heading.new:after {
	content: 'NEW!';
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	font-size: 25px;
	font-weight: bold;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 14%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #333;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
	.features-heading.new:before {
 		 border-width: 60px 60px 0 0;
		 left: 0;
	}

	.features-heading.new:after {
		font-size: 15px;
		width: 60px;
		height: 60px;
		padding-bottom: 30px;
		left: 0;
	}
}
.morebtn {
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}
.morebtn .btn-more {
	width: 38%;
	display: block;
	padding: 10px;
	background-color: #3f87b9;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-top: auto;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.morebtn .btn-more:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}

@media screen and (max-width: 768px) {
	.morebtn .btn-more {
		width: 100%;
	}
}