@charset "utf-8";
/* 共通 */
.sp_class{
  display: none;
}
@media screen and (max-width: 497px){
  .sp_class{
    display: block;
  }
}
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*front-page*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#top_fourth{
  padding: 50px 2%;
}
#top_second{
  padding: 2em 1em;
}
#main-visual .top_img,
#main-visual .movei_news,
#main-visual #f-schedule-wrap,
#main-visual #f-report-wrap,
#main-visual #f-sns-wrap,
#main-visual #front-histry{
  overflow: hidden;
}
#main-visual .left{
  float: left;
  width: 50%;
  position: relative;
  height: 100%;
}
#main-visual .right{
  float: right;
  width: 50%;
  position: relative;
  height: 100%;
}
#main-visual .left img{
  width: 100%;
}
#main-visual .right img{
  width: 100%;
}
#main-visual .top_img{
  background-color: #fff;
  margin:0px;
  margin-bottom:2rem;
}
/* TEST ST*/
#main-visual .top_img{
	padding-top:32px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:32px;
	margin-bottom:0px;
	
	background-color:rgba(0,0,0,0.75);
}
#main-visual .top_img > .metaslider{
	border-radius:50px;
	overflow:hidden;
}
#main-visual .top_img .ms-theme-cubic{
	padding-bottom:0px;
}
/* TEST ED*/


#main-visual .top_img img{
	max-width:100%;
	height:auto;
}

#main-visual span.top-item {
  font-size: 1.5em;
  font-weight: bold;
}
#main-visual span.top-item .fa-minus:before{
  color: #91800f;
}
#main-visual span.english{
  font-size: 0.9em;
  font-weight: inherit;
  color: #91800f;
  margin-left: 5px;
}
#content-wrap.each .policy_content strong{
	font-size:1.2rem;
	font-weight:bold;
	margin-bottom:0.5rem;
	display:block;
}
	
}
/*スライダー試し*/
.swiper-slide_p{
  position: relative;
}
.link{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text_overflow{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#footer-data p{
  margin: 2em 0;
  padding-left: 50%;
}
@media screen and (max-width:900px){
  #main-visual .top_img{
    /*height: 34vw;*/
  }
  #main-visual .top_img .right div{
    height: 34vw;
  }
}
@media screen and (max-width:768px){
  #main-visual .top_img{
    height: auto;
  }
  #main-visual .top_img .right div{
    height: 82vw;
  }
  #main-visual .top_img .left,
  #main-visual .top_img .right{
    float: inherit;
    width: 100%;
  }
  #main-visual .top_img .right{
    display: none;
  }
  #footer-data p{
    padding-left: 0;
  }
}

/*理事長挨拶・動画一覧リンク*/
#top_second{
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
#top_second .sec_area{
  display: flex;
  justify-content: space-between;
}
#top_second .sec_area-title{
  text-align: center;
  font-size: 2.3em;
  color: #fff;
  font-family: serif;
  opacity: 0.7;
  /*
  margin: 1em 0 2em;
  */
  margin-bottom:2rem;
}
/*
#top_second .sec_area .sec_message,
#top_second .sec_area .sec_sdgs,
#top_second .sec_area .sec_video{
  width: calc(100%/3);
  width:100%;
  background: #fff;
  text-align: center;
  padding-bottom: 1.5em;
}
#top_second .sec_area .sec_sdgs{
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.sec_thum{
  margin-bottom: 2em;
}
*/

section{
	padding-bottom:2rem;
	margin-bottom:2rem;
}
section.blue_bg{
	background:#0A0F29;
}
section.sky_bg{
	background:#A9D7E8;
}
section.light_blue_bg{
	background:#F1F6FF
}
section.sns_bg{
	background:#FFF;
	background-image:url(../img/top_sns.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:50%;
}
section  .sec_pad{
	padding:40px;
}

section.sns_bg > .sec_pad{
	padding-top:20%;
	padding-top:10%;
}

.wlimit{
	max-width:1300px;
	width:100%;
	margin:0px auto;
}
section > .sec_pad.no_tspace,
section.no_tspace{
	padding-top:0px !important;
	margin-top:0px !important;
}
section > .sec_pad.no_bspace,
section.no_bspace{
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}
section.blue_bg .section_title,
section.sky_bg .section_title{
	color:#4d4d4d
}
section.blue_bg .section_title > span,
section.sky_bg .section_title > span{
	color:rgba(255,255,255,0.5);
}

.section_title{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size:1.8rem;
	font-weight:bold;
	color:#4d4d4d;
	line-height:100%;
	margin-bottom:2rem;
}
.section_title > span{
	display: block;
	padding-top:5px;
	font-weight:bold;
	color:#CCC;
}

#top_second .sec_wrap{
	max-width:700px;
	margin:0px auto;
}
#top_second .sec_area .sec_message{
  width:100%;
  background: #fff;
  text-align:center;
}
#top_second .sec_area .sec_message > a{
	display:flex;
	background: #FFF;
	align-items: center;
}
#top_second .sec_area .sec_message > a .sec_thum{
	width:40%;
	text-align:center;
	padding:1rem;
}
#top_second .sec_area .sec_message > a .sec_thum > img.leader{
	width:100%;
	height:auto;
	border-radius:1em;
}
#top_second .sec_area .sec_message > a .sec_link-area{
	width:60%;
	padding:1rem;
}
#top_second .sec_area .sec_message > a .title_bar{
	display:block;
	margin-bottom:1rem;
}
#top_second .sec_area .sec_message > a img.slogan{
	width:70%;
	margin:0px auto;
	display: block;
}
#top_second .sec_area .sec_message > a dl.peason{
	margin-bottom:1rem;
	text-shadow: #FFF 0px 0px 2px,#FFF 0px 0px 2px;
}

dl.peason{
	margin:0px;
	padding:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
}
dl.peason > dt,
dl.peason > dd{
	margin:0px;
	padding:0px;
	white-space:nowrap;
}
dl.peason > dt{
	font-size:1.5em;
	font-weight:bold;
  text-align:left;
}
dl.peason > dd{
	font-size:2em;
	font-weight:bold;
	line-height:100%;
}
@media screen and (max-width: 1024px) {
	#top_second .sec_area .sec_message{
		font-size:0.8em;
	}
}
@media screen and (max-width: 650px) {
	#top_second{
		padding-top:2em;
		margin-bottom:2em;
		padding-bottom:2em;
	}
	#top_second .sec_area .sec_message{
		font-size:0.5em;
	}
	#top_second .sec_area .sec_message .link_button{
		font-size:0.8rem;
	}
}



#top_about{
	max-width:900px;
	margin:0px auto;
	margin-bottom:2rem;
}
#top_about .section_title{
	align-items: flex-start;
}
#top_about .section_title > span{
	color:#B2DBEA;
}
ul.about_navi{
	list-style:none;
	margin:0px;
	padding:0px;
	display:flex;
	gap:1rem;
	width:100%;
}
ul.about_navi > li{
	flex: 1;
	aspect-ratio: 1 / 1;
}
ul.about_navi > li > a{
	display:flex;
	justify-content:center;
	align-items: flex-start;
	flex-direction: column;
	height:100%;
	background-color:#CCC;
	border-radius:10px;
	padding:10px;
	font-size:1.5rem;
	font-weight:bold;
	color:#FFF;
}
ul.about_navi > li > a > span{
	font-size:0.8rem;
}
ul.about_navi > li:nth-of-type(1) > a{
	background-color:#29A1D6;
}
ul.about_navi > li:nth-of-type(2) > a{
	background-color:#5E0A17;
}
ul.about_navi > li:nth-of-type(3) > a{
	background-color:#21AA74;
}
ul.about_navi > li:nth-of-type(4) > a{
	background-color:#FE891F;
}
ul.about_navi > li:nth-of-type(5) > a{
	background-color:#E93225;
}


/* TOP用 記事一覧 */
ul.post_list{
	list-style:none;
	padding:0px;
	margin:0px;
	display:flex;
	gap:1.3rem;
	justify-content: center;
	flex-wrap:wrap;
}
ul.post_list > li{
	flex:1;
	position:relative;
}
ul.post_list.limit4 > li{
	min-width:calc((100% - 3.9rem) / 4);
	max-width:calc((100% - 3.9rem) / 4);
}
ul.post_list > li > a{
	display:flex;
	/* height:100%; */
	flex-direction: column;
	/* border-radius:20px; */
	/* border:solid 3px #FFF; */
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-image:url(../img/thum_image-150x150.png);
	position: relative;
	padding-top:66.6666%;
	height:100%;
}
ul.post_list > li > a > .thumb{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  	/*
	aspect-ratio: 3 / 2;
	*/
}
ul.post_list > li > a > .meta{
	background: rgba(255,255,255,0.8);
	/*
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 100%);
	*/
	padding:10px;
	flex:1;
}
ul.post_list > li > a > .meta > .date{
	font-size:80%;
}
ul.post_list > li > a > .meta > .title{
	font-weight:bold;
	margin-top:0px;
}
ul.post_list > li > a > .meta > .size{
	font-size:80%;
}

ul.post_list > li.new::before{
	content:"NEW";
	position:absolute;
	display:inline-block;
	color:#FFF;
	background:#DC143C;
	padding:0px 1em;
	left:10px;
	top:10px;
	line-height: 1.5em;
	z-index:1;
}

ul.post_list > li.meet_notice::before{
	content:"開催告知";
	position:absolute;
	display:inline-block;
	color:#FFF;
	background:#FE891F;
	padding:0px 1em;
	left:10px;
	top:10px;
	line-height: 1.5em;
	z-index:1;
}

ul.post_list > li.meet_report::before{
	content:"開催報告";
	position:absolute;
	display:inline-block;
	color:#FFF;
	background:#21AA74;
	padding:0px 1em;
	left:10px;
	top:10px;
	line-height: 1.5em;
	z-index:1;
}

