@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
section{
	margin: 64px 0;
}
.bg{
	background: #F1F1EF;
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/intern-philippine/background--white.png);
	background-repeat: repeat;
	background-size: 1000px 972px;
}
.under__breadcrumb {
    margin: 144.18px auto 0 auto;
}
.type2__inner1{
	width: 100%;
	margin: 0 auto;
}
.type2__inner2{
	max-width: 1025px;
	padding: 0 32px;
	margin: 0 auto;
}
.type2__inner2--title{
	color: #fff;
	text-align: center;
	margin-bottom: 48px;
}
.type2__inner2--title p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 8px;
}
.type2__inner2--title h2{
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .under__breadcrumb{
		margin: 110px auto 0 auto;
    }
	.type2__inner2{
		max-width: 100%;
		padding: 0;
	}
	.type2__inner2--title{
		margin-bottom: 24px;
	}
	.type2__inner2--title p{
		font-size: 12px;
	}
	.type2__inner2--title h2{
		font-size: 24px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fv {
	margin-top: 0;
	margin-bottom: 160px;
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/intern-philippine/fv__bg--pc.png);
    background-size: cover;

}
.fv__inner{
	position: relative;
	max-width: 1025px;
	padding: 160px 32px 88px;
	margin: 0 auto;
}
.fv__inner h1{
	display: none;
}
.fv__inner a{
	position: absolute;
	display: inline-block;
	bottom: -64px;
	left: 50%;
	transform: translateX(-50%);
}
.fv__inner a img{
	max-width: 480px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.fv {
		margin-bottom: 160px;
		background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/intern-philippine/fv__bg--sp.png);
	}
	.fv__inner{
		position: relative;
		max-width: 100%;
		padding: 80px 16px;
		margin: 0 auto;
	}
	.fv__inner a{
		width: 80%;
		bottom: -32px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	cta
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.cta{
	background: #1C4071;
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/intern-philippine/background--blue.png);
    background-size: cover;
	padding: 64px 0;
	margin: 0;
}
.cta .type2__inner2--title{
	color: #E9DE07;
}
.cta .type2__inner2--content{
	color: #fff;
	max-width: 647px;
    margin: 0 auto;
	text-align: center;
}
.cta .type2__inner2--content p{
	font-size: 16px;
	font-weight: 700;
	line-height: 2.2;
	margin-bottom: 24px;
}
.cta .type2__inner2--content a{
	display: inline-block;
}
.cta .type2__inner2--content a img{
	max-width: 480px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.cta{
		padding: 48px 0;
	}
	.cta .type2__inner2--content{
		max-width: 100%;
		margin: 0 16px;
	}
	.cta .type2__inner2--content p{
		font-size: 14px;
		font-weight: 400;
		line-height: 2;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	program
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.program{
	background: #061B33;
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/intern-philippine/background--navy.png);
    background-size: cover;
	padding: 64px 0;
	margin: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	staff
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.staff{
	background: #C8E2F7;
	padding: 64px 0;
	margin: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	flow
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.flow{
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/intern-philippine/flow--bg.png);
	background-repeat: no-repeat;
	background-position: top;
    background-size: contain;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq{
	padding: 0 20px 64px;
	margin-bottom: 0;
}