@charset "utf-8";

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	line-height: 1.1;
}

#maintenance {
	width: calc(100% - 2.6em - 2.6em);
	max-width: calc(1200px - 2.6em - 2.6em);
	margin: 0 auto 12px;
	padding: 0.8em 2.6em;
	font-weight: bold;
	text-align: center;
	background: #dadada;
}

#slideHOME {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 100%;
/*	max-height: 366px;  .slick-dots を含まない */
	max-height: 402px;
	margin: 0 auto;
	overflow: visible;
}

.preload #slideHOME {
	overflow: hidden;
}

#slideHOME > div {
	position: relative;
	width: 100%;
	max-width: 960px;
	height: 100%;
	max-height: 366px;
}

.slick-slide a {
	position: relative;
	display: block;
}

.slick-slide a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: calc(960px - 2px);
	height: calc(366px - 2px);
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid rgba(0,0,0,0.1);
	z-index: 10000;
}

.slick-slide a:hover:after {
	background: rgba(255,255,255,0.23);
}



#slideHOME img {
	width: 100%;
	height: auto;
}

.slide-arrow {
	position: absolute;
	top: 0;
	outline: 0;
	width: 100%;
	width: calc((100% - 960px) * 0.5);
	max-width: 120px;
	height: 100%;
	max-height: 366px;
	z-index: 9999;
	cursor: pointer;
}

.prev-arrow, 
.next-arrow {
	background: rgba(232, 232, 232, 0.85) no-repeat;
}

.prev-arrow { left: 0; }
.next-arrow { right: 0; }

.prev-arrow:before, 
.next-arrow:before {
	display: inline-block;
	width: 22px;
	height: 28px;
	padding: 0 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transform: translateY(-50%);
	transition: all .2s linear 0s;
	opacity: .62;

	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	font-size: 3.6rem;
	line-height: 1.0;
	color: #000;

}

.prev-arrow:before {
	content: "\f053";
	left: -26px;
	text-align: left;
}

.next-arrow:before {
	content: "\f054";
	right: -26px;
	text-align: right;
}

.prev-arrow:hover:before, 
.next-arrow:hover:before {
	color: #0096e9;
	opacity: 1;
}

.prev-arrow:hover:before {
	left: -32px;
}
.next-arrow:hover:before {
	right: -32px;
}

.loading #join {
	height: 286px;
	overflow: hidden;
}

#join_mov {
	position: relative;
	width: 100%;
	max-width: 320px;
	height: 100%;
/*	max-height: 180px; */
	max-height: 238px;

	margin: 0 auto;
}

#join_mov .slide-arrow {
	width: 28px;
	height: 100%;
	background: none;
}

#join_mov .prev-arrow { left: -28px; }
#join_mov .next-arrow { right: -28px; }

#join_mov .prev-arrow:before { left: 12px; }
#join_mov .next-arrow:before { right: 12px; }

#join_mov .prev-arrow:hover:before { left: 6px; }
#join_mov .next-arrow:hover:before { right: 6px; }

#join_mov .prev-arrow:before, 
#join_mov .next-arrow:before {
	font-size: 2.0rem;
	transform: translateY(-29px);
}

#join_mov .iframe-frame a {
	display: block;
	width: 100%;
	height: calc(100% + 58px);
	position: relative;
}

#join_mov .iframe-frame a:before {
	content: "\f167";
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
	font-size: 6.4rem;
	color: #f00;

	display: inline-block;
	width: auto;
	height: auto;

	position: absolute;
	top: 90px;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
}

#join_mov .iframe-frame a:after {
	content: "";
	display: inline-block;
	background: #ffffff;
	height: calc(tan(60deg) * 22px / 2);
	width: 18px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);

	position: absolute;
	top: 90px;
	left: 50%;
	right: auto;
	transform: translate(calc(-50% + 2px), -50%);

}



.slick-dots {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding: 8px 0 0;
	list-style: none;
}

.slick-dots button {
	display: inline-block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	text-indent: 100%;
	margin: 0 5px;
	padding: 0;
	outline: none;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #bdbdbd;
	cursor: pointer;
	transition: all .16s linear 0s;
}

.slick-dots button:-moz-focusring {
	outline: 0;
}

.slick-dots button:hover {
	background: #0096e9;
}

.slick-dots .slick-active button {
	border-color: #ff8023;
	background: #ff8023;
}

.slick-dots:after {
	content: "";
	height: 0;
	clear: both;
}



