/*=======================
メインビジュアル
=======================*/
#guide {
	background-image: url(../img/guide_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*=======================
一覧
=======================*/
#guide_wrap {
	/*	padding-bottom: 1.00rem;*/
}

#guide_wrap .guide_intro_lead {
	font-size: 0.20rem;
	line-height: 2;
	letter-spacing: 0.075em;
	text-align: center;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#guide_wrap .guide_intro_lead {
		font-size: 0.15rem;
		line-height: 2;
		text-align: left;
	}
}

#guide_wrap .guide_intro_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#guide_wrap .guide_intro_list_wrap .list .detail {
	width: 100%;
	max-width: 5.60rem;
	position: relative;
	margin-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	#guide_wrap .guide_intro_list_wrap .list .detail {
		margin-bottom: 0.20rem;
	}
}

#guide_wrap .guide_intro_list_wrap .list .detail .ph_wrap {
	width: 100%;
	height: 3.60rem;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#guide_wrap .guide_intro_list_wrap .list .detail .ph_wrap {
		height: 57.00vw;
	}
}

#guide_wrap .guide_intro_list_wrap .list .detail .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#guide_wrap .guide_intro_list_wrap .list .detail .text {
	width: calc(100% - 0.30rem);
	margin: auto;
	position: relative;
	line-height: 0;
	text-align: center;
	font-size: 0.22rem;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.05em;
	padding: 0.24rem 0 0.26rem;
	border-radius: 0.40rem;
	background-color: #00b900;
	top: -0.25rem;
}

@media screen and (max-width: 599px) {
	#guide_wrap .guide_intro_list_wrap .list .detail .text {
		width: calc(100% - 0.20rem);
		font-size: 0.14rem;
		letter-spacing: 0;
		padding: 0.20rem 0 0.22rem;
	}
}

#guide_wrap .guide_intro_footer {
	text-align: center;
	padding-bottom: 1.00rem;
}

#guide_wrap .guide_intro_footer .text {
	font-size: 0.24rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#guide_wrap .guide_intro_footer .text {
		font-size: 0.16rem;
		text-align: left;
		letter-spacing: 0.025em;
		line-height: 1.85;
	}
}

/*=============================
AIマッチングシステム活動の流れ
=============================*/
#flow {
	padding: 1.00rem 0 0.60rem;
	background-color: rgba(217, 239, 226, 0.2);
	margin-bottom: 0.60rem;
}

@media screen and (max-width: 599px) {
#flow {
	padding: 1.00rem 0 0;
}
}

#flow .title {
	font-size: 0.36rem;
	font-family: 'M PLUS 1p', sans-serif;
	letter-spacing: 0.025em;
	color: #00913a;
	text-align: center;
	padding-bottom: 0.40rem;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	#flow .title {
		font-size: 0.22rem;
		line-height: 1.5;
		padding-bottom: 0.20rem;
	}
}

#flow .lead {
	font-size: 0.20rem;
	line-height: 2;
	letter-spacing: 0.075em;
	text-align: center;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#flow .lead {
		font-size: 0.15rem;
		line-height: 1.85;
		text-align: left;
	}
}

#flow .flow_list_wrap .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.30rem;
}

@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .list {
		display: block;
		margin: auto;
	}
}

#flow .flow_list_wrap .list .detail {
	width: 100%;
	max-width: 3.55rem;
	margin:0 0.30rem 0.60rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .list .detail {
		max-width: 100%;
		margin: 0 auto 0.60rem;
	}
	#flow .flow_list_wrap .list .detail:last-child {
		padding-bottom: 0.40rem;
	}
}

#flow .flow_list_wrap .list .detail.arrow::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.25rem 0 0.25rem 0.16rem;
	border-color: transparent transparent transparent #e6e6e6;
	position: absolute;
	right: -0.30rem;
	top: 1.36rem;
}

@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .list .detail.arrow::after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 14px 20px 0 20px;
		border-color: #e6e6e6 transparent transparent transparent;
		position: absolute;
		right: inherit;
		top: inherit;
		bottom: -0.35rem;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .list .detail::after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 14px 20px 0 20px;
		border-color: #e6e6e6 transparent transparent transparent;
		position: absolute;
		right: inherit;
		top: inherit;
		bottom: -0.35rem;
		left: 50%;
		transform: translateX(-50%);
	}

	#flow .flow_list_wrap .list .detail.goal::after,
	#flow .flow_list_wrap .list .detail.last::after {
		content: none;
	}

	#flow .flow_list_wrap .list .detail.goal {
		margin-bottom: 0.30rem;
	}
	#flow .flow_list_wrap .list .detail:last-child {
		content: none;
	}
}

