@charset "UTF-8";

/* ------------------------------------------- */
/* section:panel_container */
#panel_container {
	margin-bottom: 50px;
}
#panel_container .inner {
}
#panel_container .inner .panel_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#panel_container .inner .panel_box a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	text-decoration: none;
}
#panel_container .inner .panel_box a:hover {
	opacity: 0.5;
}
#panel_container .inner .panel_box a img {
}
#panel_container .inner .panel_box a p {
	width: 100%;
	padding: 20px 0;
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background-color: #1b8a34;
	transform: rotate(0.05deg);
}

@media (max-width: 768px) {
}


/* ------------------------------------------- */
/* section:mascot_container */
#mascot_container {
	margin-bottom: 50px;
}
#mascot_container .inner {
}
#mascot_container .inner .mascot_box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
}
#mascot_container .inner .mascot_box a {
	text-decoration: none;
}
#mascot_container .inner .mascot_box a:hover {
	opacity: 0.5;
}

@media (max-width: 768px) {
}


/* ------------------------------------------- */
/* section:gallery_container */
#gallery_container {
	margin-bottom: 50px;
}
#gallery_container .inner {
}
#gallery_container .inner a {
}
#gallery_container .inner a:hover {
	opacity: 0.5;
}

@media (max-width: 768px) {
}


/* ------------------------------------------- */
/* section:tech_container */
#tech_container {
	margin-bottom: 50px;
}
#tech_container .inner {
}
#tech_container .inner .tech_box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
}
#tech_container .inner .tech_box a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	text-decoration: none;
}
#tech_container .inner .tech_box a:hover {
	opacity: 0.5;
}
#tech_container .inner .tech_box a img {
}
#tech_container .inner .tech_box a p {
	width: 100%;
	max-width: 170px;
	padding: 10px 0 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	color: #000;
	transform: rotate(0.05deg);
}

@media (max-width: 768px) {
}