.block {
	padding: 60px 20px;
}

.block#block1 {
/*	padding-top: 64px; .slick-dots を含まない */
	padding-top: 28px;
	padding-bottom: 52px;
}

.block:nth-child(even):nth-child(n+2) {
	background: #eaeaea;
}

.section_head {
	display: flex;
	margin-bottom: 22px;
}

.section_head h2 {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 32px;
}


.section_head h2 + p {
	display: inline-block;
	margin: 0;
	padding: 15px 0 0;
	line-height: 16px;
	font-size: 1.4rem;
	color: #5a5a5a;
}

#block1 .wrapper {
	display: flex;
	justify-content: space-between;
	gap: 0 5%;

	width: 100%;
	max-width: 1200px;
}

#news-events {

	width: calc(100% - 320px - 240px - 10%);
	max-width: 520px;
	flex: 0 0 calc(100% - 320px - 240px - 10%);
/*
	flex: 0 1 520px;
	flex: 1;
*/
}

.loading #news-events .section_cont {
	height: 100%;
	max-height: 232px;
	overflow: hidden;
}

#join {

	width: 320px;
	max-width: 320px;
	flex: 0 1 320px;
/*
	flex: 1;
*/
}

#sanjo {

	width: 240px;
	max-width: 240px;
	flex: 0 1 240px;
/*
	flex: 1;
*/
}

.tabs {
	position: relative;
}

.tab_header {
	display: flex;
}

.tab_header h3 {
	display: inline-block;
	min-width: 118px;
	padding: 0;
	text-align: center;
	font-size: 1.4rem;
	line-height: 32px;
	font-weight: normal;
	color: #fff;
	background: #0d3380;
	transition: all .3s linear 0s;
	border-radius: 3px 3px 0 0;
}

.tab_header h3 + h3 {
	margin-left: 5px;
}

.tab .tab_header h3.off {
	color: #5a5a5a;
	background: #dddddd;
	cursor: pointer;
}

.tab_header h3.off:hover {
	color: #fff;
	background: rgba(13, 51, 128, 0.4);
}


.tab.off > .tab_body, 
.tab.off > .tab_footer {
	display: none;
}

.tab_body {
	border: solid #7a7a7a;
	border-width: 1px 0;
}

#news-events .scroll-box {
	width: 100%;
	max-width: 520px;
	height: 198px;	/* 賛助会員・小バナー　2行 */
	height: 264px;	/* 賛助会員・小バナー　3行 */
	overflow-y: auto;
}

.to-page {
	display: flex;
	align-items: center;
	color: #a6a6a6;
	transition: all .2s linear 0s;
}

.to-page:after {
	content: url("../imgs/home/ic_arrow-right-square.svg");
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	background: #dadada;
	transition: all .2s linear 0s;
	border-radius: 3px;
}

.to-page:hover {
	color: #0096e9;
}

.to-page:hover:after {
	background-color: #0096e9;
}

/*#news-events .to-page {*/
#news-events .tab_footer {
	position: absolute;
	top: 0;
	right: 0;
}

#news-events .to-page {
	height: 28px;
	font-size: 1.2rem;
}

#news-events .to-page:after {
	width: 28px;
	height: 28px;
	margin-left: 8px;
}

section {
	position: relative;
}

.section_foot {
	position: absolute;
	top: 0;
	right: 0;
}

.section_foot .to-page {
	width: 32px;
	height: 32px;
	font-size: 1.2rem;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.section_foot .to-page:after {
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 0;
}



/**/



.list-news-HOME {
	margin: 1px 0 0;
	padding: 0;
	list-style: none;
	line-height: 1.25;
}

.list-news-HOME > li {
	position: relative;
	padding: 2px 0;
}

.list-news-HOME > li + li {
		border-top: 1px solid #dbdbdb;
}

.list-news-HOME > li > a, 
.list-news-HOME > li > .nolink {
	display: block;
	padding: 9px 0 9px 92px;
}

.list-news-HOME > li.continue a {
	padding: 9px 0;
	text-align: center;
	font-size: 1.3rem;
	color: #5a5a5a;
	background: #f2f2f2;
}


.list-news-HOME .date {
	position: relative;
	display: block;
	float: left;
	width: 92px;
	margin-left: -92px;
	padding-top: 3px;
	font-size: 1.3rem;
	font-family: "Roboto Mono", monospace;
	letter-spacing: -0.03em;
}

.list-news-HOME .time, 
.list-news-HOME .dateE, 
.list-news-HOME .evid {
	display: none;
}

.list-news-HOME li.new .date:after, 
.list-news-HOME li.soon .date:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 6px;
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #fc2000;
	border-radius: 50%;
}

