@charset "utf-8";
/* CSS Document */
.pagetitle_g2{
	background-color: #202A31;
	height: 350px;
	justify-content: flex-end;
}
.pagetitle_g2 .txtbox{
	width: 100%;
	padding-right: 100px;
	align-items: flex-end;
}
.pagetitle_g2 .txtbox .entitle{
	font-size: 60px;
	font: bold;
	color: #FFFFFF;
	line-height: 1;
	letter-spacing: 0.05em;
	z-index: 2;
	font-family: "Outfit", sans-serif;
}
.pagetitle_g2 .txtbox .entitle span{
	color: #F25122;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
.pagetitle_g2 .txtbox{
	padding-right: 80px;
}
.pagetitle_g2 .txtbox .entitle{
	font-size: 50px;
}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
.pagetitle_g2 .txtbox{
	padding-right: 50px;
}
.pagetitle_g2 .txtbox .entitle{
	font-size: 40px;
}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

