/*!
*  - v1.2.3
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
	position: relative;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
	position: relative;
	display: block;
	border: none;
}

.sp-no-js {
	overflow: hidden;
	max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
	position: relative;
	overflow: hidden;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails  {
	left: 0;
	margin: 0 auto;
}

.sp-top-thumbnails {
	position: absolute;
	top: 0;
	margin-bottom: 4px;
}

.sp-bottom-thumbnails {
	margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
	position: absolute;
	top: 0;
}

.sp-right-thumbnails {
	right: 0;
	margin-left: 4px;
}

.sp-left-thumbnails {
	left: 0;
	margin-right: 4px;
}

.sp-thumbnails {
	position: relative;
}

.sp-thumbnail {
    border: none;
}

.sp-thumbnail-container {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
	margin-left: 2px;
	margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
	margin-top: 2px;
	margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
	margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
	margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
	margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	left: 18px;
	margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	left: 0;
	top: 0;
	margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -8px;
	border-right: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
	margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	right: 0;
	top: 0;
	margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	margin-top: -8px;
	border-left: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
	margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	top: 18px;
	margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	top: 0;
	margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 0;
	margin-left: -8px;
	border-bottom: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
	margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	bottom: 0;
	margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	border-top: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}

.sp-black {
	color: #FFF;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

.sp-white {
	color: #000;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
	border-radius: 10px;
}

.sp-padding {
	padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
	cursor: url(images/openhand.cur), move;
}

.sp-grabbing {
	cursor: url(images/closedhand.cur), move;
}

.sp-selectable {
	cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
	text-align: center;
	margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
	margin: 0 !important;
	background-color: #000;
}

.sp-full-screen-button {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-full-screen-button:before {
	content: '\2195';
}

.sp-fade-full-screen {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
	opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.sp-button {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.sp-selected-button {
	background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sp-button {
		width: 14px;
		height: 14px;
	}
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	.sp-button {
		width: 16px;
		height: 16px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.sp-button {
		width: 18px;
		height: 18px;
	}
}

/* Arrows
--------------------------------------------------*/
.sp-arrows {
	position: absolute;
}

.sp-fade-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
	opacity: 1;
}

.sp-horizontal .sp-arrows {
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.sp-vertical .sp-arrows {
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -10px;
}

.sp-arrow {
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.sp-vertical .sp-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
	left: 20px;
}

.sp-horizontal .sp-next-arrow {
	right: 20px;
}

.sp-vertical .sp-previous-arrow {
	top: 20px;
}

.sp-vertical .sp-next-arrow {
	bottom: 20px;
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
	content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
	border-right: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
	border-left: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
	border-bottom: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
	border-top: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
	position: absolute;
}

.sp-fade-thumbnail-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
	opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -7px;
}

.sp-thumbnail-arrow {
	position: absolute;
	display: block;
	width: 15px;
	height: 25px;
	cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
	top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
	bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
	content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	border-right: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	border-left: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
	border-bottom: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
	border-top: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
	text-decoration: none;
}

a.sp-video img {
	-webkit-backface-visibility: hidden;
	border: none;
}

