/*==============================================
*	parts（各ページ共通のデザイン）
==============================================*/
.callenge_top_img {
	width: 952px;
	clip-path: polygon(0 0, 100% 0, 76% 100%, 0% 100%);
}
.challenge_top_h2 {
	display: inline-block;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-size: 47px;
	line-height: 160%;
	background: #FFFFFF;
	padding: 3px 15px;
	margin-bottom: 8px;
}
.challenge_top_p {
	display: inline-block;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-size: 18px;
	line-height: 250%;
	background: #FFFFFF;
	padding: 0px 10px;
	margin-bottom: 5px;
}
.challenge_top_copy {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-size: 18px;
	line-height: 250%;
}
.inline_block {
	display: inline-block;
	background: #FFFFFF;
	padding: 0px 10px;
	margin-bottom: 5px;
	margin-right: -10px;
}
.callenge_bottom_h2 {
	display: inline-block;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-size: 28px;
	line-height: 160%;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #000000;
	padding: 0px 0px 12px;
	margin-bottom: 40px;
}
.callenge_bottom_p {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-size: 15px;
	line-height: 200%;
	margin-bottom: 20px;
}
/*==============================================
*	layout（レイアウト用style）
==============================================*/
.main {
	padding-top: 80px;
}
.callenge_top_block {
	display: flex;
	height: 634px;
}
.challenge_top_txt {
	width: 670px;
	background-image: url(../img/bg_challenge_01.svg);
	background-repeat: no-repeat;
	background-size: 508px 569px;
	background-position: right;
	margin-left: -190px;
	z-index: 1;
}
.challenge_top_h2box {
	margin-top: 72px;
}
.challenge_top_pbox1 {
	margin-top: 42px;
}
.challenge_top_pbox2 {
	margin-top: 30px;
}
.callenge_bottom_block {
	display: flex;
	margin-bottom: -3px;
}
.callenge_bottom_txtbox {
	width: 45%;
	background: #FFFFFF;
	padding: 100px 50px;
}
.callenge_bottom_txtinner {
	width: 90%;
	margin: auto;
}
.callenge_bottom_imgbox {
	width: 55%;
	background-image: url(../img/img_challenge_02.webp);
	background-size: cover;
	background-position: center;
}
.challenge_health {
	background-image: url(../img/bg_challenge_02.webp);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}
.challenge_health_txtbox {
    max-width: 1000px;
    padding: 100px 0 60px;
    margin: auto;
}
p.challenge_health_h3 {
    max-width: 500px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 200%;
	color: #FFFFFF;
	text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    margin-bottom: 40px;
}
p.challenge_health_txt {
    max-width: 500px;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 200%;
	color: #FFFFFF;
	text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    margin-bottom: 40px;
}
.challenge_health_bottom {
	background-image: url(../img/bg_challenge_03.png);
	background-repeat: no-repeat;
	background-position: left 15% bottom 30%;
	background-size: 527px 400px;
	padding: 100px 0;
}
.challenge_health_b_inner {
    display: flex;
	justify-content: space-between;
    max-width: 1000px;
    margin: auto;
}
.challenge_health_b_h_box {
	width: 100%;
	max-width: 360px;
}
.challenge_health_b_h2 {
	display: block;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 200%;
	color: #83AA00;
	border-left: 4px solid #83AA00;
	padding-left: 26px;
}
.challenge_health_b_content {
	width: 50%;
	max-width: 540px;
	border-top: 1px solid #DCDCDC;
}
.challenge_health_b_box {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #DCDCDC;
	padding: 30px 0;
}
.challenge_health_b_nobox {
    width: 60px;
}
.challenge_health_b_no {
	font-family: 'Prompt';
	font-weight: 500;
	font-size: 22px;
	line-height: 180%;
	color: #83AA00;
}
.challenge_health_b_txtbox {
	width: 455px;
}
.challenge_health_b_h3 {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-size: 18px;
	line-height: 180%;
}
.challenge_health_b_ps {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-size: 15px;
	line-height: 180%;
}
.challenge_health_b_ps span {
	font-size: 14px;
}
.challenge_health_b_p {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
}
.challenge_health_b_pss {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 180%;
	color: #828282;
}

/****************************************
          レスポンシブ
*****************************************/
@media screen and (min-width: 1400px) {}
@media screen and (min-width: 1025px) and (max-width: 1399px) {}
@media screen and (min-width: 769px) and (max-width: 1024px) {}
@media screen and (max-width: 1024px) {
	.main {
		padding-top: 0;
	}
	.challenge_health_txtbox {
		padding: 100px 20px 60px;
	}
	.challenge_health_b_inner {
		max-width: 700px;
		flex-direction: column;
		padding: 0 20px;
	}
	.challenge_health_b_h2 {
		margin-bottom: 40px;
	}
	.challenge_health_txtbox {
		max-width: 500px;
	}
	.challenge_health_b_content {
		width: 100%;
		max-width: 700px;
		margin: auto;
	}
	.challenge_health_b_txtbox {
		width: calc(100% - 85px);
	}
	.challenge_health_bottom {
		background-position: left 85% bottom 100%;
	}
}
@media screen and (max-width: 880px) {
	.challenge_top_h2{
		font-size: 5vw;
	}
	.callenge_bottom_h2{
		font-size: 3.2vw;
	}
}
@media screen and (max-width: 768px) {
	.callenge_top_block {
		flex-direction: column;
		height: auto;
	}
	.callenge_top_img {
		width: 100%;
		height: auto;
	}
	.challenge_top_txt {
		width: 100%;
		padding: 20px 20px 4em;
		margin-left: 0;
	}
	.challenge_top_h2 {
		font-size: 32px;
	}
	.challenge_top_p {
		font-size: 16px;
	}
	.challenge_top_h2box {
		margin-top: -72px;
	}
	.callenge_bottom_block {
		flex-direction: column;
	}
	.callenge_bottom_txtbox {
		width: 100%;
		padding: 5em 3em;
	}
	.callenge_bottom_txtinner {
		width: 100%;
	}
	.callenge_bottom_imgbox {
		width: 100%;
		height: 500px;
	}
}
@media screen and (max-width: 640px) {
	.callenge_top_block{
		height: auto;
	}
	.callenge_bottom_txtbox{
		width: 100%;
		padding: 3em 2em;
	}
	.callenge_bottom_h2{
		font-size: 28px;
	}
}

@media screen and (max-width: 480px) {
	.callenge_top_block{
		height: auto;
	}
	.callenge_bottom_txtbox{
		width: 100%;
	}
	.callenge_bottom_imgbox {
		height: 300px;
	}
	.challenge_health_b_txtbox {
		width: calc(100% - 60px);
	}
	.challenge_health_b_h2 {
		font-size: 26px;
	}
}