@charset "utf-8";

/* topMv
------------------------------------------------------------------------------------ */
section#topMv {
	display: block;
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
}
section#topMv:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("/2025/wp-content/themes/jc2025/images/top_mv_bg.webp") 50% 50% no-repeat;
	background-size: cover;
	animation: topMvZoom 20s 1;
	animation-fill-mode: forwards;
	z-index:-1;
}
@keyframes topMvZoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
section#topMv div#topMvBg div.sectionInner {
	position: absolute;
	left: 100px;
	top: 50%;
	width: 50%;
	transform: translateY(-50%);
}


/* topBanner
------------------------------------------------------------------------------------ */
section#topBanner {
	margin: 150px 0;
}
section#topBanner div.sectionInner {
}
section#topBanner div.sectionInner ul#topBannerSlider {
	position: relative;
}
section#topBanner div.sectionInner ul#topBannerSlider div.slick-list {
	padding: 0 !important;
}
section#topBanner div.sectionInner ul#topBannerSlider div.slick-list li {
	margin: 0 10px;
}
section#topBanner div.sectionInner ul#topBannerSlider div.slick-list li a {
	transition: all 0.3s ease;
}
section#topBanner div.sectionInner ul#topBannerSlider div.slick-list li a:hover {
	opacity: 0.75;
}
section#topBanner div.sectionInner ul#topBannerSlider button.slick-prev,
section#topBanner div.sectionInner ul#topBannerSlider button.slick-next {
	display: block;
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	font-size: 20px;
	line-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	border-radius: 30px;
	z-index: 3;
	transform: translateY(-50%);
}
section#topBanner div.sectionInner ul#topBannerSlider button.slick-prev {
	left: calc(-36px - 15px);
}
section#topBanner div.sectionInner ul#topBannerSlider button.slick-next {
	right: calc(-36px - 15px);
}
section#topBanner div.sectionInner ul#topBannerSlider button.slick-prev:before,
section#topBanner div.sectionInner ul#topBannerSlider button.slick-next:before {
	display: none;
}
section#topBanner div.sectionInner ul#topBannerSlider button.slick-prev i,
section#topBanner div.sectionInner ul#topBannerSlider button.slick-next i {
	color: #FFF;
}


/* topCautionArea
------------------------------------------------------------------------------------ */
section#topCautionArea {
	margin-bottom: 150px;
}
section#topCautionArea div.sectionInner {
}
section#topCautionArea div.sectionInner div {
	padding: 50px;
	border: 1px solid #c30d23;
}
section#topCautionArea div.sectionInner div h3.title02 {
	text-align: center;
}
section#topCautionArea div.sectionInner div p {
	text-align: center;
}


/* topMessage
------------------------------------------------------------------------------------ */
section#topMessage {
}
section#topMessage div.sectionInner {
	display: flex;
	justify-content: space-between;
}
section#topMessage div.sectionInner div#topMessageText {
	width: 55%;
	padding: 100px 0;
}
section#topMessage div.sectionInner div#topMessageText h3#topMessageSlogan {
	width: auto;
	max-width: 640px;
}
section#topMessage div.sectionInner div#topMessagePhoto {
	width: calc((100% - 100px) - 55%);
}
section#topMessage div.sectionInner div#topMessagePhoto p img {
	border-radius: 30px;
}


/* topNews
------------------------------------------------------------------------------------ */
section#topNews {
	margin-top: 150px;
}
section#topNews div.sectionInner {
	display: flex;
}
section#topNews div.sectionInner div#topNewsLeft {
	width: 360px;
	margin-right: 100px;
}
section#topNews div.sectionInner div#topNewsLeft h2.pageTitle {
}
section#topNews div.sectionInner div#topNewsRight {
	width: calc(calc(100% - 250px) - 100px);
}
section#topNews div.sectionInner div#topNewsRight ul {
	border-top: 1px solid #CCC;
}
section#topNews div.sectionInner div#topNewsRight ul li {
	border-bottom: 1px solid #CCC;
}
section#topNews div.sectionInner div#topNewsRight ul li a {
	display: block;
	padding: 35px 0;
}
section#topNews div.sectionInner div#topNewsRight ul li a div {
	display: flex;
}
section#topNews div.sectionInner div#topNewsRight ul li a div p {
	color: #999;
	font-family: "Poppins", serif;
	font-weight:500;
	font-style:italic;
	margin-right: 30px;
	transition: all 0.3s ease;
}
section#topNews div.sectionInner div#topNewsRight ul li a:hover div p {
	color: #c30d23;
}
section#topNews div.sectionInner div#topNewsRight ul li a div h3 {
	transition: all 0.3s ease;
}
section#topNews div.sectionInner div#topNewsRight ul li a:hover div h3 {
	color: #c30d23;
}


/* topAbout
------------------------------------------------------------------------------------ */
section#topAbout {
	margin-top: 150px;
}
section#topAbout ul.linkBtnListW {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
section#topAbout ul.linkBtnListW .linkBtn,
section#topAbout ul.linkBtnListW .linkBtn a {
	width: 100%;
	max-width: none;
}

