@charset "utf-8";

/* ==========================================================================
   page
   ========================================================================== */
body.page{
	background-color: #FFFFFF;
}


/* page header-nav
============================================================ */
.page .header-nav ul li a{
	color: #181818;
}

.page .header-nav ul li a:hover{
	color: #AAA;
}

.page .header-nav .btn-contact a{
	color: #181818;
	border: 1px solid #181818;
}

@media (min-width: 960px){
.page .header-nav .btn-contact a:hover{
	color: #FFF;
	border: 1px solid #181818;
	background-color: #181818;
}
}


/* achievements
============================================================ */
#page_list #achievements{
	background-color: #F1F1F1;
	padding: 100px 0 50px 0;
}
@media (min-width: 440px){
#page_list #achievements{
	padding: 170px 0 100px 0;
}
}

/* cat-list */
.cat-list{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cat-list .head{
	width: 100%;
	font-size: 1.9rem;
	font-family: "Roboto", sans-serif;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.10em;
	margin-left: -0.10em;
	margin-top: -2px;
}
@media (min-width: 960px){
.cat-list .head{
	font-size: 2.0rem;
}
}

.cat-list .category{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  align-items: center;
	justify-content: center;
	gap: 3px 4px;
}
@media (min-width: 960px){
.cat-list .category{
	gap: 7px 5px;
}
}

.cat-list .category a{
	color: #FFF;
	font-size: 1.3rem;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.04em;
	border-radius: 4px;
	background-color: #222;
	display: flex;
	padding: 5px 12px 6px 12px;
}
@media (min-width: 440px){
.cat-list .category a{
	font-size: 1.5rem;
	font-weight: 400;
	padding: 9px 14px 10px 14px;
	transition: all 0.2s ease;
}
}

.cat-list .category a.current{
	background-color: #B3424A;
}

@media (min-width: 960px){
.cat-list .category a:hover{
	background-color: #B3424A;
}
}

/* more-btn */
#achievements .more_btn{
	color: #fff;
	width: 100%;
	height: 50px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.04em;
	text-align: center;
  display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
  position: relative;
	background-color: #B3424A;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
}
@media (min-width: 440px){
#achievements .more_btn{
	width: 340px;
	height: 56px;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	transition: all 0.2s ease;
}
}

@media (min-width: 960px){
#achievements .more_btn:hover{
	background-color: #333;
}
}