@keyframes pulse-border {
	80% {
		opacity: 0.4;
	}

	100% {
		height: 90px;
		width: 90px;
		opacity: 0;
	}
}


@keyframes playSlowAnimation2 {
	0% {
		box-shadow: 0 0 0 0 rgba(233, 126, 32, 0.388)
	}

	70% {
		box-shadow: 0 0 0 30px rgba(204, 14, 22, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(204, 14, 22, 0)
	}
}


/*  */
.mv {
	position: relative;
	z-index: 1;
}

.mv__video {
	position: relative;
	z-index: 1;
	line-height: 0;
	height: 610px;
	overflow: hidden;
}

.mv__video::before {
	content: "";
	background: linear-gradient(70deg, #000000 0%, #7600002B 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.mv__video iframe {
	width: 100%;
	height: calc(100% + 56vw);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: 1;
	pointer-events: none;
}

.mv__ct {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: white;
	z-index: 2;
	transform: translateY(-50%);
}

.mv__ct-ttl {
	font-size: 16px;
	font-weight: 700;
}

.mv__ct h3 {
	font-size: 55px;
	font-weight: 700;
}

.mv__ct p {
	margin-bottom: 10px;
	max-width: 76%;
}

.mv__ct-btn {
	background-color: var(--color-red);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 17px 20px;
	display: inline-block;
	margin-top: 30px;
}

.sec-info {
	position: relative;
	z-index: 10;
	transform: translateY(-50%);
	margin-bottom: 0;
}

.info-grid {
	box-shadow: 0px 0px 60px 0px #0000001a;
}

.info-grid__item {
	width: calc(100% / 3);
	gap: 0 16px;
	padding: 28px;
	background: white;
	color: var(--color-red);
}

.info-grid__item {}

.info-grid__item:nth-child(odd) {
	background: var(--color-red);
	color: white;
}

.info-grid__item:nth-child(odd) .info-grid__icon svg {
	fill: white;
}

.info-grid__item:nth-child(odd) .info-grid__icon {
	border-color: white;
}

.info-grid__item:nth-child(odd) .info-grid__ct-ttl {
	color: white;
}

.info-grid__icon {
	width: 71px;
	height: 71px;
	border: 1px solid var(--color-red);
	border-radius: 50%;
}

.info-grid__icon svg,
.info-grid__icon img {
	width: 35px;
	fill: var(--color-red);
	animation: zoom-img 1s ease-in-out infinite;
}

.info-grid__ct {
	width: calc(100% - 88px);
	font-size: 13px;
}

.info-grid__ct-ttl {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-red);
}

.sec-counter {
	background: url(../images/global-map-1.png) no-repeat center/contain;
	padding: 140px 0;
	position: relative;
	z-index: 1;
}

.sec-counter::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: -1;
	opacity: .9;
}

.sec-counter>.ctnr {
	max-width: 932px;
}

.sec-counter>.ctnr>.row {
	gap: 20px 0;
}

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

.stat-number {
	color: var(--color-red);
	font-size: 69px;
	line-height: 1;
	font-weight: 700;
	font-family: "Raleway", serif;
}

.stat-title {
	font-size: 18px;
	font-weight: 600;
}



.blog-outstanding {
	background: #FBFBFB;
	padding: 60px 0;
}

.outstanding-block>.row {
	gap: 20px 0;
}

.blog-photo {
	gap: 15px;
	padding-right: 15px;
}

.blog-photo__item {
	width: calc((100% - 15px) / 2);
	position: relative;
}

.blog-photo__item:first-child {
	width: 100%;
}

.blog-photo__img,
.blog-photo__img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.blog-photo__cate {
	position: absolute;
	right: 10px;
	top: 10px;
}

.blog-photo__ttl {
	position: absolute;
	left: 0;
	bottom: 0;
	color: white;
	z-index: 3;
	padding: 10px 20px;
	width: 100%;
	margin: 0;
}

