@charset "utf-8";

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

main {
	/*	background-image: url(../../img/top/bg01.svg), url(../../img/top/bg02.svg);*/
	background-size: contain;
	background-position: 0 580px, bottom 400px right 0px;
	background-repeat: no-repeat, no-repeat;
	position: relative;
	overflow: hidden;
}

.eventImg {
	position: relative;
}

.upcoming-event {
	padding: 3px 5px;
	background: #edd889;
	color: #333;
	font-size: 0.9rem;
}

.end-event {
	padding: 3px 10px;
	background: #737373;
	color: #FFFFFF;
	font-size: 1rem;
}

#sliderWrap {
	display: flex;
	align-items: center;
	justify-content: center;

	/* & img {
		width: 90%;
		max-width: 1400px;
	} */
}

#sliderWrap:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../../img/common/main_bg.jpg)no-repeat;
	background-size: cover;
	/* background-color: #b70000; */
	color: #fff;
	transform: skewY(5deg);
	z-index: -1;
}

#sliderWrap:after {
	content: '';
	position: absolute;
	top: 100px;
	bottom: -40px;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	transform: skewY(-5deg);
	z-index: -1;
}

#sliderWrap .slider div {
	margin: 0 3px;
}

.sp-slide img,
.sliderSlogan img {
	width: 100%;
	height: auto;
	/* filter: drop-shadow(2px 2px 15px #fff); */
}

.aboutMovie iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
}

.sliderCC {
	width: 100%;
	filter: drop-shadow(0px 0px 10px #fff);
}

.sliderCC img {
	width: 100%;
	filter: drop-shadow(0px 0px 10px #fff);
}

.loopSlider {
	display: flex;
	width: 100vw;
	height: 500px;
	overflow: hidden;
	/* gap: 0 10px; */
}

.loopSlider img {
	width: auto;
	height: 100%;
}

.slideImg {
	width: 870px;
	flex-shrink: 0;

	& img {
		width: 100%;
	}
}

.w848 {
	width: 848px !important;
	flex-shrink: 0;
	margin-right: 10px;
}

@keyframes loop {
	0% {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
	}
}

.loopSlider img:first-child {
	animation: loop 50s -25s linear infinite;
}

.loopSlider img:last-child {
	animation: loop2 50s linear infinite;
}


/* スクロールバー全体 */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

/* スクロールバーの背景 */
::-webkit-scrollbar-track {
	background: #f2f2f2;
}

/* スクロールバーのつまみ */
::-webkit-scrollbar-thumb {
	background-color: #b70000;
	border-radius: 10px;
	border: 2px solid #f2f2f2;
}

/* ホバー時 */
::-webkit-scrollbar-thumb:hover {
	background-color: #7b181b;
}

/* -------------------------------------------------- */
/* インスタグラムスライダー */
/* -------------------------------------------------- */

#sb_instagram.sbi_col_6 #sbi_images {
	display: flex;
	overflow: auto;
}

#sb_instagram #sbi_images .sbi_item {
	flex-shrink: 0;
	width: 200px !important;
}

a.sbi_photo {
	transition: all 0.3s ease-in-out 0s;
}

a.sbi_photo:hover {
	transform: scale(1.1);
}

#sb_instagram #sbi_images .sbi_item {
	aspect-ratio: 3 / 4;
}

#sb_instagram .sbi_photo_wrap {
	position: relative;
	height: 100%;
}

#sb_instagram .sbi_photo {
	height: 100% !important;
}

/* -------------------------------------------------- */
/* ニュースリリース */
/* -------------------------------------------------- */
#information {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 120px;
	/* padding: 50px; */
	background: rgba(255, 255, 255, 0.7);
}

#newsRelease {
	/* padding-bottom: 20px; */
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	align-items: stretch;
	align-content: flex-start;
	justify-content: flex-start;
	gap: 1em 0;
}

#newsReleaseBox {
	margin-bottom: 40px;
	/* border: 2px solid; */
	padding: 2em;
	background: #f9f9f9;
}

#newsRelease>li {
	width: 100%;
}

#newsRelease li a {
	padding: 0.25em 1em;
	display: flex;
	align-items: center;
	gap: 0 1em;
	/* background: #fff; */
	border-bottom: 2px solid #fff;
	/* border: 2px solid #000; */
	transition: all 0.3s ease-in-out 0s;
}

#newsRelease li a:hover {
	transform: scale(1.02);
}

.newsTxt {
	padding: 10px;
	/* flex-shrink: 0; */
}