ul.post_list.jcnews{
	gap:2rem;
}
ul.post_list.jcnews.limit4 > li{
	flex:unset;
	min-width:150px;
	max-width:calc((100% - 6rem) / 4);
}
ul.post_list.jcnews > li > a{
	background-position:top center;
	background-size:contain;
	border-radius:0px;
	padding-top:140%;
}
ul.post_list.jcnews > li > a > .thumb{
	/*
	aspect-ratio: 1 / 1.414;
	*/
}

ul.post_list.jcnews > li > a > .meta{
	background:none;
	text-align:center;
	padding:0px;
}
ul.post_list.jcnews > li > a > .meta > .title{
	border-top:0px;
}
#top_news ul.post_list > li > a,
#top_meeting ul.post_list > li > a{
	flex:auto;
	height:100%;
	padding-top:0px;
	background:none;
}
#top_news ul.post_list > li > a > .thumb,
#top_meeting ul.post_list > li > a > .thumb{
	position: relative;
	background-image: url(../img/thum_image-150x150.png);
	padding-top: 66.6666%;
	background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height:auto;
}
#top_news ul.post_list > li > a > .meta > .date{
	margin-top: 0.5rem;
}
#top_news ul.post_list > li > a > .meta,
#top_meeting ul.post_list > li > a > .meta{
	background:none;
	padding:0px;
}
ul.post_list.archive-meeting > li > a > .meta > .title,
ul.post_list.archive-jcnews > li > a > .meta > .title,
#top_jcnews ul.post_list > li > a > .meta > .title,
#top_meeting ul.post_list > li > a > .meta > .title{
	border-top:none;
	margin-top: 0.5rem;
}
/*
@media screen and (max-width: 530px){
	#top_second .sec_area .sec_message > a .sec_thum,
	#top_second .sec_area .sec_message > a .sec_link-area{
		width:100%;
		height:95vw;
	}
	#top_second .sec_area .sec_message > a img.slogan{
		display:none;
	}
}
*/
/*
.sec_area .sec_message .sec_thum,
.sec_area .sec_sdgs .sec_thum,
.sec_area .sec_video .sec_thum{
  padding-top: 245px;
  background-position: center;
}
.sec_area .sec_message .sec_thum{
  background: #EFEFEF;
  background-image: url(../img/Yamaguchi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec_area .sec_sdgs .sec_thum{
  background-image: url(../img/sdg_poster.jpg);
  background-repeat: no-repeat;
  background-size: 80%;
}
.sec_area .sec_video .sec_thum{
  background-image: url(../img/top_video_start.png);
  background-repeat: no-repeat;
  background-size: cover;
}
*/
.btn_wrap{
	text-align:center;
}
.link_more{
  color: #0A0F29;
}
.link_button{
  padding: 10px 3em;
  background-color: #0A0F29;
  display: inline-block;
  white-space:nowrap;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff;
  position: relative;
  font-size:1.2rem;
  font-weight:bold;
  border-radius:10px;
  border:solid 4px #A9D6E7;
  border:none;
}
.link_button:after{
  position: absolute;
  right: 6px;
  top: 11px;
}
section .btn_wrap{
	padding-top:2rem;
}
section.white_bg .link_button{
  background-color: #CCC;
  border:none;
}
section.sky_bg .link_button{
  background-color: #FFF;
  border:none;
  color:#2086C5;
}
section.blue_bg .link_button{
  background-color: #FFF;
  border:none;
  color:#2086C5;
}

/*
.sec_link-area{
  height: 157px;
}
.sec_link-area .title_bar:before{
  width: 50px;
}
.top_degree{
  font-size: 0.8em;
}
.top_name{
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 7px;
}
*/

.sec_center{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.sec_link-area h2.title_bar{
  font-size: 1.7em;
}
.sec_video .sec_link-area h2.title_bar{
  font-size: 1.5em;
  font-weight: bold;
}
/*
.sec_wrap{
	max-width: 1200px;
	position: absolute;
	top: 180px;
	box-shadow: 1px 17px 33px -13px #d8d8d8;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
}
*/
/*
#top_second .sec_area .sec_message{
}

#top_second .sec_area .sec_message .title_bar:before{
  background-color: #0A0F29;
}
*/
#top_second .sec_area .sec_video video{
  width: 100%;
}


/*活動予定・活動報告*/
.activ-none{
  width: 100%;
  text-align:center;
}
.activ-none img{
  padding: 1rem;
}
.top_third{
/*
  display: flex;
  padding: 50px 5em;
*/
  margin: 30px 0;
  padding: 50px 1em;
}
.top_third .third_schedule,
.top_third .third_report{
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top_third .third_schedule .title_bar,
.top_third .third_report .title_bar{
  margin-bottom: 15px;
}
.top_third .third_schedule{
  margin-right: 35px;
}
.top_third .content{
  display: flex;
  align-items: center;
  margin: 0 10px;
  margin-top: 35px;
  padding-top: 0;
}
.section_head{
	text-align:center;
}
.top_third #report-wrap{
	max-width:1200px;
	margin:0px auto;
}
.top_third #list-content{
	grid-template-columns:repeat(auto-fill, minmax(25%, 1fr));
}
.topcon_thum{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border: 3px solid #f2f2f2;
  width: 150px;
  padding-top: 100px;
}
.toppost_text{
  text-align: left;
  flex: 1;
  padding-left: 15px;
}
.toppost_text .date{
  color: #0A0F29;
  font-weight: bold;
}

/* JCNEWS、videoリスト */
.round_thum{
  z-index: 5;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* .round_thum img{
  border-radius: 50%;
  max-width: 100%;
} */
.round_text{
  transform: translateX(-56px);
  text-align: center;
  display:flex;
  flex:1;
}
.round_text .main{
  flex: 1;
  background: linear-gradient(45deg, #0A0F29, #DAE000);
  padding: 2em 3em 2em 4em;
}
.round_text .main p{
  color: #fff;
  padding: 1em 0 2em;
}
.round_text .round_link{
	background:#4990CE;
	color:#FFF;
  display:flex;
	justify-content: center;
	align-items: center;
	padding:1em;
}
.round_text .round_link small{
	font-size:0.8em;
	display:block;
}

#top_jcnews,#top_video{
  display: flex;
  align-items: center;
  padding: 2em 5em;
}
#top_jcnews{
	padding-right:calc(5em - 56px);
}
#top_jcnews .list_wrap{
	width:80%;
	min-width:700px;
	margin: 0px auto;
}
#top_video{
  flex-direction: row-reverse;
	padding-left:calc(5em - 56px);
}
#top_video .round_text{
  transform: translateX(50px);
}
#top_fourth h2.title_bar{
  margin-bottom: 20px;
}
#top_fourth h2.title_bar::before{
  background-color: #fff;
}

/*スマホメニュー表示*/
/* #front-menu a{
  font-size: 1.5em;
  align-items: center;
}
#front-menu .bk-wg{
  color: #fff;
} */
.update-title{
  padding-right: 7px;
  line-height: 1.5;
}
/*
@media screen and (max-width:1366px){
  #top_jcnews, #top_video{
    padding: 1em;
  }
  #top_jcnews .round_text{
    transform: translatex(-56px);
  }
}
*/
@media screen and (max-width:1025px){
  .sec_center .title_bar{
    margin-bottom: 0.5em;
  }
  .round_text{
    padding: 2em 4em;
    display:block;
  }
  .round_thum{
    width: 283px;
    height: 283px;
    margin: 0 auto; 
  }
  #top_fourth{
    padding: 0 10px;
  }
	.round_text .main{
    background: linear-gradient(180deg, #0A0F29, #DAE000);
  }
  .round_text .round_link br{
		display:none;
	}
  #top_jcnews .round_text,#top_video .round_text{
    width: 100%;
    transform: translateY(-93px);
    padding-top: 100px;
    padding: 100px 5px 30px; 
    padding-left:0px;
    padding-right:0px;
  }
  #top_jcnews, #top_video{
      flex-direction: column;
      padding:2em 1em;
  }
  .top_third{
    /* flex-wrap: wrap; */
  }
}
@media screen and (max-width:900px){
  .top_third{
    flex-wrap: wrap;
    padding: 0 5px;
  }
  .top_third .third_schedule{
    margin-right: 0;
  }
  .top_third .third_schedule, .top_third .third_report{
    width: 100%;
    margin-bottom: 100px;
  }
  .topcon_thum{
    /* height: 24vw; */
  }
  .top_third .third_schedule .height_vw,
.top_third .third_report .height_vw{
  height: auto;
  }
  #pc_header{
    display: none;
  }
}
  /*
@media screen and (max-width:768px){
}
@media screen and (max-width:600px){
  #top_second .sec_area{
    flex-direction: column;
    padding-top: 2em
  }
  #top_second .sec_area .sec_message,
  #top_second .sec_area .sec_sdgs,
  #top_second .sec_area .sec_video{
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  #top_second{
    padding-bottom: 1197px;
    padding-top: 25px;
    margin-bottom: 9em;
  }
  */
  /*
  #top_second .sec_area .sec_sdgs .sec_thum{
    background-size: contain;
    margin: 10px;
  }
  .sec_thum{
    margin-bottom: 10px;
  }
  .sec_link-area{
    height: auto;
  }
  */
  /*
  #top_second .sec_area .sec_message .link_more,
  #top_second .sec_area .sec_sdgs .link_more,
  #top_second .sec_area .sec_video .link_more{
    margin-top: 11px;
    display: block;
  }
  #top_second .sec_area .sec_video video{
    width: 100%;
  }
  
}
  */

@media screen and (max-width:497px){
  .top_third .third_schedule .flex_between, .top_third .third_report .flex_between{
    flex-wrap: wrap;
  }
  .top_third .content{
    width: 100%;
    margin: 0 0 22px 0;
  }
  .topcon_thum{
    height: 113px;
  }
  #main-visual .top_img{
    margin: 0;
  }
  .top_third .link_button{
    margin-top: 0;
  }
  .top_third{
    padding-bottom: 0;
  }
  .top_third .third_schedule .title_bar,
  .top_third .third_report .title_bar{
  margin-bottom: 40px;
  }
}

/*理事長挨拶*/
#front-greeting{
  height: 300px;
  position: relative;
}
#front-greeting h2{
  margin: 0;
  color: #fff;
}
#front-greeting h2{
  position: absolute;
  color: #ffffff;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}