a.sp-video:after {
	content: '\25B6';
	position: absolute;
	width: 45px;
	padding-left: 5px;
	height: 50px;
	border: 2px solid #FFF;
	text-align: center;
	font-size: 30px;
	border-radius: 30px;
	top: 0;
	color: #FFF;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	margin: auto;
	line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
	max-width: none;
	max-height: none;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	-mox-box-shadow: none !important;
	box-shadow: none !important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.slider-pro a {
	position: static;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
	max-width: none;
	max-height: none;
}

.slider-pro p.sp-layer {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h1.sp-layer {
	font-size: 32px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h2.sp-layer {
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h3.sp-layer {
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h4.sp-layer {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h5.sp-layer {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h6.sp-layer {
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro img.sp-layer {
	border: none;
}
@charset "utf-8";

/* RESPONSIVE */
/* -------------------------------------------------- */

@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	.sp {
		display: none !important;
	}

	.tablet {
		display: none !important;
	}

	/* -------------------------------------------------- */
	/* メインスライダー */
	/* -------------------------------------------------- */
	#sliderWrap {
		width: 100%;
		padding: 20px 0 90px;
		overflow: hidden;
	}
	
	.sp-slide a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.sp-slide a::after {
		content:"";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background:rgba(0,0,0,0.5);
		opacity: 1;
		transition: all 0.3s ease-in-out 0s;
	}
	
	.sp-slide.sp-selected a::after  {
		opacity: 0;
	}
	
	.sp-arrow {
		width: 50px;
		height: 50px;
		background: #000;
		transition: all 0.3s ease-in-out 0s;
	}

	.sp-arrow:hover {
		opacity:0.7;
	}

	.sp-previous-arrow::before {
		width: 13px;
		height: 23px;
		background: url(/wp-content/themes/jc-fukuoka-2021/img/common/slider_arrow_left.svg) 0 0 no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.sp-next-arrow::before {
		width: 13px;
		height: 23px;
		background: url(/wp-content/themes/jc-fukuoka-2021/img/common/slider_arrow_right.svg) 0 0 no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.sp-previous-arrow::after,
	.sp-next-arrow::after {
		display: none;
	}
	
	.sp-thumbnail-container {
		background: #000;
		transition: all 0.3s ease-in-out 0s;
	}
	
	.sp-thumbnail-container img {
		opacity: 0.3
	}
	
	.sp-thumbnail-container.sp-selected-thumbnail img {
		opacity: 1
	}


	/* -------------------------------------------------- */
	/* ニュースリリース&動画 */
	/* -------------------------------------------------- */
	#information {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 80px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	
	#newsReleaseWrap {
		width: 50%;
		padding-left: 10px;
	}
	
	#newsRelease {
		padding-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
	}
	
	#newsRelease > li {
		width: 49%;
		max-width: 240px;
		margin-bottom: 20px;
	}
	
	.newsTxt {
		padding: 10px;
		border-left: 1px #e5e5e5 solid;
		border-right: 1px #e5e5e5 solid;
		border-bottom: 1px #e5e5e5 solid;
	}
	
	.newsName {
		display: inline-block;
		padding: 3px 5px;
		margin-bottom: 10px;
		background: #000;
		color: #fee303;
		font-size: 1.2rem;
	}
	
	.newsDate {
		font-size: 1.2rem;
		line-height: 1.2;
	}
	
	.newsTit {
		padding-bottom: 20px;
	}
	
	.sdgsIcon {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.sdgsIcon li {
		width: 30px;
		margin-left: 3px;
	}
	
	.sdgsIcon li img {
		width: 100%;
		height: auto;
	}
	
	#movieWrap {
		width: 50%;
		padding-right: 10px;
	}
	
	#movie {
		padding-bottom: 20px;
	}
	
	#movie li {
		padding-bottom: 30px;
	}
	
	.movieIframe {
		padding-bottom: 5px;
	}
	
	.movieIframe iframe {
		width:  490px!important;
	}
	
	.newsImg {
		height: 160px;
	}
	
	.newsImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	
	/* -------------------------------------------------- */
	/* トップリンクエリア */
	/* -------------------------------------------------- */
	#topLinkWrap {
		padding: 60px 0;
		background: #f6f6f6;
	}
	
	#topLink {
		width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	#topLink li {
		width: calc( 50% - 10px );
		margin-bottom: 20px;
		position: relative;
		background: #FFF;
	}
	
	#topLink li:after {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		display: block;
		background: url(/wp-content/themes/jc-fukuoka-2021/img/common/icon1.svg) center center no-repeat #000;
		z-index: 3;
	}
	
	#topLink li a {
		width: 100%;
		height: 125px;
		padding: 0 50px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 2.2rem;
		font-weight: bold;
		position: relative;
		z-index: 2;
		color: #333;
	}
	
	#topLink li:before {
		content: "";
		width: 0;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		background: #fee303;
		transition: all 0.3s ease-in-out 0s;
		z-index: 1;
	}
	
	#topLink li:hover:before {
		width: 100%;
	}
	
	#linkIcon1 a:before {
		content: url(/wp-content/themes/jc-fukuoka-2021/img/top/top_link_icon1.png);
		margin-right: 20px;
		display: inline-block;
	}
	
	#linkIcon2 a:before {
		content: url(/wp-content/themes/jc-fukuoka-2021/img/top/top_link_icon2.png);
		margin-right: 20px;
		display: inline-block;
	}
	
	#linkIcon3 a:before {
		content: url(/wp-content/themes/jc-fukuoka-2021/img/top/top_link_icon3.png);
		margin-right: 20px;
		display: inline-block;
	}
	
	#linkIcon4 a:before {
		content: url(/wp-content/themes/jc-fukuoka-2021/img/top/top_link_icon4.png);
		margin-right: 20px;
		display: inline-block;
	}
	
	
	/* -------------------------------------------------- */
	/* フッターバナーエリア */
	/* -------------------------------------------------- */
	#sdgsBnr {
		padding: 100px 0;
		text-align: center;
	}
	
	#footBnrArea {
		width: 1000px;
		margin: 0 auto 100px;
	}

	#footBnrArea ul {
		letter-spacing: -.4em;
		font-size: 0;
		text-align: left;
	}

	#footBnrArea ul li {
		display: inline-block;
		width: 19%;
		margin: 0 1% 10px 0;
	}

	#footBnrArea ul li:nth-child(5n) {
		margin: 0 1% 10px 0;
	}

	#footBnrArea ul li:last-child {
		margin-right: 0;
	}

	#footBnrArea ul li a {
		display: block;
	}

	#footBnrArea ul li img {
		width: 100%;
	}
}


