#problemWrap{
	position: relative;
}
#problemWrap img{
	position: relative;
	z-index: 2;
}
#problemWrap:before {
	content: '';
    background: url(/y_img/home/problem_bk.gif) no-repeat center top;
    padding-top: 50px;
    padding-bottom: 40px;
	position: absolute;
	bottom: 0;
	height: 140px;
	width: 100%;
	z-index: 1;
}
#problemWrap:after {
	content: '';
    background: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
	position: absolute;
	bottom: 0;
	height: 140px;
	width: 100%;
	z-index: 0;
}
#pointWrap{
	background: url(/y_img/home/2024/bg_point_pc.svg) no-repeat center;
	width: 100%;
	position: relative;
	padding: 144px 0;
}
.point-item{
	margin-bottom: 10%;
}
.point-item img{
	width: 100%;
	max-width: 100%;
}
#optionWrapitem,
#kodawariWrapitem{
	background: #F6F7F9;
	padding: 80px 0;
}
#kodawariWrapitem{
	background: #fff;
}
.option-block-1{
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.option-block-item{
	border: 4px #085AA4 solid;
	padding: 20px 10px;
	width: 25%;
	background: #fff;
	position: relative;
}
.option-item h2,
.kodawari-item h2{
	margin-bottom: 48px;
}
.option-block-item:before{
	content: '';
	background: url(/y_img/home/2024/sankaku.svg) no-repeat center;
	position: absolute;
	width: 32px;
	height: 32px;
	right: -4px;
	bottom: -5px;
}
.option-block-item-ttl{
	display: flex;
	justify-content: center;
	gap: 18px;
	align-items: center;
}
.option-block-item-ttl h3{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 8px;
	position: relative;
	border-bottom: 2px #0054A1 solid;
	margin-bottom: 0;
	margin-top: 0;
	color:#FF7272;
}
.option-block-item-text{
	font-size: 18px;
	margin-top: 16px;
}
.option-block-item-text a{
	text-decoration: underline;
}
/* .option-block-item-ttl h3:before{
	content: '';
	width: 100%;
	height: 2px;
	background: #0054A1;
	position: absolute;
	bottom: 0;
	left: 0;
} */
.kodawari-block{
	margin-bottom: 48px;
}
.kodawari-block2{
	display: flex;
    justify-content: center;
    gap: 32px;
	flex-wrap: wrap;
}
.kodawari-block2-item{
	width: calc(50% - 16px);

}
.kodawari-block2-item img{
	max-width: 100%;
}
.btn-item a{
	border-radius: 35px;
	height: 70px;
	width: 400px;
	max-width: 90%;
	background: #fe6160;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	margin: 48px auto 0;
}
.btn-item a:hover{
	opacity: .5;
	transition: .5s;
	text-decoration: none;
}
.pointprogram-mv{
	width: 100%;
	position: relative;
}
.pointprogram-mv img{
	width: 100%;
	position: relative;
}
.program-bnr{
	width: 700px;
	height: 100px;
	border-radius: 50px;
	background: #FE5B59;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
	text-decoration: none;
    margin-top: -64px;
    z-index: 4;
    position: relative;
	max-width: 85%;
}
.program-bnr:before{
	content: '';
	background: url(/y_img/home/2024/yubi.png) no-repeat center;
	width: 100px;
	height: 120px;
	position: absolute;
	bottom: -50px;
	right: 8px;
	background-size: 100%;
	animation: fuwafuwa01 2s infinite ease-in-out;
}
.program-bnr:hover{
	text-decoration: none;
	opacity: .5;
	transition: .5s;
	color: #fff;
}
.pointprogram-contents{
	position: relative;
	padding: 64px 0;
	background: #5FD6E7;
	z-index: 0;
    margin-top: -40px;
}
.pointprogram-contents.re{
	margin-top: 40px;
	background: repeating-linear-gradient(135deg, #D2F6F7, #D2F6F7 3px, #DFF9F9 3px, #DFF9F9 16px);
	background-size: cover;
}
.pointprogram-item{
	padding: 40px;
	background: #fff;
	border-radius: 30px;
}
.pointprogram-item p{
	font-size: 130%;
}
.pointprogram-item p img{
	margin-bottom: 16px;
}
.pointprogram-item h2,
.pointprogram-item2 h2,
.pointprogram-item3 h2{
	text-align: center;
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: bold !important;
	color: #0064B6;
}
.pointprogram-item img{
	max-width: 100%;
}
.pointprogram-item-img img{
	width: 85%;
}
.pointprogram-item-img,
.pointprogram-item2{
	margin-bottom: 48px;
}
#reviewWrap{
	background: #D3F6F7 url(/y_img/home/2024/bg_huku.svg);
	border-top: 30px solid #F6CC5A;
	border-bottom: 30px solid #F6CC5A;
	padding: 56px 0;
	background-repeat: no-repeat;
	background-position: 90% center;
    background-size: 35%;
}
.reviewBlock{
	margin-top: 48px;
}
.reviewitem-box{
	background: #fff;
	border-radius: 20px;
	padding: 24px;
	border: 2px solid #266BBC;
}
.reviewitem-box p{
	text-align: left;
	font-size: 20px;
}
.reviewitem-box p.text-right{
	text-align: right;
}
#reviewWrap .slick-slide {
	margin: 0 40px; /* 左右に20pxの余白を追加 */
	box-sizing: border-box; /* パディングやマージンを含むボックスサイズ */
	min-height: 244px;
  }
 #reviewWrap .slick-prev{
	background: url(/y_img/home/2024/prev.svg) no-repeat;
	line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
	right: 25px;
    border: none;
	font-size: 0;
	background-size: 100%;
  }
  #reviewWrap .slick-next{
	background: url(/y_img/home/2024/next.svg) no-repeat;
	line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
	right: 25px;
    border: none;
	font-size: 0;
	background-size: 100%;
  }
  #bnr_business{
	padding: 64px 0;
	text-align: center;
  }
  #bnr_business img{
	margin: auto;
  }