/* タイトル */
#flow .flow_list_wrap .list .detail .flow_title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	font-size: 0.20rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	color: #00913a;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .list .detail .flow_title {
		font-size: 0.20rem;
		margin-bottom: 0;
	}
}

#flow .flow_list_wrap .list .detail .flow_title span {
	font-size: 0.18rem;
}

@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .list .detail .flow_title span {
		font-size: 0.15rem;
	}
}

#flow .flow_list_wrap .list .detail .flow_title .num {
	width: 0.30rem;
	line-height: 0;
	padding: 0.15rem 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFF;
	border-radius: 0.30rem;
	text-align: center;
	position: relative;
	margin-right: 0.06rem;
	top: -0.02rem;
	background-color: #EA5514;
}

@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .list .detail .flow_title .num {
		width: 0.24rem;
		padding: 0.12rem 0;
		font-size: 0.16rem;
	}
}

#flow .flow_list_wrap .list .detail .flow_title .title_text {
	line-height: 1.45;
	width: calc(100% - 0.40rem);
	text-align: left;
}

#flow .flow_list_wrap .list .detail .flow_title.goal {
	color: #e6326e;
}

/* 画像 */
#flow .flow_list_wrap .list .detail .ph_wrap {
	text-align: center;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .list .detail .ph_wrap {
		margin-bottom: 0;
	}
}

#flow .flow_list_wrap .list .detail .ph_wrap img {
	height: 1.67rem;
}

@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .list .detail .ph_wrap img {
		height: 1.80rem;
	}
}

/* テキスト */
#flow .flow_list_wrap .list .detail .textbox .text {
	font-size: 0.15rem;
	line-height: 1.5;
	padding-bottom: 0.07rem;
	text-indent: -0.10rem;
	margin-left: 0.20rem;
}

@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .list .detail .textbox .text {
		font-size: 0.14rem;
		letter-spacing: 0;
		text-indent: -0.09rem;
		margin-left: 0.20rem;
	}
}

#flow .flow_list_wrap .list .detail .textbox .text::before {
	content: "●";
	display: inline-block;
	padding-right: 0.04rem;
}

#flow .flow_list_wrap .list .detail .textbox .caption {
	font-size: 0.14rem;
	line-height: 1.5;
	color: #c1272d;
	text-indent: -0.09rem;
	margin-left: 0.18rem;
}

@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .list .detail .textbox .caption {
		font-size: 0.12rem;
		letter-spacing: 0;
		line-height: 1.5;
		color: #c1272d;
		text-indent: -0.09rem;
		margin-left: 0.18rem;
	}
}

#flow .flow_list_wrap .list .detail .textbox .caption::before {
	content: "※";
	display: inline-block;
	padding-right: 0.04rem;
}

#flow .flow_list_wrap .list .detail .textbox .text.red {
	color: #c1272d;
}

#flow .flow_list_wrap .list .detail .textbox .text_img {
	margin-left: 0.18rem;
}

#flow .flow_list_wrap .list .detail .sp_textbox {
	padding-top: 0.10rem;
}

/* 流れの最後 */
#flow .flow_list_wrap .list .detail .flow_last_ph {
	position: relative;
	top: -0.20rem;
}

/* 必要な書類 */
#flow .flow_list_wrap .list .detail .caption_box {
	background-color: #FFFCDB;
	border: 1px solid #6A3906;
	padding: 0.20rem;
	border-radius: 0.10rem;
}

/* キャンペーンボタン */
#flow .flow_list_wrap .list .detail .special_bnr_wrap {
	padding-top: 0.15rem;
}

#flow .flow_list_wrap .list .detail .special_bnr_wrap a {
	display: block;
	width: calc(100% - 0.20rem);
	background-color: #EA5514;
	padding: 0.12rem 0 0.14rem;
	text-align: center;
	border-radius: 0.04rem;
	color: #FFF;
	font-size: 0.15rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .list .detail .special_bnr_wrap a {
		width: 100%;
		font-size: 0.14rem;
	}
}

/*==========================
登録に必要なもの
==========================*/
#entry_info {
	padding-bottom: 1.00rem;
}

#entry_info .title {
	font-size: 0.36rem;
	font-family: 'M PLUS 1p', sans-serif;
	letter-spacing: 0.025em;
	color: #00913a;
	text-align: center;
	padding-bottom: 0.40rem;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	#entry_info .title {
		font-size: 0.22rem;
		padding-bottom: 0.20rem;
	}
}

