@charset "utf-8";
/*
募集要項
*/
.support_body {
	width: 100%;
	padding: 0 33px;
}
.support_contents {
	position: relative;
	overflow: hidden;
}
.support_contents::before {
	content: "";
	position: absolute;
	top: 60px;
	left: 0;
	background: url(../images/support/bg_img_01.png) no-repeat center top / cover;
	aspect-ratio: 1440 / 1548;
	width: 100%;
	z-index: -1;
}
.guidelines_wrap {
	margin: 60px 0 0;
}
.support_sec_ttl {
	font-size: 25px;
	font-weight: bold;
	color: #000;
}
.guidelines_wrap .support_sec_ttl span {
	color: #F38058;
}
.support_sec_lead_txt {
	margin: 30px 0 0;
	line-height: 1.7;
}
.support_sec_lead_txt br {
	display: none;
}
.support_list {
	margin: 30px 0 0;
}
.support_item + .support_item {
	margin: 10px 0 0;
}
.support_item_ttl {
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 0 0.5em;
}
.support_item_ttl span {
	color: #F38058;
}
.support_item_txt {
	font-weight: 400;
}
.support_list_02 {
	margin: 40px 0 0;
}
.support_list_02 .support_item + .support_item {
	margin: 20px 0 0;
}
.support_list_02 .support_item_ttl span {
	color: #F7CD7B;
}
.guidelines_link_btn {
	text-align: center;
	margin: 30px auto 0;
}
.guidelines_link_btn .btn_02 {
	background: #F38058;
}
.support_img_wrap {
	margin: 80px 0 0;
	position: relative;
	text-align: center;
}
.support_img_txt {
	color: #FFF;
	font-size: 13px;
	position: absolute;
	bottom: 12%;
	right: 6%;
}
@media only screen and (min-width: 652px) {
	.support_img_txt {
		bottom: 30px;
		right: 50px;
	}
}
@media only screen and (min-width: 768px) {
	.support_contents::before {
		top: 90px;
	}
	.guidelines_wrap {
		padding: 0 0 0 40px;
		margin: 100px 0 0;
	}
	.support_sec_ttl {
		font-size: 36px;
	}
	.support_sec_ttl br {
		display: none;
	}
	.support_sec_lead_txt {
		margin: 40px 0 0;
	}
	.support_sec_lead_txt br {
		display: block;
	}
	.support_list {
		margin: 40px 0 0;
	}
	.support_item + .support_item {
		margin: 20px 0 0;
	}
	.support_list_02 {
		margin: 75px 0 0;
	}
	.support_list_02 .support_item + .support_item {
		margin: 40px 0 0;
	}
	.guidelines_link_btn {
		margin: 45px auto 0;
	}
	.support_img_wrap {
		margin: 100px 0 0;
	}
	.support_img_txt {
		font-size: 15px;
		bottom: 11%;
		right: 3%;
	}
}
@media only screen and (min-width: 1280px) {
	.support_body {
		width: 1246px;
		padding: 0;
		margin: auto;
	}
	.guidelines_wrap {
		margin: 151px 0 0;
		padding: 0 0 0 82px;
	}
	.support_list_02 .support_item + .support_item {
		margin: 70px 0 0;
	}
	.support_img_wrap {
		margin: 160px 0 0;
	}
}
@media only screen and (min-width: 1680px) {
	.support_contents::before {
		top: 30px;
	}
}
/*
サポーターの声
*/
.voice_wrap {
	margin: 50px 0 0;
}
.voice_ttl_img_wrap {
	display: flex;
	align-items: center;
	gap: 0 20px;
}
.voice_ttl_img {
	width: 70px;
}
.voice_ttl {
	font-size: 25px;
	font-weight: 500;
}
.voice_ttl_txt {
	font-size: 14px;
	font-weight: 400;
	margin: 15px 0 0;
}
.voice_list {
	margin: 60px 0 0;
}
.supporter-voice {
	display: inline-block;
	font-size: 16px;
	color: #000;
	background: #ffeecc;
	padding: 12px 25px;
	border-radius: 40px;
	position: relative;
}
.supporter-voice::after {
	content: "";
	position: absolute;
	bottom: -26px;
	left: 16px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #ffeecc;
	border-right: 0;
	transform: rotate(-60deg);
}
.voice_item:nth-of-type(even) {
	text-align: right;
}
.voice_item:nth-of-type(even) .supporter-voice {
	background: #ccf6ff;
}
.voice_item:nth-of-type(even) .supporter-voice::after {
	border-top-color: #ccf6ff;
	bottom: -30px;
	left: auto;
	right: 3px;
	transform: rotate(-30deg);
}
.voice_item + .voice_item {
	margin: 20px 0 0;
}
.voice_item:last-child {
	margin: 20px 0 10px;
}
@media only screen and (min-width: 768px) {
	.voice_wrap {
		margin: 90px 0 0;
	}
	.voice_ttl_wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 20px;
	}
	.voice_ttl_img {
		width: 90px;
	}
	.voice_ttl_txt {
		width: 50%;
		margin: 0;
	}
	.supporter-voice {
		font-size: 18px;
		padding: 15px 40px 15px 20px;
	}
	.voice_item:nth-of-type(even) .supporter-voice {
		padding: 15px 20px 15px 40px;
	}
}
@media only screen and (min-width: 1280px) {
	.voice_wrap {
		margin: 129px 0 0;
	}
	.voice_ttl_wrap {
		gap: 0 30px;
	}
	.voice_ttl_img_wrap {
		gap: 0 30px;
	}
	.voice_ttl_img {
		width: unset;
	}
	.voice_ttl {
		font-size: 36px;
	}
	.voice_ttl_txt {
		font-size: 15px;
		width: unset;
	}
	.voice_list {
		margin: 114px auto 0;
		width: 1012px;
	}
	.supporter-voice {
		font-size: 24px;
		padding: 19px 68px 19px 34px;
	}
	.voice_item:nth-of-type(even) .supporter-voice {
		padding: 19px 34px 19px 68px;
	}
	.voice_item + .voice_item {
		margin: 30px 0 0;
	}
	.voice_item:last-child {
		margin: 30px 0 10px;
	}
}
/*
応援
*/
.support_contents_02 {
	margin: 100px 0 0;
}
.support_contents_02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/support/bg_img_02.png) no-repeat center top / cover;
	aspect-ratio: 1440 / 1657;
	width: 100%;
	z-index: -1;
}
.supporter_wrap {
	padding: 60px 0 0;
}
.supporter_wrap .support_sec_ttl span {
	color: #9BC83B;
}
.supporter_wrap .support_item_ttl span {
	color: #9BC83B;
}
.supporter_link_btn {
	margin: 40px 0 0;
	text-align: center;
}
.supporter_link_btn .btn_02 {
	background: #C7C872;
}
@media only screen and (min-width: 768px) {
	.support_contents_02 {
		margin: 300px 0 0;
	}
	.supporter_wrap {
		padding: 100px 0 0 40px;
	}
	.supporter_link_btn {
		margin: 70px 0 0;
		text-align: left;
	}
}
@media only screen and (min-width: 1280px) {
	.support_contents_02 {
		margin: 500px 0 0;
	}
	.supporter_wrap {
		padding: 300px 0 0 82px;
	}
	.supporter_link_btn {
		margin: 140px 0 0;
	}
}
/*
事業協力
*/
.sponsorship_wrap {
	margin: 100px 0 0;
}
.sponsorship_item + .sponsorship_item {
	margin: 30px 0 0;
}
.sponsorship_item_img {
	width: 100%;
	height: 200px;
	background: #f9f9f9;
	border: 1px solid #C7C872;
	border-radius: 20px;
}
.sponsorship_item_txt_area {
	margin: 15px 0 0 15px;
}
.sponsorship_item_txt {
	font-size: 14px;
}
@media only screen and (min-width: 768px) {
	.sponsorship_wrap {
		margin: 140px 0 0;
	}
	.sponsorship_item + .sponsorship_item {
		margin: 50px 0 0;
	}
	.sponsorship_item_txt_area {
		margin: 21px 0 0 20px;
	}
	.sponsorship_item_txt {
		font-size: 15px;
	}
}
@media only screen and (min-width: 1280px) {
	.sponsorship_wrap {
		margin: 243px 0 0;
	}
	.sponsorship_item + .sponsorship_item {
		margin: 72px 0 0;
	}
	.sponsorship_item_img {
		height: 253px;
		border-radius: 26px;
	}
	.sponsorship_item_txt_area {
		margin: 21px 0 0 35px;
	}
}
