/*--------------------------------------------------------------
  青年会議所（JC）
--------------------------------------------------------------*/
.neyajc-box .left {
	float: left;
}

.neyajc-box .right {
	float: right;
}

.neyajc-box .left,
.neyajc-box .right {
	width: 48%;
	margin: 0 0 30px;
}

.neyajc-box img {
	margin: 0 10px;
}

@media (max-width: 768px) {
	.neyajc-box .left,
	.neyajc-box .right {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
}



/*--------------------------------------------------------------
  入会案内のスタイル
--------------------------------------------------------------*/

.recruit_info {
	position: relative;
	text-align: center;
}

.recruit_info_box .recruit_info {
	padding: 400px 0;
	margin: 0 0 50px;
}

.recruit_info_load {
	position: fixed;
	inset: 0;
	z-index: 99999999999;
	background-image: url('../../img/bg2026.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	margin: 0;
	opacity: 1;
	visibility: visible;
	transition: opacity 3s ease;
	display: none;
}

.recruit_info_load .recruit_info {
	min-height: 100vh;
}

.recruit_info_load.admission-open {
	display: block;
}

.recruit_info_load.hideon {
	opacity: 0;
	pointer-events: none;
}

.recruit_info_load.loading {
	overflow: hidden;
}

.recruit_info_txt {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 99;
}

.recruit_info h2 {
	z-index: 99;
	position: relative;
	color: #fff;
	text-shadow:
		0px 0px 10px rgba(0, 0, 0, 0.5),
		0px 0px 10px rgba(0, 0, 0, 0.5),
		0px 0px 10px rgba(0, 0, 0, 0.5),
		0px 0px 10px rgba(0, 0, 0, 0.5),
		0px 0px 10px rgba(0, 0, 0, 0.5);
	text-align: center;
	font-size: 90px;
	font-size: 9.0rem;
	line-height: 1.4;
	letter-spacing: 10px;
	transform: rotate(-5deg);
	margin: 0;
	display: inline-block;
}

.recruit_info h2 span {
	display: block;
	letter-spacing: 4px;
}

.recruit_info h2 .recruit_info_subtitle01 {
	font-size: 50px;
	font-size: 5.0rem;
}

.recruit_info h2 .recruit_info_subtitle02 {
	text-align: right;
	font-size: 43px;
	font-size: 4.3rem;
}

.recruit_info p {
	color: #fff;
	text-shadow:
		0px 0px 10px rgba(0, 0, 0, 0.5),
		0px 0px 10px rgba(0, 0, 0, 0.5),
		0px 0px 10px rgba(0, 0, 0, 0.5),
		0px 0px 10px rgba(0, 0, 0, 0.5),
		0px 0px 10px rgba(0, 0, 0, 0.5);
	text-align: center;
	font-size: 33px;
	font-size: 3.3rem;
	font-weight: 500;
}

.recruit_info img {
	position: absolute;
}

.recruit_info .recruit_img01 {
	top: 2%;
	left: 21%;
}

.recruit_info .recruit_img02 {
	top: 17%;
	left: 3%;
}

.recruit_info .recruit_img03 {
	top: 18%;
	left: 16%;
}

.recruit_info .recruit_img04 {
	top: 3%;
	left: 42%;
}

.recruit_info .recruit_img05 {
	top: 5%;
	right: 24%;
}

.recruit_info .recruit_img06 {
	top: 13%;
	right: 1%;
}

.recruit_info .recruit_img07 {
	bottom: 23%;
	left: 2%;
}

.recruit_info .recruit_img08 {
	bottom: 4%;
	left: 4%;
}

.recruit_info .recruit_img09 {
	bottom: -3%;
	left: 40%;
}

.recruit_info .recruit_img10 {
	bottom: 3%;
	left: 21%;
}

.recruit_info .recruit_img11 {
	bottom: -2%;
	right: 29%;
}

.recruit_info .recruit_img12 {
	bottom: 32%;
	right: 4%;
}

.recruit_info .recruit_img13 {
	bottom: 5%;
	right: 6%;
}

.recruit_info_load .fade_in {
  opacity: 0;
  transition: opacity 3s ease;
}

/* テキストはすぐ表示 */
.recruit_info_load .recruit_info_txt .fade_in {
	transition-delay: 0s;
}

/* 画像は3秒後から表示 */
.recruit_info_load .recruit_info img.fade_in {
	transition-delay: 3s;
}

.recruit_info_load .fade_in.on {
  opacity: 1;
}

.adm-wrap {
  padding: 15px;
}

.adm-inner {
  padding: 0 25px;
}

.adm-mainvisu {
  margin-bottom: 40px;
}

.adm-mainvisu img {
  width: 100%;
}

.neyajc-txt {
  margin-bottom: 50px;
}

.adm-inner h3{
  color: #333;
  padding: 15px 0;/*上下の余白*/
  border-top: solid 1px #333;/*上線*/
  border-bottom: solid 1px #333;/*下線*/
  text-align: center;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 1.3;
}

.adm-inner  h4 {
  position: relative;
  /* color: #00561f; */
	color: #236191;
  display: block;
  margin: 70px 0 50px;
  text-align: center;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.3;
	z-index: 1;
}

.adm-inner h4:before {
  content: "";
  position: absolute;
  background: #fff799;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

.adm-inner h5.adm-conts-ttl {
  position: relative;
  display: block;
  padding: 5px 45px 0;
  text-align: center;
  margin: 0 auto 30px;
  width: 65%;
  color: #333;
  font-size: 2.2rem;
}

.adm-inner h5.adm-conts-ttl:before,
.adm-inner h5.adm-conts-ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #333;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.adm-inner h5.adm-conts-ttl:before {
  left:0;
}

.adm-inner h5.adm-conts-ttl:after {
  right: 0;
}

.adm-inner .neyajc-pro {
  margin-bottom: 50px;
}

.adm-inner .neyajc-pro .movie {
  width: 300px;
  display: block;
  margin: 0 auto;
}

.adm-inner .neyajc-pro .movie iframe {
  width: 100%;
}

.req-block {
  margin-bottom: 30px;
  padding: 0 15px;
}

.adm-inner h5.adm-req {
  border-left: 5px solid #0090d5;
  border-bottom: 1px solid #0090d5;
  padding: 8px;
}

.req-block p {
  margin: 0;
}

.req-block dl {
  margin: 0;
}
.qua-wrap dl dd,
.req-block dl dd {
  margin: 0;
}

.qua-wrap {
  overflow: hidden;
}

.qua-inner {
  min-height: 260px;
  padding: 15px 25px 25px;
  border: 1px solid #0090d5;
  border-radius: 3px;
  margin-bottom: 30px;
}

.qua-wrap p {
  text-align: center;
  color: #0090d5;
  font-size: 3.0rem;
}

.qua-wrap dl {
  margin: 0;
}

.qua-wrap dl dt {
  text-align: center;
  color: #0090d5;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.qua-wrap dl dd {
  line-height: 1.8;
}

.adm-btn,
.post-wrap .adm-btn {
  width: 60%;
  text-align: center;
  margin: 20px auto 50px;
}

.adm-btn:active,
.post-wrap .adm-btn:active {
  margin: 24px auto 50px;
}

.adm-btn a,
.post-wrap .adm-btn a {
  font-size: 2.0rem;
  color: #fff;
  border-radius: 3px;
  background: #0090d5;
  padding: 10px;
  color: #fff;
  display: block;
  text-decoration: none;
  border-bottom: solid 4px #125f85;
}

.adm-btn a:active,
.post-wrap .adm-btn a:active {/*ボタンを押したとき*/
  padding: 10px;
  color: #fff;
  display: block;
  text-decoration: none;
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.fa-arrow-right {
  margin-left: 5px;
}

@media (min-width: 1153px) {
  .qua-inner {
    min-height: 237px;
  }
}

@media (min-width: 987px) and (max-width: 1018px) {
  .qua-inner {
    min-height: 290px;
  }
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.recruit_info_box .recruit_info {
		padding: 300px 0;
		min-height: unset;
	}

	.recruit_info h2 {
		font-size: 70px;
		font-size: 7.0rem;
	}

	.recruit_info h2 .recruit_info_subtitle02 {
		font-size: 33px;
		font-size: 3.3rem;
	}

	.recruit_info p {
		font-size: 25px;
		font-size: 2.5rem;
	}

	.recruit_info img {
		width: 25%;
	}

	.recruit_info .recruit_img01 {
		top: 1%;
		left: 2%;
	}

	.recruit_info .recruit_img02 {
		top: 22%;
		left: 2%;
	}

	.recruit_info .recruit_img03 {
		top: 19%;
		left: 23%;
	}

	.recruit_info .recruit_img04 {
		top: 5%;
		left: 45%;
	}

	.recruit_info .recruit_img05 {
		top: 0%;
		right: 8%;
	}

	.recruit_info .recruit_img06 {
		top: 26%;
		right: 2%;
	}

	.recruit_info .recruit_img07 {
		bottom: 22%;
		left: 1%;
	}

	.recruit_info .recruit_img08 {
		bottom: 18%;
		left: 22%;
	}

	.recruit_info .recruit_img09 {
		bottom: -2%;
		left: 50%;
	}

	.recruit_info .recruit_img10 {
		bottom: -1%;
		left: 28%;
	}

	.recruit_info .recruit_img11 {
		bottom: -6%;
		right: 74%;
	}

	.recruit_info .recruit_img12 {
		bottom: 20%;
		right: 0%;
	}

	.recruit_info .recruit_img13 {
		bottom: 5%;
		right: 6%;
	}

}



@media (max-width: 768px) {
	.recruit_info_box .recruit_info {
		padding: 270px 0;
		min-height: unset;
		margin: 0 0 30px;
	}

	.recruit_info h2 .recruit_info_subtitle01 {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.recruit_info h2 {
		font-size: 35px;
		font-size: 3.5rem;
	}

	.recruit_info h2 .recruit_info_subtitle02 {
		font-size: 25px;
		font-size: 2.5rem;
	}

	.recruit_info p {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.recruit_info img {
		width: 35%;
	}

	.recruit_info .recruit_img01 {
		top: 1%;
		left: 2%;
	}

	.recruit_info .recruit_img02 {
		top: 22%;
		left: 2%;
	}

	.recruit_info .recruit_img03 {
		top: 11%;
		left: 23%;
	}

	.recruit_info .recruit_img04 {
		top: 3%;
		left: 63%;
	}

	.recruit_info .recruit_img05 {
		top: 20%;
		right: 28%;
	}

	.recruit_info .recruit_img06 {
		top: 23%;
		right: 1%;
	}

	.recruit_info .recruit_img07 {
		bottom: 25%;
		left: 1%;
	}

	.recruit_info .recruit_img08 {
		bottom: 28%;
		left: 34%;
	}

	.recruit_info .recruit_img09 {
		bottom: 10%;
		left: 36%;
	}

	.recruit_info .recruit_img10 {
		bottom: -2%;
		left: 33%;
	}

	.recruit_info .recruit_img11 {
		bottom: 8%;
		right: 61%;
	}

	.recruit_info .recruit_img12 {
		bottom: 20%;
		right: 0%;
	}

	.recruit_info .recruit_img13 {
		bottom: 5%;
		right: 6%;
	}

  .adm-inner h5.adm-conts-ttl {
    width: 100%;
    font-size: 1.8rem;
  }
  .adm-wrap {
    padding: 15px;
  }
  .adm-btn,
  .post-wrap .adm-btn {
    width: 100%;
  }
  .adm-inner {
    padding: 0 15px;
  }
}


/*--------------------------------------------------------------
  年間スケジュール
--------------------------------------------------------------*/
.schedule_box {
	position: relative;
}

.schedule_area {
	position: relative;
	width: 43%;
	height: 390px;
	text-align: center;
	position: relative;
	padding: 15px;
	margin: 35px 0;
	border-radius: 15px;
}

.schedule_area::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.schedule_area:nth-of-type(odd)::before {
	left: 100%;
	border-left: 25px solid #c6e2f8;
	border-right: 0;
}

.schedule_area:nth-of-type(even)::before {
	left: -25px;
	border-right: 25px solid #bce1df;
	border-left: 0;
}

.schedule_area:nth-of-type(1)::before {
	top: 10%;
}

.schedule_area:nth-of-type(2)::before {
	top: 39%;
}

.schedule_area:nth-of-type(3)::before {
	top: 5%;
}

.schedule_area:nth-of-type(4)::before {
	top: 90%;
}

.schedule_area:nth-of-type(5)::before {
	top: 29%;
}

.schedule_area:nth-of-type(6)::before {
	top: 86%;
}

.schedule_area:nth-of-type(odd) {
	float: left;
	background-color: #c6e2f8;
}

.schedule_area h5 {
	font-size: 24px;
	font-size: 2.4rem;
}

.schedule_area:nth-of-type(odd) h5 {
	color: #174f9e;
}

.schedule_area:nth-of-type(even) {
	float: right;
	background-color: #bce1df;
}

.schedule_area:nth-of-type(even) h5 {
	color: #009c95;
}

.schedule_month {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 9;
}

.schedule_month.january {
	top: 6%;
}

.schedule_month.february {
	top: 14%;
}

.schedule_month.march {
	top: 22%;
}

.schedule_month.april {
	top: 30%;
}

.schedule_month.may {
	top: 38%;
}

.schedule_month.june {
	top: 46%;
}

.schedule_month.july {
	top: 54%;
}

.schedule_month.august {
	top: 62%;
}

.schedule_month.september {
	top: 70%;
}

.schedule_month.october {
	top: 78%;
}

.schedule_month.november {
	top: 86%;
}

.schedule_month.december {
	top: 94%;
}

.schedule_numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	padding-top: 6px;
	color: #fff;
	width: 65px;
	height: 65px;
	border-radius: 50px;
}

.schedule_month.january .schedule_numbers,
.schedule_month.may .schedule_numbers,
.schedule_month.october .schedule_numbers {
	background-color: #337ecc;
}

.schedule_month.february .schedule_numbers,
.schedule_month.august .schedule_numbers,
.schedule_month.december .schedule_numbers {
	background-color: #009c95;
}

.schedule_numbers span {
	font-size: 25px;
	font-size: 2.5rem;
	padding-right: 3px;
	padding-bottom: 6px;
}

.schedule_block img {
	width: 100%;
}


@media (max-width: 1024px) {
	.schedule_area:nth-of-type(odd) .schedule_numbers {
		background-color: #337ecc;
	}

	.schedule_area:nth-of-type(even) .schedule_numbers {
		background-color: #009c95;
	}

	.schedule_area::before {
		content: none;
	}

	.schedule_month {
		top: 0;
	}

}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.schedule_area {
		width: 48%;
		height: 400px;
	}

}



@media (max-width: 768px) {
	.schedule_area {
		width: 100%;
		height: unset;
		margin: 70px 0;
	}

	.schedule_area:first-of-type {
		margin: 35px 0 60px;
	}

	.schedule_area:last-of-type {
		margin: 60px 0 50px;
	}

	.schedule_area:nth-of-type(odd),
	.schedule_area:nth-of-type(even) {
		float: none;
	}

}