#entry_info .lead {
	font-size: 0.20rem;
	line-height: 2;
	letter-spacing: 0.075em;
	text-align: center;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#entry_info .lead {
		font-size: 0.15rem;
		line-height: 1.85;
		padding-bottom: 0.20rem;
	}
}

#entry_info .entry_info_list .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
#entry_info .entry_info_list .list {
	justify-content: center;
}
}

#entry_info .entry_info_list .list .detail {
	width: 1.80rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#entry_info .entry_info_list .list .detail {
		width: 50%;
		text-align: center;
		padding-bottom: 0.30rem;
	}
}

#entry_info .entry_info_list .list .detail .ph_wrap {
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	#entry_info .entry_info_list .list .detail .ph_wrap {
		padding: 0 0.30rem 0.10rem;
	}
}

#entry_info .entry_info_list .list .detail .text {
	font-size: 0.14rem;
	color: #00913a;
	letter-spacing: 0.05em;
	line-height: 1.58;
}

@media screen and (max-width: 599px) {
	#entry_info .entry_info_list .list .detail .text {
		font-size: 0.13rem;
	}
}

#entry_info .entry_info_list .list .detail .small_caption {
	font-size: 0.12rem;
	color: #00913a;
	letter-spacing: 0;
	line-height: 1.58;
}

@media screen and (max-width: 599px) {
	#entry_info .entry_info_list .list .detail .small_caption {
		font-size: 0.11rem;
	}
}

/*=======================
COVID-19
=======================*/
#covid19 {
	padding-top: 0.40rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#covid19 {
		padding-top: 0;
	}
}

#covid19::before {
	content: "";
	width: 100%;
	height: calc(100% - 0.75rem);
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(217, 239, 226, 0.5);
}

#covid19 .in {
	max-width: 10.00rem;
	z-index: 1;
}

#covid19 .sub_title {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 0.28rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
	margin-bottom: 0.50rem;
	background-color: #00b900;
	padding: 0.20rem 0 0.22rem;
	border-radius: 0.40rem;
	color: #FFF;
	position: relative;
}

@media screen and (max-width: 599px) {
	#covid19 .sub_title {
		font-size: 0.18rem;
		line-height: 1.40;
		padding: 0.15rem 0 0.17rem;
		border-radius: 0.05rem;
	}
}

#covid19 .covid19_box {
	padding-bottom: 0.60rem;
}

#covid19 .covid19_box .covid19_title {
	font-size: 0.24rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#covid19 .covid19_box .covid19_title {
		font-size: 0.20rem;
	}
}

#covid19 .covid19_box .covid19_title span {
	display: inline-block;
	border-bottom: 3px solid #00b900;
	padding-bottom: 0.10rem;
}

#covid19 .covid19_box .list {
	display: flex;
	flex-wrap: wrap;
}

#covid19 .covid19_box .list .detail {
	width: 20%;
	text-align: center;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#covid19 .covid19_box .list .detail {
		width: 50%;
	}
}

#covid19 .covid19_box.type02 .list .detail {
	width: 25%;
}

@media screen and (max-width: 599px) {
	#covid19 .covid19_box.type02 .list .detail {
		width: 50%;
	}
}

#covid19 .covid19_box .list .detail .icon_wrap {
	margin: 0.10rem auto 0.06rem;
	background-color: #FFF;
	padding: 0.10rem;
	max-width: 1.50rem;
	border-radius: 5px;
}

@media screen and (max-width: 599px) {
	#covid19 .covid19_box .list .detail .icon_wrap {
		max-width: 1.20rem;
	}
}

#covid19 .covid19_box.type02 .list .detail .icon_wrap {
	margin: 0.10rem auto;
	background-color: #FFF;
	padding: 0.10rem;
	max-width: 2.00rem;
	border-radius: 5px;
}

@media screen and (max-width: 599px) {
	#covid19 .covid19_box.type02 .list .detail .icon_wrap {
		max-width: 1.20rem;
	}
}

#covid19 .covid19_box .list .detail .icon_wrap img {
	width: 1.30rem;
	display: block;
	margin: auto;
}

#covid19 .covid19_box .list .detail .text {
	font-size: 0.14rem;
	line-height: 1.65;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	#covid19 .covid19_box .list .detail .text {
		font-size: 0.12rem;
		line-height: 1.35;
	}
}
