
/*  Layout
---------------------------------------------------------- */

.l-katri_header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}


/*  Project
---------------------------------------------------------- */

h2.p-top_sub_heading{
	font-size: 2.375rem;
	line-height: 1.5;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 2rem 0.875rem 2.75rem 0;
	position: relative;
	letter-spacing: 0;
}
h2.p-top_sub_heading.has_lede{
	padding-bottom: 2.125rem;
}
h2.p-top_sub_heading.notice{
	padding-top: 1rem;
	padding-bottom: 2.125rem;
	margin-bottom: 0;
	border-bottom: #D9DEE4 1px solid;
}

.p-top_ctg_section{
	margin-bottom: 1.125rem;
	padding-bottom: 1.125rem;
}

/*-----------------------
history_area
--------------------------*/
.p-history_area{
	background-color: #7E8993;
	color: #fff;
	position: relative;
}
.p-history_area::before{
	content: "";
	width: 500px;
	height: 180px;
	display: block;
	position: absolute;
	top:0px; left: 0px;
	background: url("../../images/history_start.svg") no-repeat;
	background-size: 100% 100%;
}
.p-history_area::after{
	content: "";
	width: 400px;
	height: 144px;
	display: block !important;
	position: absolute;
	bottom:0px; right: 0px;
	background: url("../../images/history_end.svg") no-repeat;
	background-size: 100% 100%;
}

.sp .p-history_area::before,
.sp .p-history_area::after{
	width: 100%;
	height: auto;
	padding-top: 36%;
}

.p-history_area__content{
	position: relative;
	z-index: 2;
}

.p-history_area__title{
	line-height: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0.5rem 0 0.625rem;
}

.p-history_area__title,
.p-history_area__title a{
	color: #D9DEE4;
	text-decoration: none;
}
.p-history_area__since{
	flex: 0 0 auto;
	width: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0.375rem 0 0.5rem 1.5rem;
	font-size: 2.875rem;
	font-weight: 300;
}
.p-history_area__since .year{
	font-size: 5.875rem;
	font-weight: 700;
	display: inline-block;
	margin-left: 0.375rem;
}
.p-history_area__main_title{
	flex: 1 0 auto;
	text-align: center;
	padding-right: 1rem;
	padding-bottom: 0.5rem;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.01em;
}
.sp .p-history_area__title{
	display: inherit;
}
.sp .p-history_area__since{
	font-size: 2rem;
}
.sp .p-history_area__since .year{
	font-size: 3.5rem;
}
.sp .p-history_area__main_title{
	text-align: left;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: 0 1rem 1rem;
}

.p-history_area__lede{
	padding-right: 2.75rem;
	text-align: left;
}
.sp .p-history_area__lede{
	padding: 0.875rem 1.5rem 1.25rem;
}

.p-history_area__link{
	background: url("../images/arrow_right_m_g.svg") no-repeat 100% 50%;
	padding: 1.5rem 2rem 1.25rem 0;
	margin: -2.5rem 1.5rem 0 auto;
	width: auto;
	text-align: right;
	font-size: 1.625rem;
	position: relative;
}

.sp .p-history_area__link{
	font-size: 1.25rem;
}

/*history_slide*/

.p-history_slide{
  position: relative;
  width: 100%;
  padding-top: 50%; 
}
.p-history_slide__item{
  position: absolute;
  width: 100%;
  height: auto;
  top:0px; left: 0px;
  opacity: 0;
  transition: opacity 1.2s;
}
.p-history_slide__item.is-now{
  opacity: 1;
}
.p-history_slide__caption{
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0.3125rem 0.875rem 0.4375rem;
}

.sp .p-history_slide__caption{
  background-color: rgba(0,0,0,0.6);
  top: auto;
  bottom: 0px;
}

.p-history_slide .loading_icon{
  position: absolute;
  width: 46px; height: 46px;
  top:50%; left:50%;
  margin-left: -23px; margin-top: -23px;
  background: url("../images/loading-icon.svg") no-repeat 50% 50%;
}
.p-history_slide .loading_icon.is-hidden{
  display: none;
}