#front-greeting a{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}


/*活動予定 活動報告*/
#main-visual #f-schedule-wrap,
#main-visual #f-report-wrap{
  height: 22vw;
}
#f-schedule-wrap .left,
#f-report-wrap .right{
  height: 100%;
  position: relative;
}
#f-schedule-wrap .right,
#f-report-wrap .left{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#f-schedule-wrap .left .content-box,
#f-report-wrap .right .content-box {
  padding: 20px 0 20px 20px;
  position: relative;
  z-index: 3;
  width: 81%;
}
#f-schedule-wrap .left h2,
#f-report-wrap .right h2{
  margin: 0 auto;
  margin-bottom: 15px;
}
#f-schedule-wrap .left .content,
#f-report-wrap .right .content{
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
#f-schedule-wrap .left .content section,
#f-report-wrap .right .content section{
  max-width: 250px;
  margin: 0 auto 0 0;
}
#f-schedule-wrap .left .date,
#f-report-wrap .right .date {
  color: #2e3f49;
  font-size: 0.9em;
}
#f-schedule-wrap .left a.ichiran,
#f-report-wrap .right a.ichiran{
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  color: #2e3f49;
  z-index: 5;
}
#f-schedule-wrap .left a.ichiran:after,
#f-report-wrap .right a.ichiran:after{
  position: absolute;
  content: url(../img/yajirusi_iro.png);
  top: -2px;
  right: -20px;
}
#f-schedule-wrap .left .sankaku,
#f-report-wrap .right .sankaku {
  width: 0;
  height: 0;
  border-top: 11vw solid transparent;
  border-right: 8vw solid #ccc;
  border-bottom: 11vw solid transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 1200px){
  #main-visual #f-schedule-wrap,
  #main-visual #f-report-wrap{
    height: 47vw;
  }
  #f-schedule-wrap .left .content-box,
  #f-report-wrap .right .content-box {
    width: 70%;
  }
  #f-schedule-wrap .left .content,
  #f-report-wrap .right .content{
    display: block;
    margin-bottom: 10px;
  }
  #f-schedule-wrap .left .content,
  #f-report-wrap .right .content{
    width: 100%;
  }
  #f-schedule-wrap .left .sankaku,
  #f-report-wrap .right .sankaku {
    border-top: 23.5vw solid transparent;
    border-right: 11vw solid #ccc;
    border-bottom: 23.5vw solid transparent;
  }
}

@media screen and (max-width: 900px){
  #main-visual #f-schedule-wrap,
  #main-visual #f-report-wrap{
    height: 57vw;
  }
  #f-schedule-wrap .left .sankaku,
  #f-report-wrap .right .sankaku {
    border-top: 28.5vw solid transparent;
    border-right: 13vw solid #ccc;
    border-bottom: 28.5vw solid transparent;
  }
}
@media screen and (max-width: 768px){
  #main-visual #f-schedule-wrap,
  #main-visual #f-report-wrap{
    height: 100%;
  }
  #f-schedule-wrap .left,
  #f-schedule-wrap .right,
  #f-report-wrap .left,
  #f-report-wrap .right{
   float: inherit;
    width: 100%;
  }
  #f-schedule-wrap .left,
  #f-report-wrap .right{
    height: 330px;
  }
  #f-schedule-wrap .right,
  #f-report-wrap .left{
    height: 180px;
  }
  #f-schedule-wrap .left .content-box,
  #f-report-wrap .right .content-box {
    width: 85%;
  }
  #f-schedule-wrap .left .content,
  #f-report-wrap .right .content{
    display: inline-block;
    margin-bottom: 0;
  }
  #f-schedule-wrap .left .content,
  #f-report-wrap .right .content{
    width: 48%;
  }
  #f-schedule-wrap .left .sankaku,
  #f-report-wrap .right .sankaku {
    border-top: 165px solid transparent;
    border-right: 105px solid #ccc;
    border-bottom: 165px solid transparent;
  }
}
@media screen and (max-width: 620px){
  #f-schedule-wrap .left .content-box,
  #f-report-wrap .right .content-box {
    width: 80%;
  }
}
@media screen and (max-width: 480px){
  #f-schedule-wrap .left,
  #f-report-wrap .right{
    height: 100%;
  }
  #f-schedule-wrap .left .content-box,
  #f-report-wrap .right .content-box {
    width: 100%;
    padding: 20px 20px 75px;
  }
  #f-schedule-wrap .left .content,
  #f-report-wrap .right .content{
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  #f-schedule-wrap .left .content section,
  #f-report-wrap .right .content section{
    margin: 0 auto;
  }
  #f-schedule-wrap .left .sankaku,
  #f-report-wrap .right .sankaku {
    display: none;
  }
  #f-schedule-wrap .left a.ichiran,
  #f-report-wrap .right a.ichiran{
    top: inherit;
    right: inherit;
    left: 48%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}



/*メニュー*/
#front-menu { display: none; }
#front-menu div.flex-item a img {
  margin: 40px 0;
}
#front-menu div.flex-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  width: 100%;
  height: 100px;
}
#front-menu div#f-menu-member a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  width: 100%;
  height: 100%;
}
#front-menu div.flex-item { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
#front-menu div.flex-item:hover {
  background: #ffffff;
}
#front-menu div.flex-item a img:hover { opacity: 1; }
@media screen and (max-width: 900px) {
  #front-menu { display: flex; }
}
@media screen and (max-width: 497px) {
  #front-menu div.flex-item { min-height: 110px; }
  #front-menu div.flex-item a img { padding: 0 10px; }
  .img-f-bolok { height: 20vh; }
  #front-menu a{
    font-size: 1em;
    height: 100px;
  }
}



/*過去の活動*/
#front-histry .right {
  padding: 20px;
}
#front-histry .histry_bk {
  width: 60%;
  margin: 0 auto;
  background-color: #ffffff;
  height: 27.9vw;
  position: relative;
}
#front-histry .histry_bk:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.9vw 7vw 14vw 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  left: -7vw;
  z-index: 1;
}
#front-histry .histry_bk:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.9vw 0 14vw 7vw;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: -7vw;
  z-index: 1;
}
#front-histry .histry_bk a.h2{
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#front-histry .histry_bk a.ichiran{
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: #2e3f49;
  z-index: 2;
}
#front-histry .histry_bk a.ichiran:after{
  position: absolute;
  content: url(../img/yajirusi_iro.png);
  margin-left: 5px;
  top: -2px;
  right: -22px;
}
/*サンタラン*/
.font_santa{
  font-size: 1.3em;
  padding-right: 10px;
  color: #0A0F29;
}
/* ランタンふぁぼコンテスト */
.link_style{
  color: #0A0F29;
  text-decoration: underline;
}
@media screen and (max-width: 1200px){
  #front-histry .histry_bk{
    text-align: center;
    padding-top: 12vw;
  }
  #front-histry .histry_bk a.h2{
    position: relative;
    left: inherit;
    top: inherit;
    transform: translateY(0);
    display: block;
  }
  #front-histry .histry_bk a.ichiran{
    position: relative;
    right: inherit;
    top: inherit;
    transform: translateY(0);
  }
}
@media screen and (max-width:900px){
  #main-visual #front-histry .left,
  #main-visual #front-histry .right{
    float: inherit;
    width: 100%;
  }
  #front-histry .histry_bk {
    width: 65%;
    height: 150px;
  }
  #front-histry .histry_bk:before{
    border-width: 75px 50px 75px 0;
    left: -50px;
  }
  #front-histry .histry_bk:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 0 75px 50px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 1;
  }
  #front-histry .histry_bk a.h2{
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #front-histry .histry_bk a.ichiran{
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 480px){

}

/*SNS*/
#f-sns-wrap{
  text-align: center;
  padding-top: 5em;
}
#f-sns-wrap .flex_center{
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3em;
    padding: 0 5em;
    margin-bottom: 5em;
}
section#top_sns .instagram{
	width:100%;
}
section#top_sns #sbi_images{
	display:flex;
	flex-wrap:wrap;
	gap:0px !important;
}
section#top_sns #sbi_images > .sbi_item{
	min-width:calc(100% / 8);
	width:calc(100% / 8);
}
section#top_sns ul.sns_icons{
	list-style:none;
	margin:0px;
	padding:0px;
	display:flex;
	gap:2rem;
	justify-content:center;
	margin-top:2rem;
	align-items: center;
}
section#top_img ul.sns_icons{
	list-style:none;
	margin:0px;
	padding:0px;
	display:flex;
	gap:2rem;
	justify-content:center;
	margin-top:2rem;
	align-items: center;
}
section#top_sns ul.sns_icons > li{
	width:60px;
}
section#top_img ul.sns_icons > li{
	width:60px;
}
section#top_sns ul.sns_icons > li img{
	width:100%;
	max-width:100%;
}
section#top_img ul.sns_icons > li img{
	width:100%;
	max-width:100%;
}
/*
.instagram{
    margin-bottom: 3em;
    width: 50%;
}
*/
.facebook{
    margin-bottom: 3em;
    width: 50%;
}
.other-sns{
    padding-left: 3em;
    width: 50%;
}
.other-sns a{
  background: #fff;
  display: flex;
  align-items: center;
  padding: 1em 2em;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: bold;
}
.other-sns a img{
  padding-right: 10px;
}
@media screen and (max-width: 1244px){
    .facebook,.other-sns{
        width: 100%;
    }
    /*
    .instagram{
        width: 100%;
    }
    */
}
@media screen and (max-width: 768px){
  #f-sns-wrap .flex_center{
    /* flex-direction: column; */
    margin: 4em 0 5em;
  }
  .twitter{
    width: 100%;
    margin-bottom: 20px;
  }
  .other-sns{
    margin: 0 auto;
    padding: 0;

  }
  
}
@media screen and (max-width: 600px){
    #f-sns-wrap .flex_center{
        padding: 0;
    }
}


