@charset "UTF-8";

/* override
---------------------------------------------------------------------- */

/* kv */
.visual__inner {
	position: relative;
}
.visual__title {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.visual__title h1 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 3rem;
	text-shadow: 0 0 10px #4EB5B5;
}
.visual__title h1 span {
	display: block;
    color: #FAE7A4;
    font-weight: 600;
    font-family: "Lobster", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
}
@media (min-width: 768px) {
	.visual__title h1 {
		font-size: 7rem;
		text-shadow: 0 0 14px #4EB5B5;
	}
	.visual__title h1 span {
		font-size: 2.6rem;
	}
}

/* lead */
.contents-box.event__lead {
	background: none;
}
.contents-box.event__lead::before {
	display: none;
}
.event__lead h2 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #2A608B;
	text-align: left;
	line-height: 1.5;
}
.event__lead p {
	margin-top: 20px;
	text-align: left;
	font-weight: 400;
}
.event__lead-anchor {
	display: block;
	margin-top: 30px;
}
.event__lead-link li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 18px 50px 18px 20px;
	background-color: #DD3740;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 700;
	text-decoration: none;
}
.event__lead-link li a::after {
	content: '';
	position: absolute;
	right: 4%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 18px;
	background-image: url(../img/common/icon_arrow_b.svg);
	background-size: contain;
}

@media (max-width: 767px) {
	.event__lead h2 {
		text-align: center;
	}
	.event__lead-link li + li {
		margin-top: 1px;
	}
}
@media (min-width: 768px) {
	.event__lead {
		margin-top: 80px;
	}
	.event__lead h2 {
		font-size: 2.4rem;
		text-align: center;
	}
	.event__lead p {
		margin-top: 30px;
		text-align: center;
		font-size: 2rem;
	}
	.event__lead-anchor {
		margin-top: 40px;
		margin-bottom: 130px;
	}
	.event__lead-link {
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
		gap: 1px 1px;
		background-color: #fff;
	}
	.event__lead-link li {
		flex: 1 0 calc(100% / 3 - 1px);
		width: 100%;
		max-width: calc(100% / 3);
	}
	.event__lead-link li:nth-of-type(n+4) {
		flex: 1 0 calc(100% / 2 - 1px);
		max-width: calc(100% / 2);
	}
	.event__lead-link li a {
		display: flex;
		align-items: center;
		transition: all .3s;
	}
	.event__lead-link li a:hover {
		background-color: #fff;
		color: #DD3740;
	}
	.event__lead-link li a:hover::after {
	background-image: url(../img/common/icon_arrow_b_2.svg);
}
}

/* SDGs */
.about__sdgs {
	margin-bottom: 0;
}
.about__sdgs .about__sdgs_item {
	max-width: 690px;
	margin: auto;
}
.about__sdgs .about__sdgs_item .contents-box__col2__img img {
	border: none;
}
.about__sdgs .about__sdgs_photo .about__sdgs_photo_col2 .about__sdgs_photo_col2__tx {
	margin-top: 20px;
}
.about__sdgs .about__sdgs_photo .about__sdgs_photo_col2 .about__sdgs_photo_col2__tx .ttl {
	font-size: 18px;
    font-weight: bold;
    color: #2A608B
}
.about__sdgs_photo_col2__item.about__sdgs_photo_col2__img {
	border-radius: 40px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.about__sdgs .about__sdgs_item {
		margin-bottom: 40px;
	}
	.about__sdgs .about__sdgs_item .contents-box__col2__img {
		max-width: 200px;
		margin: auto;
	}
	.about__sdgs .about__sdgs_photo .about__sdgs_photo_col2 + .about__sdgs_photo_col2 {
		margin-top: 50px;
	}
}

@media (min-width: 768px) {
	.about__sdgs .about__sdgs_item .contents-box__col2 {
		display: flex;
		align-items: center;
	}
	.about__sdgs .about__sdgs_item .contents-box__col2 .contents-box__col2__img {
		border: none;
		border-radius: 0;
		flex: 0 0 240px;
		margin-right: 30px;
	}
	.about__sdgs .about__sdgs_item .contents-box__col2 .contents-box__col2__tx {
		flex: 1 0 60%;
	}
	.about__sdgs .about__sdgs_photo .about__sdgs_photo_col2 .about__sdgs_photo_col2__tx .ttl {
		font-size: 2rem;
	}
	.about__sdgs .about__sdgs_photo {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 50px auto 0;
		flex-wrap: wrap;
		max-width: 920px;
	}
	.about__sdgs .about__sdgs_photo .about__sdgs_photo_col2 {
		flex-direction: column;
		flex: 0 0 calc(50% - 20px);
		max-width: 440px;
	}
	.about__sdgs .about__sdgs_photo .about__sdgs_photo_col2:nth-child(n + 3) {
		margin-top: 40px;
	}
	.about__sdgs_photo_col2__item.about__sdgs_photo_col2__img {
		border-radius: 20px;
	}
}