@charset "utf-8";

/*============================
ナビゲーション
============================*/
.pc_navi .navi .list {
	position: relative;
}

/*============================
MV
============================*/
#mv {
	margin-top: -0.40rem;
	position: relative;
	z-index: 0;
}

#mv .ph_wrap {
	max-width: 16.00rem;
	height: 5.50rem;
	margin: auto;
	padding: 0 0.15rem;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 640px) {
	#mv .ph_wrap {
		height: 102.40vw;
		padding: 0;
	}
}

#mv .ph_wrap .upper_box {
	width: 100%;
	height: 49.5%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.10rem;
}
#mv .ph_wrap .bottom_box {
	width: 100%;
	height: 49.5%;
	display: flex;
	justify-content: space-between;
}

#mv .ph_wrap .ph {
	overflow: hidden;
	height: 2.70rem;
	border-radius: 0.10rem;
}

#mv .ph_wrap .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mv .ph_wrap .ph.-ph01 {
	width: 20%;
}
#mv .ph_wrap .ph.-ph02 {
	width: 20%;
}
#mv .ph_wrap .ph.-ph03 {
	width: 33%;
}
#mv .ph_wrap .ph.-ph04 {
	width: 25%;
}
#mv .ph_wrap .ph.-ph05 {
	width: 25%;
}
#mv .ph_wrap .ph.-ph06 {
	width: 20%;
}
#mv .ph_wrap .ph.-ph07 {
	width: 33%;
}
#mv .ph_wrap .ph.-ph08 {
	width: 20%;
}

#mv .ph_wrap .title {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #FFFBF6;
	color: #006837;
	font-size: 0.26rem;
	font-weight: bold;
	padding: 0.35rem 0 0.35rem 0.40rem;
	display: flex;
	padding-right: 1.6rem;
	border-radius: 0.50rem 0 0 0.50rem;
}
@media screen and (max-width: 640px) {
	#mv .ph_wrap .title {
		width: 2.40rem;
		top: 86%;
		padding: 0.20rem 0 0.20rem 0.40rem;
	}		
}

#mv .ph_wrap .title span {
	padding-right: 0.15rem;
}
@media screen and (max-width: 640px) {
	#mv .ph_wrap .title span {
		font-size: 0.2rem;
	}		
	#mv .ph_wrap .title img  {
		position: absolute;
		position: absolute;
		width: 0.75rem;
		top: -0.10rem;
		right: 0.2rem;
	}
}

/*============================
主な支援制度
============================*/
#support {
	margin-top: 0.55rem;
	margin-bottom: 1.00rem;
}
@media screen and (max-width: 640px) {
	#support {
		margin-top: 0.35rem;
		margin-bottom: 0.30rem;
	}
}

#support .lead {
	font-size: 0.20rem;
	text-align: center;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	#support .lead {
		font-size: 0.14rem;
		line-height: 1.85;
	}
}


#support .linl_btn {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	#support .linl_btn {
		flex-wrap: wrap;
	}
}

#support .linl_btn .list {
	max-width: 2.5rem;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#support .linl_btn .list {
		width: 48%;
		margin-bottom: 0.15rem;
	}
}

#support .linl_btn .list a {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 0.20rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: #006837;
	box-sizing: border-box;
	padding: 0.20rem 0 0.22rem;
	border-radius: 0.40rem;
	position: relative;
	box-shadow: 0 0.03rem 0 rgba(0,0,0,0.2);
}
@media screen and (max-width: 640px) {
	#support .linl_btn .list a {
		font-size: 0.15rem;
	}
}


#support .linl_btn .list a:hover {
	background: #00C96A;
}


#support .linl_btn .list a::after {
	content: '';
	display: block;
	width: 0.16rem;
	height: 0.13rem;
	background: url(../img/support/link_arrow.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0.20rem;
	transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
	#support .linl_btn .list a::after {
		right: 0.10rem;
	}
}


#support .cont_box {
	padding-top: 0.65rem;
}
@media screen and (max-width: 640px) {
	#support .cont_box {
		padding-top: 0.45rem;
	}
}

#support .cont_box .cont_title {
	font-size: 0.30rem;
	font-weight: bold;
	color: #006837;
	padding-bottom: 0.15rem;
	margin-bottom: 0.50rem;
	border-bottom: 2px solid #006837;
}
@media screen and (max-width: 640px) {
	#support .cont_box .cont_title {
		font-size: 0.20rem;
		margin-bottom: 0.20rem;
	}
}

#support .cont_box .list .item {
	background: #fff;
	box-shadow: 0px 0px 9px -5px #777777;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 0.25rem;
	margin-bottom: 0.20rem;
}

#support .cont_box .list .item .list_title_wrap {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 640px) {
	#support .cont_box .list .item .list_title_wrap {
		flex-wrap: wrap;
	}
}

#support .cont_box .list .item .list_title_wrap .tag {
	display: inline-block;
	font-size: 0.14rem;
	font-weight: bold;
	color: #006837;
	background: #E2E5C2;
	border-radius: 0.30rem;
	padding: 0.05rem 0.20rem;
	margin-right: 0.15rem;
}
@media screen and (max-width: 640px) {
	#support .cont_box .list .item .list_title_wrap .tag {
		font-size: 0.12rem;
	}
}


#support .cont_box .list .item .list_title_wrap .list_title {
	font-size: 0.17rem;
	font-weight: bold;
	color: #006837;
	line-height: 1.6;
}
@media screen and (max-width: 640px) {
	#support .cont_box .list .item .list_title_wrap .list_title {
		font-size: 0.15rem;
		margin-top: 0.10rem;
		width: 100%;
	}
}

#support .cont_box .list .item .list_title_wrap .list_title small {
	font-size: 0.15rem;
	display: block;
}
@media screen and (max-width: 640px) {
	#support .cont_box .list .item .list_title_wrap .list_title small {
	font-size: 0.13rem;
	font-weight: 500;
}
}

#support .cont_box .list .item  a {
	font-size: 0.16rem;
	color: #000;
	text-decoration: underline;
	margin-top: 0.10rem;
	margin-bottom: 0.05rem;
	display: block;
	font-family: "Inter", sans-serif;
}
@media screen and (max-width: 640px) {
	#support .cont_box .list .item  a {
		font-size: 0.14rem;
	}
}

#support .cont_box .list .item  a:hover {
	opacity: 0.7;
}

#support .cont_box .list .item a span {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 640px) {
	#support .cont_box .list .item a span {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		position: relative;
		padding-left: 0.10rem;
	}
}


#support .cont_box .list .item a span::before {
	content: '';
	display: block;
	width: 0.08rem;
	height: 0.05rem;
	background: url(../img/support/link_icon_sankaku.svg) no-repeat;
	background-size: contain;
	margin-right: 0.05rem;
	margin-top: 0.02rem;
}
@media screen and (max-width: 640px) {
	#support .cont_box .list .item a span::before {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
}

#support .cont_box .list .item a span::after {
	content: '';
	display: block;
	width: 0.16rem;
	height: 0.13rem;
	background: url(../img/support/link_icon_gaibu.svg) no-repeat;
	background-size: contain;
	margin-left: 0.1rem;
}
@media screen and (max-width: 640px) {
	#support .cont_box .list .item a span::after {
		content: none;

	}
}