/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*nagasakijc*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#about_nagasakijc {
  padding: 15px;
  border-radius: 3px;
}
#about_nagasakijc h3 {
  font-size: 1.3em;
  margin-bottom: 20px;
}
.statute_title {
  margin: 40px 0 15px 0;
  background: #e6e6e6;
}
a#member_chart {
  border-bottom: 1px solid #000000;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 0 5px;
}
a#member_chart:hover {
  color: #2e3f49;
}
a#member_chart i { font-size: 1.3em; }
#member .room { margin: 20px 0; }
.room span {
  background: #f1eeee;
  padding: 3px 5px;
  border-radius: 3px;
}
#chart #member img{
  width: 100%;
}
@media screen and (max-width: 497px) {
  #chart { padding: 30px 10px ; }
}

/*each*/
i.fa-chevron-circle-down,
i.fa-user { color: #0d131a; }
h4.policy_title {
  border-top: 1px solid #2e3f49;
  border-bottom: 1px solid #2e3f49;
  padding: 15px 5px 15px 18px;
  margin: 10px 0 20px 0;
  position: relative;
}
h4.policy_title::after{
  content: '';
  position: absolute;
  width: 6px;
  height: 31px;
  background: linear-gradient(180deg, #0A0F29, #DAE000);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* h4.policy_title .sankaku{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #0A0F29;
  font-size: 0;
  margin-right: 3px;
  position: absolute;
  top: 48%;
  transform: translateY(-48%);
  left: 5px;
} */
#policy .inner { margin-bottom: 40px; }
#riji-belief p {
  margin: 1em 0;
  padding: 0 2em;
  }
.role_name {
  text-align: center;
  margin: 0 20px;
  border-radius: 3px;
  color: #0d131a;
	white-space:nowrap;
}
.rigi_title{
  color: #fff;
  font-size: 1.5em;
  padding:10px 0;
  /*margin-bottom: 20px;*/
}
.rigi_title span{
  padding-left: 15px;
  padding-right: 15px;
}
.pc_back{
  background-image: url(../img/sec_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 20px;
}
.role_name span {
  padding-left: 15px;
  font-size: 1.2em;
}
/*
.role_img { text-align: center; }
.role_img img {
  max-width: 250px;
  width: 85%;
}
*/
.policy_wrap{
	display:flex;
	gap:1rem;
}
.policy_wrap > .thum{
	width:200px;
	display:flex;
	flex-direction: column;
}
.policy_wrap > .thum > .post{
	width: 100%;
	background: rgb(20, 50, 101);
	color: rgb(255, 255, 255);
	font-size:0.8rem;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	border-radius:0px 0px 10px 10px;
}
.policy_wrap > .thum > .name{
	padding:0.5em 3px;
	text-align:center;
}
.policy_wrap > .thum > .name ruby{
	font-size:1.2rem;
	font-weight:bold;
}
.policy_wrap > .thum > .name ruby rt{
	font-size:0.7rem;
	font-weight:normal;
}
.policy_wrap > .policy_content{
	width:calc(100% - 1rem - 200px);
}
.policy_wrap > .thum > .img_wrap{
	position:relative;
	display: flex;
	padding-top:133.3333%;
}
.policy_wrap > .thum > .img_wrap > .role_img{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
	border-radius:10px 10px 0px 0px;
}
.role_wrap{
	flex-direction: column;
}
.role_img{
}
.policy_wrap.pcrev{
	flex-direction:row-reverse;
}
ul.page_navi{
	list-style:none;
	margin:0px;
	padding:0px;
	display:flex;
	gap:1rem;
}
ul.page_navi > li{
	flex:1;
}
ul.page_navi > li > a{
	display:block;
	/* background:#0A0F29; */
  background: rgba(0, 0, 0, 0.75);;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	border-radius:10px;
	padding:0.5rem;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sp-br { display: none; }
@media screen and (max-width: 1024px) {
  .sp-br { display: inherit; }
}
@media screen and (max-width: 768px) {
  .role_name span { padding-left: 0; }
  #riji-belief p{
    padding: 0;
  }
}
@media screen and (max-width: 497px) {
  .role { margin: 30px 0; }
  .role_name { margin: 0; }
  #riji-belief { margin-top: 15px; }
  .sp_center{
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
  }
}

/*club*/
#club-content{
}
#club-content section h3 {
  margin: 50px 0 50px 0;
  font-size: 1.4em;
  letter-spacing: 10px;
  font-weight: bold;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 20px 0;
}
.club-report { margin: 0 40px 20px 40px; }
.club-report li a {
  text-decoration: underline;
  color: #2e3f49;
  transition: .4s;
}
.club-report li a:hover { opacity: .7; }
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*greeting*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#greeting_top .flex_wrap{
	display:flex;
	gap:2rem;
}
#greeting_top .flex_wrap > .left{
	text-align:center;
	width:20%;
	min-width:190px;
}
#greeting_top .flex_wrap > .left img.leader{
	border-radius:10px;
}

#greeting_top .flex_wrap > .left .t1{
	white-space:nowrap;
}
#greeting_top .flex_wrap > .left .t2{
	text-align:center;
	white-space:nowrap;
}
#greeting_top .flex_wrap > .right{
	flex:auto;
	float:none;
}
#greeting_top .flex_wrap > .right .editor-wrap{
	padding:0px;
}
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*policy*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#policy_top .policy_head{
	text-align:center;
}
#policy_top .policy_head img{
	max-width:35%;
}
#content-wrap.policy dl.message{
	margin:0px;
	padding:0px;
}
#content-wrap.policy dl.message > dt{
	font-size:1.5rem;
	font-weight:bold;
	display:flex;
	border-bottom: solid 2px #0A0F29;
	margin-bottom:1rem;
}
#content-wrap.policy dl.message > dt:before{
	content:"";
	display:inline-block;
	width:15px;
	background:#0A0F29;
	margin-bottom: 1rem;
}
#content-wrap.policy dl.message > dt .sub_cat{
	padding: 5px 10px;
	margin-bottom: 1rem;
}
#content-wrap.policy dl.message > dd{
}
#policy_item1{
	background-image:url(../img/policy-bg1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
#policy_item3{
	background-image:url(../img/policy-bg2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
#policy_item5{
	background-image:url(../img/policy-bg3.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
#policy_item7{
	background-image:url(../img/policy-bg4.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*executives*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
ul.member_list{
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
}
ul.member_list > li{
	width:calc((100% - 3rem) / 4);
	border:solid 1px #CCC;
	background:#EEE;
}
ul.member_list > li > dl{
	margin:0px;
	padding:0px;
	display:flex;
	flex-direction:column;
}
ul.member_list > li > dl > dt{
	/*
	aspect-ratio: 3 / 4;
	*/
	position: relative;
	padding-top:133.3333%;
}
ul.member_list > li > dl > dt > .thum{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
ul.member_list > li > dl > dd.post{
	width:100%;
	bottom:0px;
	left:0px;
	background:#143265;
	color:#FFF;
	font-weight:bold;
	padding:3px;
	text-align:center;
}
ul.member_list > li > dl > dd.info{
	padding:10px;
}
ul.member_list > li > dl > dd.info > .name{
	margin-bottom:10px;
}
ul.member_list > li > dl > dd.info > .name ruby{
	font-size:1.2em;
	font-weight:bold;
}
ul.member_list > li > dl > dd.info > .name rt{
	font-size:0.6em;
	font-weight:normal;
}
ul.member_list > li > dl > dd.info > .corp a{
	color:#0A0F29;
	text-decoration:underline;
}
ul.member_list > li > dl > dd.info > .corp{
	font-weight:bold;
}

#ochart_top img.ochart{
	width:100%;
	max-width:100%;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*join*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#join-point .content{
  padding-top: 0;
}
#join h4 {
  font-weight: bold;
  color: #2e3f49;
  font-size: 1.1em;
  letter-spacing: 4px;
}

#join .content h4 {
  margin: 50px 0 20px 0;
  font-size: 1.1em;
}
#join .content h4.first { margin: 0 0 20px 0; }
.join-merit { padding: 50px 25px; }
h5.title_s {
  margin-bottom: 40px;
  letter-spacing: 4px;
  font-weight: bold;
}
#join-pamphlet
.join-merit i {
  color: #2e3f49;
  font-size: 2em;
  margin-bottom: 40px;
}
#join-pamphlet a {transition: .4s;}
#join-pamphlet a:hover {
  opacity: .7;
}
.pamphlet { font-size: 1.2em; }
.pamphlet a { text-decoration: underline; }
#join-norm ul,
#join-process ul { margin-left: 20px; }
#join-norm ul li,
#join-process ul li { list-style-type: disc; }
p#price {
  background: #f5f5f5;
  display: inline-block;
    padding: 5px 20px;
    margin: 10px;
    border-radius: 3px;
}
.color_text_w{
  color: #fff;
}
.fb_style{
  color: #fff;
  background: #221818;
}
#join-movie video{
  width: 80%;
  border: 2px solid #000;
}
#join-movie .movie-wrap{ padding-bottom: 42.4vw; }
img#logo-b { max-height: 44px; }
@media screen and (max-width: 900px) {
  #join-movie .movie-wrap{ padding-bottom: 51.3vw; }
}
@media screen and (max-width: 497px) {
  #join-contact { margin-top: 100px; }
  #join-movie video{
    width: 100%;
  }

}

