/* CSS Document */


.p-team_story_title{
	background: #447AAC;
}
.p-team_story_title__inner{
	position: relative;
}
.p-team_story_title__txt{
	flex: 0 0 auto;
	width: 540px;
	padding-bottom: 2rem;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.p-team_story_title__vol{
	font-size: 4.625rem;
	line-height: 1;
	margin-top: 2rem;
	margin-bottom: 0.75rem;
	color: #8FAFCD;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.01em;
}
.p-team_story_title__vol .c-small_txt{
	font-size: 2.375rem;
	display: inline-block;
	vertical-align:middle;
	margin-right: 0.5rem;
}
.p-team_story_title__main_heading{
	font-size: 2.375rem;
	line-height: 1.5;
	font-weight: 500;
}

.p-team_story_title__main_img{
	flex: 0 0 auto;
	width: 615px;
	opacity: 0;
	transform: translateX(-30px);
	transition: all 0.8s 0.4s;
}
.is-appear .p-team_story_title__main_img{
	transform: translateX(0);
	opacity: 1;
}
.sp .p-team_story_title__main_img{
	opacity: 1;
	transform: translateX(0px);
}

.p-team_story_tag{
	position: absolute;
}

.p-team_story_tag{
	position: absolute;
	width: 290px;
	height: 56px;
	bottom:-1.875rem;
	left: 50%;
	margin-left: -145px;
	color: #fff;
	text-align: center;
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1;
}
.p-team_story_tag::before{
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: #E6002D;
	border: #fff 2px solid;
	transform: skewX(-10deg);
	top:0px;
	left: 50%;
	margin-left: -50%;
}
.p-team_story_tag__inner{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top:0; left:5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0.125rem;
}

/*p-team_story_lede*/
.p-team_story_lede{
	text-align: center;
	padding-right: 0.75rem;
	font-weight: 400;
	padding: 3.5rem 0.75rem 3.5rem 0;
	background: url("../images/arrow_down_lede.svg") no-repeat 50% 100%;
}

/*anc_menu*/
.p-team_story_anc_menu{
	background: url("../images/bg_anc_nav.svg") repeat-x 0px 50%;
	margin: 2.5rem auto 3.5rem;
}
a.p-team_story_anc_menu__link{
	display: block;
	background-color: #fff;
	line-height: 1.5;
	font-size: 1.25rem;
	font-weight: 600;
	padding: 0.75rem 0.5rem 0.9375rem;
	border-top: #ccc 4px solid;
	color: #131C27;
	text-decoration: none;
	text-align: center;
}
.p-team_story_anc_menu .c-col{
	opacity: 0;
	transform: translateY(30px);
}
.p-team_story_anc_menu.is-appear .c-col{
	opacity: 1;
	transform: translateY(0px);
}
.p-team_story_anc_menu.is-appear .c-col:nth-of-type(1){
	transition: all 0.6s 0.1s;
}
.p-team_story_anc_menu.is-appear .c-col:nth-of-type(2){
	transition: all 0.6s 0.2s;
}
.p-team_story_anc_menu.is-appear .c-col:nth-of-type(3){
	transition: all 0.6s 0.3s;
}
.p-team_story_anc_menu.is-appear .c-col:nth-of-type(4){
	transition: all 0.6s 0.4s;
}

/*p-team_story_line_section*/
.p-team_story_line_heading{
	border-top: #e6e6e6 10px solid;
	text-align: center;
	position: relative;
	padding: 1.5rem 0;
}
.p-team_story_line_heading::before{
	content: "";
	display: block;
	background-color: #b6b6b6;
	width: 120px; height: 10px;
	transform: skewX(-15deg);
	position:absolute;
	top:-10px; left: 50%;
	margin-left: -64px;
	border-left: #fff 3px solid;
	border-right: #fff 3px solid;
}

/*team_story_bnav*/
.p-team_story_bnav{
	background-color: #9EA6B1;
	margin: 4.75rem 0 6px;
}
.p-team_story_bnav__inner{
	position: relative;
	text-align: center;
}
.p-team_story_bnav__center{
	width: 600px;
	height: 160px;
	position: relative;
	margin: 0 auto;
}
.p-team_story_bnav__center::before{
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: #447AAC;
	border-left: #fff 8px solid;
	border-right: #fff 8px solid;
	transform: skewX(-10deg);
	top:0px;
	left: 50%;
	margin-left: -50%;
}
.p-team_story_bnav__continue{
	position: absolute;
	width: 100%; height: 100%;
	left: 0px; top: 0px;
	/*padding-bottom: 0.875rem;*/
	color: #E5E7EA;
	font-size: 2.875rem;
	line-height: 1;
	font-weight: 300;
	font-style: italic;
	display: flex; flex-direction: column;
	justify-content: center;
	align-content: center;
}
.p-team_story_bnav__continue_inner{
	margin: 0 3rem;
	padding: 1rem 0 1.875rem;
}

.p-team_story_bnav__continue .jp{
	font-size: 1.25rem;
	font-weight: 600;
	color: #fff;
	font-style: normal;
	padding-top: 0.5rem;
	padding-right: 0.75em;
}
.p-team_story_bnav__perv,
.p-team_story_bnav__next{
	position: absolute;
	width: 260px; height: calc(100% - 40px);
	top:20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.25rem;
}
.p-team_story_bnav__perv{
	left: 0px;
}
.p-team_story_bnav__next{
	right: 0px;
}
.p-team_story_bnav__perv a,
.p-team_story_bnav__next a{
	color: #fff;
	font-size: 1.125rem;
	text-decoration: none;
}
.p-team_story_bnav__perv a::after,
.p-team_story_bnav__next a::after{
	content: "";
	display: block;
	position: absolute;
	background: url("../../../common/images/arrow_right_m_wh.svg") no-repeat 50% 50%;
	width: 42px; height: 22px;
	top:50%;
	margin-top: -13px;
}
.p-team_story_bnav__perv a::after{
	left: 20px;
	transform: rotate(180deg);
}
.p-team_story_bnav__next a::after{
	right: 20px;
}


/* colors 
_____________________________*/

a.p-team_story_anc_menu__link.kusa{
	border-color: #2784B7;
}
a.p-team_story_anc_menu__link.kap{
	border-color: #DE7200;
}
a.p-team_story_anc_menu__link.ke{
	border-color: #7A5A9A;
}
a.p-team_story_anc_menu__link.ka{
	border-color: #5170BC;
}
a.p-team_story_anc_menu__link.tw{
	border-color: #CE607B;
}
a.p-team_story_anc_menu__link.ch{
	border-color: #C68C00;
}
a.p-team_story_anc_menu__link.kusa{
	border-color: #2784B7;
}
/**/
h3.kusa{
	color: #2784B7;
}
h3.kap{
	color: #DE7200;
}
h3.ke{
	color: #7A5A9A;
}
h3.ka{
	color: #5170BC;
}
h3.tw{
	color: #CE607B;
}
h3.ch{
	color: #C68C00;
}
/**/
.p-team_story_line_heading.kusa{
	border-color: #9BC8EB;
}
.p-team_story_line_heading.kusa::before{
	background-color: #2784B7;
}
.p-team_story_line_heading.kap{
	border-color: #F7C084;
}
.p-team_story_line_heading.kap::before{
	background-color: #DE7200;
}
.p-team_story_line_heading.ke{
	border-color: #C5B7D9;
}
.p-team_story_line_heading.ke::before{
	background-color: #7A5A9A;
}
.p-team_story_line_heading.ka{
	border-color: #94B2DD;
}
.p-team_story_line_heading.ka::before{
	background-color: #5170BC;
}
.p-team_story_line_heading.tw{
	border-color: #F3C9C8;
}
.p-team_story_line_heading.tw::before{
	background-color: #CE607B;
}
.p-team_story_line_heading.ch{
	border-color: #EDC969;
}
.p-team_story_line_heading.ch::before{
	background-color: #C68C00;
}


