@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@media screen and (max-width: 640px) {
	#mainvisual_lower_block{
		background: #ecf5ef;
	}
}
#mainvisual_lower_block.pattern03::before {
    background: url(../img/lower/mv_bg_pattern03.svg) no-repeat center top / cover;
	top: 120px;
}
#mainvisual_lower_block.pattern03 .mv_lw_txt_box {
	height: 282px;
}
#mainvisual_lower_block.pattern03 .mv_lw_box::before {
	background : linear-gradient(90deg, rgba(255, 255, 255, 0.5) 46.81%, rgba(255, 255, 255, 0.25) 73.64%);
}
/*#mainvisual_lower_block.pattern03 .mv_lw_txt_box .intro_txt {
	font-size: 28px;
}*/
section.detail {
	padding: 157px 0;
}
section.detail:nth-of-type(even) {
	background: #eef6f1;
}
/* タイトル */
.sec_ttl {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(35, 24, 21, 0.5);
	margin-bottom: 47px;
	position: relative;
}
.sec_ttl span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05em;
	width: 28%;
	height: max-content;
	margin: auto;
	position: absolute;
	top: 0;
	left: 58%;
	bottom: 0;
}
@media screen and (max-width: 1024px) {
	.sec_ttl span {
		left: 65%;
	}
}
@media screen and (max-width: 840px) {
	section.detail {
		padding: 107px 0;
	}	
}
@media screen and (max-width: 640px) {
	section.detail {
		padding: 57px 0;
	}	
	#mainvisual_lower_block.pattern03 .mv_lw_box .bg {
		object-position: 70% center;
	}
	#mainvisual_lower_block.pattern03 .mv_lw_txt_box {
		height: auto;
	}	
	#mainvisual_lower_block.pattern03 .mv_lw_txt_box .intro_txt {
		font-size: 15px;
	}	
	.sec_ttl {
		font-size: 20px;
		padding-bottom: 5px;
		margin-bottom: 37px;
	}
	.sec_ttl span {
		font-size: 13px;
		width: 100%;
		position: static;
		margin: 3px 0 5px;
	}
}
/*-----------------------------------

	number_block

-----------------------------------*/
#number_block {
	background: #eef6f1;
	padding: 0 0 155px;
	position: relative;
	z-index: 5;
}
#number_block .number_wrapper {
	gap: 16px 16px;
	justify-content: flex-start;
}
#number_block .number_box {
	text-align: center;
	background: #ffffff;
	width: calc((100% - 32px) / 3);
	padding: 43px 0 28px;
	border-radius: 24px;
	position: relative;
}
#number_block .number_box::before {
	content: "";
	display: block;
	width: 29px;
	height: 20px;
	margin: auto;
	position: absolute;
	top: 21px;
	left: 16px;
	z-index: 1;
}
#number_block .number_box:nth-of-type(1)::before {
	background: url(../img/kurashi/number/num_01.svg) no-repeat center / contain;
}
#number_block .number_box:nth-of-type(2)::before {
	background: url(../img/kurashi/number/num_02.svg) no-repeat center / contain;
}
#number_block .number_box:nth-of-type(3)::before {
	background: url(../img/kurashi/number/num_03.svg) no-repeat center / contain;
}
#number_block .number_box:nth-of-type(4)::before {
	background: url(../img/kurashi/number/num_04.svg) no-repeat center / contain;
}
#number_block .number_box:nth-of-type(5)::before {
	background: url(../img/kurashi/number/num_05.svg) no-repeat center / contain;
}
#number_block .number_box:nth-of-type(6)::before {
	background: url(../img/kurashi/number/num_06.svg) no-repeat center / contain;
}
#number_block .number_box h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #38af80;
	width: max-content;
	border-bottom: 2px solid #38af80;
	margin: 0 auto;
}
#number_block .number_box:nth-of-type(1) .icon {
	width: 71px;
	margin: 15px auto 13px;
}
#number_block .number_box:nth-of-type(2) .icon {
	width: 74px;
	margin: 14px auto 10px;
}
#number_block .number_box:nth-of-type(3) .icon {
	width: 105px;
	margin: 18px auto 23px;
}
#number_block .number_box:nth-of-type(4) .icon {
	width: 78px;
	margin: 15px auto 11px;
}

