@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');

.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-jp-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.noto-sans-jp-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*===================================
	.main_img
=====================================*/

.main_img{
	width: 100%;
}

.main_img img{
	width: 100%;
	height: auto;
}

/*===================================
	.anchor_wrap
=====================================*/

.anchor_wrap{
	padding: 20px 0 23px;
	background: #E8C425;
	background: linear-gradient(90deg, rgba(232, 196, 37, 1) 6%, rgba(253, 228, 112, 1) 20%, rgba(253, 238, 144, 1) 28%, rgba(253, 239, 146, 1) 49%, rgba(251, 218, 79, 1) 72%, rgba(199, 160, 18, 1) 100%);
}

.anchor_wrap .anchor_inner{
	width: 100%;
	max-width: 1050px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;
}

.anchor_wrap .anchor_inner ul.anchor_list{
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.anchor_wrap .anchor_inner ul.anchor_list li{
	padding-bottom: 8px;
	border-bottom: 2px solid #932a2a;
}

.anchor_wrap .anchor_inner ul.anchor_list li a{
	font-size: 2.8rem;
	line-height: 1;
	color: #932a2a;
}

/*===================================
	.news_wrap
=====================================*/

.news_wrap{
	padding: 100px 0 0;
	background: #C8C8C8;
	background: linear-gradient(180deg, rgba(200, 200, 200, 1) 0%, rgba(230, 230, 230, 1) 19%, rgba(255, 255, 255, 1) 41%, rgba(230, 230, 230, 1) 84%, rgba(230, 230, 230, 1) 100%);
}

.news_wrap .news_inner{
	width: 100%;
	max-width: 1050px;
	padding: 0 25px 72px;
	box-sizing: border-box;
	margin: 0 auto;
}

.news_wrap .news_inner .news_area{
	width: 100%;
	background: #fff;
	padding: 48px 0 25px;
	position: relative;
}

.news_wrap .news_inner .news_area h2{
	width: 30.8%;
	line-height: 0;
	position: absolute;
	top: -49px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.news_wrap .news_inner .news_area h2 img{
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 0px 10px rgba(153,82,72,0.35));
}

.news_wrap .news_inner .news_area p.news_txt01{
	font-size: 2.0rem;
	line-height: 1;
	color: #333333;
	text-align: center;
}

.news_wrap .news_inner .news_area ul.news_list{
	width: 95.0%;
	margin: 15px auto 0;
	list-style: none;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container{
	width: 100%;
	border-bottom: 1px solid #cacddd;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title{
	padding: 17px 0;
	display: flex;
	position: relative;
}

/* ＋マーク */
.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title::before,
.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title::after {
	content: '';
	position: absolute;
	right: 3.5789%; /* 34 右端に配置 */
	top: 50%;
	width: 30px;
	height: 1px;
	background: #333;
	transition: all 0.3s ease;
}

/* 縦棒（＋の縦線） */
.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title::after {
	transform: translateY(-50%) rotate(90deg);
}

/* 開いた状態（selected）で－に変化 */
.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title.selected::after {
	transform: translateY(-50%) rotate(0deg);
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title p.date{
	width: 16.8421%;/*160*/
	padding-left: 2.4210%;/*23*/
	box-sizing: border-box;
	font-size: 2.0rem;
	line-height: 1.75;
	color: #333333;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title .tit_area{
	width: calc(100% - 16.8421%);
	padding-right: 12.1052%;/*115*/
	box-sizing: border-box;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title .tit_area .post_tit{
	font-size: 2.0rem;
	line-height: 1.75;
	color: #333333;
	text-align: justify;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title .tit_area .sub_txt{
	font-size: 2.0rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: justify;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_detail{
	display: none;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_detail .detail_inner{
	padding: 10px 12.1052% 50px 16.8421%;/*115 160*/
	box-sizing: border-box;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_detail .detail_inner .d_txt01{
	font-size: 2.0rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: justify;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_detail .detail_inner a{
	color: #1d2089;
	text-decoration: underline;
}

/*===================================
	ブロック共通
=====================================*/

.news_wrap > img, .page_tit_wrap01 .inn > img, .page_tit_wrap02 .inn > img, .page_tit_wrap03 .inn > img, .page_tit_wrap04 .inn > img, .page_tit_wrap05 .inn > img,
.inn .btn a img, .inn .logo img{
	width: 100%;
}

/*===================================
	リンクボタン
=====================================*/
.page_tit_wrap02 .inn{
	position: relative;
}
.page_tit_wrap02 .inn .btn{
	width: 52.4%;/*774*/
	height: fit-content;
	position: absolute;
	bottom: 5.5%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.page_tit_wrap02 .inn .btn a{
	display: block;
	filter: drop-shadow(0 9px 0 #564444);
}
.page_tit_wrap02 .inn .btn a:hover{
	filter: drop-shadow(0 4px 0 #806E6E);
	transform: translateY(5px);
	opacity: 1.0;
}

.page_tit_wrap03 .inn{
	position: relative;
}
.page_tit_wrap03 .inn .btn{
	width: 52.5%;/*777*/
	height: fit-content;
	position: absolute;
	bottom: 7.0%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.page_tit_wrap03 .inn .btn a{
	display: block;
	filter: drop-shadow(0 9px 0 #564444);
}
.page_tit_wrap03 .inn .btn a:hover{
	filter: drop-shadow(0 4px 0 #806E6E);
	transform: translateY(5px);
	opacity: 1.0;
}

/*===================================
	協賛バナー
=====================================*/
.page_tit_wrap05{
	background: #D1D1D1;
	background: linear-gradient(0deg, rgba(209, 209, 209, 1) 0%, rgba(233, 234, 234, 1) 35%, rgba(233, 234, 234, 1) 75%, rgba(192, 189, 185, 1) 100%);
}

.page_tit_wrap05 > .inn{
	max-width: 71.5%;/*1058*/
	width: 100%;
	margin: 0 auto;
	padding: 8.78rem 0;/*130*/
}
.page_tit_wrap05 > .inn .logo{
	width: 70.9%;/*750*/
	margin: 0 auto;
}
.page_tit_wrap05 > .inn .lists{
	margin: 5.41rem auto 0;/*80*/
}
.page_tit_wrap05 > .inn .lists ul{
	display: flex;
	flex-wrap: wrap;
	gap: 3.72rem 2.16vw;/*55,32*/
}
.page_tit_wrap05 > .inn .lists ul li{
	width: calc( 100% / 4 - 1.62vw );/*24*/
	/*height: 8.11rem;/*120*/
}
.page_tit_wrap05 > .inn .lists ul li a{
}
.page_tit_wrap05 > .inn .lists ul li a img{
	width: 100%;
	height: auto;
}

footer{
	background-color: #D1D1D1;
}






