@charset "utf-8";
/* CSS Document */




/*************************************

#mv

**************************************/

#inner_mv div img{
  width: 258px;
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {
	#inner_mv div img{width: 205px;}
}



/*************************************

#report_message

**************************************/
#report_message{margin-bottom: 120px;}
#report_message h3{
  font-size: 32px;
  color: #e56c36;
  margin-bottom: 35px;
}
#report_message ul{
	font-size: 32px;
	margin-bottom: 60px;
}
#report_message li{margin-bottom: 20px;}
#report_message h4{
  font-size: 24px;
  color: #e56c36;
	position: relative;
  padding-left: 28px;
}
#report_message h4::before {
  content: "";
  display: inline-block;
  background: url(../img/txt_icon.png)center/contain no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#report_message p{
  font-size: 18px;
  color: #000000;
	font-weight: bold;
}

#report_message .ouen{
	background: #fcf8eb;
  border-radius: 30px;
	padding: 30px;
	text-align: center;
}

#report_message .ouen span{
	display: block;
  font-size: 26px;
  font-weight: bold;
  color: #e56c36;
	margin-bottom: 10px;
}


@media screen and (max-width: 1024px) {
	#report_message h3{font-size: 26px;}
	#report_message h4{font-size: 20px;}
	#report_message p{font-size: 16px;}
}



@media screen and (max-width: 768px) {
	#report_message{margin-bottom: 60px;}
	#report_message h3{
		font-size: 20px;
		margin-bottom: 15px;
	}
	#report_message h4{font-size: 18px;}
	#report_message ul{margin-bottom: 30px;}
	
	#report_message .ouen{padding: 20px;}
	#report_message .ouen span{font-size: 20px;}
}
	

/*************************************

#report_box

**************************************/

#report_box{
  padding: 60px 0 120px;
  background: url(../img/bg_pattern_05.jpg)center/24px repeat;
  margin-bottom: 60px;
}
#report_box .middle_inner{text-align: right;}

.year_tab{
  border: 2px solid #d75004;
  color: #d75004;
  display: inline-block;
  border-radius: 10px;
  background: #ffffff;
  padding: 7px 10px;
  margin-bottom: 20px;
}
.year_tab select{
  border: none;
  background: inherit;
  color: #d75004;
  font-weight: bold;
}