.list-news-HOME .ic-PDF {
	display: none;
}



/**/



#join .section_head p {
	margin-left: -5px;
}

#join .section_cont p {
	margin: 10px 0 0;
	font-size: 1.6rem;
	line-height: 1.40;
	text-align: center;
}

#join.ihavesns .section_cont p {
	margin-top: 6px;
	font-size: 1.4rem;
}

#join .section_cont {
	position: relative;
}

#join .section_cont:after {
	display: none;
}

.iframe-frame {
	display: block;
	width: 320px;
	height: 180px;
	line-height: 0.1;
	background: rgba(0,0,0,0.3);
}

.preload #join .section_cont:after {
	content: "";
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	max-height: 178px;
	border: 1px solid rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.iframe-frame a img {
	border: none;
}

/**/

#sanjo .section_head p {
	margin-left: -28px;
}

#sanjo .section_cont {
	margin-bottom: -4px;
}



/**/

/*
#pickup
*/


/**/


.block#block3 {
	padding: 60px 20px 10px 20px;
}

.list-publish-home {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 4%;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.list-publish-home > li {
	position: relative;
	text-align: center;
	flex: 1;
	width: 100%;
	max-width: 160px;
	margin-bottom: 50px;
}

.list-publish-home .img {
	position: relative;
	display: block;
	background: #fff;
}

.list-publish-home img {
	width: 100%;
	max-width: 160px;
	height: auto;
}

.list-publish-home .img:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid rgba(0,0,0,0.15);
	transition: all .2s linear 0s;
}

.list-publish-home .img:hover:after {
	border-color: rgba(0,0,0,0);
	border-top-color: rgba(255,255,255,0.35);
}

.list-publish-home .txt {
	display: block;
	margin: 6px -12px 0;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}

.list-publish-home .txt-s {
	display: block;
	margin-top: 2px;
	font-size: 1.3rem;
	font-weight: normal;
	color: #666;
}

.list-publish-home #nikkanad, 
.list-publish-home #jjapsp {
	position: absolute;
	left: 0;
	right: 0;
	display: inline-block;
	/*min-width: 142px;*/
	margin: 5px auto 0;
	padding: 3px 4px;
	font-size: 1.4rem;
	line-height: 1.01;
	color: #3a3a3a;

	transition: all .2s linear 0s;
	border-radius: 11px;
	border: 1px solid rgba(58, 58, 58, 0.4);

	white-space: nowrap;
}

.list-publish-home #jjapsp {
	margin: 5px -10px 0;
	font-size: 1.2rem;
	line-height: 14px;
}

#nikkanad:after,
#jjapsp:after {

	content: "\f061";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;

	margin-left: 4px;
	display: inline-block;
	padding: 0;
}

#jjapsp:hover, 
#nikkanad:hover {
		color: #fff;
	border-color: #0097e9;
	background: #0097e9
}

/**/

.block#block4 {
	padding-top: 48px;
	padding-bottom: 48px;
}

#block4 .section_head {
	margin-bottom: 17px;
}

.list-links-home {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 3.55555%;	/* 4 items/row */
	width: 100%;
	max-width: 1200px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-links-home > li {
	flex: 1 0 22.33334%;
}

.list-links-home > li.blank {
	background: rgba(0,0,0,0.03) url("../imgs/home/JSAP_gray.svg") center center no-repeat;
	background-size: 36px auto;
	opacity: 0.36;
}

.list-links-home > li.blank:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-color: rgba(0,0,0,0.18) rgba(0,0,0,0.09) rgba(255,255,255,0.81);
}

.list-links-home > li:nth-child(4n+1):nth-last-child(3), 
.list-links-home > li:nth-child(4n+2):nth-last-child(2), 
.list-links-home > li:nth-child(4n+3):nth-last-child(1), 
.list-links-home > li:nth-child(4n+1):nth-last-child(2), 
.list-links-home > li:nth-child(4n+2):nth-last-child(1), 
.list-links-home > li:nth-child(4n+1):nth-last-child(1) {
	display: none;
}

.list-links-home a {
	position: relative;
	display: block;
/*
	width: 268px;
	height: 100px;
*/
	width: 100%;
	max-width: 268px;
	height: 100%;
	text-align: center;
}