/*--------------------*/


/*open_innovation__content*/
.p-top_ctg_section.open_innovation{
	padding-bottom: 0;
}
.p-open_innovation__content{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: url("../../images/bg_open_innovation.jpg") no-repeat 50% 0px;
	padding-bottom: 3.75rem;
	height: 560px;
}
.sp .p-open_innovation__content{
	background: none;
	height: auto;
	padding-bottom: 2.5rem;
}

/*katri_pagetop toppage*/
.p-katri_pagetop{
	/*background-color: rgba(126,137,147,0);*/
	background-color: rgb(0,0,0,0.28);
	backdrop-filter: blur(8px);
	transition: all 0.3s;
}
.p-katri_pagetop.is-fixed{
	/*background-color: rgba(132,142,152,1);*/
	background-color: rgba(126,137,147,1);
}
.sp .p-katri_pagetop{
	background-color: rgba(126,137,147,1);
}

.p-katri_gnav__item>a {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 1px 1px 6px rgba(0, 0, 0, 0.1), 1px 2px 8px rgba(0, 0, 0, 0.1);
}
.is-fixed .p-katri_gnav__item>a,
.sp .p-katri_gnav__item>a{
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
}

/*p-news_area*/

.p-news_area{
	/*padding-top: 1.875rem;*/
}

/*p-news_area__body*/
.p-news_area__body{
	padding: 2.5rem 1.25rem 1.5rem;
}
.p-news_area__body dl{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	line-height: 1.5;
	margin-bottom: 1rem;
	text-align: left;
}
.p-news_area__body dt{
	flex:0 0 auto;
	width: 6rem;
	font-size: 0.9375rem;
	margin-top: -0.3125rem;
}
.p-news_area__body dd{
	flex: 0 0 auto;
	width: calc(100% - 6rem);
}
.p-news_year .year{
	font-size: 1.25rem;
	margin-right: 0.125rem;
}
.p-news_area__body dd li{
	position: relative;
	padding-left: 7rem;
	margin-bottom: 0.875rem;
	padding-bottom: 0.875rem;
	border-bottom: #e6e6e6 1px solid;
	background: url(/common/image/arrow_red.png) no-repeat 6rem 0.4375em;
}
.p-news_area__body dd li .date{
	display: inline-block;
	position: absolute;
	left: 0px;
	top:0px;
}
.p-news_area__body dd li a{
	text-decoration: none;
}
.p-news_area__body dd li a:hover{
	text-decoration: underline;
}

/*p-goto_index*/
.p-goto_index{
	text-align: center;
	font-family:"Roboto","Noto Sans JP","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.p-goto_index__btn{
	display: inline-block;
	padding: 1rem 4rem 1.125rem;
	width: auto;
	text-align: center;
	line-height: 1;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 4px;
	border: #E6002D 2px solid;
	position: relative;
	background-color: #fff;
}
.p-goto_index__btn::after{
	content: "";
	display: block;
	width: 7px; height: 13px;
	background: url("/common/image/bn_arrow/arrow_right_s_red.svg") no-repeat 50% 50%;
	position: absolute;
	right: 12px; top: 50%;
	margin-top: -7px;
}
.p-goto_index__btn a{
	display: inline-block;
	text-decoration: none;
	color: #212121;
}



/*--sp-----------------------*/

.sp .p-news_area__body{
	padding: 1.5rem 0rem 1rem;
}
.sp .p-news_area__body dl{
	display: block;
}
.sp .p-news_area__body dt{
	margin-bottom: 0.5rem;
}
.sp .p-news_area__body dd{
	width: 100%;
	margin-bottom: 0.5rem;
	padding-left: 0px !important;
	font-size: 0.875rem;
}
.sp .p-news_area__body dd li{
	padding-left: 6rem;
	background-position: 5rem 0.4375rem;
}

.sp .p-tabmenu .p-tabmenu__tab{
	font-size: 0.9375rem;
}