.cf7_privacy{
	text-align:center;
	padding-top:1em;
	padding-bottom:1em;
}
.cf7_privacy a{
	color:#0A0F29;
	text-decoration:underline;
}
.cf7_privacy a > i{
	margin-left:3px;
	margin-right:3px;
	font-size: 0.8em;
}
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*history*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.activity-block {
  margin: 0 40px 50px 40px;
}
.activity-block h3 {
  font-size: 1.3em;
  border-top: 1.5px solid #0A0F29;
  border-bottom: 1.5px solid #0A0F29;
  padding: 10px 10px 10px 27px;
  margin-bottom: 30px;
  font-size: 1.2em;
  letter-spacing: 3px;
  position: relative;
}
.activity-block h3::after{
  content: '';
  position: absolute;
  width: 6px;
  height: 31px;
  background: linear-gradient(180deg, #0A0F29, #DAE000);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* .activity-block h3 .sankaku{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #0A0F29;
  font-size: 0;
  margin-right: 3px;
  position: absolute;
  top: 48%;
  transform: translateY(-48%);
  left: 12px;
} */
.phot-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

@media screen and (max-width: 497px) {
  .phot-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .activity-block { margin: 0 10px 30px 10px; }
}
.phot-item,
.phot-item img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*link*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.link-group-jc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
@media screen and (max-width: 992px) {
  .link-group-jc {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.link-group-jc li {
  padding-top: 10px;
  border: 4px solid #e9e8ea;
  border-radius: 3px;
  margin: 5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.link-group-jc li a { display: block; }
.link-group-jc li:hover { border: 4px solid #0A0F29; }
.link-group-other {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
}
@media screen and (max-width: 992px) {
  .link-group-other {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.link-group-other li {
  border: 4px solid #e9e8ea;
  border-radius: 3px;
  margin: 5px;
  letter-spacing: 5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.link-group-other li a {
  display: block;
  padding: 10px;
  color: 221818;
}
.link-group-other li:hover {
  background: #221818;
  color: #fff;
}
.link-group-other li a:hover{
  color: #fff;
}
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*ヘッダーイメージ*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#content-wrap{
}
#content-wrap .page_header{
  position: relative;
  width: 100%;
  padding-top: 20.8888%;
}
#content-wrap .page_header:after{
	content:"";
	display:block;
	height:100%;
	width:100vw;
	position:absolute;
	left:0px;
	top:0px;
}
#content-wrap .content_top{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    
	background:#888;
	background-size:cover;
	background-position:center center;
	display:flex;
	align-items:center;
	/*aspect-ratio: 225 / 47;*/
	justify-content: center;
}
#content-wrap.join .content_top{
	background-image:url(../img/join_top.jpg);
}
#content-wrap.club .content_top{
	background-image:url(../img/club_top.jpg);
}
#content-wrap.links .content_top{
	background-image:url(../img/links_top.jpg);
}
#content-wrap.members .content_top{
	background-image:url(../img/members_top.jpg);
}
#content-wrap.history .content_top{
	background-image:url(../img/history_top.jpg);
}
#content-wrap.about .content_top{
	background-image:url(../img/about_top.jpg);
}
#content-wrap.greeting .content_top{
	background-image:url(../img/about_top.jpg);
}
#content-wrap.policy .content_top{
	background-image:url(../img/about_top.jpg);
}
#content-wrap.each .content_top{
	background-image:url(../img/about_top.jpg);
}
#content-wrap.org_chart .content_top{
	background-image:url(../img/about_top.jpg);
}
#content-wrap.executives .content_top{
	background-image:url(../img/about_top.jpg);
}
#content-wrap.contact .content_top{
	background-image:url(../img/contact_top.jpg);
}
#content-wrap.meeting .content_top{
	background-image:url(../img/about_top.jpg);
}
#content-wrap.news .content_top{
	background-image:url(../img/about_top.jpg);
}
#content-wrap.privacy .content_top{
	background-image:url(../img/privacy_top.jpg);
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*news*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#content-wrap.news .news_header{
	text-align:left;
	display:block;
	font-size:1.5rem;
	border-bottom:solid 2px #3A67B1;
	position:relative;
	/*
	padding-right:140px;
	*/
	display:flex;
}
#content-wrap.news .news_header:before{
	content:"";
	display:inline-block;
	width:15px;
	background:#3A67B1;
	margin-bottom:1rem;
}
#content-wrap.news .news_header .title{
	font-weight:bold;
	display:inline-block;
	margin-bottom:1rem;
	padding:5px 10px;
}
#content-wrap.news .postdate{
	font-size:1rem;
	text-align:right;
}
#content-wrap.news .editor-wrap{
	padding:0px;
	padding-top:0.5rem;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*meeting*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#content-wrap.meeting .meeting_info{
	display:flex;
	gap:1rem;
}
#content-wrap.meeting .meeting_info .imgwrap{
	width:30%;
}
#content-wrap.meeting .meeting_info .infowrap{
	flex:auto;
}
#content-wrap.meeting .meeting_info table.info_tbl {
	font-size: 1rem;
}
#content-wrap.meeting .meeting_info table.info_tbl > tbody > tr > th{
	font-weight:bold;
	text-align:center;
	position:relative;
	padding-right:1.5em;
	white-space:nowrap;
}
#content-wrap.meeting .meeting_info .infoframe {
	padding:10px;
	border-radius:10px;
	font-size:1.2em;
	background:#A9D7E8;
}
#content-wrap.meeting .meeting_info table.info_tbl > tbody > tr > th,
#content-wrap.meeting .meeting_info table.info_tbl > tbody > tr > td{
	vertical-align:top;
}
#content-wrap.meeting .meeting_info table.info_tbl > tbody > tr > td{
	font-size:1.1em;
	padding-left:10px;
}
#content-wrap.meeting .meeting_info table.info_tbl > tbody > tr > th:after{
	content:"：";
	display:inline-block;
	position:absolute;
	right:0px;
	
}
#content-wrap.meeting .meeting_info img.eyechatch{
	width:100%;
	height:auto;
	max-width:100%;
}
#content-wrap.meeting .meeting_info .infowrap .editor-wrap{
	padding:0px;
	padding-top:1rem;
}
#content-wrap.meeting .result_block{
	margin-top:2rem;
}
#content-wrap.meeting .result_block .title{
	font-weight:bold;
	font-size:1.5rem;
}
#content-wrap.meeting .result_block .editor-wrap{
	padding:0px;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*about*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#content-wrap.about h3 {
  margin: 40px;
  font-size: 1.3em;
  display: inline-block;
  border-top: 1.5px solid #2e3f49;
  border-bottom: 1.5px solid #2e3f49;
  padding: 10px;
  font-size: 1.2em;
  letter-spacing: 5px;
}
#content-wrap.about .flex .flex-item { padding: 40px }
@media screen and (max-width: 497px) {
  #content-wrap.about h3 { margin: 40px 15px; }
}
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*list-xxxx*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#list-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
#list-content > li{
	position:relative;
}
#list-content > li.new::before{
	content:"NEW";
	position:absolute;
	display:inline-block;
	color:#FFF;
	background:#DC143C;
	padding:0px 1em;
	left:10px;
	top:10px;
	line-height: 1.5em;
}
.update { margin: 0 0 40px 0; }
.update-date {
  margin: 5px 0;
  font-size: 1.4vmin;
}
.border_thum{
  width: 200px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 2px solid #f2f2f2;
}
.back_thum{
  padding-top: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #efefef;
  background-position: top center;
}
@media screen and (max-width: 497px) {
  .update-date { font-size: 2.8vmin; }
}
.update-date span {
  background: #e6e6e6;
  border-radius: 3px;
  padding: 2px 10px ;
}
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*single*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.post-tag {
  border-radius: 3px;
  padding: 5px 10px;
  letter-spacing: 5px;
  margin-bottom: 40px;
  font-weight: bold;
}
#post-data { margin-bottom: 40px; }
#post-data span {
  background: #e6e6e6;
  border-radius: 3px;
  padding: 5px 10px ;
}
#post_inner a {
  text-decoration: underline;
  color: #0097d7;
  transition: .4s;
}
#post_inner a:hover {
  opacity: .7;
}
#post_inner img {
  max-width: 100%;
    height: auto;
}
/*.sns_title {
  font-size: 1.2em;
  padding-bottom: 10px;
  text-align: center;
}*/
.sns_box {
  text-align: center;
  margin-top: 17px;
  padding-top: 10px;
}
.sns_box .title_bar{
  font-size: 1.3em;
  color: #000;
}
.sns_box .title_bar:before{
  width: 70%;
}
.sns_box li {
  width: 65px;
  display: inline-block;
  margin-right: 10px;
}
.sns_box li:last-child{
  width: 65px;
  display: inline-block;
  margin-right: 0;
}
.sns_box li img{
  width: 100%;
}
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*入会案内*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
section#join_admission{
	background-image:url(../img/admission_top.png);
	background-repeat:no-repeat;
	background-size:contain;
	/*
	aspect-ratio: 16 / 7;
	*/
	display:flex;
	align-items:center;
	position: relative;
	width: 100%;
	padding-top: 43.75%;
}
section#join_admission > .sec_pad{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.admission{
	list-style:none;
	margin:0px;
	padding:0px;
	display:flex;
	gap:1rem;
	width:100%;
	
}
ul.admission > li{
	display:flex;
	/*
	align-items:center;
	*/
	flex:1;
}
ul.admission > li:before{
	content:"";
	width:30%;
	font-weight:bold;
	color:#5CB3D3;
	margin-right:1rem;
	height:100%;
	background-size:contain;
  background-repeat: no-repeat;
  background-position: center center;
}