.blog-photo__ttl::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, #000000a6, transparent);
	z-index: -1;
}

.blog-photo__ttl a {
	color: inherit;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}

.blog-photo__cate a {
	background-color: var(--color-red);
	color: #ffffff;
	display: inline-block;

	font-weight: 400;
	line-height: 1.8em;
	padding: 2px 10px;
}

.blog-list__cate a,
.blog-photo__cate a {
	font-size: 12px;
}

.blog-list {}

.blog-list__item {
	border-bottom: 1px solid #DADADA;
	padding-bottom: 10px;
}

.blog-list__item:not(:last-child) {

	margin-bottom: 30px;
}

.blog-list__cate a {
	background-color: var(--color-red);
	color: #ffffff;
	display: inline-block;
	font-weight: 400;
	line-height: 1.8em;
	padding: 2px 10px;
}

.blog-list__ttl {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 2;
}

.blog-list__date {
	color: var(--color-red);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.blog-list__date i {
	margin-right: 5px;
	display: inline-block;
}

.blog-list__brief {
	color: #858585;
	font-size: 16px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
}

.event-column>.row {
	gap: 30px 0;
}

.event-column__item {
	background: #FBFBFB;
	height: 100%;
}

.event-column__img {}

.event-column__img img {
	transform: scale(.9);
	transition: all .7s ease-in;
}

.event-column__img:hover img {
	transform: scale(1);
}

.event-column__meta {
	gap: 5px 10px;
	margin-bottom: 10px;
}

span.footer__address-icon img {
	width: 20px !important;
}

.event-column__meta-item {
	font-size: 13px;
}

.event-column__meta-item .icon {
	display: inline-block;
	margin-right: 5px;
}

.event-column__ct {
	padding: 0 15px 15px;
	text-align: center;
}

.event-column__ttl {
	font-size: 21px;
	color: var(--color-red);
	font-weight: 700;
	margin-top: 5px;
}

.event-column__ttl a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 500;
}

.event-column__wbtn {}

.news-info {
	background: #FBFBFB;
	padding: 60px 0;
}

.news-info>.ctnr {
	max-width: 980px;
}

.news-info .heading {
	max-width: 630px;
}

.news-info__flex {
	gap: 20px 0;
	margin-bottom: 50px;
}

.news-info__flex .heading__ttl:not(:last-child) {
	margin-bottom: 25px;
}

.news-info .heading:not(:last-child) {
	margin-bottom: 0;
}

.news-info__flex-wbtn {}

.news-info .heading__brief {
	max-width: 100%;
}

.news-info .heading__brief p:not(:last-child) {
	margin-bottom: 14px;
}

.event-outstanding {
	padding: 60px 0;
}

.aboutus>.ctnr>.row {
	gap: 20px 0;
}

.servicer {
	/* background: black ; */
	padding: 80px 0 90px;
	color: white;
}

.servicer .ctnr .row {
	gap: 60px 0;
	--gutter: 30px;
}

.servicer-column .servicer-item__img {
	background: var(--color-red);
	border-color: var(--color-red);
}

.info-grid__icon svg {
	width: 33px;
	height: 33px;
}

.aboutus {
	padding-top: 65px;
}

.blog-outstanding .blog-list__ttl {
	line-height: 1.3;
}

.blog-photo__ttl {
	background: #00000038;
}

.event-outstanding h2.heading__ttl.heading__ttl--red {
	margin-bottom: 15px;
}

.news-info h2.heading__ttl.heading__ttl--red {
	font-size: 31px;
}

.about-block.sec-bggray .about-block__ttl {
	margin-bottom: 15px;
}