section#topAbout div.topAbout01 {
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin-top: 150px;
	margin-right: 5%;
}
section#topAbout div.topAbout01 div.topAbout01Photo {
	width: calc((100% - 100px) - 50%);
}
section#topAbout div.topAbout01 div.topAbout01Photo img {
	border-radius: 0 30px 30px 0;
}
section#topAbout div.topAbout01 div.topAbout01Text {
	width: 50%;
	padding: 50px 0;
}

section#topAbout div.topAbout02 {
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin-top: 150px;
	margin-left: 5%;
}
section#topAbout div.topAbout02 div.topAbout02Text {
	width: 50%;
	padding: 50px 0;
}
section#topAbout div.topAbout02 div.topAbout02Photo {
	width: calc((100% - 100px) - 50%);
}
section#topAbout div.topAbout02 div.topAbout02Photo img {
	border-radius: 30px 0 0 30px;
}


/* topActivities
------------------------------------------------------------------------------------ */
section#topActivities {
	margin-top: 150px;
}
section#topActivities div.sectionInner {
}
section#topActivities div.sectionInner ul {
	display: flex;
}
section#topActivities div.sectionInner ul li {
	position: relative;
	width: 32%;
	margin-right: 2%;
}
section#topActivities div.sectionInner ul li:nth-child(3n) {
	margin-right: 0;
}
section#topActivities div.sectionInner ul li a {
}
section#topActivities div.sectionInner ul li a:after {
	position: absolute;
	bottom: 20px;
	right: 30px;
	content: '\f061';
	font-family: fontAwesome;
	font-style: normal;
	color: #FFF;
	font-size: 18px;
	line-height: 100%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}
section#topActivities div.sectionInner ul li a p {
	overflow: hidden;
}
section#topActivities div.sectionInner ul li a p img {
	transition: all 0.3s ease;
}
section#topActivities div.sectionInner ul li a:hover p img {
	transform: scale(1.05,1.05);
}
section#topActivities div.sectionInner ul li a h3 {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #FFF;
	font-size:22px;
	line-height:100%;
	font-weight:700;
}


/* topSponsor
------------------------------------------------------------------------------------ */
section#topSponsor {
	margin-top: 150px;
}





/* タブレット用
------------------------------------------------------------------------------------ */
@media screen and (min-width:768px) and (max-width:1279px) {

	/* topMv
	------------------------------------------------------------------------------------ */
	section#topMv {
		height: 400px;
	}
	section#topMv div#topMvBg div.sectionInner {
		left: 50px;
		width: 60%;
	}

	/* topBanner
	------------------------------------------------------------------------------------ */
	section#topBanner {
		margin: 120px 0;
	}
	section#topBanner div.sectionInner ul#topBannerSlider div.slick-list li {
		margin-left: 0;
		margin-right: 0;
	}
	section#topBanner div.sectionInner ul#topBannerSlider button.slick-prev {
		left: -18px;
	}
	section#topBanner div.sectionInner ul#topBannerSlider button.slick-next {
		right: -18px;
	}

	/* topCautionArea
	------------------------------------------------------------------------------------ */
	section#topCautionArea {
		margin-bottom: 120px;
	}

	/* topMessage
	------------------------------------------------------------------------------------ */
	section#topMessage div.sectionInner {
		flex-direction: column;
	}
	section#topMessage div.sectionInner div#topMessageText {
		width: 100%;
		margin-top: 50px;
		padding-top: 0;
		padding-bottom: 0;
		order: 2;
	}
	section#topMessage div.sectionInner div#topMessagePhoto {
		width: 100%;
		order: 1;
	}

	/* topNews
	------------------------------------------------------------------------------------ */
	section#topNews {
		margin-top: 120px;
	}
	section#topNews div.sectionInner {
		display: block;
	}
	section#topNews div.sectionInner div#topNewsLeft {
		width: 100%;
		margin-right: 0;
	}
	section#topNews div.sectionInner div#topNewsRight {
		width: 100%;
	}
	section#topNews div.sectionInner div#topNewsRight ul li a {
		padding: 25px 0;
	}
	section#topNews div.sectionInner div#topNewsRight ul li a div p {
		margin-right: 25px;
	}

	/* topAbout
	------------------------------------------------------------------------------------ */
	section#topAbout {
		margin-top: 120px;
	}
	section#topAbout ul.linkBtnListW .linkBtn,
	section#topAbout ul.linkBtnListW .linkBtn a {
		width: auto;
		max-width: 360px;
	}
	section#topAbout div.topAbout01 {
		flex-direction: column;
		width: 100%;
		margin-top: 120px;
		margin-right: 0;
	}
	section#topAbout div.topAbout01 div.topAbout01Photo {
		width: 95%;
		margin-right: 5%;
	}
	section#topAbout div.topAbout01 div.topAbout01Text {
		width: 90%;
		margin: 50px auto 0 auto;
		padding: 0;
	}
	
	section#topAbout div.topAbout02 {
		flex-direction: column;
		width: 100%;
		margin-top: 120px;
		margin-left: 0;
	}
	section#topAbout div.topAbout02 div.topAbout02Text {
		width: 90%;
		margin: 50px auto 0 auto;
		padding: 0;
		order: 2;
	}
	section#topAbout div.topAbout02 div.topAbout02Photo {
		width: 95%;
		margin-left: 5%;
		order: 1;
	}

	/* topActivities
	------------------------------------------------------------------------------------ */
	section#topActivities {
		margin-top: 120px;
	}

	/* topSponsor
	------------------------------------------------------------------------------------ */
	section#topSponsor {
		margin-top: 120px;
	}
}



