@charset "utf-8";
/* CSS Document */
/* style.css */
#contents {
	position: relative;
	z-index: 1;
}

/*テキスト見出し*/
h2 {
	font-size: 36px;
	text-align: center;
	line-height: 1.4;
}
h3 {
	font-size: 32px;
	text-align: center;
	line-height: 1.75;
}
h4 {
	font-size: 28px;
	text-align: center;
	line-height: 1.35;
}

/*コンテンツ幅*/
section .sectionWapper {
	max-width: 1000px;
	width: calc(100% - 20px);
	margin-inline: auto;
	padding: 60px 0 80px;
}

/*メイン*/
h1.topImg {
	max-width: 1980px;
	margin: 35px auto 40px;
}
section#top .sectionWapper {
	padding: 0 0 80px;
}
section#top .sectionWapper h2 {
	font-family: ZenMaruGothic-Regular;
	font-weight: 900;
}
section#top .chanceList ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px auto 60px;
}
section#top .chanceList ul li {
	text-align: center;
	width: 47.6%;
	font-size: min(26px, 2.7vw);
	color: #FFFFFF;
	background: #00c8d7;
	padding: 20px 0;
	border-radius: 4px;
}
section#top .sectionWapper h3.mainRead {
	margin-top: 30px;
}
section#top .sectionWapper h3.mainRead span {
	font-size: 40px;
	color: #00c8d7;
}

section#top .sectionWapper p.update {
	text-align: right;
	font-size: 24px;
	font-family: ZenMaruGothic-Regular;
	font-weight: 900;
	margin: 40px 0 60px;
}
section#top .sectionWapper p.utilization {
	text-align: center;
	font-size: 32px;
}
section#top .worries {
	margin-top: 120px;
}
section#top .worries .ideasH4 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	font-size: min(28px, 2.6vw);
}
section#top .worries .ideasH4::before {
	content: "";
	width: 113px;
	height: 120px;
	background: url(../images/img_ideaA_left.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(10%, -50%);
}
section#top .worries .ideasH4::after {
	content: "";
	width: 118px;
	height: 120px;
	background: url(../images/img_ideaA_right.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(-3%, -50%);
}
section#top .worries .worriesList {
	width: 82.8%;
	margin: 80px auto 60px;
}
section#top .worries .worriesList ul li {
	font-size: min(28px, 2.6vw);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 116px;
	box-sizing: border-box;
	margin-bottom: 34px;
}
section#top .worries .worriesList ul li:last-child {
	margin-bottom: 0;
}
section#top .worries .worriesList ul li:nth-child(odd) {
	background: url(../images/icon_tail_left.png) no-repeat;
	background-size: 100% 100%;
	padding: 22px 0 22px 28px;
	margin-right: 26px;
}
section#top .worries .worriesList ul li:nth-child(even) {
	background: url(../images/icon_tail_right.png) no-repeat;
	background-size: 100% 100%;
	padding: 22px 28px 22px 0;
	margin-left: 26px;
}

/*補助金対象かまずはCheck！*/
#subjectCheck {
	background: #00c8d7;
}
#subjectCheck h3.subjectTitle {
	text-align: left;
	margin-bottom: 15px;
}
#subjectCheck h3.subjectTitle img {
	width: fit-content;
}
#subjectCheck .subjectCheckList ul {
	background: #FFFFFF;
	padding: 40px 50px;
	border-radius: 10px
}
#subjectCheck .subjectCheckList ul li {
	position: relative;
	font-size: 24px;
	line-height: 1.45;
	padding-left: 80px;
	margin-bottom: 30px;
}
#subjectCheck .subjectCheckList ul li:last-child {
	margin-bottom: 0;
}
#subjectCheck .subjectCheckList ul li::before {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../images/icon_check.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
}
/*補助金について*/
#subsidy .subjectList {
	width: 100%;
	margin: 60px auto;
}
#subsidy .subjectList dl {
	font-family: initial;
	display: flex;
	align-items: center;
	background: #f2f5f6;
	padding: 20px 40px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 10px;
}
#subsidy .subjectList dl dt {
	font-weight: bold;
	width: 15%;
}
#subsidy .linkBtn {
	width: fit-content;
	margin: 0 auto;
}
#subsidy .linkBtn a {
	width: fit-content;
	display: block;
	color: #3b4746;
	padding: 20px 52px;
	border: 2px solid #00c8d7;
	border-radius: 10px;
	margin: 0 auto;
	box-shadow: 3px 3px 0px #00c8d7;
}
#subsidy .linkBtn .subText {
	display: block;
	text-align: right;
	font-size: 13px;
	padding-top: 8px;
}
/*FAQ*/
#FAQ {
	background-color: #f2f5f6;
}
#FAQ dl.faqList {
	width: 100%;
	margin: 60px auto;
}
#FAQ dl.faqList dt {
	background: #00c8d7;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.45;
	border-radius: 10px;
	padding: 20px 30px;
	margin-bottom: 10px;
}
#FAQ dl.faqList dd {
	background: #FFFFFF;
	font-size: 20px;
	line-height: 1.5;
	border-radius: 10px;
	padding: 20px 30px;
	margin-bottom: 30px;
}
#FAQ .consultation {
	display: flex;
	align-items: center;
	background: #FFFFFF;
	font-size: 20px;
	line-height: 1.5;
	border-radius: 10px;
	padding: 10px 40px;
}
#FAQ .consultation .consultationImg {
	width: fit-content;
}
#FAQ .consultation p {
	padding-left: 40px;
}

