
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap');

/* //////////////////
LINE　
////////////////// */
.main-visual .main-img{
    border-radius: 20px;
    overflow: hidden;
    padding-top: 0;
}

.main-visual .main-img .mv-txt img{
    width: auto;
    height: 100%;
}
.line-section{
    padding-bottom: 24vw;
    margin-top: 16vw;
}
.line-read{
    display: flex;
    flex-wrap: wrap;
    gap: 5vw;
}
.line-read h3,
.line-read div{
    width: 100%;
    text-align: center;
}
.line-read img{
    max-width: 100%;
}
.line-point{
    margin-top: 8vw;
    width: 100%;
    text-align: center;
}
.line-point img{
    max-width: 100%;
}
@media screen and (min-width: 750px) {
    .line-section{
        margin-top: 80px;
        padding-bottom: 240px;
    }
    .line-read{
        gap: 40px;
    }
    .line-point{
        margin-top: 60px;
    }
    .line-read h3,
    .line-read div{
        width: auto;
    }
}
@media screen and (max-width: 1023px) {
    .line-read h3 .pc{
        display: none;
    }
	.line-read div .pc{
		display: none;
	}
}
@media screen and (min-width: 1024px) {
    .line-read{
        gap: 64px;
        width: 100%;
        align-items: center;
    }
    .line-read h3,
    .line-read div{
        width: auto;
    }
    .line-read h3 .sp{
        display: none;
    }
	.line-read div .sp{
		display: none;
	}
}

/* ステップ */
.line-step{
	font-family: "Zen Maru Gothic", sans-serif;
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
    margin-top: 12vw;
}
.line-step h3{
    text-align: center;
    padding: 2vw 5vw;
    background-color: #06C755;
}
.line-step .step-cont{
    padding: 8vw 5vw;
}
.line-step .step-item{
	z-index: 1;
    padding-left: 8vw;
    position: relative;
}
.line-step .step-item:before{
	content: "";
	display: block;
	background: url("../img/line/lie-border.png");
	position: absolute;
	left: calc(4vw - 2px);
	height: 100%;
	width: 2px;
}
.line-step .step-item h4 {
	margin-bottom: 1em;
}
.line-step .step-item h5:nth-child(n+4){
	margin-top: 2em;
}
.line-step .step-item h4 .nom{
    position: absolute;
	width: 1.75em;
	top: 0;
    left: 0;
}
.line-step .step-item h4 .nom img{
	width: 100%;
}
.line-step .step-item h4 .text{
	color: #06C755;
    font-size: 1.425em;
    font-weight: 700;
}
.line-step .step-item .read{
	margin-bottom: 1.5em;
	line-height: 2;
}
.line-step .step-item .read span{
	font-size: 1.125em;
	font-weight: 700;
}

.line-step .step-item .line-title01{
	position: relative;
	padding-left: 1.25em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #D3D3D3;
	margin-bottom: 1em;
}
.line-step .step-item .line-title01 span{
	font-size: 1.25em;
}
.line-step .step-item .line-title01:before{
	content: "";
	width: 0.625em;
	left: 0;
	top: 0.5em;
	height: 0.625em;
	border-radius: 50%;
	background-color: #06C755;
	position: absolute;
}
.line-step .step-item .flex-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.line-step .step-item .flex-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 10vw;
}
.line-step .step-item .flex-wrap li{
	position: relative;
}
.line-step .step-item .flex-wrap li:nth-child(n+2)::before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.line-step .step-item .flex-wrap figure,
.line-step .step-item .flex-wrap figure img{
	width: 100%;
}
.line-step .step-item .flex-wrap p{
	line-height: 2;
}
.line-step .step-item .flex-wrap figure{
	margin-bottom: 3vw;
}
.line-step .step-item:last-child{
	border-bottom: 0;
}
.line-step .step-item:last-child::before{
	display: none;
}
.line-step .bg{
	background-color: #F8F4F2;
	padding: 5vw;
	border-radius: 10px;
}
.line-step .bg p{
	line-height: 2;
}
@media screen and (max-width: 749px) {
	.line-step .step-item .flex-wrap li:nth-child(n+2)::before{
		left: 0;
		right: 0;
		margin: auto;
		border-right: 8vw solid transparent;
		border-left: 8vw solid transparent;
		border-top: 3vw solid #06C755;
		border-bottom: 0;
		top: -5vw;
	}
}
@media screen and (min-width: 750px) {
    .line-step{
        margin-top: 140px;
    }
    .line-step h3{
        padding: 20px 50px 15px;
    }
	.line-step .step-item:before{
		left: 26px;
	}
    .line-step .step-item .read span{
		font-size: 1.25em;
	}
    .line-step .step-cont{
        padding: 60px;
    }
    .line-step .step-item h4{
		padding-top: 10px;
		margin-bottom: 30px;
	}
	.line-step .step-item h5:nth-child(n+4){
		margin-top: 60px;
	}
    .line-step .step-item h4 .text{
        font-size: 2em;
    }
	.line-step .step-item h4 .nom,
	.line-step .step-item h4 .nom img{
		width: auto;
	}
	.line-step .step-item{
		padding-left: 80px;
		padding-bottom: 60px;
	}
	.line-step .step-item .line-title01{
		margin-bottom: 1.875em;
	}
	.line-step .step-item .flex-wrap{
		gap: 13px;
	}
	.line-step .step-item .flex-wrap li{
		width: calc((100% - 26px) / 3);
	}
	.line-step .step-item .flex-wrap figure{
		margin-bottom: 20px;
	}
	.line-step .step-item .flex-wrap li:nth-child(n+2)::before{
		top: 0;
		bottom: 0;
		margin: auto;
		border-style: solid;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 13px solid #06C755;
		border-right: 0;
		left: -13px;
	}
	.line-step .bg{
		padding: 20px 30px;
	}
}
@media screen and (min-width: 1024px) {}



.step-item02 h5{
	margin-bottom: 1.5em;
	position: relative;
	padding-left: 1.5em;
	line-height: 1.5;
}
.step-item02 h5 .text{
	font-size: 1.25em;
	font-weight: 500;
}
.step-item02 h5 .nom{
	line-height: 1;
	top: 0.25em;
	position: absolute;
	left: 0;
	color: #fff;
	background-color: #06C755;
	border-radius: 50%;
	width: 1.25em;
	height: 1.25em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
.step-item02 .step2-item{
	padding-left: 1.5em;
}
.step-item02 .step2-item+.step2-item{
	margin-top: 5vw;
}
.step-item02 h6{
	font-weight: 700;
	color: #06C755;
	margin-bottom: 1em;
}
.step-item02 .dot-list li{
	line-height: 2;
	padding-left: 1em;
	position: relative;
}
.step-item02 .dot-list li:before{
	content: "・";
	position: absolute;
	color: #06C755;
	left: 0;
}
.step-item02 h5:nth-child(3+n){
	margin-top: 8vw;
} 
.lie-contact{
	text-align: center;
	margin-top: 12vw;
}
.lie-contact img{
	max-width: 100%;
}
@media screen and (min-width: 750px) {
	.step-item02 h5{
		padding-left: 1.875em;
	} 
	.step-item02 h5:nth-child(3+n){
		margin-top: 60px;
	} 
	.step-item02 h5 .nom{
		width: 1.5em;
		height: 1.5em;
	}
	.step-item02 h5 .text{
		font-size: 1.5em;
	}
	.step-item02 .step2-item{
		padding-left: 1.875em;
	}
	.step-item02 .step2-item+.step2-item{
		margin-top: 50px;
	}
	.lie-contact{
		margin-top: 80px;
	}
}