ul.admission > li.item1:before{
	background-image:url(../img/admission_nb1.svg);
}
ul.admission > li.item2:before{
	background-image:url(../img/admission_nb2.svg);
}
ul.admission > li.item3:before{
	background-image:url(../img/admission_nb3.svg);
}
ul.admission > li > dl{
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	background-size:50%;
	background-position:top center;
	padding-top:20%;
}
ul.admission > li.item1 > dl{
	background-image:url(../img/admission_1.svg);
}
ul.admission > li.item2 > dl{
	background-image:url(../img/admission_2.svg);
}
ul.admission > li.item3 > dl{
	background-image:url(../img/admission_3.svg);
}
ul.admission > li > dl > dt{
	font-weight:bold;
	font-size:1.5em;
}
section#join_detail{
	background-color:#FFF;
	background-image:url(../img/circle.svg);
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:center center;
}
/*
section#join_detail{
	background:#5CB3D3;
	position:relative;
	padding-bottom:5rem;
	width:100%;
	padding-top: 16.6666%;
}
section#join_detail:before{
	content:"";
	display:block;
	background-color:#FFF;
	background-image:url(../img/circle.svg);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:top center;
	top:0;
	left:0;
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
}
section#join_detail:after{
	content:"";
	display:block;
	background-color:#FFF;
	background-image:url(../img/circle.svg);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:bottom center;
	aspect-ratio: 6 / 1;
	position:absolute;
	width:100%;
	bottom:0px;
	z-index:1;
}
*/
section#join_detail > .sec_pad{
	position:relative;
	z-index:2;
	padding-bottom:calc(5rem + 4%);
}
section#join_detail .section_title{
	color:#FFF;
	margin-top:5%;
	margin-bottom:5%;
}
section#join_detail .section_title > span{
	color:rgba(255,255,255,0.5);
}
/* 事業紹介 */
#join_detail .wlimit{
	max-width:900px;
	margin:0px auto;
}
ul.jd_list{
	list-style:none;
	margin:0px;
	padding:0px;
	display:flex;
	flex-direction: column;
	gap:2rem;
}
ul.jd_list > li{
	display:flex;
	border:solid 3px #FFF;
	border-radius:10px;
	background:#FFF;
}
ul.jd_list > li > dl{
	margin:0px;
	padding:0px;
	display:block;
	width:50%;
	padding:0.5em;
}
ul.jd_list > li > dl > dt{
	font-weight:bold;
	font-size: 1.5rem;
}
ul.jd_list > li > .thum{
	width:50%;
	display:flex;
}
ul.jd_list > li > .thum > a{
	display:block;
	/*
	aspect-ratio: 1 / 1;
	*/
	flex:1;
	
	position: relative;
	padding-top: 50%;
}
ul.jd_list > li > .thum > a > img{
	vertical-align:bottom;
	max-width:100%;
	width:100%;
	height:100%;
	object-fit: cover;
	vertical-align: bottom;
	
	
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;	
}
ul.jd_list > li > .thum > a:last-of-type > img{
}
ul.jd_list > li:nth-child(even){
	flex-direction:row-reverse;
}
ul.jd_list > li:nth-child(odd) > dl{
	padding-right:1em;
}
ul.jd_list > li:nth-child(odd) > .thum > a:last-of-type > img{
	border-radius: 0px 8px 8px 0px;
}
ul.jd_list > li:nth-child(even) > dl{
	padding-left:1em;
}
ul.jd_list > li:nth-child(even) > .thum > a:first-of-type > img{
	border-radius: 8px 0px 0px 8px;
}
/* 会員からのメッセージ */
#join_message .wlimit{
	max-width:900px;
	margin:0px auto;
}
ul.jmm_list{
	list-style:none;
	margin:0px;
	padding:0px;
	display:flex;
	flex-direction: column;
	gap:2rem;
}
ul.jmm_list > li{
	display:flex;
	gap:1rem;
}
ul.jmm_list > li > .photo{
/*
	aspect-ratio: 3 / 4;
*/
  position: relative;
  min-width:150px;
}
ul.jmm_list > li > .photo:before{
	content:"";
  width: 100%;
  padding-top: 133.3333%;
  display:block;
}
ul.jmm_list > li > .photo img{
	vertical-align:bottom;
	max-width:100%;
	width:100%;
	height:100%;
	object-fit: cover;
	vertical-align: bottom;
	border-radius:10px;
	
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.jmm_list > li > .msg_box{
	border-radius:10px;
	background:#EFF0F7;
	flex: auto;
	padding:1rem;
}
ul.jmm_list > li > .msg_box .mem_info{
	position:relative;
}
ul.jmm_list > li > .msg_box .mem_info:after{
	content:'';
	display:block;
	height:1px;
	width:100%;
	top:0px;
	bottom:0px;
	background:linear-gradient(to right, rgba(92,179,211,0.3), rgba(92,179,211,1), rgba(92,179,211,0.3));
}
ul.jmm_list > li > .msg_box .mem_info .name{
	font-size:1.3rem;
}
ul.jmm_list > li > .msg_box dl{
	margin-top:0.5rem;
}
ul.jmm_list > li > .msg_box dl > dt{
	font-size:1.3rem;
	font-weight:bold;
}
#join_schedule .wlimit{
	max-width:900px;
	margin:0px auto;
}
#join_schedule .section_title{
	text-align:left;
	display:block;
	border-left:solid 30px #5CB3D3;
	padding:1.5rem
	
}
#join_schedule .section_title > span{
	color:#B2DBEA;
}

#join_schedule .schedule_img{
	max-width:900px;
	display:block;
	margin:0px auto;
}

#join_conditions .wlimit{
	max-width:900px;
	margin:0px auto;
}
#join_conditions{
	text-shadow: #0A0F29 1px 0 10px;
}
#join_conditions .cond_wrap{
	color:#FFF;
	font-size:1.4em;
	font-weight:bold;
}
#join_conditions .cond_wrap ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#join_conditions .cond_wrap ul > li{
	padding-left:1.2em;
	position:relative;
}
#join_conditions .cond_wrap ul > li:before{
	content:"◎";
	position:absolute;
	left:0px;
}
#join_conditions .cond_wrap table{
	width:100%;
}
#join_conditions .cond_wrap table td.c3{
	text-align:center;
}
#join_conditions .cond_wrap table td.c4{
	text-align:center;
}

#join_qa{
	position:relative;
	padding-top:260px;
}
@media screen and (max-width: 1230px) {
	#join_qa{
		padding-top:28%;
	}
}
#join_qa .wlimit{
	max-width:900px;
	margin:0px auto;
}
#join_qa .qa_header{
	background-image: url(../img/admission_q&a.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: top center;
	/*
	aspect-ratio: 7 / 4;
	*/
	max-width:900px;
	margin:0px auto;
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 57.1428%;
}

#join_qa .question,
#join_qa .answer{
	display:block;
	width:100%;
	position: relative;
	z-index:1;
}
#join_qa .answer{
	background:#5CB3D3;
	color:#FFF;
}
#join_qa .question > .text,
#join_qa .answer > .text{
	font-size:1.5rem;
	font-weight:bold;
	position: relative;
	display:flex;
	gap:0.5em;
	align-items: baseline;
}

#join_qa .question > .text{
	padding-bottom:0px;
}
#join_qa .answer > .text{
	padding-top:0px;
}
#join_qa .question > .text:before{
	content:'Q';
	color:#5CB3D3;
}
#join_qa .answer > .text:before{
	content:'A';
	color:#D4145A;
}
#join_qa .question > .text:before,
#join_qa .answer > .text:before{
	font-weight:bold;
	font-size:3rem;
}
#join_qa .question > .text u,
#join_qa .answer > .text u{
	text-decoration:underline;
}
#join_qa .question > .text .indent,
#join_qa .answer > .text .indent{
	padding-left:1em;
	display:inline-block;
}
#join_qa .question > .text .fsd,
#join_qa .answer > .text .fsd{
	font-size:0.8em;
}
#join_qa .question > .text .fsn,
#join_qa .answer > .text .fsn{
	font-weight:normal;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*contact*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#privacy { margin-bottom: 20px; }
#privacy label {
  margin: 5px;
    position: relative;
    padding: 0 5px;
    text-decoration: none;
    color: #0d131a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}