.about-value__list .icon img {
	width: 40px;
	margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.info-grid__item {
		justify-content: center;
		text-align: center;

	}

	.info-grid__ct {
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.info-grid__item {
		padding: 20px;
	}

	.info-grid__icon {
		width: 58px;
		height: 58px;
	}

	.mv__ct h3 {
		font-size: 45px;
	}
}

@media (max-width: 992px) {
	.blog-photo {
		display: block !important;
		padding-right: 0px;
	}

	.blog-photo__item {
		width: 100%;
		margin-bottom: 10px;
	}

	.outstanding-block {
		padding: 0px;
	}

	section.sec-help .heading__ttl {
		font-size: 16px;
		text-align: center;
	}

	section.sec-help .heading__lead {
		text-align: center;
	}

	.sec-help__flex-wbtn {
		width: 100%;
		text-align: center;
	}

	section.aboutus h2.heading__ttl.heading__ttl--red {
		font-size: 24px !important;
	}

	section.aboutus .heading {
		padding-right: 0px;
	}

	.heading__brief p {
		line-height: 1.5;
	}

	section.aboutus {
		padding-bottom: 0px;
		padding-top: 30px;
	}

	section.servicer .heading__ttl {
		font-size: 24px !important;
	}

	.servicer-item__img svg {
		width: 21px;
		height: 21px;
	}

	.servicer-item__ct h3 {
		font-size: 16px;
	}

	section.product-service h2.heading__ttl.heading__ttl--red {
		font-size: 24px !important;
		margin-bottom: 5px;
	}

	section.product-service .product-column__title {
		font-size: 18px;
	}

	section.product-service .product-column__ct p {
		font-size: 14px !important;
	}

	section.product-service .product-column__btn {
		font-size: 14px;
	}

	section.banner-contact .heading__ttl {
		font-size: 21px !important;
	}

	section.banner-contact .heading__brief {
		font-size: 12px;
	}

	section.banner-contact .btn-white {
		font-size: 12px;
	}

	section.sec-logo h2.heading__ttl.heading__ttl--red {
		font-size: 24px !important;
		margin-bottom: 12px;
	}

	.sec-logo {
		padding: 30px 0px;
	}

	section.blog-outstanding h2.heading__ttl.heading__ttl--red {
		font-size: 24px !important;
		margin-bottom: 10px;
	}

	.blog-list__brief {
		font-size: 13px;
	}

	section.event-outstanding h2.heading__ttl.heading__ttl--red {
		font-size: 24px !important;
	}

	section.news-info h2.heading__ttl.heading__ttl--red {
		width: 100%;
		font-size: 24px !important;
		text-align: center;
	}



	.info-grid__ct p span {
		font-size: 18px !important;
	}

	.info-grid__ct p {
		font-size: 12px;
	}

	.mv__ct-btn {
		font-size: 12px;
		padding: 10px 20px;
	}

	.sec-counter {
		padding: 30px 0;
	}

	.heading__lead {
		font-size: 14px;
	}

	.heading__ttl {
		font-size: 24px;
	}

	.info-grid__ct-ttl {
		font-size: 18px;
	}

	.stat-number {
		font-size: 49px;
	}

	.aboutus .heading__lead,
	.aboutus .heading__ttl {
		text-align: center;
	}

	.aboutus .heading__wbtn {
		justify-content: center;
	}

	.servicer {
		padding: 20px 0;
	}

	.servicer .ctnr .row {
		gap: 20px 0;
	}

}

@media (max-width: 768px) {
	.mv__ct {
		width: 100%;
	}

	.mv__ct h3 {
		font-size: 30px;
	}

	.mv__ct-btn {
		margin-top: 20px;
	}

	.blog-outstanding,
	.event-outstanding {
		padding: 30px 0;
	}
}

@media (max-width: 767px) {
	.mv__video {
		height: 450px;
	}

	.info-grid {
		transform: translateY(120px);
	}

	.info-grid__item {
		width: 100%;
	}

	.info-grid__ct {
		width: calc(100% - 75px);
	}

	.sec-info {
		margin-bottom: -30px;
	}

	.mv__ct p {
		max-width: 100%;
	}
}

@media (max-width: 586px) {}