#number_block .number_box:nth-of-type(5) .icon {
	width: 102px;
	margin: 14px auto 10px;
}
#number_block .number_box:nth-of-type(5) .icon {
	width: 130px;
	margin: 14px auto 15px;
}
#number_block .number_box .intro_txt {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 9px;
}
#number_block .number_box .num_box {
	margin-bottom: 28px;
}
#number_block .number_box .num_box:has(.att_txt) {
	margin-bottom: 4px;
}
#number_block .number_box .num_box img {
	margin: 0 auto;
	transform: translateX(20px);
}
#number_block .number_box:nth-of-type(1) .num_box img {
	width: 112px;
}
#number_block .number_box:nth-of-type(2) .num_box img {
	width: 101px;
}
#number_block .number_box:nth-of-type(3) .num_box img {
	width: 91px;
}
#number_block .number_box:nth-of-type(4) .num_box img {
	width: 114px;
}
#number_block .number_box:nth-of-type(5) .num_box img {
	width: 149px;
	transform: translateX(-5px);
}
#number_block .number_box .num_box .att_txt {
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-top: 10px;
}
#number_block .number_box .appeal_txt {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #38af80;
}
#number_block .contents_inner > .att_txt {
	font-size: 10px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.02em;
	margin-top: 14px;
}
@media screen and (max-width: 840px) {
	#number_block {
		padding-bottom: 104px;
	}
	#number_block .number_box {
		width: calc((100% - 16px) / 2);
	}
}
@media screen and (max-width: 640px) {
	#number_block {
		padding-bottom: 54px;
	}
	#number_block .number_box {
		width: 100%;
		padding: 33px 0 28px;
		border-radius: 12px;
	}
	#number_block .number_box h3 {
		font-size: 20px;
	}
	#number_block .number_box .intro_txt {
		font-size: 14px;
	}
	#number_block .number_box .num_box {
		margin-bottom: 14px;
	}
	#number_block .number_box .num_box:has(.att_txt) {
		margin-bottom: 14px;
	}	
	#number_block .number_box .num_box img {
		transform: translateX(10px);
	}
	#number_block .number_box:nth-of-type(1) .num_box img {
		width: 92px;
	}
	#number_block .number_box:nth-of-type(2) .num_box img {
		width: 81px;
	}
	#number_block .number_box:nth-of-type(3) .num_box img {
		width: 71px;
	}
	#number_block .number_box:nth-of-type(4) .num_box img {
		width: 94px;
	}
	#number_block .number_box:nth-of-type(5) .num_box img {
		width: 129px;
		transform: translateX(-5px);
	}	
	#number_block .number_box .appeal_txt {
		font-size: 13px;
	}
}
/*-----------------------------------

	number_work_block

-----------------------------------*/
#number_work_block .number_work_wrapper {
	gap: 16px 16px;
}
#number_work_block .number_work_01 {
	margin-bottom: 80px;
}
#number_work_block .number_work_wrapper .number_work_box {
	background: #eef6f1;
	width: calc((100% - 16px) / 2);
	padding: 34px 32px 23px;
	border-radius: 24px;
}
#number_work_block .number_work_wrapper .number_work_box:first-of-type {
	background: #ffffff;
	padding: 35px 48px 30px;
	border: 7px solid #88c7a5;
	align-items: flex-end;
}
#number_work_block .number_work_box .lt {
	width: 77.8%;
}
#number_work_block .number_work_box .rt {
	width: 17.7%;
}
#number_work_block .number_work_02 .number_work_box .rt {
	width: 20.5%;
}
#number_work_block .number_work_box h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #38af80;
	text-align: center;
	margin-bottom: 7px;
}
#number_work_block .number_work_wrapper .number_work_box:first-of-type h4 {
	text-align: left;
	margin-bottom: 16px;
}
#number_work_block .number_work_box .img_box {
	margin-bottom: 12px;
}
#number_work_block .number_work_box p {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
#number_work_block .number_work_wrapper .number_work_box:first-of-type p {
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	letter-spacing: -0.02em;
}
@media screen and (max-width: 640px) {
	#number_work_block .number_work_01 {
		margin-bottom: 40px;
	}
	#number_work_block .number_work_wrapper .number_work_box {
		width: 100%;
		padding: 24px 12px 23px;
		border-radius: 12px;
	}
	#number_work_block .number_work_wrapper .number_work_box:first-of-type {
		padding: 25px 18px 20px;
		border-width: 3px;
		border-radius: 12px;
	}
	#number_work_block .number_work_box h4 {
		font-size: 16px;
	}
	#number_work_block .number_work_wrapper .number_work_box:first-of-type p {
		font-size: 13px;
	}
}
/*-----------------------------------

	number_child_block

-----------------------------------*/
#number_child_block .number_child_wrapper {
	gap: 16px 16px;
}
#number_child_block .number_child_01 {
	margin-bottom: 77px;
}
/*#number_child_block .number_child_02 {
	margin-bottom: 82px;
}*/
#number_child_block .number_child_03 {
	margin-bottom: 82px;
}
#number_child_block .number_child_wrapper .number_child_box {
	background: #ffffff;
	width: calc((100% - 16px) / 2);
	padding: 34px 32px 23px;
	border-radius: 24px;
}
#number_child_block .number_child_wrapper .number_child_box.between_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#number_child_block .number_child_wrapper .number_child_box.between_box .img_box img {
	max-width: 394.4px;
    margin: auto;
}
#number_child_block .number_child_01 .number_child_box {
	width: calc((100% - 32px) / 3);
}
#number_child_block .number_child_02 .number_child_box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#number_child_block .number_child_02 .number_child_box:last-of-type{
	width: 100%;
}
#number_child_block .number_child_02 .number_child_box:last-of-type .img_box{
	gap: 64px;
	margin: 0 0 19px;
}
#number_child_block .number_child_02 .number_child_box:last-of-type .img_box img{
	width: calc((100% - 64px) / 2);
}
#number_child_block .number_child_wrapper .number_child_box:first-of-type {
	padding: 35px 38px 30px;
	border: 7px solid #88c7a5;
	align-items: flex-end;
}
#number_child_block .number_child_01 .number_child_box:first-of-type {
	padding: 50px 38px 30px;
	align-items: flex-start;
}
#number_child_block .number_child_03 .number_child_box:first-of-type {
	width: 100%;
	padding: 27px 38px 23px;
}
#number_child_block .number_child_box .lt {
	width: 63.8%;
}
#number_child_block .number_child_01 .number_child_box .lt {
	width: 100%;
}
#number_child_block .number_child_01 .number_child_box .lt p{
	text-align: center;
	margin-bottom: 16px;
}
/*#number_child_block .number_child_02 .number_child_box .lt {
	margin-bottom: 25px;
}*/
#number_child_block .number_child_03 .number_child_box .lt {
	width: 80.8%;
}
#number_child_block .number_child_box .rt {
	width: 39.7%;
}
#number_child_block .number_child_01 .number_child_box .rt {
	width: 113px;
	margin: 0 auto;
}
#number_child_block .number_child_02 .number_child_box .rt{
	width: 138px;
	margin: 0 auto;
}
/*#number_child_block .number_child_02 .number_child_box .rt {
	width: 32%;
	max-width: 138px;
	margin-bottom: 13px;
}*/
#number_child_block .number_child_03 .number_child_box .rt {
	width: 18%;
	max-width: 179px;
}
#number_child_block .number_child_04 .number_child_box .rt {
	width: 30%;
	max-width: 123px;
	margin-bottom: 13px;
}
#number_child_block .number_child_box h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #38af80;
	text-align: center;
	margin-bottom: 16px;
}
#number_child_block .number_child_wrapper:not(.number_child_01) .number_child_box:first-of-type h4 {
	text-align: left;
}
#number_child_block .number_child_01 .number_child_box:nth-of-type(2) h4,
#number_child_block .number_child_01 .number_child_box:nth-of-type(3) h4 {
	font-size: 24px;
	margin-bottom: 6px;
}
/*#number_child_block .number_child_02 .number_child_box:nth-of-type(2) h4,
#number_child_block .number_child_02 .number_child_box:nth-of-type(3) h4,
#number_child_block .number_child_02 .number_child_box:nth-of-type(4) h4 {
	margin-bottom: 7px;
}*/
#number_child_block .number_child_03 .number_child_box h4 {
	margin-bottom: 9px;
}
#number_child_block .number_child_box .img_box {
	margin-bottom: 12px;
}
#number_child_block .number_child_01 .number_child_box:nth-of-type(2) .img_box {
	margin-bottom: 19px;
}
#number_child_block .number_child_01 .number_child_box:nth-of-type(3) .img_box {
	margin-bottom: 14px;
}
#number_child_block .number_child_02 .number_child_box .img_box{
	margin: 19px 0;
}
#number_child_block .number_child_box p {
	font-size: 10px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
