@charset "utf-8";

/*-------------------------------
	こんなお悩みありませんか？
-------------------------------*/

#Prologue{
	padding-top: 0;
	padding-bottom: 0;
	background: #fff;
}
.Prologue-list{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.Prologue-list__item{
	background: var(--graycolor);
	width: calc((100% - (1.8rem * 2)) / 3);
	border-radius: 1.2rem;
	padding: 4.5rem 2.8rem 4rem;
}
.Prologue-list__item-image{
	height: 9rem;
	margin-bottom: 2.4rem;
	margin-left: auto;
	margin-right: auto;
}
.Prologue-list__item-image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.Prologue-list__item-title{
	color: var(--maincolor);
	font-size: 2.4rem;
	margin-bottom: 3rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}
.Prologue-list__item-list-text{
	color: var(--blackcolor2);
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Prologue-list__item-list-text::before{
	content: "・";
}

.Prologue-list__item:nth-of-type(1) .Prologue-list__item-image{
	width: 7rem;
}
.Prologue-list__item:nth-of-type(2) .Prologue-list__item-image-{
	width: 9rem;
}
.Prologue-list__item:nth-of-type(3) .Prologue-list__item-image{
	width: 9rem;
}

.Prologue-simple{
	background: var(--graycolor);
	width: 100%;
	min-height: 35.4rem;
	padding: 4rem;
	border-radius: 1.2rem;
	position: relative;
}
.Prologue-simple::after{
	content: "";
	display: block;
	width: 25.5rem;
	height: 37rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
}
.Prologue-simple-list{
	width: 100%;
	max-width: 46rem;
}
.Prologue-simple-list__item{
	font-size: 2rem;
	line-height: calc(3 / 2);
	font-weight: 700;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.Prologue-simple-list__item:not(:last-child){
	margin-bottom: 1.8rem;
}
.Prologue-simple-list__item::before{
    color: var(--subcolor);
    content: "●";
    line-height: calc(3 / 2);
    display: block;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.Prologue-list__item{
		padding: 4.5rem 2rem 4rem;
	}

	.Prologue-simple::after{
		width: calc(25.5rem * .8);
		height: calc(37rem * .8);
	}

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Prologue-simple::after{
		position: static;
		transform: translateY(0);
		margin-left: auto;
		margin-right: auto;
	}
	.Prologue-simple-list{
		margin-bottom: 2.5rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Prologue-list{
		flex-wrap: wrap;
		gap: 2.5rem;
	}
	.Prologue-list__item{
		width: calc((100% - 2.5rem) / 2);
	}

}
@media screen and (max-width:768px){

	.Prologue-list{
		flex-direction: column;
	}
	.Prologue-list__item{
		width: 100%;
		border-radius: 1.8rem;
		padding: 5.2rem 4.8rem 4.8rem;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.Prologue-list__item:not(:last-child){
		margin-bottom: 3rem;
	}
	.Prologue-list__item-image{
		margin-bottom: 0;
	}
	.Prologue-list__item-inner{
		width: calc(100% - 13.5rem);
		padding-left: 4.5rem;
	}
	.Prologue-list__item-title{
		font-size: 3.6rem;
		margin-bottom: 1.8rem;
		padding-left: .5rem;
		text-align: left;
	}

	.Prologue-list__item:nth-of-type(1) .Prologue-list__item-image{
		width: 13.5rem;
		height: 13.5rem;
	}
	.Prologue-list__item:nth-of-type(2) .Prologue-list__item-image{
		width: 13.5rem;
		height: 12.4rem;
	}
	.Prologue-list__item:nth-of-type(3) .Prologue-list__item-image{
		width: 13.5rem;
		height: 12.4rem;
	}

	.Prologue-simple{
		min-height: auto;
		padding: 4rem 5.2rem 6rem;
		border-radius: 1.6rem;
	}
	.Prologue-simple::after{
		width: 30.2rem;
		height: 44.2rem;
		margin-top: 4rem;
		position: static;
		margin-left: auto;
		margin-right: auto;
	}
	.Prologue-simple-list{
		max-width: 100%;
	}
	.Prologue-simple-list__item{
		font-size: 3.2rem;
		line-height: calc(4.6 / 3.2);
	}
	.Prologue-simple-list__item:not(:last-child){
		margin-bottom: 2rem;
	}
	.Prologue-simple-list__item::before{
		line-height: calc(4.6 / 3.2);
	}

}



/*-------------------------------
	サービスの特徴
-------------------------------*/

.Feature__text{
	color: var(--blackcolor2);
	margin-bottom: 6rem;
}
.Feature-list{
	counter-reset: number 0;
}
.Feature-list__item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Feature-list__item:not(:last-child){
	margin-bottom: 7.5rem;
}
.Feature-list__item-body{
	width: calc(100% - 28.8rem);
	padding-right: 4.6rem;
}
.Feature-list__item-title{
	margin-bottom: 0.8rem;
	font-size: 2.4rem;
	line-height: calc(4.5 / 2.4);
	font-weight: 700;
}
.Feature-list__item-title::before{
	counter-increment: number 1;
	content: counter(number) ".";
}
.Feature-list__item-image{
	width: 28.8rem;
	border-radius: 1.2rem;
	overflow: hidden;
}
.Feature-list__item-image img{
	width: 100%;
}
.Feature-list__item-text{
	color: var(--blackcolor2);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Feature-list__item-image{
		width: 20rem;
	}
	.Feature-list__item-body{
		width: calc(100% - 20rem);
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Feature-list__item{
		flex-direction: column;
	}
	.Feature-list__item-body{
		width: 100%;
		padding-right: 0;
	}
	.Feature-list__item-image{
		width: 75%;
		margin-top: 2.5rem;
	}

}
@media screen and (max-width:768px){

	.Feature__text{
		margin-bottom: 6.5rem;
	}
	.Feature-list__item{
		flex-direction: column;
	}
	.Feature-list__item:not(:last-child){
		/*margin-bottom: 10rem;*/		
		margin-bottom: 7rem;
	}
	.Feature-list__item-body{
		width: 100%;
		padding-right: 0;
	}
	.Feature-list__item-title{
		font-size: 3.6rem;
		margin-bottom: 1rem;
		line-height: calc(5.4 / 3.6);
	}
	.Feature-list__item-text{
		margin-bottom: 3.5rem;
	}
	.Feature-list__item-image{
		width: 48rem;
		height: 30rem;
		border-radius: 2rem;
		margin-left: auto;
		margin-right: auto;
	}

}



/*-------------------------------
	サービスの流れ
-------------------------------*/

.Flow-list__item{
	width: 100%;
	padding: 3rem 5.2rem 3rem 4rem;
	border-radius: 2.4rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.Flow-list__item:not(:last-child){
	margin-bottom: 5rem;
}
.Flow-list__item:not(:last-child)::after{
	content: "";
	display: block;
	width: 2.2rem;
	height: 2rem;
	background-image: url(../images/common/icon_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 50%;
	top: calc(100% + 2.5rem);
	transform: translate(-50%,-50%) rotate(90deg);
}
.Flow-list__item-body{
	width: calc(100% - 8rem);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Flow-list__item-body-inner{
	width: calc(100% - 10rem);
	padding-left: 4.8rem;
	padding-right: 5rem;
}
.Flow-list__item-header{
	width: 10rem;
	height: 10rem;
}
.Flow-list__item-step{
	font-family: var(--en2);
	background: var(--subcolor);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.Flow-list__item-step-text{
	font-size: 1.2rem;
	margin-bottom: .4rem;
	line-height: 1;
	display: block;
}
.Flow-list__item-step-number{
	font-size: 4.6rem;
	font-weight: 400;
	line-height: 1;
	display: block;
}
.Flow-list__item-title{
	margin-bottom: 0.6rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: calc(4.7 / 2.4);
}
.Flow-list__item-image{
	width: 8rem;
}
.Flow-list__item-image img{
	width: 100%;
}
.Flow-list__item-text{
	color: var(--blackcolor2);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Flow-list__item{
		padding: 2rem 4rem 2.5rem;
	}
	.Flow-list__item-body-inner{
		padding-left: 2.5rem;
	}
	.Flow-list__item-body-inner br{
		display: none;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Flow-list__item{
		flex-direction: column-reverse;
		align-items: flex-start;
		z-index: 5000;
	}
	.Flow-list__item-image{
		position: absolute;
		right: 2.5rem;
		top: -2.5rem;
		z-index: -1;
	}
	.Flow-list__item-body{
		width: 100%;
	}
	.Flow-list__item-body-inner{
		padding-right: 0;
	}

}
@media screen and (max-width:768px){

	.Flow-list__item{
		padding: 5rem 5.2rem 5rem 5rem;
		border-radius: 2.4rem;
	}
	.Flow-list__item:not(:last-child){
		margin-bottom: 8rem;
	}
	.Flow-list__item:not(:last-child)::after{
		width: 4.4rem;
		height: 4rem;
		left: 50%;
		top: calc(100% + 4rem);
		transform: translate(-50%,-50%) rotate(90deg);
	}
	.Flow-list__item-body{
		width: 100%;
		align-items: flex-start;
	}
	.Flow-list__item-body-inner{
		width: calc(100% - 14rem);
		padding-top: 2rem;
		padding-left: 4.5rem;
		padding-right: 0;
	}
	.Flow-list__item-header{
		width: 14rem;
		height: auto;
	}
	.Flow-list__item-step{
		width: 100%;
		height: 14rem;
		margin-bottom: 3.3rem;
	}
	.Flow-list__item-step-text{
		font-size: 2rem;
		margin-bottom: .4rem;
	}
	.Flow-list__item-step-number{
		font-size: 6.6rem;
	}
	.Flow-list__item-title{
		font-size: 3.6rem;
		margin-bottom: 2.5rem;
		line-height: 1;
	}
	.Flow-list__item-image{
		width: 11.2rem;
		margin-left: auto;
		margin-right: auto;
	}

}



/*-------------------------------
	導入メリット
-------------------------------*/

.Merit-list__item{
	width: 100%;
	font-size: 2rem;
	line-height: calc(4.6 / 2);
	font-weight: 700;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Merit-list__item::before{
	color: var(--subcolor);
	content: "●";
	line-height: calc(4.6 / 2);
	display: block;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Merit-list__item{
		font-size: 3.2rem;
		line-height: calc(4.6 / 3.2);
	}
	.Merit-list__item:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.Merit-list__item::before{
		line-height: calc(4.6 / 3.2);
	}

}



/*-------------------------------
	こんなシーンにおすすめ
-------------------------------*/

.Recommend__text{
	color: var(--blackcolor2);
	margin-bottom: 4.2rem;
}
.Recommend-list{
	width: 100%;
	display: flex;
	gap: 5rem 1.6rem;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Recommend-list__item{
	width: calc((100% - (1.6rem * 3)) / 4);
}
.Recommend-list__item-image{
	width: 100%;
	height: 100%;
}
.Recommend-list__item-image-inner{
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 1.2rem;
	overflow: hidden;
	display: block;
}
.Recommend-list__item-image img{
	width: 100%;
}
.Recommend-list__item-caption{
	line-height: calc(2.4 / 1.6);
	display: block;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Recommend-list__item{
		width: calc((100% - (1.6rem * 2)) / 3);
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Recommend-list__item{
		width: calc((100% - (1.6rem * 1)) / 2);
	}

}
@media screen and (max-width:768px){

	.Recommend__text{
		margin-bottom: 6.5rem;
	}
	.Recommend-list{
		gap: 5rem 3rem;
	}
	.Recommend-list__item{
		width: calc((100% - (3rem * 1)) / 2);
	}
	.Recommend-list__item-image-inner{
		margin-bottom: 1.2rem;
		border-radius: 1.6rem;
	}
	.Recommend-list__item-caption{
		line-height: calc(2.4 / 1.6);
	}

}



/*-------------------------------
	関連サービス
-------------------------------*/

.Relation__text{
	color: var(--blackcolor2);
	margin-bottom: 4.5rem;
}
.Relation-list{
	width: 100%;
	display: flex;
	gap: 1.8rem;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.Relation-list__item{
	width: calc((100% - (1.8rem * 2)) / 3);
	height: 9rem;
	font-size: 2rem;
	border-radius: 1.2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f9e5ea;
	overflow: hidden;
}
.Relation-list__item a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
}
.Relation-list__item a:hover{
	background: var(--maincolor);
	color: #fff;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Relation-list__item{
		width: calc((100% - (1.8rem * 1)) / 2);
	}

}
@media screen and (max-width:768px){

	.Relation__text{
		margin-bottom: 5.8rem;
	}
	.Relation-list{
		gap: 3rem;
		flex-direction: column;
	}
	.Relation-list__item{
		width: 100%;
		height: 10rem;
		font-size: 3.2rem;
		border-radius: 1.6rem;
	}

}