@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	.pc {
		display: none !important;
	}


	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

	/* -------------------------------------------------- */
	/* メインスライダー */
	/* -------------------------------------------------- */
	#sliderWrap {
		width: 100%;
		padding: 0 0 80px;
		overflow: hidden;
	}
	
	.sp-slide a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.sp-slide img {
		width: 100%;
		height: auto;
	}
	
	.sp-slide a::after {
		content:"";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background:rgba(0,0,0,0.5);
		opacity: 1;
		transition: all 0.3s ease-in-out 0s;
	}
	
	.sp-slide.sp-selected a::after  {
		opacity: 0;
	}
	
	.sp-arrow {
		width: 30px;
		height: 30px;
		background: rgba(0,0,0,0.8);
		transition: all 0.3s ease-in-out 0s;
	}

	.sp-arrow:hover {
		opacity:0.7;
	}

	.sp-previous-arrow::before {
		width: 6px;
		height: 11px;
		background: url(/wp-content/themes/jc-fukuoka-2021/img/common/slider_arrow_left.svg) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.sp-next-arrow::before {
		width: 6px;
		height: 11px;
		background: url(/wp-content/themes/jc-fukuoka-2021/img/common/slider_arrow_right.svg) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.sp-previous-arrow::after,
	.sp-next-arrow::after {
		display: none;
	}
	
	.sp-thumbnail-container {
		background: #000;
		transition: all 0.3s ease-in-out 0s;
	}
	
	.sp-thumbnail-container img {
		opacity: 0.3
	}
	
	.sp-thumbnail-container.sp-selected-thumbnail img {
		opacity: 1
	}
	
	/* -------------------------------------------------- */
	/* ニュースリリース&動画 */
	/* -------------------------------------------------- */
	#information {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 80px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}
	
	#newsReleaseWrap {
		width: 100%;
		padding: 0 3% 30px;
	}
	
	#newsRelease {
		padding-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
	}
	
	#newsRelease > li {
		width: 49%;
		margin-bottom: 20px;
	}
	
	.newsTxt {
		padding: 10px;
		border-left: 1px #e5e5e5 solid;
		border-right: 1px #e5e5e5 solid;
		border-bottom: 1px #e5e5e5 solid;
	}
	
	.newsName {
		display: inline-block;
		padding: 3px 5px;
		margin-bottom: 10px;
		background: #000;
		color: #fee303;
		font-size: 1.2rem;
	}
	
	.newsDate {
		font-size: 1.2rem;
		line-height: 1.2;
	}
	
	.newsTit {
		padding-bottom: 20px;
	}
	
	.sdgsIcon {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.sdgsIcon li {
		width: 30px;
		margin: 0 0 3px 3px;
	}
	
	.sdgsIcon li img {
		width: 100%;
		height: auto;
	}
	
	#movieWrap {
		width: 100%;
		padding: 0 3%;
	}
	
	#movie {
		padding-bottom: 20px;
	}
	
	#movie li {
		padding-bottom: 30px;
	}
	
	.movieIframe {
		padding-bottom: 5px;
	}
	
	.movieIframe iframe {
		width:  100%!important;
		height: 53vw;
	}
	
	.newsImg {
		height: 30vw;
	}
	
	.newsImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	
	/* -------------------------------------------------- */
	/* トップリンクエリア */
	/* -------------------------------------------------- */
	#topLinkWrap {
		padding: 40px 3%;
		background: #f6f6f6;
	}
	
	#topLink {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	#topLink li {
		width: 100%;
		margin-bottom: 20px;
		position: relative;
		background: #FFF;
	}
	
	#topLink li:after {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		display: block;
		z-index: 10;
		background: url(/wp-content/themes/jc-fukuoka-2021/img/common/icon1.svg) center center no-repeat #000;
	}
	
	#topLink li a {
		width: 100%;
		height: 125px;
		padding: 0 20px;
		display: block;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	#linkIcon1 a:before {
		content: url(/wp-content/themes/jc-fukuoka-2021/img/top/top_link_icon1.png);
		margin-right: 20px;
		display: inline-block;
	}
	
	#linkIcon2 a:before {
		content: url(/wp-content/themes/jc-fukuoka-2021/img/top/top_link_icon2.png);
		margin-right: 20px;
		display: inline-block;
	}
	
	#linkIcon3 a:before {
		content: url(/wp-content/themes/jc-fukuoka-2021/img/top/top_link_icon3.png);
		margin-right: 20px;
		display: inline-block;
	}
	
	#linkIcon4 a:before {
		content: url(/wp-content/themes/jc-fukuoka-2021/img/top/top_link_icon4.png);
		margin-right: 20px;
		display: inline-block;
	}
	
	/* -------------------------------------------------- */
	/* フッターバナーエリア */
	/* -------------------------------------------------- */
	#sdgsBnr {
		width: 100%;
		padding: 0 3% 30px;
		text-align: center;
	}
	
	#sdgsBnr img {
		width: 100%;
		height: auto;
	}
	
	#footBnrArea {
		width: 100%;
		margin: 80px auto;
	}

	#footBnrArea ul {
		width: 100%;
		padding: 0 3%;
		letter-spacing: normal;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	#footBnrArea ul li {
		display: inline-block;
		width: 49.2%;
		margin: 0 0 10px 0;
	}

	#footBnrArea ul li:nth-child(5n) {
		margin: 0 0 10px 0;
	}

	#footBnrArea ul li:last-child {
		margin-right: 0;
	}

	#footBnrArea ul li a {
		display: block;
	}

	#footBnrArea ul li img {
		width: 100%;
	}

}