#number_child_block .number_child_wrapper .number_child_box:first-of-type p {
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	letter-spacing: -0.02em;
}
#number_child_block .number_child_box .appeal_txt {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.09em;
	text-align: center;
	color: #38af80;
	margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
	#number_child_block .number_child_01 {
		margin-bottom: 37px;
	}
	/*#number_child_block .number_child_02 {
		margin-bottom: 42px;
	}*/
	#number_child_block .number_child_03 {
		margin-bottom: 42px;
	}
	#number_child_block .number_child_wrapper .number_child_box {
		width: 100%;
		padding: 24px 22px 23px;
		border-radius: 12px;
	}
	#number_child_block .number_child_01 .number_child_box {
		width: 100%;
		padding: 24px 22px 23px;
		border-radius: 12px;
	}
	#number_child_block .number_child_wrapper .number_child_box:first-of-type {
		padding: 30px 18px 20px;
		border-width: 3px;
	}
	#number_child_block .number_child_box .lt {
		width: 65.8%;
	}
	#number_child_block .number_child_03 .number_child_box .lt {
		width: 65.8%;
	}
	#number_child_block .number_child_03 .number_child_box .rt {
		width: 32%;
	}
	#number_child_block .number_child_box h4 {
		font-size: 16px;
	}
	#number_child_block .number_child_01 .number_child_box:not(:nth-of-type(1)) h4{
		font-size: 18px;
	}
	#number_child_block .number_child_wrapper .number_child_box:first-of-type p {
		font-size: 13px;
	}
	#number_child_block .number_child_box .appeal_txt {
		font-size: 14px;
		margin-bottom: 12px;
	}
	
	#number_child_block .number_child_02 .number_child_box:last-of-type .img_box{
		gap: 30px;
	}
	#number_child_block .number_child_02 .number_child_box:last-of-type .img_box img{
		width: 100%;
	}
}
/*-----------------------------------

	number_living_block

-----------------------------------*/
#number_living_block .number_living_wrapper {
	gap: 16px 16px;
}
#number_living_block .number_living_01 {
	margin-bottom: 80px;
	justify-content: center;
}
#number_living_block .number_living_wrapper .number_living_box {
	background: #eef6f1;
	width: calc((100% - 16px) / 2);
	padding: 34px 32px 23px;
	border-radius: 24px;
}
#number_living_block .number_living_01 .number_living_box {
	width: calc((100% - 32px) / 3);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#number_living_block .number_living_02 .number_living_box:first-of-type {
	background: #ffffff;
	padding: 35px 48px 30px;
	border: 7px solid #88c7a5;
	align-items: flex-end;
}
#number_living_block .number_living_box .lt {
	width: 66.8%;
	margin-bottom: 23px;
}
#number_living_block .number_living_box .rt {
	width: 23.9%;
	margin-bottom: 23px;
}
#number_living_block .number_living_box h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #38af80;
	text-align: center;
	margin-bottom: 10px;
}
#number_living_block .number_living_01 .number_living_box h4 {
	font-size: 24px;
	margin-bottom: 6px;
}
#number_living_block .number_living_02 .number_living_box:first-of-type h4 {
	text-align: left;
	margin-bottom: 16px;
}
#number_living_block .number_living_box .img_box {
	margin-bottom: 12px;
}
#number_living_block .number_living_box p {
	font-size: 10px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