.newsCategoryName {
	height: 2em;
	padding: 0 0.75em;
	color: #b70000;
	border: 1px solid;
	font-size: 1.0rem;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsDate {
	font-size: 1.2rem;
	line-height: 1.2;
}

.newsTit {
	font-size: 1.4rem;
}

.newsImg {
	/* height: 160px; */
	width: 30%;
	aspect-ratio: 3/4;
	flex-shrink: 0;
}

.newsImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.centerLink .btn3 {
	margin: 0 auto;
}

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

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

	.tablet {
		display: none !important;
	}

	/* -------------------------------------------------- */
	/* メインスライダー */
	/* -------------------------------------------------- */
	#sliderWrap {
		position: relative;
		width: 100%;
		height: 600px;
		margin: 0 0 60px;
		/* overflow: hidden; */

		& .sp-mask {
			overflow: visible;
		}

		& .sp-slide {
			transform: scale(0.9);
			/* ← 左右 900px相当 */
			transition: transform 0.3s ease, opacity 0.3s ease;
			opacity: 0.6;
		}

		& .sp-slide.sp-selected {
			transform: scale(1);
			/* ← 中央 1000px */
			opacity: 1;
			z-index: 2;
			box-shadow: 0px 0px 40px 0px rgb(255 255 255 / 40%);
		}
	}

	.w424 {
		width: 424px !important;
	}

	.w848 img,
	.w424 img {
		width: 100%;
		height: auto;
	}

	.sliderSlogan {
		position: absolute;
		/* top: 40px;
		left: 6vw;
		width: 360px; */
		width: 720px;
		z-index: 99;
	}

	#sliderTxtWrap {
		position: absolute;
		bottom: -20px;
		right: -2vw;
		/*
		display: flex;
		align-items: flex-start;
		flex-direction: row-reverse;
*/
		text-align: right;
		z-index: 99;
		width: 880px;
		position: absolute;
		bottom: 40px;
		right: 3vw;
		text-align: right;
		z-index: 99;
		width: 720px;
	}

	.sliderTxt {
		line-height: 1.6;
		color: #fff;
		font-size: 4.8rem;
		/*		writing-mode: vertical-rl;*/
		font-weight: 700;
		text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
	}

	.indent {
		text-indent: 1em;
		/*		margin-right: -5px;*/
	}

	.sliderTxt span {
		background: linear-gradient(transparent 60%, #edd889 30%);
		position: relative;
	}

	/*
	.sliderTxt span:after {
		content: "";
		display: flex;
		width: 20px;
		height: 90%;
		background: #ffe600;
		position: absolute;
		top: 5%;
		right: 0;
		z-index: -1;
	}
*/

	/*
	.sliderTxt span:nth-of-type(2) {
		padding-left: 20px;
	}
*/

	.sp-slide a {
		display: block;
		width: 100%;
		height: auto;
		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(../../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(../../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
	}

	.w848 {
		width: 848px !important;
	}

	.w424 {
		width: 424px !important;
	}

	/* -------------------------------------------------- */
	/* バナーエリア */
	/* -------------------------------------------------- */
	#bannerWrap {
		width: 90%;
		max-width: 1000px;
		margin: 0 auto 120px;
	}


	#bannerWrap .sp-horizontal .sp-arrows {
		width: 100%;
		top: 50%;
		margin-top: -20px;
	}

	#bannerWrap .sp-arrow {
		width: 40px;
		height: 40px;
		transition: all 0.3s ease-in-out 0s;
	}

	#bannerWrap .sp-arrow.sp-previous-arrow {
		background: url(../../img/common/btn_arrow_l.svg) no-repeat;
		background-size: contain;
		left: -20px;
	}

	#bannerWrap .sp-arrow.sp-next-arrow {
		background: url(../../img/common/btn_arrow_r.svg) no-repeat;
		background-size: contain;
		right: -20px;
	}

	#bannerWrap .sp-previous-arrow::before {
		display: none;
	}

	#bannerWrap .sp-next-arrow::before {
		display: none;
	}


	/* -------------------------------------------------- */
	/* 事業紹介 */
	/* -------------------------------------------------- */
	#event {
		width: 90%;
		max-width: 1280px;
		margin: 0 auto 140px;
	}

	#eventWrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.leftBox {
		width: 30%;
	}

	#eventList {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		width: 60%;
	}

	.eventInfo {
		padding: 10px;
	}

	.eventBox {
		width: 30%;
		margin-right: 2%;
	}

	.eventBox:last-child {
		margin: 0;
	}

	.eventBox a {
		display: block;
		border: solid 2px;
		background: #fff;
		transition: all 0.3s ease-in-out 0s;
	}

	.eventBox a:hover {
		transform: scale3d(1.05, 1.05, 1.05);
	}

	.eventBox img {
		width: 100%;
		height: auto;
	}

	.eventImg {
		position: relative;
	}

	.eventImg span {
		position: absolute;
		top: 0;
		right: 0;
		background: #000;
		color: #fff;
		font-size: 1.2rem;
		padding: 2px 6px 2px 8px;
	}

	.eventDate {
		font-size: 1.2rem
	}

	.eventPlace {
		font-size: 1.2rem
	}

	.eventTit {
		margin: 10px auto 10px;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 1.4;
	}

	.blogCat li,
	.blogCat {
		display: inline-block;
		vertical-align: baseline;
		line-height: 1.1;
	}

	.blogCat li {
		padding: 2px 5px;
		background: #dcdcdc;
		font-size: 1rem;
		margin-right: 5px;
	}

	.articleTxt {
		width: 40%;
		font-size: 1.6rem;
		text-align: center;
		letter-spacing: 0.1em;
	}

	/* -------------------------------------------------- */
	/* 福岡青年会議所について */
	/* -------------------------------------------------- */
	#about,
	#attractiveness .inner {
		width: 90%;
		max-width: 1300px;
		margin: 180px auto 140px;
		position: relative;
	}

	#attractiveness {
		padding: 80px 0;
		color: #fff;
		background: #b70000;
		background: url(../../img/common/main_bg.jpg)no-repeat;
		background-position: center top;
		background-size: 120%;
	}

	#attractiveness .inner {
		margin: 0 auto;
		padding: 60px 100px;
		box-sizing: content-box;
		background: rgba(0, 0, 0, 0.6);
	}

	#attractiveness .tit1 {
		color: #fff
	}

	#aboutWrap,
	#attractivenessWrap {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.aboutMovie {
		width: 60%;
		position: relative;
	}

	.aboutMovie img {
		width: 100%;
	}

	.aboutMovie:before {
		content: "";
		background: url(../../img/top/fukidashi01.svg) no-repeat;
		width: 40%;
		height: 100px;
		background-size: contain;
		position: absolute;
		right: -10px;
		top: -30px;
	}

	.aboutMovie:after {
		content: "";
		background: url(../../img/top/img_men.svg) no-repeat;
		width: 150px;
		height: 180px;
		background-size: contain;
		position: absolute;
		right: -30px;
		bottom: -40px;
	}

	#about .rightBox,
	#attractiveness .leftBox {
		width: 35%;
		justify-content: flex-start;
	}

	.innerCont {
		width: 82%;
		position: relative;
	}

	#about .innerCont:before {
		content: "";
		background: url(../../img/top/img_flower01.svg) no-repeat;
		width: 100px;
		height: 160px;
		background-size: contain;
		position: absolute;
		right: -140px;
		top: -30px;
	}

	/* #about:after {
		content: "";
		background: url(../../img/top/img_fuk01.svg) no-repeat;
		width: 800px;
		height: 350px;
		background-size: contain;
		position: absolute;
		right: -380px;
		bottom: -260px;
	} */

	#about .tit1,
	#attractiveness .tit1 {
		font-size: clamp(2.4rem, 2.4vw, 3.4rem);
	}

	#about .tit1 .english,
	#attractiveness .tit1 .english {
		font-size: 2.2rem;
	}

	.innerCont p {
		margin-bottom: 40px;
		font-size: 1.5rem;
		letter-spacing: 0.06em;
		line-height: 1.8;
	}

	.btnWrap {
		text-align: right;
		display: flex;
		justify-content: flex-end;
	}

	/* #attractiveness .tit1:after {
		content: "";
		background: url(../../img/top/img_fuk02.svg) no-repeat;
		width: 280px;
		height: 90px;
		background-size: contain;
		position: absolute;
		left: 590px;
		bottom: 0;
	} */

	#attractiveness .innerCont {
		width: auto;
	}

	.leftImg {
		width: 70%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		margin: 0 auto 30px;
		gap: 0 6%;
	}

	.leftImg img {
		width: 90%;
	}

	.leftImg img:first-child {
		width: 50%;
	}

	.attractivenessImg {
		width: 60%;
		position: relative;
	}

	.attractivenessImg img {
		width: 100%;
	}

	.attractivenessImg:before {
		content: "";
		background: url(../../img/top/img_fuk02.svg) no-repeat;
		width: 120px;
		height: 180px;
		background-size: contain;
		position: absolute;
		right: 0;
		top: -100px;
	}

	.attractivenessImg:after {
		content: "";
		background: url(../../img/top/img_fuk03.svg) no-repeat;
		width: 270px;
		height: 220px;
		background-size: contain;
		position: absolute;
		right: -6%;
		bottom: -80px;
	}



	/* -------------------------------------------------- */
	/* プロジェクト */
	/* -------------------------------------------------- */
	#project {
		width: 100%;
		height: auto;
		margin: 0 auto 120px;
	}

	#project .sp-slide {
		padding: 80px 0 100px;
		background: url(../../img/top/bg_project01.jpg) 0 0 no-repeat;
		background-size: cover;
		background-position: center;
		color: #fff;
	}

	#project #project02.sp-slide {
		background: url(../../img/top/bg_project02.jpg) 0 0 no-repeat;
		background-size: cover;
		background-position: center;
	}

	#project #project03.sp-slide {
		background: url(../../img/top/bg_project03.jpg) 0 0 no-repeat;
		background-size: cover;
		background-position: center;
	}

	#project .tit1 {
		color: #fff;
	}

	#projectWrap {
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.projectImg {
		width: 500px;
		height: 480px;
		border: solid 1px;
	}

	.projectImg img {
		width: 100%;
		height: 100%;
		object-position: 32% 62%;
		object-fit: none;
		font-family: 'object-fit: none;';
	}

	#project02 .projectImg img {
		object-position: 32.3% 67%;
	}

	.projectCont p {
		margin-bottom: 1em;
		font-size: 1.5rem;
		letter-spacing: 0.04em;
	}

	.projectCont p.projectEra {
		margin-bottom: 0;
		font-size: 2.4rem;
	}

	.projectCont p.projectTit {
		margin-bottom: 0;
		font-size: 3.6rem;
		font-weight: 700;
	}

	#project .btn3 {
		margin-top: 10px;
	}

	#project .btn3 a {
		height: 70px;
		background: url(../../img/common/arrow_right.svg) 90% center no-repeat #000;
		color: #fff;
		display: flex;
		transition: all 0.3s ease-in-out 0s !important;
	}

	#project .btn3:after {
		background: #000;
		border: 2px solid #fff;
	}

	#project .sp-horizontal .sp-arrows {
		width: 40px;
		height: 90px;
		right: 40px;
		left: auto;
		top: 50%;
		margin-top: -50px;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		justify-content: center;
		align-items: center;
	}

	#project .sp-arrow {
		width: 40px;
		height: 40px;
		transition: all 0.3s ease-in-out 0s;
		position: relative;
		right: auto;
		left: auto;
	}

	#project .sp-arrow.sp-previous-arrow {
		background: url(../../img/common/btn_arrow_top.svg) no-repeat;
		background-size: contain;
	}

	#project .sp-arrow.sp-next-arrow {
		background: url(../../img/common/btn_arrow_down.svg) no-repeat;
		background-size: contain;
	}

	#project .sp-previous-arrow::before {
		display: none;
	}

	#project .sp-next-arrow::before {
		display: none;
	}

	/* -------------------------------------------------- */
	/* メンバーインタビュー */
	/* -------------------------------------------------- */

	#member {
		margin-bottom: 140px;
	}

	.memberInner {
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}

	.memberInner:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url(../../img/common/main_bg.jpg)no-repeat;
		background-position: center -120px;
		background-size: cover;
		/* background-color: #b70000; */
		color: #fff;
		transform: skewY(-5deg);
		z-index: -1;
	}

	.memberCont {
		max-width: 1140px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 70px 40px;
	}

	.memberCont img {
		width: 50%;
		height: auto;
	}

	.rightBox {
		width: 46%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.memberInner p {
		margin-bottom: 30px;
		color: #fff;
		font-size: 1.5rem;
		letter-spacing: 0.04em;
		line-height: 1.8;
	}

	/* -------------------------------------------------- */
	/* トップリンクエリア */
	/* -------------------------------------------------- */
	#topLinkWrap {
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	/*
	#topLinkWrap .leftBox {
		width: auto;
	}
*/

	#topLinkList {
		width: 60%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		gap: 60px 40px;
	}

	#topLinkList li {
		width: 120px;
		height: 120px;
		position: relative;
		background: #fff;
		text-align: center;
		z-index: 1;
	}

	#topLinkList li:nth-child(4n) {
		margin-right: 0
	}

	#topLinkList li:after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 5px;
		left: 5px;
		display: block;
		background: #fff;
		border: solid 2px #000;
		z-index: -1;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#topLinkList li a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		/* background: url(../../img/common/main_bg.jpg)no-repeat;
		background-position: center -280px;
		background-size: cover; */
		background: #b70000;
		border: solid 2px #000;
		font-size: 2.2rem;
		font-weight: bold;
		position: relative;
		z-index: 2;
		transition: all 0.3s ease-in-out 0s;
		color: #333;
	}

	#topLinkList li a:hover {
		transform: translate(5px, 5px);
	}

	#topLinkList li span {
		display: block;
		margin-top: 10px;
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 1.2;
	}

	#topLinkList li:nth-child(7) a {
		padding-left: 10px;
	}

	/* -------------------------------------------------- */
	/* インスタエリア */
	/* -------------------------------------------------- */
	#instagram {
		margin: 100px auto 120px;
	}

	#sb_instagram {
		width: 1300px !important;
		margin: 0 auto 30px !important;
	}

	#instagram .btn3 a {
		background: url(../../img/common/icon_link.svg) 90% center no-repeat #fff;
		background-size: 16px;
	}


	/* -------------------------------------------------- */
	/* フッターバナーエリア */
	/* -------------------------------------------------- */
	#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;
		transition: all 0.3s ease-in-out 0s;
	}

	#footBnrArea ul li a:hover {
		opacity: 0.7;
	}

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