@media screen and (max-width: 767px) {

	/* 479px以下用（スマートフォン用）の記述 */
	.pc {
		display: none !important;
	}

	.tablet {
		display: none !important;
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

	/* -------------------------------------------------- */
	/* メインスライダー */
	/* -------------------------------------------------- */

	#sliderWrap {
		width: 100%;
		padding: 0 0 60px;
		overflow: hidden;
	}
	
	
	.sp-slide a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.sp-slide img {
		width: 100%;
		height: auto;
	}
	
	.sp-slide a::after {
		content:"";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background:rgba(0,0,0,0.5);
		opacity: 1;
		transition: all 0.3s ease-in-out 0s;
	}
	
	.sp-slide.sp-selected a::after  {
		opacity: 0;
	}
	
	.sp-arrow {
		width: 30px;
		height: 30px;
		background: rgba(0,0,0,0.8);
		transition: all 0.3s ease-in-out 0s;
	}

	.sp-arrow:hover {
		opacity:0.7;
	}

	.sp-previous-arrow::before {
		width: 6px;
		height: 11px;
		background: url(/wp-content/themes/jc-fukuoka-2021/img/common/slider_arrow_left.svg) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.sp-next-arrow::before {
		width: 6px;
		height: 11px;
		background: url(/wp-content/themes/jc-fukuoka-2021/img/common/slider_arrow_right.svg) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.sp-previous-arrow::after,
	.sp-next-arrow::after {
		display: none;
	}
	
	.sp-thumbnail-container {
		background: #000;
		transition: all 0.3s ease-in-out 0s;
	}
	
	.sp-thumbnail-container img {
		opacity: 0.3
	}
	
	.sp-thumbnail-container.sp-selected-thumbnail img {
		opacity: 1
	}
	
	/* -------------------------------------------------- */
	/* ニュースリリース&動画 */
	/* -------------------------------------------------- */
	#information {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 80px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}
	
	#newsReleaseWrap {
		width: 100%;
		padding: 0 3% 30px;
	}
	
	#newsRelease {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
	}
	
	#newsRelease > li {
		width: 49%;
		margin-bottom: 20px;
	}
	
	.newsTxt {
		padding: 10px;
		border-left: 1px #e5e5e5 solid;
		border-right: 1px #e5e5e5 solid;
		border-bottom: 1px #e5e5e5 solid;
	}
	
	.newsName {
		display: inline-block;
		padding: 3px 5px;
		margin-bottom: 10px;
		background: #000;
		color: #fee303;
		font-size: 1.2rem;
	}
	
	.newsDate {
		font-size: 1.2rem;
		line-height: 1.2;
	}
	
	.newsTit {
		font-size: 1.3rem;
		line-height: 1.3;
		letter-spacing: 0.05em;
		padding-bottom: 20px;
	}
	
	.sdgsIcon {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.sdgsIcon li {
		width: 22px;
		margin: 0 0 3px 3px;
	}
	
	.sdgsIcon li img {
		width: 100%;
		height: auto;
	}
	
	#movieWrap {
		width: 100%;
		padding: 0 3%;
	}
	
	#movie li {
		padding-bottom: 30px;
	}
	
	.movieIframe {
		padding-bottom: 5px;
	}
	
	.movieIframe iframe {
		width:  100%!important;
		height: 53vw;
	}
	
	.newsImg {
		height: 30vw;
	}
	
	.newsImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	
	/* -------------------------------------------------- */
	/* トップリンクエリア */
	/* -------------------------------------------------- */
	#topLinkWrap {
		padding: 40px 3%;
		background: #f6f6f6;
	}
	
	#topLink {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	#topLink li {
		width: 100%;
		margin-bottom: 20px;
		position: relative;
		background: #FFF;
	}
	
	#topLink li:after {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		display: block;
		background: url(/wp-content/themes/jc-fukuoka-2021/img/common/icon1.svg) center center no-repeat #000;
	}
	
	#topLink li a {
		width: 100%;
		height: 125px;
		padding: 0 20px;
		display: block;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	#linkIcon1 a:before {
		content: url(/wp-content/themes/jc-fukuoka-2021/img/top/top_link_icon1.png);
		margin-right: 20px;
		display: inline-block;
	}
	
	#linkIcon2 a:before {
		content: url(/wp-content/themes/jc-fukuoka-2021/img/top/top_link_icon2.png);
		margin-right: 20px;
		display: inline-block;
	}
	
	#linkIcon3 a:before {
		content: url(/wp-content/themes/jc-fukuoka-2021/img/top/top_link_icon3.png);
		margin-right: 20px;
		display: inline-block;
	}
	
	#linkIcon4 a:before {
		content: url(/wp-content/themes/jc-fukuoka-2021/img/top/top_link_icon4.png);
		margin-right: 20px;
		display: inline-block;
	}
	
	/* -------------------------------------------------- */
	/* フッターバナーエリア */
	/* -------------------------------------------------- */
	#sdgsBnr {
		width: 100%;
		padding: 0 3% 30px;
		text-align: center;
	}
	
	#sdgsBnr img {
		width: 100%;
		height: auto;
	}
	
	#footBnrArea {
		width: 100%;
		margin: 80px auto;
	}

	#footBnrArea ul {
		width: 100%;
		padding: 0 3%;
		letter-spacing: normal;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	#footBnrArea ul li {
		display: inline-block;
		width: 49.2%;
		margin: 0 0 10px 0;
	}

	#footBnrArea ul li:nth-child(5n) {
		margin: 0 0 10px 0;
	}

	#footBnrArea ul li:last-child {
		margin-right: 0;
	}

	#footBnrArea ul li a {
		display: block;
	}

	#footBnrArea ul li img {
		width: 100%;
	}
	
}

@media all and (max-width: 440px) {
	.mainTxt {
		font-size: 4.545vw;
	}
}