#number_living_block .number_living_02 .number_living_box:first-of-type p {
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	letter-spacing: -0.02em;
}
#number_living_block .number_living_02 .number_living_box:first-of-type p span {
	font-weight: 500;
	text-decoration: underline;
}
#number_living_block .number_living_box .appeal_txt {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.09em;
	text-align: center;
	color: #38af80;
	margin-bottom: 6px;
}
#number_living_block .number_living_01 .number_living_box:nth-of-type(1) .appeal_txt,
#number_living_block .number_living_01 .number_living_box:nth-of-type(3) .appeal_txt {
	margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
	#number_living_block .number_living_01 {
		margin-bottom: 40px;
	}
	#number_living_block .number_living_wrapper .number_living_box {
		padding: 24px 12px 23px;
		width: 100%;
		border-radius: 12px;
	}
	#number_living_block .number_living_01 .number_living_box {
		width: 100%;
	}
	#number_living_block .number_living_02 .number_living_box:first-of-type {
		border-width: 3px;
		padding: 25px 28px 20px
	}
	#number_living_block .number_living_box .lt,
	#number_living_block .number_living_box .rt {
		margin-bottom: 0;
	}
	#number_living_block .number_living_box h4 {
		font-size: 16px;
	}
	#number_living_block .number_living_01 .number_living_box h4 {
		font-size: 18px;
	}
	#number_living_block .number_living_02 .number_living_box:first-of-type p {
		font-size: 13px;
	}
	#number_living_block .number_living_box .appeal_txt {
		font-size: 14px;
	}
	#number_living_block .number_living_01 .number_living_box:nth-of-type(1) .appeal_txt,
	#number_living_block .number_living_01 .number_living_box:nth-of-type(3) .appeal_txt {
		margin-bottom: 6px;
	}
}
/*-----------------------------------

	number_safe_block

-----------------------------------*/
#number_safe_block {
	margin-bottom: 530px;
}
#number_safe_block .number_safe_wrapper {
	gap: 16px 16px;
}
#number_safe_block .number_safe_wrapper .number_safe_box {
	background: #ffffff;
	width: calc((100% - 32px) / 3);
	padding: 34px 32px 23px;
	border-radius: 24px;
}
#number_safe_block .number_safe_box h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #38af80;
	text-align: center;
	margin-bottom: 13px;
}
#number_safe_block .number_safe_box h4 span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #000000;
}
#number_safe_block .number_safe_box .img_box {
	margin-bottom: 13px;
}
#number_safe_block .number_safe_box p {
	font-size: 10px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 840px) {
	#number_safe_block {
		margin-bottom: 330px;
	}	
}
@media screen and (max-width: 640px) {
	#number_safe_block {
		margin-bottom: 200px;
	}	
	#number_safe_block .number_safe_wrapper .number_safe_box {
		width: 100%;
		padding: 24px 22px 23px;
		border-radius: 12px;
	}
	#number_safe_block .number_safe_box h4 {
		font-size: 16px;
	}
	#number_safe_block .number_safe_box h4 span {
		font-size: 10px;
	}
}