@keyframes fuwafuwa01 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}

.base__back{
	background: repeating-linear-gradient(135deg, #D2F6F7, #D2F6F7 3px, #DFF9F9 3px, #DFF9F9 16px);
	background-size: cover;
	width: 100%;
	position: relative;
	padding: 64px 0;
}
.base__back2{
	background: repeating-linear-gradient(135deg, #D2F6F7, #D2F6F7 3px, #DFF9F9 3px, #DFF9F9 16px) !important;
	width: 100%;
	position: relative;
	padding: 64px 0;
	margin-top: 5%;
}
.base__back:after{
	content: '';
	background: url(/y_img/home/2024/sankaku2.svg) no-repeat center;
	width: 86.07px;
	height: 85.94px;
	position: absolute;
	background-size: 100%;
	bottom: -42px;
	left: 0;
	right: 0;
	margin: auto;
}
.furusato{
	margin: 5% auto !important;
}
.text__area p{
	font-weight: 600;
	line-height: 1.8;
	font-size: 18px;
}
.flow__area{
	margin-top: 8%;
}
.flow__contents{
	display: flex;
	align-items: flex-start;
	gap: 88px;
	justify-content: center;
	margin-top: 2.5%;
}
.flow__box{
	width: calc(100% / 4 - 88px);
}
.flow__text p{
	font-size: 18px;
}
.cta__area{
	margin: 5% auto;
}
.btn__a{
	background: #FE5B59;
	width: 85%;
	max-width: 640px;
	height: 80px;
	margin: 0 auto 2.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	border-radius: 50px;
}
.btn__a.mt-5{
	margin-top: 5%;
}
.btn__b{
	background: #F9CB52;
	width: 85%;
	max-width: 640px;
	height: 80px;
	margin: 0 auto 2.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	border-radius: 50px;
}
.btn__a:hover,
.btn__b:hover{
	text-decoration: none !important;
	color: #fff !important;
	opacity: .5;
	transition: .5s;
}
.feature{
	padding: 64px 0;
}
.feature__box{
	display: flex;
	justify-content: center;
	gap: 80px;
	align-items: flex-start;
	margin: 5% auto;
}
.feature__box.reverse{
	flex-direction: row-reverse;
}
.feature__img{
	width: 500px;
	max-width: 100%;
}
.feature__text{
	width: calc(100% - 500px);
}
.feature__text.feature__text2{
	width: 100%;
}
.feature__text h3 img{
	margin-bottom: 34px;
}
.feature__text h3{
	margin-bottom: 34px;
	font-weight: 700;
}
.feature__text  p{
	font-size: 18px;
	margin-bottom: 34px;
}
.peace{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 36px;
}
.peace__box{
	width: 220px;
	display: flex;
	gap: 24px;
	flex-direction: column;
}
.peace__box h3{
	color: #3872B7;
	margin-bottom: 0;
	margin-bottom: 24px;
}
#reviewWrap.re{
	background: none !important;
	background-size: 100%;
	border-top: none;
	border-bottom: none;
	padding-bottom: 0;
}
.infoarea.re{
	background: repeating-linear-gradient(135deg, #D2F6F7, #D2F6F7 3px, #DFF9F9 3px, #DFF9F9 16px);
}
@media screen and (max-width:600px) {
	#pointWrap{
		background: repeating-linear-gradient(135deg, #D2F6F7, #D2F6F7 3px, #DFF9F9 3px, #DFF9F9 16px);
		width: 100%;
		position: relative;
		padding: 64px 0;
	}
	.option-block-1{
		flex-wrap: wrap;
        gap: 16px;
	}
	.option-block-item{
		padding: 20px 10px;
		width: calc(50% - 8px);
        box-sizing: border-box;
	}
	.option-block-item-ttl{
		gap: 6px;
	}
	.option-block-item-ttl h3{
		font-size: 15px;
	}
	.option-block-item-text{
		font-size: 12px;
		margin-top: 8px;
	}
	.option-block-item-ttl-img{
		max-width: 38%;
	}
	.kodawari-block2{
		gap: 16px;
	}
	.kodawari-block2-item{
		width: calc(50% - 8px);
	
	}
	.btn-item a{
		font-size: 18px;
	}
	#optionWrapitem, #kodawariWrapitem {
		background: #F6F7F9;
		padding: 40px 0;
	}
	.program-bnr{
		height: 70px;
		font-size: 18px;
	}
	.program-bnr:before{
		bottom: -8px;
		width: 50px;
		height: 60px;
	}
	.pointprogram-item{
		padding: 8% 8px;
	}
	.pointprogram-item h2, .pointprogram-item2 h2, .pointprogram-item3 h2{
		font-size: 24px !important;
	}
	.pointprogram-item-img, .pointprogram-item2{
		margin-bottom: 24px;
	}
	.pointprogram-item p {
		font-size: 100%;
		padding: 0 16px;
	}
	#optionWrapitem h2 img{
		width: 88%;
	}
	#reviewWrap h2 img{
		width: 50%;
	}
	#reviewWrap h2{
		margin-bottom: 0;
	}
	.reviewitem-box p{
		font-size: 14px;
	}
	#reviewWrap{
		background-position: 90% bottom;
	}
	.infoarea h2 img{
		width: 56%;
	}
	.infoarea {
		padding: 32px 0 10px;
	}
	.flow__contents{
		gap: 30px;
		flex-wrap: wrap;
	}
	.flow__box {
		width: calc(100% / 2 - 30px);
	}
	.flow__text p {
		font-size: 14px;
	}
	.flow__area h2 img{
		width: 75%;
		margin-bottom: 4%;
	}
	.flow__area h3{
		font-size: 17px;
	}
	.btn__a,
	.btn__b {
		height: 52px;
		font-size: 18px;
	}
	.worries{
		margin-top: 15%;
	}
	.base__back{
		padding: 40px 0 16px;
	}
	.feature__text{
		width: calc(100%);
	}
	.feature__box{
		flex-direction: column;
		gap: 16px;
	}
	.feature__text h3{
		text-align: left;
	}
	.feature__box.reverse{
		flex-direction: column;
	}
	.peace{
		flex-direction: column;
		gap: 24px;
	}
	.peace__box{
		width: 100%;
		flex-direction: row;
		border-bottom: 1px solid #222;
	}
	.peace__box > div{
		width: 50%;
	}
	.feature__text p{
		font-size: 15px;
	}
	.kodawari-block3 .slick-list,
	.kodawari-block3 .slick-list,
	#carousel_main .slick-list{
		overflow: hidden;
	}
}