@media screen and (max-width: 1500px) {
	#attractiveness .inner {
		box-sizing: border-box;
	}
}



@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 {
		position: relative;
		width: 100%;
		height: 360px;
		/* margin: 0 0 90px; */
	}

	.w848 {
		width: 848px !important;
	}

	.w424 {
		width: 424px !important;
	}

	.w848 img,
	.w424 img {
		width: 100%;
		height: auto;
	}

	.sliderSlogan {
		position: absolute;
		top: 20px;
		left: 4vw;
		width: 300px;
		z-index: 99;
	}

	#sliderTxtWrap {
		width: 80%;
		position: absolute;
		bottom: 30px;
		right: 4vw;
		display: flex;
		align-items: flex-start;
		flex-direction: row-reverse;
		z-index: 99;
	}

	.sliderTxt {
		line-height: 1.8;
		color: #fff;
		font-size: 3.2rem;
		writing-mode: vertical-rl;
		font-weight: 700;
		text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
	}

	.indent {
		text-indent: 1em;
		margin-right: -5px;
	}

	.sliderTxt span {
		position: relative;
	}

	.sliderTxt span:after {
		content: "";
		display: flex;
		width: 20px;
		height: 90%;
		background: #edd889;
		position: absolute;
		top: 5%;
		right: 0;
		z-index: -1;
	}

	.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(../../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(../../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
	}

	/* -------------------------------------------------- */
	/* バナーエリア */
	/* -------------------------------------------------- */
	#bannerWrap {
		width: 100%;
		margin: 0 auto 80px;
		padding: 0 3%;
	}

	/* -------------------------------------------------- */
	/* 記事 */
	/* -------------------------------------------------- */
	#information {
		width: 100%;
		margin: 60px auto;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}

	#newsReleaseWrap {
		width: 100%;
		padding: 0 3%;
	}

	#newsReleaseBox {
		margin-bottom: 30px;
	}

	#newsRelease {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
	}

	/* #newsRelease>li {
		width: 32%;
		border: 2px solid #000;
	} */

	.newsTit {
		font-size: 1.2rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		/* 1行 */
		-webkit-box-orient: vertical;
	}

	.newsTxt {
		padding: 10px;
		background: #fff;
	}

	.newsCategoryName {
		height: 2em;
		padding: 0 0.75em;
		color: #b70000;
		border: 1px solid;
		font-size: 1.0rem;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: normal;
	}


	.newsDate {
		font-size: 1.2rem;
		line-height: 1.2;
	}

	/* -------------------------------------------------- */
	/* 事業紹介 */
	/* -------------------------------------------------- */
	#event {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}

	#eventWrap {
		width: 100%;
		padding: 0 3% 30px;
	}

	#eventList {
		margin-bottom: 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.eventBox {
		width: 32%;
		border: solid 2px #000;
	}

	.eventInfo {
		padding: 10px;
		background: #fff;
	}

	.eventBox img {
		width: 100%;
		height: auto;
	}

	.eventItem {
		width: calc((100% - 10px) / 2);
	}

	.blogCat li,
	.blogCat {
		display: inline-block;
		vertical-align: baseline;
		line-height: 1.1;
	}

	.blogCat li {
		padding: 2px 5px;
		background: #dcdcdc;
		font-size: 1rem;
		margin-right: 5px;
	}

	.articleTxt {
		font-size: 1.6rem;
		text-align: center;
		margin: 50px auto;
	}

	/* -------------------------------------------------- */
	/* 福岡青年会議所について */
	/* -------------------------------------------------- */
	#about,
	#attractiveness .inner {
		width: 94%;
		margin: 0 auto;
		padding: 80px 0 50px;
	}

	#attractiveness {
		background: url(../../img/common/main_bg.jpg)no-repeat;
		background-position: center -100px;
		background-size: 130%;
		/* background: #b70000; */
		color: #fff;
		position: relative;
	}

	#attractiveness::after {
		content: "";
		width: 100%;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.5;
	}

	#attractiveness .inner {
		z-index: 22;
		position: relative;
	}

	#attractiveness .tit1 {
		color: #fff;
	}

	#aboutWrap,
	#attractivenessWrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	.aboutMovie {
		width: 44%;
		position: relative;
	}

	.aboutMovie img {
		width: 100%;
	}

	.aboutMovie:before {
		content: "";
		background: url(../../img/top/fukidashi01.svg) no-repeat;
		width: 60%;
		height: 80px;
		background-size: contain;
		position: absolute;
		right: -10px;
		top: -30px;
	}

	.aboutMovie:after {
		content: "";
		background: url(../../img/top/img_men.svg) no-repeat;
		width: 80px;
		height: 100px;
		background-size: contain;
		position: absolute;
		right: -30px;
		bottom: -30px;
	}

	#about .rightBox,
	#attractiveness .leftBox {
		width: 52%;
		justify-content: flex-start;
	}

	.innerCont {
		width: 100%;
		position: relative;
	}

	#about .rightBox:before {
		content: "";
		background: url(../../img/top/img_flower01.svg) no-repeat;
		width: 60px;
		height: 100px;
		background-size: contain;
		position: absolute;
		right: 0px;
		top: -40px;
	}

	/* #about .innerCont:after {
		content: "";
		background: url(../../img/top/img_fuk01.svg) no-repeat;
		width: 340px;
		height: 150px;
		background-size: contain;
		position: absolute;
		left: -90px;
		bottom: -100px;
	} */


	#about .tit1,
	#attractiveness .tit1 {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}

	#about .tit1 .english,
	#attractiveness .tit1 .english {
		font-size: 1.8rem;
	}

	.innerCont p {
		margin-bottom: 20px;
		font-size: 1.4rem;
		letter-spacing: 0.02em;
		line-height: 1.6;
	}

	.btnWrap {
		text-align: right;
		display: flex;
		justify-content: flex-end;
	}

	#attractivenessWrap {
		align-items: flex-start;
	}

	#attractiveness .inner {
		padding: 60px 0;
	}

	#attractiveness .tit1:after {
		content: "";
		background: url(../../img/top/img_fuk02.svg) no-repeat;
		width: 80px;
		height: 120px;
		background-size: contain;
		position: absolute;
		right: 0;
		bottom: -40px;
		z-index: 1;
	}

	#attractiveness .innerCont {
		width: auto;
	}

	.leftImg {
		width: auto;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 30px;
	}

	.leftImg img {
		width: auto;
		height: 100%;
	}

	.attractivenessImg {
		width: 44%;
		position: relative;
	}

	.attractivenessImg img {
		width: 100%;
	}

	.attractivenessImg:after {
		content: "";
		background: url(../../img/top/img_fuk03.svg) no-repeat;
		width: 160px;
		height: 130px;
		background-size: contain;
		position: absolute;
		right: 30px;
		bottom: -90px;
	}



	/* -------------------------------------------------- */
	/* プロジェクト */
	/* -------------------------------------------------- */
	#project {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	#project .sp-slide {
		padding: 40px 0 80px;
		background: url(../../img/top/bg_project01.jpg) 0 0 no-repeat;
		background-size: auto;
		background-position: center;
		color: #fff;
	}

	#project #project02.sp-slide {
		background: url(../../img/top/bg_project02.jpg) 0 0 no-repeat;
		background-size: auto;
		background-position: center;
	}

	#project #project03.sp-slide {
		background: url(../../img/top/bg_project03.jpg) 0 0 no-repeat;
		background-size: auto;
		background-position: center;
	}

	#project .tit1 {
		color: #fff;
	}

	#projectWrap {
		width: 90%;
		margin: 0 auto;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.projectImg {
		width: 38%;
		height: 300px;
		border: solid 1px;
	}

	.projectImg img {
		width: 100%;
		height: 100%;
		object-position: 34% 54%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	/*
	#project02 .projectImg img {
		object-position: 32.3% 67%;
	}
*/

	#project .rightBox {
		width: 58%;
	}

	.projectCont p {
		margin-bottom: 1em;
		font-size: 1.3rem;
		letter-spacing: 0.02em;
	}

	.projectCont p.projectEra {
		margin-bottom: 0;
		font-size: 2.0rem;
	}

	.projectCont p.projectTit {
		margin-bottom: 0;
		font-size: 2.6rem;
		font-weight: 700;
	}

	#project .btn3 {
		margin-top: 10px;
	}

	#project .btn3 a {
		background: url(../../img/common/arrow_right.svg) 90% center no-repeat #000;
		color: #fff;
		display: flex;
		transition: all 0.3s ease-in-out 0s !important;
	}

	#project .btn3:after {
		background: #000;
		border: 2px solid #fff;
	}

	#project .sp-horizontal .sp-arrows {
		width: 30px;
		height: 70px;
		right: 30px;
		left: auto;
		top: 70px;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		justify-content: center;
		align-items: center;
	}

	#project .sp-arrow {
		width: 40px;
		height: 40px;
		transition: all 0.3s ease-in-out 0s;
		position: relative;
		right: auto;
		left: auto;
	}

	#project .sp-arrow.sp-previous-arrow {
		background: url(../../img/common/btn_arrow_top.svg) no-repeat;
		background-size: contain;
	}

	#project .sp-arrow.sp-next-arrow {
		background: url(../../img/common/btn_arrow_down.svg) no-repeat;
		background-size: contain;
	}

	#project .sp-previous-arrow::before {
		display: none;
	}

	#project .sp-next-arrow::before {
		display: none;
	}

	/* -------------------------------------------------- */
	/* メンバーインタビュー */
	/* -------------------------------------------------- */

	#member {
		margin-bottom: 80px;
	}

	.memberInner {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 6% 20px;
		color: #fff;
		position: relative;
		z-index: 1;
	}

	.memberInner:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url(../../img/common/main_bg.jpg)no-repeat;
		background-position: center -50px;
		background-size: cover;
		/* background-color: #b70000; */
		transform: skewY(-5deg);
		z-index: -1;
	}

	.memberInner img {
		width: 50%;
		height: auto;
	}

	.memberCont {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.rightBox {
		width: 46%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.memberInner p {
		margin-bottom: 20px;
		font-size: 1.4rem;
		letter-spacing: 0.02em;
		line-height: 1.6;
	}

	/* -------------------------------------------------- */
	/* トップリンクエリア */
	/* -------------------------------------------------- */
	#topLinkWrap {
		width: 94%;
		margin: 0 auto 40px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	#topLinkWrap .leftBox {
		width: auto;
		margin: 0 auto;
	}

	#topLinkList {
		width: 90%;
		max-width: 720px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 1em 0;
	}

	#topLinkList li {
		width: 21%;
		height: auto;
		aspect-ratio: 1/1;
		/* margin: 0 40px 60px 0; */
		position: relative;
		background: #fff;
		text-align: center;
		z-index: 1;
	}

	/* #topLinkList li:nth-child(4n) {
		margin-right: 0
	} */

	#topLinkList li:after {
		content: "";
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		position: absolute;
		top: 5px;
		left: 5px;
		display: block;
		background: #fff;
		border: solid 2px #000;
		z-index: -1;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#topLinkList li a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #b70000;
		border: solid 2px #000;
		font-size: 2.2rem;
		font-weight: bold;
		position: relative;
		z-index: 2;
		transition: all 0.3s ease-in-out 0s;
		color: #333;
	}

	#topLinkList li a:hover {
		transform: translate(5px, 5px);
	}

	#topLinkList li span.pc {
		display: block !important;
		margin-top: 10px;
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 1.2;
	}

	/* #topLinkList li:nth-child(7) a {
		padding-left: 10px;
	} */


	/* -------------------------------------------------- */
	/* インスタエリア */
	/* -------------------------------------------------- */
	#instagram {
		padding: 80px 3% 100px;
	}

	#sb_instagram {
		margin-bottom: 30px !important;
	}

	#instagram .btn3 a {
		background: url(../../img/common/icon_link.svg) 90% center no-repeat #fff;
		background-size: 16px;
	}

	#sb_instagram #sbi_images .sbi_item {
		flex-shrink: 0;
		width: 20% !important;
	}

	/* -------------------------------------------------- */
	/* フッターバナーエリア */
	/* -------------------------------------------------- */
	#footBnrArea {
		width: 100%;
		margin: 0 auto 60px;
		background: #fff;
	}

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

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

	#footBnrArea ul li:nth-child(4n) {
		margin: 0 0 10px 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;
	}

	main {
		/*		background-image: url(../../img/top/bg01.svg), url(../../img/top/bg02.svg);*/
		background-size: auto, auto;
		background-position: 0 480px, bottom 220px right 0px;
		background-repeat: no-repeat, no-repeat;
		position: relative;
		overflow: hidden;
	}

	/* スクロールバー全体 */
	::-webkit-scrollbar {
		width: 8px;
		height: 8px;
	}

	/* スクロールバーの背景 */
	::-webkit-scrollbar-track {
		background: #f2f2f2;
	}

	/* スクロールバーのつまみ */
	::-webkit-scrollbar-thumb {
		background-color: #b70000;
		border-radius: 10px;
		border: 2px solid #f2f2f2;
	}

	/* ホバー時 */
	::-webkit-scrollbar-thumb:hover {
		background-color: #7b181b;
	}

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

	#sliderWrap {
		position: relative;
		width: 100%;
		/* height: 400px; */
		height: 32vh;
		margin: 0 0 40px;
		/* overflow: hidden; */
	}

	.sp-horizontal .sp-previous-arrow {
		left: 2%;
	}

	.sp-horizontal .sp-next-arrow {
		right: 2%;
	}

	#sliderWrap:after {
		top: 40px;
		bottom: 0px;
	}

	.w848 {
		width: 565px !important;
	}

	.w424 {
		width: 282px !important;
	}

	.w848 img,
	.w424 img {
		width: 100%;
		height: auto;
	}

	.sliderSlogan {
		position: absolute;
		top: 30px;
		left: 4vw;
		width: 180px;
		z-index: 99;
	}

	#sliderTxtWrap {
		position: absolute;
		bottom: 30px;
		right: 4vw;
		display: flex;
		align-items: flex-start;
		flex-direction: row-reverse;
		z-index: 99;
	}

	.sliderSlogan img {
		filter: drop-shadow(0px 0px 10px #fff);
	}

	.sliderCC img {
		height: auto;
		filter: drop-shadow(0px 0px 5px #fff);
	}

	.sliderTxt {
		line-height: 1.8;
		color: #fff;
		font-size: 2.0rem;
		writing-mode: vertical-rl;
		font-weight: 700;
		text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
	}

	.indent {
		text-indent: 1em;
		margin-right: -5px;
	}

	.sliderTxt span {
		position: relative;
	}

	.sliderTxt span:after {
		content: "";
		display: flex;
		width: 10px;
		height: 90%;
		background: #edd889;
		position: absolute;
		top: 5%;
		right: 0;
		z-index: -1;
	}

	.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(../../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(../../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
	}


	/* -------------------------------------------------- */
	/* バナーエリア */
	/* -------------------------------------------------- */
	#bannerWrap {
		margin: 0 auto 60px;
	}

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

	#bannerWrap .sp-arrow {
		width: 30px;
		height: 30px;
		transition: all 0.3s ease-in-out 0s;
	}

	#bannerWrap .sp-arrow.sp-previous-arrow {
		background: url(../../img/common/btn_arrow_l.svg) no-repeat;
		background-size: contain;
		left: 10px;
	}

	#bannerWrap .sp-arrow.sp-next-arrow {
		background: url(../../img/common/btn_arrow_r.svg) no-repeat;
		background-size: contain;
		right: 10px;
	}

	#bannerWrap .sp-previous-arrow::before {
		display: none;
	}

	#bannerWrap .sp-next-arrow::before {
		display: none;
	}


	/* -------------------------------------------------- */
	/* ニュースリリース&動画 */
	/* -------------------------------------------------- */
	#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 20px 30px;
	}

	#newsReleaseBox {
		/* height: 320px; */
		margin-bottom: 0;
		padding: 5%;
		background: #f7f7f7;
		/* overflow: auto; */
	}

	#newsRelease {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
		gap: 0;
	}

	#newsRelease>li {
		width: 100%;
		height: auto;
		max-height: 120px;
		margin-bottom: 10px;
		/* border: solid 1px #000; */
	}

	#newsRelease li a {
		height: 100%;
		padding: 0.25em 0 0.5em;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 0.25em 0.5em;
	}

	.newsTxt {
		width: 75%;
		display: block;
		padding: 0.5em;
		background: #fff;
	}

	.newsCategoryName {
		height: 2em;
		padding: 0 0.75em;
		color: #b70000;
		font-size: 0.9rem;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: normal;
	}

	.newsDate {
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.newsTit {
		width: 100%;
		font-size: 1.2rem;
		line-height: 1.3;
		letter-spacing: 0.05em;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		/* 1行 */
		-webkit-box-orient: vertical;
	}

	.newsImg {
		width: 25%;
		height: auto;
		aspect-ratio: 3 / 4;
	}

	.newsImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	/* -------------------------------------------------- */
	/* 事業紹介 */
	/* -------------------------------------------------- */
	#event {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 80px;
	}

	#eventWrap {
		width: 100%;
		padding: 0 20px;
	}

	#eventList {
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.eventBox {
		width: 100%;
		margin-bottom: 10px;
	}

	.eventBox:nth-child(2n) {
		margin-right: 0;
	}

	.eventBox a {
		display: block;
		border: solid 2px #000;
	}

	.eventInfo {
		padding: 10px;
		background: #fff;
	}

	.eventBox img {
		width: 100%;
		height: auto;
	}

	.eventTit {
		font-size: 1.6rem;
		font-weight: 600;
		margin: 5px 0;
	}

	.eventItem {
		width: calc((100% - 10px) / 2);
	}

	.blogCat li,
	.blogCat {
		display: inline-block;
		vertical-align: baseline;
		line-height: 1.1;
	}

	.blogCat li {
		padding: 2px 5px;
		background: #dcdcdc;
		font-size: 1rem;
		margin-right: 5px;
	}

	.articleTxt {
		font-size: 1.6rem;
		text-align: center;
		margin: 50px auto;
	}

	/* -------------------------------------------------- */
	/* 福岡青年会議所について */
	/* -------------------------------------------------- */
	#about {
		margin: 80px auto 50px;
	}

	.aboutMovie {
		position: relative;
	}

	.aboutMovie:before {
		content: "";
		background: url(../../img/top/fukidashi01.svg) no-repeat;
		width: 60%;
		max-width: 200px;
		height: 80px;
		background-size: contain;
		position: absolute;
		right: -10px;
		top: -30px;
	}

	.aboutMovie:after {
		content: "";
		background: url(../../img/top/img_men.svg) no-repeat;
		width: 80px;
		height: 100px;
		background-size: contain;
		position: absolute;
		right: 10px;
		bottom: -70px;
	}

	.aboutMovie img {
		width: 100%;
	}

	.rightBox {
		padding: 0 20px;
		width: 100%;
		margin-top: 20px;
	}

	.innerCont {
		position: relative;
	}

	/* #about .innerCont:after {
		content: "";
		background: url(../../img/top/img_fuk01.svg) no-repeat;
		width: 320px;
		height: 160px;
		background-size: contain;
		position: absolute;
		left: -120px;
		bottom: -100px;
	} */

	#attractiveness {
		padding: 40px 20px 80px;
		background: url(../../img/common/main_bg.jpg)no-repeat;
		background-position: center -100px;
		background-size: 420%;
		/* background: #b70000; */
		color: #fff;
		position: relative;
	}

	#attractiveness::after {
		content: "";
		width: 100%;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.6;
	}

	#attractiveness .inner {
		z-index: 22;
		position: relative;
	}

	#attractiveness .tit1 {
		color: #fff;
	}

	#attractiveness .tit1:after {
		content: "";
		background: url(../../img/top/img_fuk02.svg) no-repeat;
		width: 50px;
		height: 70px;
		background-size: contain;
		position: absolute;
		right: 0;
		bottom: 40px;
	}

	.leftImg {
		width: 100%;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		justify-content: end;
		gap: 0 1em;
	}

	.leftImg img {
		width: auto;
		height: 100px;
	}

	.attractivenessImg {
		margin-top: 30px;
		position: relative;
	}

	.attractivenessImg img {
		width: 100%;
	}

	.attractivenessImg:after {
		content: "";
		background: url(../../img/top/img_fuk03.svg) no-repeat;
		width: 130px;
		height: 110px;
		background-size: contain;
		position: absolute;
		right: 0px;
		bottom: -70px;
	}

	/* -------------------------------------------------- */
	/* プロジェクト */
	/* -------------------------------------------------- */
	#project {
		width: 100%;
		height: 800px;
		margin: 0 auto 90px;
	}

	#project .sp-slide {
		padding: 60px 0 0;
		background: url(../../img/top/bg_project01.jpg) 0 0 no-repeat;
		background-size: cover;
		background-position: center;
		color: #fff;
	}

	#project #project02.sp-slide {
		background: url(../../img/top/bg_project02.jpg) 0 0 no-repeat;
		background-size: cover;
		background-position: center;
	}

	#project #project03.sp-slide {
		background: url(../../img/top/bg_project03.jpg) 0 0 no-repeat;
		background-size: cover;
		background-position: center;
	}

	#project .tit1 {
		color: #fff;
	}

	#project .rightBox {
		padding: 0 20px;
		width: 100%;
		height: 400px;
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.projectImg {
		width: 90%;
		height: 200px;
		margin: 0 auto;
		border: solid 1px;
	}

	.projectImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.projectCont p {
		margin-bottom: 1em;
		font-size: 1.3rem;
		letter-spacing: 0.04em;
	}

	.projectCont p.projectEra {
		margin-bottom: 0;
		font-size: 1.8rem;
	}

	.projectCont p.projectTit {
		margin-bottom: 0;
		font-size: 2.8rem;
		font-weight: 700;
	}

	#project .btn3 {
		margin-top: 10px;
	}

	#project .btn3 a {
		background: url(../../img/common/arrow_right.svg) 90% center no-repeat #000;
		color: #fff;
		display: flex;
		transition: all 0.3s ease-in-out 0s !important;
	}

	#project .btn3:after {
		background: #000;
		border: 2px solid #fff;
	}

	#project .sp-horizontal .sp-arrows {
		top: auto;
		width: 30px;
		height: 70px;
		right: 10px;
		left: auto;
		bottom: 60px;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		justify-content: center;
		align-items: center;
	}

	#project .sp-arrow {
		width: 30px;
		height: 30px;
		transition: all 0.3s ease-in-out 0s;
		position: relative;
		right: auto;
		left: auto;
	}

	#project .sp-arrow.sp-previous-arrow {
		background: url(../../img/common/btn_arrow_top.svg) no-repeat;
		background-size: contain;
	}

	#project .sp-arrow.sp-next-arrow {
		background: url(../../img/common/btn_arrow_down.svg) no-repeat;
		background-size: contain;
	}

	#project .sp-previous-arrow::before {
		display: none;
	}

	#project .sp-next-arrow::before {
		display: none;
	}


	/* -------------------------------------------------- */
	/* メンバーインタビュー */
	/* -------------------------------------------------- */

	#member {
		margin-bottom: 80px;
	}

	.memberInner {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
		color: #fff;
		position: relative;
		z-index: 1;
	}

	.memberInner:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url(../../img/common/main_bg.jpg)no-repeat;
		background-position: center -20px;
		background-size: 300%;
		/* background-color: #b70000; */
		transform: skewY(-5deg);
		z-index: -1;
	}

	.memberInner img {
		width: 100%;
		height: auto;
	}

	#member .rightBox {
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.memberInner p {
		margin-bottom: 20px;
		font-size: 1.4rem;
		letter-spacing: 0.04em;
		line-height: 1.8;
	}

	/* -------------------------------------------------- */
	/* トップリンクエリア */
	/* -------------------------------------------------- */
	#topLinkWrap {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
		text-align: center;
	}

	#topLinkWrap .leftBox {
		width: auto;
	}

	#topLinkList {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		gap: 1em 4%;
	}

	#topLinkList li {
		width: 48%;
		height: auto;
		aspect-ratio: 7 / 3;
		position: relative;
		background: #fff;
		text-align: center;
		z-index: 1;
	}

	#topLinkList li:after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 5px;
		left: 5px;
		display: block;
		background: #fff;
		border: solid 2px #000;
		z-index: -1;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#topLinkList li a {
		width: 100%;
		height: 100%;
		padding: 0 0.75em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 0 0.75em;
		background: #b70000;
		border: solid 2px #000;
		font-weight: bold;
		position: relative;
		z-index: 2;
		transition: all 0.3s ease-in-out 0s;
		color: #fff;
	}

	#topLinkList li a:hover {
		transform: translate(5px, 5px);
	}

	#topLinkList li a img {
		/* width: 20%; */
		height: 24px;
	}

	#topLinkList li span {
		display: block;
		font-size: 1.2rem;
		font-weight: 600;
		text-align: left;
		line-height: 1.2;
	}

	/* -------------------------------------------------- */
	/* インスタエリア */
	/* -------------------------------------------------- */
	#instagram {
		margin-bottom: 60px;
	}

	#instagramWrap {
		padding: 0 20px;
	}

	#instagram .btn3 a {
		background: url(../../img/common/icon_link.svg) 90% center no-repeat #fff;
		background-size: 16px;
	}

	#sb_instagram {
		margin-bottom: 20px !important;
	}

	#sb_instagram .sbi_type_carousel .fa-clone {
		right: 6px !important;
		top: 6px !important;
		font-size: 18px !important;
	}

	#sb_instagram.sbi_col_6 #sbi_images {
		display: flex;
		overflow: auto;
		gap: 0 1% !important;
		padding-top: 0;
	}

	#sb_instagram #sbi_images .sbi_item {
		flex-shrink: 0;
		width: 28% !important;
	}

	a.sbi_photo {
		transition: all 0.3s ease-in-out 0s;
	}

	a.sbi_photo:hover {
		transform: scale(1.1);
	}

	/* 
	#instagram .btn3 a {
		background: url(../../img/common/icon_link.svg) 90% center no-repeat #fff;
		background-size: 16px;
	} */

	#sb_instagram #sbi_images .sbi_item {
		aspect-ratio: 3 / 4;
	}

	#sb_instagram .sbi_photo_wrap {
		position: relative;
		height: 100%;
	}

	#sb_instagram .sbi_photo {
		height: 100% !important;
	}

	/* -------------------------------------------------- */
	/* フッターバナーエリア */
	/* -------------------------------------------------- */
	#footBnrArea {
		width: 100%;
		margin: 0 auto 40px;
		background: #fff;
	}

	#footBnrArea ul {
		width: 100%;
		padding: 0 20px;
		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: 33.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 (min-width: 721px) and (max-width: 767px) {

	#topLinkList {
		justify-content: space-evenly;
	}

	#topLinkList li {
		margin: 0 40px 60px 0;
	}

	#topLinkList li:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 581px) and (max-width: 720px) {

	#topLinkList {
		justify-content: space-evenly;
	}

	#topLinkList li {
		margin: 0 20px 60px 0;
	}

	#topLinkList li:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 431px) and (max-width: 580px) {

	#topLinkList {
		justify-content: space-evenly;
	}

	#topLinkList li {
		margin: 0 20px 60px 0;
	}

	#topLinkList li:nth-child(3n) {
		margin-right: 0;
	}
}

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

/* @media screen and (max-width: 430px) {
	#topLinkList {
		width: 90%;
		margin: 0 auto;
	}
} */