/*ボタン装飾*/
.hidden_box label {
    cursor :pointer;
    display: inline;
    margin: 5px;
    position: relative;
    padding: 0 5px;
    text-decoration: none;
    color: #0d131a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/*ボタンホバー時*/
.hidden_box label:hover {
    padding-left: 1em;
    padding-right: .5em;
}
/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 25px;
    height: auto;
    opacity: 1;
    border-radius: 3px;
}
.p-title {
  font-weight: bold;
  margin: 15px 0 0 0;
}
#privacy-wrap {
  font-size: .9em;
  line-height: 2em;
}
input[type="checkbox"] {
  height: 15px;
  width: auto;
}
.checkbox { margin-bottom: 10px; }

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*JCnews*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#news-cmt { padding: 40px; }
#jcnews-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 30px 10px;
}
.doyunews_data i { color: #2e3f49; }
.doyunews_data .title {
  cursor :pointer;
    display: inline;
    position: relative;
    padding: 0 5px;
    text-decoration: none;
    color: #0d131a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.jcnews_data .title:hover {
  padding-left: 1em;
    padding-right: .5em;
}
.jcnews_data img {
  border: 1px solid #e9e8ea;
  border-radius: 3px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 200px;
}
.jcnews_data img:hover { opacity: .7; }
@media all and (-ms-high-contrast: none){
  #jcnews-wrap li { margin: 0 10px; }
}
@media screen and (max-width: 497px) {
  #jcnews-wrap {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 30px 10px;
    text-align: center;
  }
  #news-cmt { padding: 15px; }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*member-only*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
input.post_pass { margin-bottom: 15px; }
input.post_btn { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
input.post_btn:hover {
  cursor: pointer;
  background: #0A0F29;
  color: #ffffff;
}
.custom-password-message { color: red; }

.title-block .pc_img {
  position: absolute;
  bottom: 0;
  right: 80px;
}

.title-block .riji-name {
  position: absolute;
  bottom: 10px;
  right: 55px;
  font-size: 1.7em;
  color: #fff;
  text-shadow:1px 1px 0 #2e3f49, -1px -1px 0 #2e3f49,
              -1px 1px 0 #2e3f49, 1px -1px 0 #2e3f49,
              0px 1px 0 #2e3f49,  0-1px 0 #2e3f49,
              -1px 0 0 #2e3f49, 1px 0 0 #2e3f49;
}
.title-block .riji-name span {
  font-size: 0.6em;
  margin-right: 5px;
}

.page-wrap .sp_img{
  display: none;
  text-align: center;
  margin-bottom: 20px;
}
.page-wrap .sp_img .riji-name {
  font-size: 1.5em;
  color: #91800f;
}
.page-wrap .sp_img .riji-name span {
  font-size: 0.8em;
  margin-right: 5px;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*理事長所信　追記*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.chairman_table{
  text-align: center;
  display: inline-block;
  width: 100%;
}
.chairman_table td{
  width: 45px;
  padding: 5px 0;
  border: solid 1px #000;
}
.chairman_table .td_title{
  width: 40%;
}
@media screen and  (max-width: 1000px){
  .chairman_table td{
    padding: 5px;
  }
  .chairman_table .td_title{
    font-size: 0.9em;
  }
}
@media screen and  (max-width: 700px){
  .chairman_table{
    display: revret;
  }
  .chairman_table td{
    padding: 2px;
  }
}

@media screen and (max-width:767px){
  .title-block .pc_img,
  .title-block .riji-name {
    display: none;
  }
  .page-wrap .sp_img{
    display: block;
  }
  .page-wrap .sp_img img{
    width: 100%
  }
}

#riji-cmt { margin: 0 10px; }

.span.dummy { display: none; }

/*20190128追記*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/*SDGs*/
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
#sdgs .page-wrap h4 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.5em;
  letter-spacing: 5px;
  color: #0097d7;
  margin-bottom: 70px;
}
#sdgs-p .content_top p{
  padding-top: 2em;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 497px) {
  #sdgs .page-wrap h4 {
    font-size: 1.3em;
  }
}
/*IE*/
@media all and (-ms-high-contrast: none){
  #logo-inner img[src$=".svg"] {
      width: 100%;
      height: 100%;
      padding: 25px;
  }
  html,
  body{
      height:100%;
      margin: 0;
      max-width: 100vw;
  }
  body.flex { display: inline-block;}
  #main-in { padding: 0 0 0 240px; }
  #main #main-in { padding: 0 0 0 px; }
  #front-menu { text-align: center; }
  #front-menu div.flex-item a img {
    margin: 40px auto;
  }
  #f-schedule-wrap,
  #f-report-wrap,
  #f-sns-wrap { min-height: 370px; }
  .phot-item {
    width: 25%;
    flex-basis: auto;
    height: 100%;
  }
  #front-menu div.flex-item a {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 190px;
  }
  #front-menu div.flex-item a img{ padding-top: 5%; }
  div#f-menu-member a img { padding-top: 10%; }
  #list-content li div.flex-item { flex-basis: auto; }
  .update {margin:  0 15px 40px 15px; }
  span.dummy {
  display: inherit;
  color: #fff;
  }
  /*gridをflexへ変換*/
  .phot-block,
  .link-group-jc,
  .link-group-other,
  #list-content,
  #jcnews-wrap {
      display: flex;
      flex-wrap: wrap;
  }
  .link-group-jc li,
  .link-group-other li {
      height: 100%;
      max-width: auto;
  }
  .link-group-jc li { width: calc(95% / 2); }
  .link-group-other {
      display: block;
      width: 100%;
  }

  #sidebar { overflow: auto; }
  
  #f-sns-wrap .right{ 
    color: #fff;
    text-align: center;
  }
  #f-sns-wrap .right .ie_mes{ display: block; }
  
}
@media screen and  (max-width: 750px){
    #club-content .flex-item {
      flex-basis: auto;
    }
}
@media screen and  (max-width: 530px){
    .list-res{
      display: flex;
      margin-bottom: 1em;
      padding: 5px 0;
    }
    .list-res .back_thum{
      width: 125px;
      padding-top: 100px;
      margin-right: 10px;
    }
    #list-content{
      display: block;
    }
		#list-content > li.new::before{
			top:5px;
			left:0px;
			font-size:90%;
		}
    #club-content{
      padding: 0 10px;
    }
}
/*IEかつ991px以下*/
@media (max-width: 991px) and (-ms-high-contrast: none){
  #main-in { padding: 0; }
  .flex-item { flex-basis: auto; }
}
@supports (-ms-ime-align: auto) {
  #sidebar { overflow: auto; }
}
.object_fit_img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
/*************************************************************20201125/
/*動画一覧*/
#videolineup{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#videolineup .video_box{
  width: calc(100%/2 - 30px);
  margin-right: 30px;
  margin-bottom: 50px;
}
#videolineup .video_box:nth-child(even){
  margin-right: 0;
}
#videolineup .video_box p{
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 10px 0;
}
@media screen and  (max-width: 750px){
    #videolineup .video_box{
      width: 100%;
      margin-right: 0;
    }
}
/*フロントページ動画リンク*/
#front-link{
  display: flex;
  align-items: center;
}
#front-link .link_a{
  width: 50%;
}
#front-link .nagasuki_area{
  background-color: #e6e6e6;
  position: relative;
}
#front-link .nagasuki_area .nagasuki_thum:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.3vw 0 12vw 6vw;
  border-color: transparent transparent transparent #F5F5F5;
  position: absolute;
  top: 0;
  z-index: 1;
}
#front-link .nagasuki_area .nagasuki_thum{
  width: 40%;
  padding: 30px 0 30px 30px;
  background: #F5F5F5;
  height: 23.2vw;
}
#front-link .nagasuki_area .nagasuki_text{
  width: 35%;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  position: absolute;
  color: #000;
  font-size: 1.2em;
}
#front-link .nagasuki_area .nagasuki_text p{
  font-size: 1.2em;
}
#front-link .nagasuki_area img{
  width: 100%;
}
#front-link .movie_area{
  text-align: center;
}
#front-link .movie_area img{
  width: 74%;
  padding-top: 16px;
}
@media screen and  (max-width: 768px){
  #front-link{
    flex-wrap: wrap;
  }
  #front-link .link_a{
  width: 100%;
  }
  #front-link .nagasuki_area .nagasuki_thum{
    padding: 15px 0 15px 15px;
    height: auto;
  }
  #front-link .nagasuki_area .nagasuki_thum:after{
    border-width: 28vw 0 28vw 18vw;
  }
  #front-link .movie_area img{
  padding: 47px 0 25px 0;
  }
}
/* JCニューススタイル追加4/15 */
.jcnews_data{
  text-align: center;
}


/*
.fancybox-can-swipe .fancybox-slide--pdf .fancybox-content, .fancybox-can-pan .fancybox-content{
	width: 100% !important;
	height: 100% !important;
}
*/


/***************  kakita  ***************/

/*共通*/
:root {
  --base-color: #fff;
  --primary: #1a78d5;
  --secondary:#00003e;
  --tertiary:linear-gradient(90deg, rgba(26, 120, 213, 1), rgba(0, 0, 62, 1));
  --text-color: #3e3a39;
}
.blue-gradient{
  background-image: linear-gradient(90deg, rgba(26, 120, 213, 1), rgba(0, 0, 62, 1));
}

section.news1_bg {
  /* background-image:url(../img/news1_bg.jpg); */
  background-image: linear-gradient(55deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), linear-gradient(38deg, #93bff5, rgba(255, 255, 255, 0)), linear-gradient(185deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), linear-gradient(340deg, #003586, rgba(255, 255, 255, 0));
}
section.news2_bg {
  /* background-image:url(../img/news1_bg.jpg); */
  background-image: linear-gradient(55deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), linear-gradient(38deg, #fff572, rgba(255, 255, 255, 0)), linear-gradient(185deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), linear-gradient(340deg, #e58f2e, rgba(255, 255, 255, 0));
}
a.newbtn::after {
    content: "";
    background: url(../img/ico-more.svg) no-repeat center center;
    height: 36px;
}
a.newbtn_top::after {
    min-width: 70px;
}

/*haeder*/
#global-nav > ul > li {
  font-size: 0.9rem;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
#sidebar {
    height: calc(100vh - 100px);
}}
#copyright {
    padding-left: 7rem;
        text-align: left;
}
@media screen and (max-width: 680px) {
  #copyright {
    padding-left: 7rem;
}
}
/*front-about*/
.front-about{
	/* margin-bottom:6rem; */
	position:relative;
	background-image:url(../img/top-message.jpg);
	/*background-size:45vw;	*/
	/*background-size:533px;*/
	background-size:contain;
	background-repeat: no-repeat;
	background-position-y: center;
	overflow:hidden;
}

.front-about .front-about-box-text-p-s{
  font-size: 1rem;
  font-weight: 600;
}
.front-about .front-about-box-text-p-l{
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width:1200px){
	.front-about{
		background-size:45vw;
	}
}
.front-about::before{
	content:"MESSAGE";
	/*font-size:22rem;*/
	font-size:clamp(11rem, 29.33vw, 22rem);
	font-weight:900;
	line-height:0.9;
	letter-spacing: 1px;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	text-align:center;
	color:#4d4d4d;
	opacity:0.09;	
}

.front-about .front-about-wrapper{
	width:95%;
	margin:0 auto;
}
.front-about-block{
	width:65vw;
	margin:1rem 0;
	margin-right: calc(calc((100vw - 100%) / 2) * -1);
	margin-left:auto;
	/*padding-right:2.5%;*/
	background:rgba(255,255,255,0.4);
}
.front-about .front-about-box{
	width:95%;
	max-width:855px;
	/*padding:3rem 7rem;*/
	padding:clamp(1rem, -1rem + 5.33vw, 3rem) clamp(4rem, 1rem + 8vw, 6rem);
	padding-right:0;
	color:#3e3a39;
  box-shadow: 5px 5px 5px #CCC;
}
@media (min-width:1201px){
	.front-about .front-about-box{
		max-width:calc(741px +  clamp(0rem, -11.683rem + 15.56vw, 17.5rem)); /*+0~280px*/
	}
}
.front-about .front-about-box-title{
	font-size:1.8rem;
	font-weight:600;
	letter-spacing: 1px;
	line-height:1;
	position:relative;
	padding-top:10px;
	padding-left:0;
	/*margin-bottom:1.8rem;*/
	margin-bottom:clamp(1.3rem, 0.8rem + 1.33vw, 1.8rem);
}
.front-about .front-about-box-title::before{
	content:"";
	background-image: url(../img/message-text.webp);
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	width: 250px;
	position: absolute;
	top: 0;
	left: -15px;
	z-index: 0;
}
.front-about .section_title-s{
	font-size:1.8rem;
	font-weight:600;
	letter-spacing: 1px;
	line-height:1;
	position:relative;
	padding-top:10px;
	padding-left:0;
	margin-bottom:9rem;
  margin-left: 10%;
  margin-top: 3rem;
}
@media (min-width:1201px){
	.front-about .section_title-s{
	  margin-bottom:6rem;
	}
}
@media (min-width:1800px){
	.front-about .section_title-s{
	  margin-bottom:12rem;
	}
}
.front-about .section_title-s::before{
	content:"";
	background-image: url(../img/ab-jc-text.webp);
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	width: 400px;
	position: absolute;
	top: 0;
	left: -15px;
	z-index: 0;
}

