/*--------------------------------------------------------------------------
	overwrite
---------------------------------------------------------------------------*/
.l-page {
	background-color: #f9f9f9;
}

/*--------------------------------------------------------------------------
	.sec-mv
---------------------------------------------------------------------------*/
.sec-mv {
	position: relative;
	overflow: hidden;
	min-height: 480px;
	width: 100%;
	height: calc(100vh - 65px - 42px);
}

.sec-mv:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/mv_bg_sp.jpg') no-repeat 50% 0;
	background-size: cover;
	content: '';
	backface-visibility: hidden;

	-webkit-backface-visibility: hidden;
}

.sec-mv.loading-end-start:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation: mv_scale 3000ms ease-out;
	animation: mv_scale 3000ms ease-out;
	backface-visibility: hidden;

	-webkit-backface-visibility: hidden;
}

@-webkit-keyframes mv_scale {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes mv_scale {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.sec-mv__loading {
	position: absolute;
	top: -65px;
	z-index: 998;
	min-height: 480px;
	width: 100%;
	height: calc(100vh + 65px);
	background: -webkit-gradient(linear, right top, left top, from(#f7c54e), to(#e14842));
	background: linear-gradient(270deg, #f7c54e, #e14842);
	background-size: 200% 200%;
	-webkit-animation: MoveGrad 3s ease infinite;
	animation: MoveGrad 3s 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-mv__catch-outline {
	position: absolute;
	top: 47.5%;
	left: 50%;
	z-index: 9999;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sec-mv.loading-end .sec-mv__catch-outline {
	z-index: 90;
}

.sec-mv__catch {
	position: relative;
}

.sec-mv__catch--pc {
	width: 680px;
	height: 230px;
}

.sec-mv__catch--pc svg {
	width: 680px;
	height: 230px;
}

.sec-mv__catch--sp {
	width: 340px;
	height: 151px;
}

.sec-mv__catch--sp svg {
	width: 340px;
	height: 151px;
}

.sec-mv__catch svg {
	opacity: 1;
	-webkit-transition: all 1s 0s ease;
	transition: all 1s 0s ease;
}

.sec-mv__catch svg .path {
	stroke-dasharray: 3000;
	stroke-dashoffset: 3000;
}

.sec-mv__catch span {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 1s 0s ease;
	transition: all 1s 0s ease;
}

.sec-mv.loading-end .sec-mv__catch svg {
	opacity: 0;
}

.sec-mv.loading-end .sec-mv__catch span {
	opacity: 1;
}

.sec-mv__sub-catch {
	position: absolute;
	top: 64%;
	left: 50%;
	z-index: 5;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sec-mv__obj-outline {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 5;
	display: none;
	min-width: 1920px;
	min-height: 960px;
	width: 100%;
	height: 100vh;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.sec-mv__obj {
	position: absolute;
	display: none;
}

.sec-mv__obj--01 {
	top: -95px;
	left: -111px;
	width: 616px;
	opacity: .9;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.sec-mv__obj--01 .svg-donus {
	width: 616px;
	height: 616px;
}

.sec-mv__obj--02 {
	right: -207px;
	bottom: -169px;
	width: 974px;
	opacity: .9;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.sec-mv__obj--02 .svg-donus {
	width: 974px;
	height: 974px;
}

.sec-mv__obj .svg-donus {
	position: relative;
}

@-webkit-keyframes spin1 {
	from {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
	to {
		-webkit-transform: rotateZ(720deg);
		transform: rotateZ(720deg);
	}
}

@keyframes spin1 {
	from {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
	to {
		-webkit-transform: rotateZ(720deg);
		transform: rotateZ(720deg);
	}
}

@-webkit-keyframes spin2 {
	from {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
	to {
		-webkit-transform: rotateZ(-720deg);
		transform: rotateZ(-720deg);
	}
}

@keyframes spin2 {
	from {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
	to {
		-webkit-transform: rotateZ(-720deg);
		transform: rotateZ(-720deg);
	}
}

/*--------------------------------------------------------------------------
	.sec-contents
---------------------------------------------------------------------------*/
.sec-contents {
	position: relative;
	z-index: 10;
}

/*--------------------------------------------------------------------------
	.sec-program
---------------------------------------------------------------------------*/
.sec-program {
	padding: 49px 0 62px;
	background: #fff;
}

.sec-program__news {
	margin: 0 20px 38px;
	padding: 20px;
	border: 3px solid #e55735;
	text-align: left;
}

.sec-program__news span {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;
}

.sec-program__news a {
	text-decoration: underline;
}

.sec-program__news a:hover {
	text-decoration: none;
}

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

.sec-program__intro img {
	width: 201px;
	height: auto;
}

.sec-program__hdg {
	margin-bottom: .8em;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.1;
}

.sec-program__hdg span {
	font-size: 17px;
}

.sec-program__lead {
	margin: 0 25px 15px;
	font-size: 1.4rem;
	line-height: 1.35;
}

.sec-program__txt--jp {
	margin: 0 15px 15px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.sec-program__txt--en {
	margin: 0 28px;
	font-size: 1.4rem;
	line-height: 1.35;
}

.sec-program .pv_wrap {
	width: 100%;
	max-width: 650px;
	padding: 0 10px;
	margin: 0 auto 15px;
}
.sec-program .pv_wrap video{
	width: 100%;
	height: auto;
}

.sec-program .program-fig {
	position: relative;
}

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

.sec-program .program-fig__main {
	margin-bottom: 15px;
}

.sec-program .program-fig__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 20px 38px;
}

.sec-program .program-fig__item {
	width: 50%;
	text-align: center;
}

.sec-program .program-fig__item .img {
	margin: 0 auto 10px;
	width: 82.8%;
}

.sec-program .program-fig__item .hdg {
	font-size: 1.7rem;
}

.sec-program .program-fig__item .txt {
	font-size: 1.2rem;
	line-height: 1.5;
}

/*--------------------------------------------------------------------------
	.sec-value
---------------------------------------------------------------------------*/

.sec-value__inner {
	position: relative;
}

/* header
-------------------------------------------------------------------------*/
.sec-value__header {
	position: relative;
	min-height: 320px;
	background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/value_bg_hdg_sp.jpg') no-repeat 50% 50%;
	background-size: cover;
}

.sec-value__header-inner {
	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;
	height: 320px;
	background: linear-gradient(135deg, #f1b148, #d92b34);
	background-size: 200% 200%;
	opacity: .92;
	-webkit-animation: MoveGrad 8s ease infinite;
	animation: MoveGrad 8s ease infinite;
}

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

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

.sec-value__intro img {
	margin: 0 auto;
	width: 199px;
	height: auto;
}

.sec-value__hdg {
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.46;
}

/* contents
-------------------------------------------------------------------------*/
.sec-value__contents {
	padding: 58px 0;
	background: #fdfaf4;
}

.sec-value__list {
	margin: 0 36px;
	list-style-type: none;
}

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

.sec-value__item .img {
	position: relative;
	margin: 0 auto 23px;
	width: 186px;
}

.sec-value__item .img img {
	width: 186px;
	height: auto;
}

.sec-value__item .img:before {
	position: absolute;
	top: 12px;
	left: -10px;
	width: 47px;
	height: 47px;
	background: -webkit-gradient(linear, left top, left bottom, from(#341d0b), to(#68503c));
	background: linear-gradient(#341d0b, #68503c);
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sec-value__item .img:after {
	position: absolute;
	top: 14px;
	left: 1px;
	color: #fff;
	content: '01';
	font-size: 2rem;
	font-family: 'Roboto', sans-serif;
}

.sec-value__item .hdg {
	margin-bottom: 16px;
	color: #f1b148;
	text-align: center;
	letter-spacing: .06em;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.15;
}

@supports (-webkit-background-clip: text) {
	.sec-value__item .hdg span {
		display: inline-block;
		background: -webkit-gradient(linear, left top, right top, from(#f1b148), to(#d92b34));
		background: linear-gradient(to right, #f1b148, #d92b34);
		-webkit-background-clip: text;
		color: transparent;
	}
}

.sec-value__item .hdg img {
	margin: 0 auto;
	height: auto;
}

.sec-value__item .txt--jp {
	margin-bottom: 10px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.sec-value__item .txt--en {
	font-size: 1.4rem;
	line-height: 1.4;
}

.sec-value__item--01 .img:after {
	content: '01';
}

.sec-value__item--01 .hdg img {
	width: 194px;
}

.sec-value__item--02 .img:after {
	content: '02';
}

.sec-value__item--02 .hdg img {
	width: 267px;
}

.sec-value__item--03 .img:after {
	content: '03';
}

.sec-value__item--03 .hdg img {
	width: 292px;
}

.sec-value__item--04 .img:after {
	content: '04';
}

.sec-value__item--04 .hdg img {
	width: 254px;
}

.sec-value__item--05 .img:after {
	content: '05';
}

.sec-value__item--05 .hdg img {
	width: 154px;
}

.sec-value__item--06 .img:after {
	content: '06';
}

.sec-value__item--06 .hdg img {
	width: 208px;
}

/*--------------------------------------------------------------------------
	.sec-link
---------------------------------------------------------------------------*/
.sec-link {
	padding-bottom: 70px;
}

.sec-link__item {
	position: relative;
	min-height: 390px;
	line-height: 1;
}

.sec-link__item .bg {
	display: none;
}

.sec-link__item .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sec-link__item .ico {
	margin-bottom: 16px;
}

.sec-link__item .txt {
	margin-bottom: 16px;
	color: #fff;
	line-height: 1.2;
}

.sec-link__item .txt__jp {
	font-size: 2.7rem;
}

.sec-link__item .txt__en {
	display: block;
	margin-top: 12px;
	text-align: center;
	letter-spacing: .1em;
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
}

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

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

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

.sec-link__item .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-link__item--company {
	background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/link_bg_company_sp.jpg') no-repeat;
	background-size: cover;
}

.sec-link__item--company .ico img {
	width: 82px;
	height: auto;
}

.sec-link__item--students {
	background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/link_bg_students_sp.jpg') no-repeat;
	background-size: cover;
}

.sec-link__item--students-coming {
	position: relative;
}

.sec-link__item--students-coming:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/link_bg_students_coming_sp.png') no-repeat 50% 50%;
	background-size: cover;
	content: '';
}

.sec-link__item--students .ico {
	margin-bottom: 0;
}

.sec-link__item--students .ico img {
	width: 122px;
	height: auto;
}

.sec-link__item--students-coming .ico {
	opacity: .3;
}

.sec-link__item--students-coming .txt {
	opacity: .3;
}

.sec-link__item--students-coming .btn {
	display: none;
}

/*--------------------------------------------------------------------------
	.sec-report
---------------------------------------------------------------------------*/
.sec-report {
	padding: 50px 0 70px;
	background: #fdfaf4;
}

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

.sec-report__hdg {
	margin-bottom: 35px;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.46;
}

.sec-report__list {
	padding: 0 36px;
}

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

.sec-report__btn {
	position: relative;
	margin: 30px;
	text-align: center;
	font-size: 1.4rem;
}

.sec-report__btn a {
	display: block;
	padding: 25px 0;
	background: #2460ab;
	color: #fff;
}

.sec-report__btn span {
	padding-left: 28px;
	background: url('/Kokusai/SUCCESS-Osaka/assets/img/common/ico_fb_wh_sp.png') no-repeat 0 50%;
	background-size: 20px auto;
}

.sec-report__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: calc(100% - 60px);
	height: 70px;
	background: linear-gradient(142deg, #e14842 0%, #ee9349 100%);
	color: #fff;
}

/* card
-------------------------------------------------------------------------*/
.sec-report .sec-report__item .card {
	position: relative;
	display: block;
}

.sec-report .sec-report__item .card__img {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 66.67%;
}

.sec-report .sec-report__item .card__img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.sec-report .sec-report__item .card__date {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 1.4rem;
}

.sec-report .sec-report__item .card__txt {
	font-size: 1.5rem;
	line-height: 1.83;
}

.sec-report .sec-report__item .card:hover .card__txt {
	text-decoration: underline;
}

.sec-news {
	position: relative;
	padding-bottom: 60px;
	background: #fdfaf4;
}

.sec-news__wrapper {
	position: relative;
}

.sec-news__intro {
	text-align: center;
	line-height: 1;
}

.sec-news__hdg {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 1;
}

.sec-news__wrapper {
	margin-top: 30px;
}

.sec-news__ls {
	border-bottom: 1px solid #dcdcdc;
}

.sec-news__ls:first-child {
	border-top: 1px solid #dcdcdc;
}

.sec-news .inner {
	padding: 0 20px;
}

.sec-news__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: calc(100% - 60px);
	height: 70px;
	background: linear-gradient(142deg, #e14842 0%, #ee9349 100%);
	color: #fff;
}

.news-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px 0;
}

.news-link__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}

.news-link .date {
	letter-spacing: .05em;
	font-size: 13px;
}

.news-link .label {
	margin-left: 10px;
	padding: 5px 5px 4px;
	background: linear-gradient(135deg, #e9a73b 0%, #f7bd5f 100%);
	color: #fff;
	letter-spacing: .08em;
	font-size: 8px;
}

.news-link__descript {
	margin-top: 15px;
}

/*--------------------------------------------------------------------------
	.sec-sponsors
---------------------------------------------------------------------------*/
.sec-sponsors {
	padding: 70px 0;
	background: #fff;
}

.sec-sponsors img {
	height: auto;
}

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

.sec-sponsors__hdg span {
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
	color: #f1b148;
	letter-spacing: .175em;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}

@supports (-webkit-background-clip: text) {
	.sec-sponsors__hdg span {
		display: inline-block;
		background: -webkit-gradient(linear, left top, right top, from(#f1b148), to(#d92b34));
		background: linear-gradient(to right, #f1b148, #d92b34);
		-webkit-background-clip: text;
		color: transparent;
	}
}

.sec-sponsors__hdg span::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#f1b148), to(#d92b34));
	background: linear-gradient(to right, #f1b148, #d92b34);
	content: '';
}

.sec-sponsors__hdg img {
	width: 136px;
}

.sec-sponsors__lead {
	margin-bottom: 25px;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.45;
}

.sec-sponsors__universities {
	position: relative;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 30px 10px;
}

.sec-sponsors__university {
	margin: 0 0 15px;
	width: 50%;
	text-align: center;
}

.sec-sponsors__university img {
	width: auto;
	height: 42px;
}

.sec-sponsors__university a {
	-webkit-transition: .3s;
	transition: .3s;
}

.sec-sponsors__btn {
	margin: 0 30px;
	text-align: center;
}

.sec-sponsors__btn a {
	display: block;
	padding: 24px 0;
	width: 100%;
	background: #140d08;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.62;
	-webkit-transition: .3s;
	transition: .3s;
}

.sec-sponsors__btn span {
	position: relative;
	padding-left: 22px;
}

.sec-sponsors__btn span:before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 9px;
	height: 15px;
	background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/ico_arw_updown_sp.png') no-repeat 0 60%;
	background-size: 9px auto;
	content: '';
}

.sec-sponsors__btn--close span:before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 9px;
	height: 15px;
	background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/ico_arw_updown_sp.png') no-repeat 0 50%;
	background-size: 9px auto;
	content: '';
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/* close-box
-------------------------------------------------------------------------*/
.close-box {
	display: none;
	padding: 20px 0;
}

.close-box.active {
	display: block;
}

/* sponsors
-------------------------------------------------------------------------*/
.sec-sponsors .sponsors {
	position: relative;
	z-index: 9;
	margin-bottom: 20px;
}

.sec-sponsors .sponsors__hdg {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1;
}

.sec-sponsors .sponsors__hdg:before {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	margin-top: -1px;
	width: 100%;
	height: 1px;
	background: rgba(70, 46, 28, .4);
	content: '';
}

.sec-sponsors .sponsors__hdg img {
	position: relative;
	z-index: 3;
	width: auto;
	height: 39px;
}

.sec-sponsors .sponsors__hdg span {
	position: relative;
	z-index: 3;
	display: inline-block;
	padding: 0 10px;
	background: #fff;
}

.sec-sponsors .sponsors__hdg span:before,
.sec-sponsors .sponsors__hdg span:after {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #462e1c;
	content: '';
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sec-sponsors .sponsors__hdg span:before {
	left: 0;
}

.sec-sponsors .sponsors__hdg span:after {
	right: 0;
}

.sec-sponsors .sponsors__hdg-sub {
	margin: 0 30px 30px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.4;
}

.sec-sponsors .sponsors__hdg-sub--01 {
	background: #e04844;
}

.sec-sponsors .sponsors__hdg-sub--02 {
	margin-top: 20px;
	background: #e5a54f;
}

.sec-sponsors .sponsors__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 30px;
}

.sec-sponsors .sponsors__item {
	margin-bottom: 20px;
	width: 50%;
}

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

.sec-sponsors .sponsors__item a {
	-webkit-transition: .3s;
	transition: .3s;
}

/*--------------------------------------------------------------------------
	.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;
}

@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-mv {
		margin: 0 auto;
		min-width: 1160px;
		min-height: 740px;
		width: 100vw;
		height: calc(100vh - 25px);
	}
	.sec-mv:after {
		background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/mv_bg_pc.jpg') no-repeat 50% 0;
		background-size: cover;
	}
	.sec-mv__loading {
		top: -25px;
		min-height: 790px;
		height: calc(100vh + 25px);
	}
	.sec-mv__catch-outline {
		top: 49%;
		left: 47%;
	}
	.sec-mv__sub-catch {
		top: 64%;
	}
	.sec-mv__obj-outline {
		display: block;
	}
	.sec-mv__obj {
		display: block;
	}
	.sec-contents {
		margin: -80px auto 100px;
		min-width: 1160px;
		max-width: 1740px;
		/*background: #fff;*/
		-webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .02);
		box-shadow: 0 0 8px 8px rgba(0, 0, 0, .02);
	}
	.sec-program {
		padding: 130px 0 126px;
		background: url('/Kokusai/SUCCESS-Osaka/assets/img/common/bg_wall01.png') repeat 50% 0;
		text-align: center;
	}
	.sec-program__inner {
		margin: 0 auto;
		width: 1160px;
	}
	.sec-program__news {
		display: inline-block;
		margin: 0 0 84px;
	}
	.sec-program__intro {
		display: inline-block;
		margin-bottom: 54px;
	}
	.sec-program__intro img {
		width: 222px;
	}
	.sec-program__hdg {
		font-size: 3.5rem;
		line-height: 1.22;
	}
	.sec-program__hdg span {
		font-size: 27px;
	}
	.sec-program__lead {
		margin: 0 0 35px;
	}
	.sec-program__txt--jp {
		line-height: 2.4;
	}
	.sec-program__txt--en {
		margin: 0 155px;
		line-height: 2;
	}
	.sec-program .pv_wrap {
		margin: 0 auto 35px;
	}
	.sec-program .program-fig img {
		margin: 0 auto;
		width: auto;
	}
	.sec-program .program-fig__main {
		margin-bottom: 30px;
	}
	.sec-program .program-fig__list {
		margin: -430px 65px 100px;
	}
	.sec-program .program-fig__item {
		width: 190px;
	}
	.sec-program .program-fig__item .img {
		margin: 0 auto 15px;
		width: 185px;
	}
	.sec-program .program-fig__item .hdg {
		margin-bottom: 10px;
		font-size: 2rem;
	}
	.sec-program .program-fig__item .txt {
		margin: 0 -15px;
		font-size: 1.3rem;
		line-height: 1.84;
	}
	.sec-value {
		margin: 0 auto;
		/*min-width: 1160px;*/
		min-height: 1080px;
		background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/mv_bg_pc.jpg') no-repeat 50% 0;
	}
	.sec-value__header {
		margin: 0 auto;
		min-height: 392px;
		max-width: 1740px;
		background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/value_bg_hdg_pc.jpg') no-repeat 50% 50%;
		text-align: center;
	}
	.sec-value__header:before {
		position: absolute;
		top: -291px;
		left: 50%;
		z-index: 1;
		margin-left: 459px;
		width: 974px;
		height: 974px;
		background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/value_obj_circle.png') no-repeat 50% 50%;
		content: '';
	}
	.sec-value__header:after {
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 5;
		margin-left: 459px;
		width: 252px;
		height: 392px;
		background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/value_img_header.png') no-repeat 50% 50%;
		content: '';
	}
	.sec-value__header-inner {
		min-height: 392px;
		width: 100%;
	}
	.sec-value__intro {
		display: inline-block;
		margin-bottom: 28px;
	}
	.sec-value__intro img {
		width: 208px;
	}
	.sec-value__hdg {
		font-size: 3.2rem;
		line-height: 1.62;
	}
	.sec-value__contents {
		padding: 178px 0 20px;
		background: url('/Kokusai/SUCCESS-Osaka/assets/img/common/bg_wall02.png') repeat 50% 0;
	}
	.sec-value__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 auto;
		width: 1160px;
	}
	.sec-value__item {
		margin-bottom: 86px;
		width: 290px;
	}
	.sec-value__item .img {
		margin: 0 auto 26px;
	}
	.sec-value__item .img:after {
		top: 18px;
	}
	.sec-value__item .hdg {
		margin-bottom: 20px;
		font-size: 27px;
	}
	.sec-value__item .hdg img {
		max-width: 290px;
	}
	.sec-value__item .txt--jp {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.sec-value__item .txt--en {
		font-size: 1.2rem;
		line-height: 1.83;
	}
	.sec-value__item--01 .hdg img {
		width: 213px;
	}
	.sec-value__item--02 {
		margin-right: 100px;
		margin-left: 100px;
	}
	.sec-value__item--02 .hdg img {
		width: 292px;
	}
	.sec-value__item--03 .hdg img {
		margin-bottom: 64px;
		width: 172px;
	}
	.sec-value__item--04 .hdg img {
		width: 278px;
	}
	.sec-value__item--05 .hdg img {
		margin-bottom: 32px;
		width: 167px;
	}
	.sec-value__item--06 .hdg img {
		width: 228px;
	}
	.sec-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 120px;
		width: 100%;
		background: url('/Kokusai/SUCCESS-Osaka/assets/img/common/bg_wall02.png') repeat-y 50% 0;
	}
	.sec-link__item {
		overflow: hidden;
		min-height: auto;
		width: 100%;
		height: 420px;
	}
	.sec-link__item .bg {
		display: block;
	}
	.sec-link__item .bg img {
		width: 100%;
		height: auto;
	}
	.sec-link__item .ico {
		margin-bottom: 22px;
	}
	.sec-link__item .txt {
		margin-bottom: 20px;
	}
	.sec-link__item .txt__jp {
		font-size: 2.8rem;
	}
	.sec-link__item .txt__en {
		font-size: 1.4rem;
	}
	.sec-link__item .btn {
		width: 81px;
		cursor: pointer;
	}
	.sec-link__item .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-link__item .btn a {
		-webkit-transition: .3s;
		transition: .3s;
	}
	.mode-pc .sec-link__item .btn a:hover {
		opacity: .7;
	}
	.sec-link__item .btn a:before {
		opacity: .7;
	}
	.sec-link__item--company {
		background: none;
	}
	.sec-link__item--company .ico img {
		width: 100px;
	}
	.sec-link__item--students-coming:before {
		background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/link_bg_students_coming.png') no-repeat 50% 50%;
		background-size: contain;
	}
	.sec-link__item--students {
		margin-top: 4.2%;
		background: none;
	}
	@-moz-document url-prefix() {
		.sec-link__item--students {
			margin-top: 72px;
		}
	}
	.sec-link__item--students .ico img {
		width: 138px;
	}
	.sec-report {
		padding: 100px 0;
		background-image: url('/Kokusai/SUCCESS-Osaka/assets/img/common/bg_wall03.png');
	}
	.sec-report__intro {
		margin-bottom: 35px;
	}
	.sec-report__hdg {
		margin-bottom: 75px;
		font-size: 3.2rem;
		line-height: 1.62;
	}
	.sec-report__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto;
		padding: 0;
		max-width: 1160px;
	}
	.sec-report__item {
		margin: 0 72px 90px;
		width: 290px;
	}
	.sec-report__item:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.sec-report__item:nth-of-type(3n + 3) {
		margin-right: 0;
	}
	.sec-report__btn {
		margin: 50px auto;
		width: 420px;
		font-size: 1.7rem;
	}
	.sec-report__btn a {
		padding: 35px 0;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.mode-pc .sec-report__btn a:hover {
		background: #4c7dbb;
	}
	.sec-report__link {
		width: 418px;
		height: 100px;
		letter-spacing: .075em;
		font-size: 18px;
	}
	.sec-report .sec-report__item .card {
		-webkit-transition: .3s;
		transition: .3s;
	}
	.sec-report .sec-report__item .card__img {
		margin-bottom: 20px;
		padding-bottom: 193px;
	}
	.sec-report .sec-report__item .card__img:before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: url('/Kokusai/SUCCESS-Osaka/en/assets/img/index/report_img_over.png') no-repeat;
		content: '';
		opacity: 0;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.sec-report .sec-report__item .card__date {
		margin-bottom: 10px;
		font-size: 1.3rem;
	}
	.sec-report .sec-report__item .card__txt {
		font-size: 1.4rem;
	}
	.sec-report .sec-report__item .card:hover .card__img:before {
		opacity: 1;
	}
	.sec-news {
		padding-bottom: 100px;
	}
	.sec-news__hdg {
		font-size: 3.2rem;
		line-height: 1.62;
	}
	.sec-news__wrapper {
		margin-top: 60px;
	}
	.sec-news .inner {
		margin: 0 auto;
		max-width: 1160px;
	}
	.sec-news__link {
		margin-top: 80px;
		width: 418px;
		height: 100px;
		letter-spacing: .075em;
		font-size: 18px;
	}
	.news-link {
		padding: 30px 0;
	}
	.news-link::after {
		position: absolute;
		top: 0;
		right: 25px;
		bottom: 0;
		margin: auto;
		width: 9px;
		height: 9px;
		border-top: 2px solid #22212c;
		border-right: 2px solid #22212c;
		content: '';
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.news-link__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
	}
	.news-link .date {
		font-size: 14px;
	}
	.news-link .label {
		margin-left: 15px;
		font-size: 12px;
	}
	.news-link__descript {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-top: 0;
		padding-left: 35px;
	}
	.sec-sponsors {
		padding: 118px 0 140px;
		background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/bg_wall_alpha.png') repeat 50% 0;
	}
	.sec-sponsors__inner {
		margin: 0 auto;
		width: 1160px;
		text-align: center;
	}
	.sec-sponsors__hdg {
		display: inline-block;
		margin-bottom: 32px;
	}
	.sec-sponsors__hdg span {
		font-weight: 700;
		font-size: 15px;
	}
	.sec-sponsors__hdg img {
		width: 139px;
	}
	.sec-sponsors__lead {
		margin-bottom: 55px;
		font-size: 3.2rem;
		line-height: 1.62;
	}
	.sec-sponsors__universities {
		margin: 0 35px 45px 60px;
	}
	.sec-sponsors__university {
		margin: 0;
		width: auto;
	}
	.sec-sponsors__university img {
		height: 64px;
	}
	.sec-sponsors__university a:hover {
		opacity: .7;
	}
	.sec-sponsors__btn {
		margin: 0 auto;
		width: 418px;
	}
	.sec-sponsors__btn a {
		padding: 36px 0;
		font-weight: 300;
		font-size: 1.8rem;
	}
	.sec-sponsors__btn a:hover {
		opacity: .8;
	}
	.sec-sponsors__btn span {
		padding-left: 26px;
	}
	.sec-sponsors__btn span:before {
		top: 4px;
		padding-left: 26px;
		width: 12px;
		height: 20px;
		background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/ico_arw_updown.png') no-repeat 0 60%;
		background-size: 12px 20px;
	}
	.sec-sponsors__btn--close span {
		padding-left: 28px;
	}
	.sec-sponsors__btn--close span:before {
		top: 4px;
		padding-left: 26px;
		width: 12px;
		height: 20px;
		background: url('/Kokusai/SUCCESS-Osaka/assets/img/index/ico_arw_updown.png') no-repeat 0 60%;
		background-size: 12px 20px;
	}
	.close-box {
		padding: 20px 0 0;
	}
	.sec-sponsors .sponsors {
		margin-bottom: 50px;
	}
	.sec-sponsors .sponsors__hdg-wrap {
		position: relative;
	}
	.sec-sponsors .sponsors__hdg-wrap:before,
	.sec-sponsors .sponsors__hdg-wrap:after {
		position: absolute;
		top: 50%;
		z-index: 1;
		margin-top: -1px;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background: #462e1c;
		content: '';
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.sec-sponsors .sponsors__hdg-wrap:before {
		left: 0;
	}
	.sec-sponsors .sponsors__hdg-wrap:after {
		right: 0;
	}
	.sec-sponsors .sponsors__hdg {
		margin-bottom: 46px;
	}
	.sec-sponsors .sponsors__hdg:before {
		margin-top: -1px;
	}
	.sec-sponsors .sponsors__hdg img {
		height: auto;
	}
	.sec-sponsors .sponsors__hdg span {
		padding: 0 29px;
	}
	.sec-sponsors .sponsors__hdg-sub {
		margin: 0 0 35px;
		padding: 11px 0;
		font-size: 2rem;
	}
	.sec-sponsors .sponsors__hdg-sub--02 {
		margin-top: 35px;
	}
	.sec-sponsors .sponsors__list {
		z-index: 12;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0;
	}
	.sec-sponsors .sponsors__item {
		width: auto;
	}
	.sec-sponsors .sponsors__item a:hover {
		opacity: .7;
	}
	.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: 364px;
		left: 50%;
		z-index: 1;
		display: block;
		margin-left: -1480px;
	}
	.sec-foot-obj svg {
		width: 974px;
		height: 974px;
	}
}
@media (min-width: 1740px) {
	.sec-link {
		position: relative;
		left: calc((100vw - 1740px) / 2 * -1);
		width: 100vw;
	}
}
@media (max-width: 767px) {
	.sec-news__ls:last-child {
		border-bottom: 0;
	}
}

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