/*バナー*/
#linkLists .readText p {
	font-size: 20px;
	text-align: center;
	line-height: 1.9;
	margin: 40px auto;
}
#linkLists .bannerList ul li {
	width: fit-content;
	margin: 0 auto 20px;
}


/*スマホ tab*/
@media screen and (max-width: 960px) {
	h1.topImg {
		width: 100%;
		margin: 55px auto 40px;
	}
}
/* tab */
@media screen and (max-width: 960px) and (min-width: 768px) {
	h2 {
		font-size: min(36px,3.7vw);
	}
	section#top .sectionWapper p.utilization {
		font-size: min(32px,3.5vw);
	}
	section#top .sectionWapper h3.mainRead {
		font-size: min(32px,3.5vw);
	}
	section#top .sectionWapper h3.mainRead span {
		font-size: min(40px, 4.4vw);
	}
	section#top .sectionWapper h3.e {
		font-size: min(32px,3.5vw);
	}
}

/*スマホ*/
@media screen and (max-width: 767px) {
	h2 {
		font-size: min(24px, 5.5vw);
		line-height: 1.4;
	}
	h3 {
		font-size: 20px;
		line-height: 1.75;
	}
	h4 {
		font-size: 20px;
		line-height: 1.35;
	}
	section .sectionWapper {
		padding: 40px 0 50px;
	}
	section#top .sectionWapper {
		padding: 0 0 50px;
	}
	section#top .sectionWapper h2 {
		font-family: ZenMaruGothic-Bold;
	}
	section#top .sectionWapper h3.mainRead {
		font-size: min(20px, 5.5vw);
	}
	section#top .sectionWapper h3.mainRead span {
		font-size: min(24px, 6.2vw);
	}
	section#top .sectionWapper h3.e {
		font-size: min(20px, 5vw);
	}
	section#top .sectionWapper p.utilization {
		font-size: min(20px, 5vw);
	}
	section#top .sectionWapper p.update {
		font-family: ZenMaruGothic-Bold;
		font-size: min(16px, 4vw);
		margin: 40px 0 20px;
	}
	section#top .chanceList ul {
		display: block;
	}
	section#top .chanceList ul li {
		width: 100%;
		font-size: min(20px, 5vw);
		margin-bottom: 12px;
	}
	section#top .worries .ideasH4 {
		position: relative;
		width: fit-content;
		margin: 160px auto 0;
		font-size: min(20px, 5vw);
	}
	section#top .worries .ideasH4::before {
		width: 80px;
		height: 84px;
		left: 20px;
		top: -100px;
		transform: unset;
	}
	section#top .worries .ideasH4::after {
		width: 82px;
		height: 84px;
		right: 20px;
		top: -100px;
		transform: unset;
	}
	section#top .worries .worriesList {
		width: 100%;
		margin: 30px auto;
	}
	section#top .worries .worriesList ul li {
		font-size: min(20px, 5vw);
		border: 3px solid #00c8d7;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	section#top .worries .worriesList ul li:nth-child(odd),
	section#top .worries .worriesList ul li:nth-child(even) {
		background: #FFFFFF;
		padding: 22px 0;
		margin-inline: auto;
	}
	#subjectCheck .sectionWapper {
		padding: 20px 0 30px;
	}
	#subjectCheck h3.subjectTitle {
		width: 75%;
		max-width: 392px;
		text-align: center;
		margin: 0 auto 15px;
	}
	#subjectCheck h3.subjectTitle img {
		width: 100%;
	}
	#subjectCheck .subjectCheckList ul {
		padding: 26px 20px;
	}
	#subjectCheck .subjectCheckList ul li {
		font-size: min(16px, 4.3vw);
		padding-left: 36px;
	}
	#subjectCheck .subjectCheckList ul li::before {
		width: 24px;
		height: 24px;
	}
	/*補助金について*/
	#subsidy .subjectList {
		margin: 30px auto;
	}
	#subsidy .subjectList dl {
		padding: 10px 20px;
		min-height: 80px;
	}
	#subsidy .subjectList dl dt {
		font-size: 16px;
		font-weight: bold;
		width: 90px;
		padding-right: 20px;
	}
	#subsidy .subjectList dl dd {
		font-size: 14px;
		line-height: 2;
		width: calc(100% - 110px);
	}
	#subsidy .linkBtn {
		width: 100%;
	}
	#subsidy .linkBtn a {
		font-size: min(16px, 4.5vw);
		text-align: center;
		padding: 20px 2px;
		margin: 0 auto;
		width: 100%;
		max-width: 335px;
		box-sizing: border-box;
	}
	#subsidy .linkBtn .subText {
		font-size: 11px;
		width: 100%;
		max-width: 335px;
		margin-inline: auto;
	}
	/*FAQ*/
	#FAQ dl.faqList {
		margin: 30px auto;
	}
	#FAQ dl.faqList dt {
		font-size: 16px;
		padding: 20px ;
	}
	#FAQ dl.faqList dd {
		font-size: 14px;
		padding: 20px;
	}
	#FAQ .consultation {
		font-size: 14px;
		padding: 20px;
	}
	#FAQ .consultation .consultationImg {
		min-width: 90px;
	}
	#FAQ .consultation p {
		padding-left: 8px;
	}
	#linkLists .readText p {
		text-align: left;
		font-size: 16px;
		line-height: 2.3;
		margin: 10px auto 30px;
	}

}