@charset "UTF-8";
/* CSS Document */
/* Home and Category Index Pages
**************************************/

/*foundation*/
#body.full-width .content,
#body.full-width .bread,
.bottom_wrap{
	min-width: 1160px;
	/*for Fixed Background*/
}

/*project*/

/*title*/
.p-index_title{
	background: #fff;
}
.p-index_title h1{
	width: 1160px;
	margin: 0 auto;
	font-weight: 600;
	/*font-size: 2rem;*/
	font-size: 1.875rem;
	line-height: 1.2;
	padding: 1.0625rem 0 1.375rem;
}
/*202311*/
.p-snsicons_shoulder{
	width: 1160px;
	margin: 0 auto;
	position: relative;
}
.p-snsicons_shoulder .p-snsicons{
	position: absolute;
	right: 0px;
	bottom: 16px;
}
.sp .p-snsicons_shoulder{
	width: auto;
}
.sp .p-snsicons_shoulder .p-snsicons{
	position: static;
	margin-bottom: 1rem;
}
/**/

/*for IE11 Bug*/
@media all and (-ms-high-contrast:none){ /* IE11 */
  *::-ms-backdrop, .p-index_title h1 {
		padding: 1rem 0 1.625rem;
		line-height: 1;
	}
}

/*p-index_body*/
.p-index_body h1,
.p-index_body h2,
.p-index_body h3,
.p-index_body h4,
.p-catch_font{
	font-family:"Roboto","Noto Sans JP","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	/*font-family: "Helvetica Neue",Arial,"YuGothic","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;*/
}

.p-index_body h3.p-normal{
	font-weight: normal;
}

/*heading in bn_btn*/
.p-index_body .c-bn_btn h3{
	font-size: 1.25rem;
}
.p-index_body h3.p-small,
.p-index_body .c-bn_btn h3.p-small{
	font-size: 1.0625rem;
}

/*p-arrow_down*/
h2.p-arrow_down{
	padding: 1.25rem 0.75rem 2.5rem 0;
	margin: 0 0 2rem;
	text-align: center;
	background: url("/common/image/bg_title_arrow_down.svg") no-repeat 50% 100%;
	font-size: 2.875rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.03em;
}

/*p-goto_index*/
.p-goto_index{
	/*display: flex;
	justify-content: center;*/
	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;
}

/*tab*/
.p-tabmenu{
	background-color: #D9DCE0;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	min-width: 1160px;
}
.p-tabmenu li{
	flex: 0 0 auto;
	width: 580px;
}
.p-tabmenu li a{
	text-decoration: none;
	color: #212121;
}
.p-tabmenu li a:hover{
	background-color: #C9CED4;
}
.p-tabmenu .p-tabmenu__tab{
	display: block;
	position: relative;
	line-height: 1;
	font-size: 1.25rem;
	font-weight: 500;
	padding: 1.5rem 0 1.8125rem;
	background-color: #EDEEF0;
	transition: background-color 0.3s;
}

/*for IE11 Bug*/
@media all and (-ms-high-contrast:none){ /* IE11 */
  *::-ms-backdrop, .p-tabmenu .p-tabmenu__tab {
		padding: 1.25rem 0 1.75rem;
	}
}

.p-tabmenu .p-tabmenu__tab.is-open{
	background-color: #fff;
}
.p-tabmenu .p-tabmenu__tab.is-open::before{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top:0px;
	left: 0px;
	background-color: #E6002D;
}

/*tab_body*/
.p-tab_body{
	display: none;
}
.p-tab_body.is-open{
	display: block;
}

/*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: 6rem;*/
	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-mov_area*/
.p-mov_area{
	padding: 2.5rem 0;
}
h2.p-mov_area__heading{
	font-size: 2.125rem;
	color: #818C9A;
	font-weight: 600;
	text-align: center;
	margin-bottom: 2.875rem;
}

/*clearfix_reset*/
.col:after{
	display: none;
}
/*for IE11 Bug*/
@media all and (-ms-high-contrast:none){ /* IE11 Yu Gothic */
	.p-index_body .c-bn_btn h3{
		padding-top: 0rem;
	}
	.p-thumb_link__txt{
		padding-bottom: 1rem;
	}
}


/*===============sp==================*/

.sp #body.full-width .content,
.sp #body.full-width .bread,
.sp .bottom_wrap{
	min-width: inherit;
	/*for Fixed Background*/
}

.sp .p-index_title h1{
	font-size: 1.875rem;
	width: 100%;
}

.sp .p-index_body .c-bn_btn h3{
	font-size: 1.125rem;
}
.sp h2.p-arrow_down{
	font-size: 2rem;
}

/*news_area*/

.sp .p-tabmenu{
	min-width: 100%;
}
.sp .p-tabmenu li{
	width:50%;
	font-size: 1rem;
	/*padding: 0.875rem 0 1rem;*/
	box-shadow: none;
}
.sp .p-tabmenu .p-tabmenu__tab{
	line-height: 1.2;
	padding: 0.875rem 0 1rem;
}

.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: 5rem;*/
	padding-left: 6rem;
	background-position: 5rem 0.4375rem;
}

/*mov_area*/
.sp .p-mov_area iframe{
	width: 100%;
	height: auto;
}
.sp h2.p-mov_area__heading{
	font-size: 1.625rem;
}

/*goto_index__btn*/
.sp .p-goto_index__btn{
	font-size: 0.875rem;
	padding: 0.75rem 4rem 0.75rem;
}
