@charset "utf-8";


/* ============================================================================================== */
/* common                                                                                         */
/* ============================================================================================== */

.section__flow {
	padding-bottom: 60px;
}


/* ============================================================================================== */
/* section__flow                                                                                  */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* flow-item */

.flow-item {
	position: relative;
	padding: 0 0 30px 40px;
	margin-bottom: 30px;
}

.flow-item:last-child {
	margin-bottom: 0;
}

.flow-item:before {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size: 3rem;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,1);
	z-index: 10;
}

.flow01.flow-item:before { content: '01'; }
.flow02.flow-item:before { content: '02'; }
.flow03.flow-item:before { content: '03'; }
.flow04.flow-item:before { content: '04'; }
.flow05.flow-item:before { content: '05'; }
.flow06.flow-item:before { content: '06'; }
.flow07.flow-item:before { content: '07'; }
.flow08.flow-item:before { content: '08'; }

.flow-item:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 15px;
	top: 0;
	background: rgba(91,40,68,.1);
}

.flow-item .flow-item__ttl {
	font-size: 2rem;
	line-height: 1.3;
	padding: 10px 0 15px;
}

.flow-item .txt--outer {
	margin-bottom: 20px;
}

.flow05.flow-item .txt--outer {
	margin-bottom: 25px;
}

.flow-item .list-style--reg {
	margin-bottom: 30px;
}

.flow03.flow-item .list-style--reg,
.flow04.flow-item .list-style--reg {
	margin-bottom: 0;
}

.flow-item .inquiry .btn-list {
	margin-bottom: 20px;
}

.flow02.flow-item .inquiry .btn-list {
	margin-bottom: 0;
}

.flow-item .inquiry .btn {
	color: rgba(255,255,255,1);
	background: rgba(91,40,68,1);
}

.flow-item .inquiry .btn .icon {
	stroke: rgba(255,255,255,1);
}

.flow-item .inquiry .btn.line {
	color: rgba(255,255,255,1);
	background: rgba(0,184,0,1);
}

.flow-item .inquiry .btn:hover {
	filter: brightness(105%);
}

.flow-item .inquiry .g-tel {
	line-height: 1;
	color: rgba(91,40,68,1);
	margin-bottom: 0;
}

.flow-item .inquiry .g-tel a {
	color: rgba(91,40,68,1);
}

.flow-item .img--outer .img {
	margin-bottom: 10px;
}

.flow-item .img--outer .img img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 5px;
}

.flow-item .img--outer figcaption {
	font-size: .9em;
}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

@media screen and (min-width: 375px) {

}

@media screen and (min-width: 414px) {

}

@media screen and (orientation:landscape) {

}

/* over iphone 6 plus landscape */
@media screen and (orientation:landscape) and (min-width: 736px) {

}


/* ----------------------------------------------------------------------- */
/* Tablet */

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

	/* flow-item */
	.flow-item .inquiry .btn-list {
		display: flex;
		justify-content: space-between;
	}

	.flow-item .inquiry .btn-list__item {
		width: calc(50% - 10px);
	}

}


/* ----------------------------------------------------------------------- */
/* over ipad landscape */

@media screen and (orientation:landscape) and (min-width: 1024px) {

	/* common */
	.section__flow {
		padding-bottom: 120px;
	}

	/* flow-item */
	.flow-item {
		padding: 0 0 60px 80px;
		margin-bottom: 60px;
	}

	.flow-item:before {
		font-size: 5.5rem;
	}

	.flow-item:after {
		left: 25px;
	}

	.flow-item .flow-item__ttl {
		font-size: 3.5rem;
		padding: 20px 0 30px;
	}

	.flow05.flow-item .txt--outer {
		margin-bottom: 35px;
	}

}


/* ----------------------------------------------------------------------- */
/* Desktop */

@media screen and (min-width: 1280px) {

}

@media screen and (min-width: 1440px) {

}