/*タブ切り替え*/
.report_tab{
  display: flex;
  gap: 30px;
  text-align: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
.report_tab li{
  border-radius: 10px;
  width: 30%;
  position: relative;
}
.report_tab li a{
  padding: 10px;
  display: block;
  font-weight: bold;
}
/*全て*/
.report_tab .tab_all{
  border: 2px solid #c71900;
  background: #c71900;
}
.report_tab .tab_all::after{
  content: "";
  display: inline-block;
  background: url(../img/tab_arrow1.png)center/contain no-repeat;
  width: 15px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.report_tab .tab_all a{color: #ffffff;}
.report_tab .tab_all:hover{background: #ffffff;}
.report_tab .tab_all:hover a{color: #c71900;}
.report_tab .tab_all:hover::after{
  content: "";
  display: inline-block;
  background: url(../img/tab_arrow4.png)center/contain no-repeat;
  width: 15px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/*マイスター*/
.report_tab .tab_m{border: 2px solid #f6ae5f;}
.report_tab .tab_m::after{
  content: "";
  display: inline-block;
  background: url(../img/tab_arrow2.png)center/contain no-repeat;
  width: 15px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.report_tab .tab_m a{color: #f37e00;}
.report_tab .tab_m:hover{background: #f6ae5f;}
.report_tab .tab_m:hover a{color: #ffffff;}
.report_tab .tab_m:hover::after{
  content: "";
  display: inline-block;
  background: url(../img/tab_arrow1.png)center/contain no-repeat;
  width: 15px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/*事務局*/
.report_tab .tab_j{border: 2px solid #71c0d4;}
.report_tab .tab_j::after{
  content: "";
  display: inline-block;
  background: url(../img/tab_arrow3.png)center/contain no-repeat;
  width: 15px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.report_tab .tab_j a{color: #71c0d4;}
.report_tab .tab_j:hover{background: #71c0d4;}
.report_tab .tab_j:hover a{color: #ffffff;}
.report_tab .tab_j:hover::after{
  content: "";
  display: inline-block;
  background: url(../img/tab_arrow1.png)center/contain no-repeat;
  width: 15px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.m_orange{background: #f6ae5f;}
.j_blue{background: #71c0d4;}


/*記事本体*/
#report_box .report_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  text-align: justify;
}

.report_inner li{
  width: 29%;
}
.report_inner li div{
  padding: 8px 10px;
  border-radius: 28px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 27px;
}
.report_inner li img{border-radius: 20px;}
.report_inner li span{
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin: 10px 0;
}
.report_inner span em{
  font-size: 30px;
  margin-left: 5px;
}

.report_inner h5{
  font-size: 18px;
  margin-bottom: 10px;
}
.report_inner p{
  margin-bottom: 23px;
  font-weight: 500;
}
.report_inner a{
  color: #ffffff;
  display: block;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  padding: 16px 10px;
}

.meister>div::before{
  content: "";
  display: inline-block;
  background: url(../img/meister_arrow.png)center/contain no-repeat;
  width: 24px;
  height: 11px;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.jimukyoku>div::before{
  content: "";
  display: inline-block;
  background: url(../img/jimukyoku_arrow.png)center/contain no-repeat;
  width: 24px;
  height: 11px;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

/*リンクボタン：マイスター*/
.meister a{position: relative;}
.meister a::before{
  content: "";
  display: inline-block;
  background: url(../img/arrow1.png)center/contain no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
/*リンクボタン：事務局*/
.jimukyoku a {position: relative;}
.jimukyoku a::before {
  content: "";
  display: inline-block;
  background: url(../img/arrow2.png)center/contain no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  #report_box .report_inner {gap: 60px 30px;}
  .report_inner li span{font-size: 16px;}
  .report_inner span em{font-size: 26px;}
  #report_box h5{
    font-size: 18px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
	
	#report_box{
		padding: 40px 0 60px;
		margin-bottom: 40px;
	}
  .report_tab{margin-bottom: 30px;}
  #report_box .report_tab li{width: 47%;}

  #report_box .report_inner {
	  gap: 60px 16px;
	  justify-content: space-between;
	}
  #report_box ul{
    justify-content: space-between;
    gap: 40px 20px;
  }
  #report_box li {width: 47%;}
  #report_box li span{
    font-size: 14px;
    margin: 8px 0;
  }
	.report_inner li img{border-radius: 10px;}
	#report_box h5{font-size: 16px;}

  .meister a::before{
    width: 26px;
    height: 26px;
  }
  .jimukyoku a::before{
    width: 26px;
    height: 26px;
  }

  #report_box .report_tab{gap: 12px;}
  #report_box .report_tab li{width: 47%;}
	
	.report_inner a{font-size: 14px;}
	.report_inner li div{font-size: 14px;}

}

@media screen and (max-width: 500px) {
  #report_box .report_inner {
	  display: block;
	  justify-content: space-between;
	}
	#report_box li {
		width: 100%;
		margin-bottom: 60px;
	}
	#report_box li:last-child{margin-bottom: 0;}
	#report_box .report_tab li{margin-bottom: 0;}
}




.page_okuri {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.page_okuri li {
  /*border: 1px solid #f37e00;*/
  border-radius: 50px;
  box-sizing: border-box;
  color: #f37e00;
}

.page_okuri .active {
  background: #f37e00;
  color: #ffffff;
	width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_okuri .dots{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_okuri a {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	box-sizing: border-box;
	color: #f37e00;
	display: flex;
	/* フレックスボックス化 */
	justify-content: center;
	/* 左右の中央揃え */
	align-items: center;
	border: 1px solid #f37e00;
}

@media screen and (max-width: 768px) {
	.page_okuri a{
		width: 50px;
		height: 50px;
	}
	.page_okuri .active{
		width: 50px;
		height: 50px;
	}
}
