/*--------------------------------------------------------------------------
	sec-header
---------------------------------------------------------------------------*/
.sec-header {
	background-image: url('/Kokusai/SUCCESS-Osaka/assets/img/news/header_bg_sp.jpg');
	background-size: cover;
}

.sec-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 130px;
	color: #fff;
}

.sec-header__intro {
	font-size: 1.4rem;
}

.sec-header__hdg {
	text-align: center;
	letter-spacing: .075em;
	font-size: 2.6rem;
	line-height: 1.4;
}

.sec-header__jp {
	font-weight: 500;
	font-size: 26px;
}

.sec-header__en {
	font-weight: 500;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------------------
	.sec-contact
---------------------------------------------------------------------------*/
.sec-contact {
	position: relative;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 70px 0;
	background: linear-gradient(135deg, #f1b148, #d92b34);
	background-size: 200% 200%;
	opacity: .92;
	-webkit-animation: MoveGrad 8s ease infinite;
	animation: MoveGrad 8s ease infinite;
}

@-webkit-keyframes MoveGrad {
	0% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}

@keyframes MoveGrad {
	0% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}

.sec-contact__hdg {
	margin-bottom: 22px;
	text-align: center;
	line-height: 1;
}

.sec-contact__hdg img {
	margin: 0 auto;
	width: 81px;
	height: auto;
}

.sec-contact__lead {
	margin-bottom: 22px;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.3;
}

.sec-contact__txt {
	margin-bottom: 22px;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.83;
}

.sec-contact__item {
	margin-bottom: 40px;
}

.sec-contact__btn {
	position: relative;
	margin: 0 auto;
	width: 64px;
}

.sec-contact__btn img {
	width: 100%;
	height: auto;
}

.sec-contact__btn a {
	position: relative;
	display: block;
}

.sec-contact__btn a:before {
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -5px;
	width: 52px;
	height: 10px;
	background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/btn_circle_arw_sp.png') no-repeat;
	background-size: 52px auto;
	content: '';
}

/*--------------------------------------------------------------------------
	.sec-foot-obj
---------------------------------------------------------------------------*/
.sec-foot-obj {
	display: none;
}
@media (min-width: 768px) {
	.sec-header {
		position: relative;
		z-index: 1;
		background-image: url('/Kokusai/SUCCESS-Osaka/assets/img/news/header_bg.jpg');
		background-size: cover;
	}
	.sec-header__inner {
		height: 507px;
	}
	.sec-header__intro {
		font-size: 1.8rem;
	}
	.sec-header__hdg {
		font-size: 3.6rem;
	}
	.sec-header__jp {
		font-size: 35px;
	}
	.sec-header__en {
		font-size: 18px;
	}
	.sec-contact {
		padding: 140px 0 120px;
		width: 100%;
	}
	.sec-contact__hdg {
		margin-bottom: 32px;
	}
	.sec-contact__hdg img {
		width: 88px;
	}
	.sec-contact__lead {
		margin-bottom: 20px;
		font-size: 3.2rem;
	}
	.sec-contact__txt {
		margin-bottom: 32px;
		font-size: 1.4rem;
		opacity: .6;
	}
	.sec-contact__item {
		margin: 0 72px 90px;
		width: 290px;
	}
	.sec-contact__item:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.sec-contact__item:nth-of-type(3n + 3) {
		margin-right: 0;
	}
	.sec-contact__btn {
		width: 81px;
		cursor: pointer;
	}
	.sec-contact__btn a:before {
		left: -21px;
		margin-top: -6px;
		width: 65px;
		height: 12px;
		background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/btn_circle_arw.png') no-repeat;
		background-size: 65px auto;
	}
	.sec-contact__btn a {
		-webkit-transition: .3s;
		transition: .3s;
	}
	.mode-pc .sec-contact__btn a:hover {
		opacity: .7;
	}
	.sec-contact__btn a:before {
		opacity: .7;
	}
	.sec-foot-obj {
		position: absolute;
		bottom: 1014px;
		left: 50%;
		z-index: 1;
		display: block;
		margin-left: -1480px;
	}
	.sec-foot-obj svg {
		width: 974px;
		height: 974px;
	}
	.sec-foot-obj--01 {
		top: 1041px;
		left: 50%;
		margin-left: 460px;
	}
	.sec-foot-obj--02 {
		bottom: 4360px;
	}
}

/*# sourceMappingURL=../../../../../../../maps/Kokusai/SUCCESS-Osaka/en/assets/css/news/common/index.css.map */