.front-about .front-about-box-text{
	font-size:1.16rem;
	/*line-height:1.9;*/
	line-height:clamp(1.6rem, 1rem + 1.6vw, 2.2rem);
	letter-spacing: 2px;
	text-align: justify;
	/*margin-bottom:2rem;*/
	margin-bottom:clamp(1.3rem, 0.6rem + 1.87vw, 2rem);
	font-weight:500;
}
.front-about .front-about-box-link, .front-about2 .front-about-box-link{
	max-width:250px;
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center;
	padding:1rem 0;
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	transition: all 0.5s;
	font-size: 1rem;
	letter-spacing: 3px;
  gap: 50px;
	z-index:2;
}
.front-about2 .front-about-box-link{
  margin-top: 1.5rem;
  box-shadow: 0px 0px 5px #ffffffae;
  
}
.front-about .front-about-box-link::before, .front-about2 .front-about-box-link::before{
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 1px solid;
	border-image: var(--tertiary) 1;
	box-sizing: border-box;
	transition: all 0.5s;
}
.front-about2 .front-about-box-link::before{
  box-shadow: 0px 0px 5px #ffffffae;
  z-index: -20;
}
.front-about .arrow-btn, .front-about2 .arrow-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.front-about .arrow-btn::after, .front-about2 .arrow-btn::after {
	display: inline-block;
	content: '';
	width: 17px;
	height: 4px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: skew(55deg);
	transition: .5s all;
	margin-right: 2.5px;
	margin-bottom: 1.5px;
}
.front-about .front-about-box-link:hover, .front-about2 .front-about-box-link:hover{
	top:6px;
	left:6px;
	transition:all 0.5s;
}
.front-about .front-about-box-link:hover::before, .front-about2 .front-about-box-link:hover::before{
	top:0;
	left:0;
	transition:all 0.5s;
}

/* 長崎青年会議所の魅力 */
section.front-about2{
    padding-bottom: 0;
    margin-bottom: 0;
}
.front-about2 .width-limit{
  background-color: #3e3a39;
  background-image: url(../img/about-pc.png);
  background-size:contain;
  background-position: right center;
  background-repeat: no-repeat;
  color: white;
  padding: 3rem 0;
  padding-bottom: 0;
}
.front-about2-content{
  background-color: #0d0d0d70;
  margin-right: 20%;
      padding: 3rem 10%;
}
.front-about2 .section_title-s{
	font-size:1.8rem;
	font-weight:600;
	letter-spacing: 1px;
	line-height:1;
	position:relative;
	padding-top:10px;
	padding-left:0;
	margin-bottom:2rem;
  /* margin-left: 10%; */
  /* margin-top: 3rem; */
}
.front-about2 .section_title-s::before{
	content:"";
	background-image: url(../img/about-text.webp);
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	width: 400px;
	position: absolute;
	top: 0;
	left: -15px;
	z-index: 0;
}
.front-about2 .section_title-s::after{
	content:"";
	background-image: url(../img/about-charm-text.webp);
	background-repeat: no-repeat;
	background-size: contain;
	height: 60px;
	width: 120px;
	position: absolute;
	top: -1rem;
	/* left: 1rem; */
	z-index: 0;
}
.front-about2-content P{
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}
.gradient_w-g{
  background-image: linear-gradient(90deg, #ffffffd8, #000000d8);
  height: 5rem;
}

/*新着情報*/
.section_title_news{
  letter-spacing: 0.1rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.section_title_news::before{
	content:"";
	background-image: url(../img/news-text.webp);
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	width: 100px;
	position: absolute;
	/* left: -15px; */
  margin-bottom: 25px;
	z-index: 0;
}

.meta > .date{
  /* border-bottom: 1px solid rgb(42, 42, 42); */
  /* margin-top: 0.5rem;
  */
  padding-bottom: 0rem;
  font-size: 0.7rem;
}
.meta > .title{
  border-top: 1px solid rgb(42, 42, 42);
  /*
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
  */
  font-size: 0.95rem;
  font-weight: 400;
  margin-top: 0.6rem;
}

.news_bg_w{
  background: rgba(255, 255, 255, 0.362);
	/* margin: 0 calc(50% - 50vw);
	padding: 4px calc(50vw - 50% + 8px);
	width: 100vw; */
  /* width: calc(100vw - 250px); */
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
  margin-bottom: 3rem;
}

.btn_s_02 {
    background-image: linear-gradient(to right, #1a78d5 0%, #00003e 51%, #1a78d5 100%);
    right: 0;
}

.top_s_btn {
    position: absolute;
    width: 40%;
    /* bottom: 0; */
    height: 80px;
    z-index: 99;
    flex: 1 1 auto;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgb(0 0 0 / 20%); */
}
.top_btn_right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: right;
}
a.newbtn_top {
    margin: 0;
    padding: 0;
    width: auto;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 2rem;
}
.top_btn_right a {
    justify-content: flex-end;
}
.news1_bg > .sec_pad,.news2_bg > .sec_pad{
    padding: 40px 0;
    padding-bottom: 80px;
}

/*例会*/
.news2_bg .sec_pad,.news2_bg .sec_pad {
    padding: 40px 0;
    padding-bottom: 80px;
}
.section_title_meeting{
  letter-spacing: 0.1rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.section_title_meeting::before{
	content:"";
	background-image: url(../img/meeting-text.webp);
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	width: 190px;
	position: absolute;
	/* left: -15px; */
  margin-bottom: 25px;
	z-index: 0;
}
.btn_s_03 {
    background-image: linear-gradient(to right, #ffe13f 0%, #cc3a3e 51%, #ffe13f 100%);
    right: 0;
}


/*top_jcnews*/
.section_title-jcnews::before{
	content:"";
	background-image: url(../img/magazine-text.webp);
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	width: 200px;
	position: absolute;
	/* left: -15px; */
  margin-bottom: 15px;
	z-index: 0;
}
section.white_bg .link_button {
    background-color: #7fa5c3;
}

/*sns*/
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a{
    background: #7fa5c3;

}

.bk-wg {
 background: none;
}
#footer-logo {
    background: #0A0F29;
}
#footer-in .bg-mask {
    background: url(../img/footer_bg2.jpg) no-repeat center center;
}
#footer-in .bg-mask::after {
    position: inherit;
  }
#footer-data p {
    padding-left: 6rem;
}

/*スマホ*/
@media screen and (max-width:1200px){
#main-visual .top_img > .metaslider {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 900px){
    ul.post_list.limit4 > li {
        gap: 1rem;
        max-width: calc((100% - 3rem) / 2);
        width: calc((100% - 3rem) / 2);
        flex: unset;
    }
    ul.post_list {
    gap: 1rem;
    }
    .news_bg_w {
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 3%;
    padding-right: 3%;
    }
    .section_title_news, .section_title_meeting {
    margin-bottom: 0rem;
}
}
@media screen and (max-width:750px){
    #main-visual .top_img {
    padding-left: 20px;
    padding-right: 20px;
  }
    .front-about2-content P {
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
}
}
@media screen and (max-width:550px){
  #top_about {
    margin-top: -5rem;
  }
  .front-about2 .section_title-s::before {
    width: 300px;
  }
  .front-about {
    background-position: -30% 30%;
    background-size: 100vw;
  }
  .front-about::before {
    top: 60%;
    }
  .front-about .front-about-box-text-p-s{
  letter-spacing: 1px;
}
.front-about .front-about-box-text-p-l{
  font-size: 1.2rem;
  letter-spacing: 1px;
}
  .top_s_btn {
    width: 100%;
  }
  .front-about2-content {
    margin-right: 5%;
    padding: 3rem 8%;
  }
  .section_title-s {
    font-size: 1.4rem;
  }
  .front-about2 .section_title-s {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    position: relative;
    padding-top: 10px;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .front-about2 .section_title-s::after {
    height: 50px;
    top: -0.85rem;
  }
.front-about .section_title-s {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-left: 0;
    margin-bottom: 0rem;
    margin: auto 10%;
    margin-top: 2rem;
  }
  .front-about .front-about-box-title {
    font-size: 1.4rem;
  }
  .front-about .section_title-s::before {
    left: 0px;
    width: 250px;
  }
  .front-about .front-about-box-title::before {
    height: 20px;
    width: 180px;
  }
  .front-about .front-about-box-link {
    max-width: 200px;
    /* padding: 0.5rem; */
    font-size: 0.8rem;
    gap: 10px;
  }
  .gradient_w-g {
    background-image: linear-gradient(90deg, #ffffffd7, #000000d7);
    height: 3rem;
}
  .front-about-block {
    width: 75vw;
    margin: 1rem 0;
    margin-right: calc(calc((100vw - 100%) / 2) * -1);
    margin-left: auto;
    /* padding-right: 2.5%; */
    margin-top: 10rem;
    background: rgba(255, 255, 255, 0.4);
  }
  .front-about .front-about-box {
    padding-left: 1rem;
  }
.front-about .front-about-box-link:hover {
    left: 0px;
  }
  #main-visual .top_img {
    padding-left: 3%;
    padding-right: 3%;}
}
@media screen and (max-width: 497px) {
  #footer-data p {
    margin: 2rem 0;
    padding-left: 0;
}
  #copyright {
    padding-left: 15px;
    margin-left: 15px;
  }
}
#greeting_top .slogan{
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  #greeting_top .slogan{
    max-width: 60%;
  }
  #greeting_top .slogan{
    margin-top: 0px;
  }
  #policy_top .policy_head img {
    margin-top: 2rem;
}
}
/* 上に戻るボタン */
#pagetops{
    position:fixed;
    right:30px;
    /* top: 490%; */
    bottom: 10%;
    cursor:pointer;
    z-index: 99;
}

#join_conditions .section_title {
    color: #fff;
}

@media screen and (min-width: 1700px) {
#pagetops{
    right:200px;
  }
}