/* スマホ用
------------------------------------------------------------------------------------ */
@media screen and (max-width:767px) {
	/* topMv
	------------------------------------------------------------------------------------ */
	section#topMv {
		height: 240px;
	}
	section#topMv div#topMvBg {
		background: url("/2025/wp-content/themes/jc2025/images/top_mv_bg_pattern.png") left 50% no-repeat;
		background-size: cover;
	}
	section#topMv div#topMvBg div.sectionInner {
		left: 5%;
		width: 65%;
	}

	/* topBanner
	------------------------------------------------------------------------------------ */
	section#topBanner {
		margin: 50px 0;
	}
	section#topBanner div.sectionInner {
		width: calc(100% - 28px);
	}
	section#topBanner div.sectionInner ul#topBannerSlider div.slick-list li {
		margin-left: 0;
		margin-right: 0;
	}
	section#topBanner div.sectionInner ul#topBannerSlider button.slick-prev,
	section#topBanner div.sectionInner ul#topBannerSlider button.slick-next {
		width: 28px;
		height: 28px;
		font-size: 16px;
		line-height: 100%;
	}
	section#topBanner div.sectionInner ul#topBannerSlider button.slick-prev {
		left: -14px;
	}
	section#topBanner div.sectionInner ul#topBannerSlider button.slick-next {
		right: -14px;
	}

	/* topCautionArea
	------------------------------------------------------------------------------------ */
	section#topCautionArea {
		margin-bottom: 50px;
	}

	/* topMessage
	------------------------------------------------------------------------------------ */
	section#topMessage div.sectionInner {
		flex-direction: column;
	}
	section#topMessage div.sectionInner div#topMessageText {
		width: 100%;
		margin-top: 50px;
		padding-top: 0;
		padding-bottom: 0;
		order: 2;
	}
	section#topMessage div.sectionInner div#topMessagePhoto {
		width: 100%;
		order: 1;
	}
	section#topMessage div.sectionInner div#topMessagePhoto p img {
		border-radius: 20px;
	}

	/* topNews
	------------------------------------------------------------------------------------ */
	section#topNews {
		margin-top: 50px;
	}
	section#topNews div.sectionInner {
		display: block;
	}
	section#topNews div.sectionInner div#topNewsLeft {
		width: 100%;
		margin-right: 0;
	}
	section#topNews div.sectionInner div#topNewsRight {
		width: 100%;
	}
	section#topNews div.sectionInner div#topNewsRight ul li a {
		padding: 25px 0;
	}
	section#topNews div.sectionInner div#topNewsRight ul li a div p {
		margin-right: 25px;
	}

	/* topAbout
	------------------------------------------------------------------------------------ */
	section#topAbout {
		margin-top: 50px;
	}
	section#topAbout div.topAbout01 {
		flex-direction: column;
		width: 100%;
		margin-top: 50px;
		margin-right: 0;
	}
	section#topAbout div.topAbout01 div.topAbout01Photo {
		width: 95%;
		margin-right: 5%;
	}
	section#topAbout div.topAbout01 div.topAbout01Photo img {
		border-radius: 0 20px 20px 0;
	}
	section#topAbout div.topAbout01 div.topAbout01Text {
		width: 90%;
		margin: 50px auto 0 auto;
		padding: 0;
	}

	section#topAbout div.topAbout02 {
		flex-direction: column;
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
	}
	section#topAbout div.topAbout02 div.topAbout02Text {
		width: 90%;
		margin: 50px auto 0 auto;
		padding: 0;
		order: 2;
	}
	section#topAbout div.topAbout02 div.topAbout02Photo {
		width: 95%;
		margin-left: 5%;
		order: 1;
	}
	section#topAbout div.topAbout02 div.topAbout02Photo img {
		border-radius: 20px 0 0 20px;
	}

	/* topActivities
	------------------------------------------------------------------------------------ */
	section#topActivities {
		margin-top: 50px;
	}
	section#topActivities div.sectionInner ul {
		display: block;
	}
	section#topActivities div.sectionInner ul li {
		width: 100%;
		margin-top: 30px;
		margin-right: 0;
	}
	section#topActivities div.sectionInner ul li:first-child {
		margin-top: 0;
	}

	/* topSponsor
	------------------------------------------------------------------------------------ */
	section#topSponsor {
		margin-top: 50px;
	}
}
