@charset "UTF-8";

/* CSS Document */

html {
	scroll-behavior: smooth;
}

/*====================================

	#anc_company

====================================*/

#anc_company {
}
#anc_company .inner {
}
#anc_company .inner .list {
}
#anc_company .inner .list dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}
#anc_company .inner .list dl:first-child {
	border-top: 1px solid #ccc;
}
#anc_company .inner .list dl dt {
	width: 200px;
}
#anc_company .inner .list dl dd {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#anc_company .inner .list dl dd p {
	width: 48%;
}
#anc_company .inner .list dl dd p span {
	display: block;
	font-weight: 600;
}
#anc_company .inner .list dl dd p a {
	display: inline-block;
	color: var(--main-color);
	margin-bottom: 20px;
	font-size: 90%;
	margin: 0 0 20px 1em;
	font-weight: 600;
}
#anc_company .inner .list dl dd p a:hover {
	text-decoration: none;
}

/*====================================

	#anc_logo

====================================*/

#anc_logo {
	position: relative;
}
#anc_logo .inner {
}
#anc_logo .inner .ph {
	margin-bottom: 40px;
}
#anc_logo .inner .ph video {
	border: 1px solid var(--main-color);
	border-radius: 20px;
}
#anc_logo .inner h3 {
	color: var(--main-color);
	font-size: 140%;
	margin-bottom: 10px;
}
#anc_logo .inner p {
}

/*====================================

	#anc_history

====================================*/

#anc_history {
}
#anc_history .inner {
}
#anc_history .inner .wp_stk {
    margin: 0 auto;
}
#anc_history .inner .wp_stk .stk_cell {
    height: auto;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#anc_history .inner .wp_stk .stk_cell .main {
    width: 180px;
    position: sticky;
    left: 0;
    top: 100px;
}
#anc_history .inner .wp_stk .stk_cell .main h4 {
	color: var(--main-color);
	font-weight: 600;
	font-size: 250%;
	line-height: 1em;
}
#anc_history .inner .wp_stk .stk_cell .aside {
    flex: 1;
    width: 60%;
    position: relative;
}
#anc_history .inner .wp_stk .stk_cell .aside:before {
	content: '';
	position: absolute;
	top: 0;
	left: 7px;
	width: 1px;
	height: 100%;
	background: var(--main-color);
	display: block;
	z-index: -1;
}
#anc_history .inner .wp_stk .stk_cell .aside dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
}
#anc_history .inner .wp_stk .stk_cell .aside dl:before {
	content: '●';
	color: var(--main-color);
}
#anc_history .inner .wp_stk .stk_cell .aside dl dt {
	width: 50px;
	text-align: right;
	color: var(--main-color);
	font-weight: bold;
}
#anc_history .inner .wp_stk .stk_cell .aside dl dd {
	flex: 1;
	padding: 0 0 0 20px;
}

/*====================================

	#anc_member

====================================*/

#anc_member {;
}
#anc_member .list {
}
#anc_member .list .cell {
	padding-bottom: 100px;
	margin-bottom: 100px;
	border-bottom: 1px solid var(--main-color);
}
#anc_member .list .cell:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
#anc_member .list .cell .text_ph {
	width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#anc_member .list .cell .text_ph .ph {
	width: 340px;
	margin-right: 60px;
	border-radius: 20px;
	overflow: hidden;
}
@media screen and (max-width : 1000px) {
	#anc_member .list .cell .text_ph .ph {
		width: 240px;
		margin-right: 30px;
	}
}
#anc_member .list .cell .text_ph .text {
	flex: 1;
}
#anc_member .list .cell .text_ph .text h3 {
	margin-bottom: 20px;
}
#anc_member .list .cell .text_ph .text h3 span {
	background: var(--main-color);
	color: #fff;
	border-radius: 40px;
	padding: .4em 1em;
	font-size: 80%;
}
#anc_member .list .cell .text_ph .text h2 {
	font-size: 200%;
	margin-bottom: 20px;
}
#anc_member .list .cell .text_ph .text h2 span {
	font-size: 40%;
	padding: 0 0 0 1em;
	color: #aaa;
}
#anc_member .list .cell .text_ph .text p {
}
#anc_member .list .cell .other_info {
	border: 1px solid var(--sub-color);
	margin-top: 40px;
	padding: 40px;
	border-radius: 20px;
	backdrop-filter: blur(10px) saturate(1.8);
}
#anc_member .list .cell .other_info dl {
	margin-bottom: 30px;
}
#anc_member .list .cell .other_info dl:last-child {
	margin-bottom: 0px;
}
#anc_member .list .cell .other_info dl dt {
	color: var(--main-color);
}
#anc_member .list .cell .other_info dl dd {
	font-size: 90%;
}

/*====================================

	#anc_awward

====================================*/

#anc_awward {
}
#anc_awward .list {
}
#anc_awward .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#anc_awward .list ul li {
	width: 49%;
	backdrop-filter: blur(10px) saturate(1.8);
	padding: 30px;
	border: 1px solid var(--main-color);
	border-radius: 20px;
	margin-bottom: 20px;
}
#anc_awward .list ul li dl {
}
#anc_awward .list ul li dl dt {
	font-weight: 600;
	color: var(--main-color);
}
#anc_awward .list ul li dl dd {
}
#anc_awward .list ul li dl dd p {
	font-size: 90%;
	line-height: 1.85em;
}
#anc_awward .list ul li dl dd p:before {
	content: '●';
	font-size: 70%;
	color: var(--main-color);
	margin-right: .4em;
}
#anc_awward .list ul li dl dd p .cap {
	display: block;
	font-size: 80%;
}





