@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: reason*/

#re2025_page.main section .container{
	padding: 140px 0 80px;
}

@media screen and (max-width: 1159px) {
	#re2025_page.main section .container{
		padding: 70px 0 50px;
	}
}

.txt-small {
	display: block;
	font-size: 14px;
	line-height: 1.4;
}
sup {
	font-size: 0.65em;
	vertical-align: super;
}

@media only screen and (max-width: 768px){
	.txt-small {
		font-size: 12px;
	}
}


#re2025_page.main section .container.a-link{
	padding: 20px 0 40px;
}

.reason .link-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.reason .link-flex .box{
	display: flex;
	flex-direction: column;
	width: calc(100%/5);
	margin: 0;
	border-left: 1px solid #006c54;
	box-sizing: border-box;
}
.reason .link-flex .box:last-child{
	border-right: 1px solid #006c54;
}
.reason .link-flex .box a{
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
	width: 100%;
	padding: 5px 5px 18px;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
}
.reason .link-flex .box a::after{
	content: "";
	display: block;
	position: absolute;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background-color: #006c54;
	bottom: 3px;
	right: 0;
	left: 0;
	margin: auto;
	transition: all .5s;
	width: 15px;
	height: 13px;
}
.reason .link-flex .box a:hover::after{
	bottom: 0;
}
.reason .link-flex .box a .heading{
	background-color: #006953;
	color: #fff;
	font-weight: bold;
}
.reason .link-flex .box a .text{
	flex: 1;
	display: grid;
	place-items: center;
	min-height: 0;
	font-size: .9rem;
	margin: 5px auto !important;
}
.reason .link-flex .box a p{
	text-align: center;
	color: #006c54;
}
#re2025_page.main section.block-sec01::before{
	background: none;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(0, 108, 84, .2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(0, 108, 84, .2) calc(100% - 1px));
	background-size: 40px 40px;
	background-repeat: repeat;
	background-position: center center;
}
.reason .right_text-box .num{
	border-bottom: 2px solid #006c54;
	color: #006c54;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.reason .right_text-box .line span{
	color: #000;
	background:linear-gradient(transparent 60%, #ffe200 60%);
}
.reason .right_text-box h2{
	color: #006c54;
	font-weight: bold;
	line-height: 1.2;
	margin: 10px auto;
}
#re2025_page.reason .right_text-box .text{
	color: #000;
	line-height: 1.5;
}
#re2025_page.main section.block-sec01 .right_text-box .btn-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#re2025_page.main section.block-sec01 .right_text-box .btn-wrap .sub-lead{
	font-size: clamp(12px, 5vw, 15px);
	display: block;
	width: max-content;
	max-width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}


@media only screen and (max-width: 640px){
	.reason .link-flex .box{
		width: calc(100% / 2);
		margin: 0 0 20px;
	}
	.reason .link-flex .box:nth-child(2n){
		border-right: 1px solid #006c54;
	}
	#re2025_page.main section.block-sec01 .right_text-box .btn-wrap .sub-lead.green{
		color: #006c54;
	}
	#re2025_page.main section.block-sec01 .right_text-box .btn-wrap .sub-lead.green::before, #re2025_page.main section.block-sec01 .right_text-box .btn-wrap .sub-lead.green::after{
		background-color: #006c54;
	}
}










