@charset "UTF-8";



/* ------------------------------
	.achievement
------------------------------ */
.achievement{
	position: relative;
	padding: 1px 0 150px;
}

.bg_gray.bg_content::before{
	top: auto;
	bottom: 0;
	height: calc(100% - 125px);
}

.page_ttl_box{
	position: relative;
}

.page_ttl_box .bg_img{
	bottom: 20px;
	right: calc(50% - 590px);
	width: calc(50% + 590px);
	height: 462px;
	background: url(../img/achievement/achievement_bg01.png) no-repeat right top;
}

.achievement .wrap{
	max-width: 760px;
}

.achievement .str_ttl{
	margin-top: -50px;
	margin-bottom: 160px;
}
.achievement .str_ttl .en_txt{
	font-size: 5.0rem;
}
.achievement .str_ttl .ttl_txt{
	font-size: 2.0rem;
}

.achievement_box + .achievement_box{
	margin-top: 100px;
}

.achievement .sub_ttl{
	margin-bottom: 25px;
}
.achievement .sub_ttl a{
	color: #006FFF;
}

.achievement_ttl{
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
}

.achievement.books .str_ttl,
.achievement.awards .str_ttl{
	margin-bottom: 100px;
}

.lang_btn_box{
	margin-bottom: 130px;
}


@media screen and (max-width: 768px){
	.achievement{
		padding: 60px 0 60px;
	}

	.achievement .str_ttl{
		margin-top: 0;
		margin-bottom: 60px;
	}
	.achievement .str_ttl .en_txt{
		font-size: 2.8rem;
	}
	.achievement .str_ttl .ttl_txt{
		font-size: 1.4rem;
	}

	.bg_gray.bg_content::before{
		height: calc(100% - 330px);
	}

	.achievement .pager{
		margin-top: 50px;
	}

	.achievement_box + .achievement_box{
		margin-top: 60px;
	}

	.achievement .sub_ttl{
		padding-left: 20px;
		margin-bottom: 20px;
	}
	.achievement .sub_ttl::before{
		width: calc(4vw + 20px);
	}

	.achievement_ttl{
		padding-left: 20px;
		font-size: 1.6rem;
	}

	.achievement.books .str_ttl,
	.achievement.awards .str_ttl{
		margin-bottom: 35px;
	}

	.lang_btn_box{
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 390px){
	.page_ttl .en_ttl{
		font-size: 13vw;
		white-space: nowrap;
	}
}



/* ------------------------------
	.achievement_list
------------------------------ */
.achievement_num_list li{
	display: flex;
	padding: 15px 0;
	line-height: 1.6;
	border-top: 1px solid #707070;
}
.achievement_num_list li:last-child{
	border-bottom: 1px solid #707070;
}

.achievement_num_list li .num{
	flex-shrink: 0;
	min-width: 50px;
	padding-right: 15px;
	white-space: nowrap;
	color: #006FFF;
	font-weight: bold;
	line-height: 1.6;
	font-size: 1.6rem;
}
.achievement_list li .txt,
.achievement_num_list li .txt{
	line-height: 1.6;
}

.achievement_list li a,
.achievement_num_list li a{
	text-decoration: underline;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
@media screen and (min-width: 769px) {
	.achievement_list li a:hover,
	.achievement_num_list li a:hover{
		opacity: 1;
		color: #006FFF;
	}
}

.achievement_list li{
	position: relative;
	line-height: 1.6;
	padding-left: 1.5em;
}
.achievement_list li + li{
	margin-top: 20px;
}
.achievement_list li::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "●";
}


@media screen and (max-width: 768px){
	.achievement_num_list li .num{
		min-width: 40px;
		padding-right: 5px;
		line-height: 1.5;
	}
}