.list-links-home a:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid rgba(0,0,0,0.15);
	transition: all .2s linear 0s;
}

.list-links-home a[href*=".pdf"]:after {
	margin: 0;
}


.list-links-home a:hover:after {
	border-color: rgba(0,0,0,0);
	border-top-color: rgba(255,255,255,0.35);
}

.list-links-home a.noborder:after {
	width: 100%;
	height: 100%;
	border: none;
}

.list-links-home img {
	width: 100%;
	max-width: 268px;
	height: auto;
}



/**/



.block#block5 {
	/*　旧Twitterなし　*/
	padding-top: 44px;
	padding-bottom: 43px;
	/*　旧Twitterあり　*/
	padding-top: 36px;
	padding-bottom: 35px;

}

#sns {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sns .section_head {
	flex: 0 1 250px;
	margin: 0;
}

#sns .section_head p {
	margin-top: -15px;
}

#sns .section_cont {
	flex: 0 1 calc(100% - 250px);
}

.list-sns-home {
	display: flex;
	float: right;
	justify-content: space-between;
	align-items: center;
/*
	flex-wrap: wrap;
*/
	gap: 0 2%;
	width: 100%;
	max-width: 863px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.2;
}

.list-sns-home > li {
	display: inline-block;
	margin: -3px 0;
}

.list-sns-home > li + li {
/*	margin-left: 20px;　*/
}

.list-sns-home a {
	display: inline-flex;
	padding: 4px 0;
	align-items: center;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #000;
	border-radius: 3px;

	transition: all .2s ease 0s;
}

.list-sns-home .icon {
	margin-right: 6px;
}

.list-sns-home .fab {
	font-size: 3.2rem;
}
.fab.fa-facebook	{ color: #1877e6; }
.fab.fa-twitter		{ color: #1d95e6; }
.fab.fa-x-twitter	{ color: #000000; }
.fab.fa-line		{ color: #00ad00; }
.fab.fa-youtube		{ color: #ff0000; }
.icon .instagram	{ width: 30px; }


.list-news-HOME > li > a, 
.list-publish-home a, 
.list-publish-home a .ic-ext:after {
	color: #2a2a2a;
}

.list-news-HOME > li > a:hover, 
.list-publish-home a:hover, 
.list-publish-home a:hover .txt-s, 
.list-publish-home a:hover .ic-ext:after, 
.list-sns-home a:hover {
	color: #0096e9;
}

.list-news-HOME > li > a, 
.list-publish-home a, 
.list-publish-home .txt, 
.list-publish-home .txt-s {
	transition: all .16s linear 0s;
}

.slick-slide a:after, 
.iframe-frame, 
.list-pickup a, 
.list-pickup li, 
.list-pickup .txt:after, 
.list-pickup .txt-s, 
.list-links-home a img, 
.list-publish-home a .img, 
.list-publish-home a .ic-ext {
	transition: all .2s linear 0s;
	transform: translateZ(0);
}

.iframe-frame:hover, 
.list-pickup a:hover, 
.list-publish-home a:hover .img, 
.list-links-home a:hover img {
	filter: drop-shadow(0 3px 8px rgba(0,0,0,0.28));
}

.list-publish-home a .ic-ext {
	position: relative;
}

a.ext:before,
.list-publish-home a .ic-ext:after {
	content: "\f08e";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	font-size: 72%;
	opacity: 0.6;

	position: absolute;
	right: -17px;
	top: 6px;

}

a.ext:hover:before,
.list-publish-home a:hover .ic-ext:after {
	opacity: 1.0;
}



#join_mov {
	width: 320px;
	height: 238px;
}

.jmov {
	width: 320px;
	height: 238px;
	overflow: hidden;
}

/**/


#join .list-sns-home {
	width: calc(100% - 20px);
	justify-content: space-around;
	gap: 0;
	float: none;

	margin-top: 7px;
	padding: 22px 10px 0;
	border-top: 1px dotted #c2c2c2;
	border-top: 1px dotted #929292;

}

#join .list-sns-home .icon {
	margin-right: 0;
}

#join .list-sns-home .fab {
	font-size: 3.0rem;
}

#join .icon .instagram	{
	width: 30px;
}

#join .list-sns-home a,
#join .list-sns-home a .icon {
	transition: all .12s linear 0s;
}

#join .list-sns-home a:hover {
}

#join .list-sns-home a:hover .icon {
	transform: translateY(-3px);
}