@charset "utf-8";

/*-----------------------------------------------
PC
------------------------------------------------*/
/* セクション */
.pageSection {
	width: 100%;
	margin: 0 auto;
	padding: 6% 0;
	line-height: 1.8;
	letter-spacing: 0.08em;
}
.pageSection h2 {
	position: relative;
	width: fit-content;
	margin: 0 auto 3%;
	padding: 0 2.4%;
	font-size: 1.6vw; 
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.pageSection h2 span {
	font-size: 110%;
	letter-spacing: 0.18em;
}
.pageSection h2::before,
.pageSection h2::after {
	position: absolute;
	font-size: 1.7vw; 
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #999;
	top: 50%;
	transform: translateY(-46%);
}
.pageSection h2::before {
	left: 0;
	content: '\f053';
}
.pageSection h2::after {
	right: 0;
	content: '\f054';
}
.bg_ltgray {
	padding: 4% 0;
	background: #f7f7f7;
}

/* チーム実績 */
#achievements {
	width: 100%;
	margin: 0 auto;
	padding: 3% 0 0 0;
	line-height: 1.8;
	letter-spacing: 0.08em;
}
#achievements h1 {
	margin: 0 0 4%;
	padding: 0;
	font-size: 1.8vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.0;
	color: #113366;
}
#achievements h1 span {
	padding: 0 1.5%;
	font-size: 2.0vw;
	line-height: 1.0;
	color: #e23212;
	vertical-align: -17%;
}

.achv_4th {
	
}
.achv_col {
	width: 100%;
	max-width: 75%;
	margin: 5% auto 0;
	padding: 0;
	display: flex;
	align-items: start;
	justify-content: center;
}
.achv_col table {
	width: 64%;
	margin: 0 3% 0 0;
	padding: 0;
	line-height: 1.6;
}
.achv_col table td {
	padding: 2% 0;
	font-size: 1.0vw;
	font-weight: 500;
	vertical-align: middle;
	text-align: left;
	border-bottom: dotted 1px rgba(0, 28, 66, 0.2);
}
.achv_col table .ttl {
	padding: 0 0 2%;
	font-size: 1.3vw;
	font-weight: 600;
	color: #e23212;
}
.achv_col table .dot {
	width: 1%;
	vertical-align: top;
}
.achv_col table .result {
	width: 15%;
	color: #e23212;
	font-size: 1.1vw;
	text-align: center;
}
.achv_col .no_photo {
	width: 67%;
	margin: 0;
}
.photo {
	width: 33%;
	margin: 0;
	padding: 0;
}
.photo img {
	width: 100%;
	border-radius: 12px;
	display: block;
}



/*-----------------------------------------------
Responsive
------------------------------------------------*/
@media screen and (max-width: 1280px) {
	
	
}


@media screen and (max-width: 1024px) {
	
	
}


@media screen and (max-width: 768px) {
	
	
}


@media screen and (max-width: 580px) {
	
	
}


@media screen and (max-width: 390px) {
	
	
}