@charset "UTF-8";

/*----ページ内共通パーツ----*/
.contents_inner {
	max-width: 1100px;
}
.green_pg {
	color: #38af80;
}
h3 {
	font-size: 28px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
	margin-bottom: 28px;
}

.btn {
	background: #38af80;
	color: #FFFFFF !important;
	border: 8px solid #FFFFFF;
	border-radius: 100px;
	height: 80px;
	width: 80%;
	max-width: 352px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	box-shadow: 12px 12px 12px 0px rgba(4, 0, 0, 0.1);
	display: flex !important;
	align-items: center;
    justify-content: center;
}
.btn::after {
	content: "";
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	position: absolute;
	display: flex;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.iju_btn {
	border: 2px solid #38af80;
	background: #FFFFFF;
	color: #38af80 !important;
	height: 72px;
	max-width: 600px;
	border-radius: 30px;
	width: 80%;
	margin: auto;
	margin-top: 158px;
	box-shadow: none;
	text-align: center;
}
.iju_btn::after {
	background: url(../img/common/arw_rt_gr.svg) no-repeat center / cover;
	width: 21.6px;
	height: 12px;
}
.b400 {
	display: none;
}
.red_annotation {
	color: red;
	font-size: 12px;
	margin-top: 5px;
}
@media screen and (max-width: 640px) {
	h3 {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.b400 {
		display: flex;
	}
	.iju_btn {
		margin-top: 80px;
	}
}
/*-----------------------------------

	support_block

-----------------------------------*/
#support_block {
	position: relative;
	padding-top: 184px;
	padding-bottom: 120px;
}

#support_block .wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	gap: 42px;
}

#support_block .wrap .box {
	width: calc((100% - 84px) /3);
	display: flex;
	flex-direction: column;
}

#support_block .wrap .box picture {
    width: 100%;
    height: auto;
    border: 1px solid #231815;
    border-radius: 16px;
    background: white;
    padding: 00;
	min-height: 253px;
    display: flex;
    align-items: center;
	aspect-ratio: 1.3 / 1;
}
#support_block .wrap .box picture img {
	object-fit: cover;
    border-radius: 16px;
    width: 100%;
    height: -webkit-fill-available;
}

#support_block .wrap .box h6 {
	font-size: 16px;
	margin-top: 22.4px;
}
#support_block .wrap .box p {
	line-height: 1.8em;
	margin-top: 4px;
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 840px) {
	#support_block .wrap .box {
		width: calc((100% - 42px) /2);
	}
	#support_block .wrap .box picture {
		min-height: unset;
	}
}
@media screen and (max-width: 640px) {
	#support_block {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	#support_block .wrap .box h6 {
		margin-top: 14px;
	}
}
@media screen and (max-width: 440px) {
	#support_block .wrap .box {
		width: 100%;
	}
}

/*-----------------------------------

	help_block

-----------------------------------*/
#help_block {
	margin-bottom: 420px;
}

#help_block .intro_p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 36px;
}

#help_block .row-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 100px;
	margin-bottom: 152px;
}

#help_block .row-wrap img {
	width: 52%;
	max-width: 560px;
}

#help_block h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
#help_block picture {
	display: flex;
	width: calc(100% - 105.6px);
}
#help_block picture img {
	width: 100%;
	position: relative;
    left: 40px;
}

#help_block .column-wrap {
	display: flex;
	flex-direction: column;
	gap: 78.4px;
	margin-top: 113.6px;
}

#help_block .column-wrap .linebox {
	width: 100%;
	border: 4.8px solid #88C7A5;
	border-radius: 25px;
	padding: 36.8px;
	position: relative;
}

#help_block .column-wrap .linebox .inner_wrap {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 16px 0 32px;
}
#help_block .column-wrap .linebox .inner_wrap .num {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
    top: -10px;
	left: -40px;
	border-bottom: 1px solid #88C7A5;
	width: 184px;
	line-height: 1;
}
#help_block .column-wrap .linebox .inner_wrap .num p {
	min-width: 130px;
	padding-right: 12px;
	display: flex;
    align-items: center;
	letter-spacing: 0.1em;
	font-size: 22.4px;
	font-weight: bold;
}
#help_block .column-wrap .linebox .inner_wrap .num span{
	font-size: 96px;
	font-family: "Barlow", serif;
	font-weight: 600;
	position: relative;
	margin-left: 16px;
	top: -6px;
}
#help_block .column-wrap .linebox .inner_wrap h5 {
	text-align: center;
	font-size: 22.4px;
	letter-spacing: 0.1em;
}
#help_block .column-wrap .linebox .inner_p {
	margin-top: 34px;
	line-height: 1.8em;
}

#help_block .column-wrap .linebox::after {
	content: "";
	background-image: url(../img/sumai/help/arrow_under.svg);
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 19px;
	height: 120px;
	left: 50%;
	top: -23px;
	transform: translateY(-50%);
}

#help_block .column-wrap .linebox:first-child:after {
	content: none;
}

@media screen and (max-width: 1100px) {
	#help_block picture {
		width: 100%;
	}
	#help_block picture img {
		left: 0;
	}
}
@media screen and (max-width: 1040px) {
	#help_block .column-wrap .linebox .inner_wrap {
		flex-direction: row;
	}
	#help_block .column-wrap .linebox .inner_wrap .num {
		position: relative;
	}
	#help_block .column-wrap .linebox .inner_p {
		margin-top: 0px
	}
}

@media screen and (max-width: 840px) {
	#help_block .row-wrap {
		column-gap: 30px;
	}
}
@media screen and (max-width: 640px) {
	#help_block .row-wrap {
		flex-direction: column;
		row-gap: 24px;
		margin-bottom: 60px;
	}
	#help_block .row-wrap img {
		width: 100%;
	}

	#help_block picture img  {
		width: 100%;
		min-width: 500px;
		left: 0;
	}
	#help_block picture {
		overflow: scroll;
	}
	#help_block .column-wrap .linebox {
		padding: 20px;
	}
	#help_block .column-wrap .linebox .inner_wrap {
		flex-direction: row;
	}
	#help_block .column-wrap .linebox .inner_wrap .num {
		position: relative;
		width: 134px;
		left: -20px;
	}
	#help_block .column-wrap .linebox .inner_wrap h5 {
		text-align: justify;
	}
	#help_block .column-wrap .linebox .inner_wrap h5 {
		font-size: 18px;
	}
	#help_block .column-wrap .linebox .inner_wrap .num span {
		font-size: 58px;
		margin-left: 2px;
	}
	#help_block .column-wrap .linebox .inner_wrap .num p {
		font-size: 18px;
		padding-left: 12px;
		padding-right: 0;
	}
	#help_block .column-wrap .linebox::after {
		width: 14px;
		height: 68px;
		top: -18px;
	}
	#help_block .column-wrap {
		gap: 48px;
		margin-top: 80px;
	}
}
@media screen and (max-width: 400px) {
    #help_block .column-wrap .linebox .inner_wrap .num {
		width: 118px;
	}
	#help_block .column-wrap .linebox .inner_wrap .num p {
		min-width: unset;
	}
	#help_block {
		margin-bottom: 300px;
	}
}