@charset "UTF-8";

/* --------------------------------------------
TITLES
--------------------------------------------- */
.titles01{
	display : grid;
	grid-template-columns : auto auto;
	align-items : center;
	justify-content : space-between;
}
.titles01 img{
	height : calc( 53 var( --remBase ) );
}
.titles01 a{
	display : grid;
	grid-template-columns : auto auto;
	column-gap : calc( 8 var( --remBase ) );
	align-items : center;
	justify-content : end;
	font-size : 1.7rem;
	font-weight : 700;
	color : var( --primary );
}
.titles01 a::after{
	display : block;
	height : calc( 24 var( --remBase ) );
	aspect-ratio : 1;
	font-size : 0;
	content : "";
	background : url( "../images/ui/arrow/circle/right01.svg" ) center / contain no-repeat;
}