@charset "UTF-8";

/* Sass Document */
/* ---------------------------------------
  #sec01
-----------------------------------------*/
#sec01 {
	padding: 77px 0 103px;
}

#sec01 .ttl {
	text-align: center;
}

#sec01 .list {
	margin-top: 90px;
}

#sec01 .list ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sec01 .list ul li {
	position: relative;
}

#sec01 .btn_back {
	margin-top: 120px;
	text-align: center;
}

#sec01 .list {
	justify-content: space-between;
	margin-top: 21px;
}

#sec01 ul li {
	display: flex;
	flex-direction: column;
	width: 470px;
	margin-top: 6rem;
}

#sec01 ul li .img-wrapper {
	min-height: 0;
}

.ie11 #sec01 ul li .img-wrapper {
	height: 325px;
}

#sec01 .text-wrapper {
	margin: 2.8rem 0 1.2rem;
}

#sec01 .arrange__title {
	color: #ff8d1e;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

#sec01 .catch {
	margin-bottom: 1rem;
	color: #42210b;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

#sec01 .btn {
	margin-top: auto;
}

@media screen and (max-width: 812px) {
	#sec01 {
		padding: 10.4vw 0 15vw;
	}
	#sec01 .wrap {
		padding: 0;
	}
	#sec01 .ttl img {
		width: 46.1vw;
	}
	#sec01 .list {
		margin-top: 8.5vw;
	}
	#sec01 .list ul li {
		width: 100%;
	}
	#sec01 .list ul li:nth-child(n+2) {
		/*margin-top: 21.8vw*/
	}
	#sec01 .list ul li .img img {
		width: 100%;
	}
	#sec01 .list ul li .btn {
		/*margin-top: 7.5vw;*/
		margin-top: 0;
		text-align: center;
	}
	#sec01 .list ul li .btn img {
		width: 77.1vw;
	}
	#sec01 .btn_back {
		margin-top: 11.8vw;
	}
	#sec01 .btn_back img {
		width: 77.1vw;
	}
	#sec01 .list {
		display: block;
	}
	#sec01 ul li {
		width: auto;
		margin-top: 20vw;
	}
	#sec01 ul li:first-of-type {
		margin-top: 0;
	}
	#sec01 .text-wrapper {
		margin: 6vw 0;
	}
	#sec01 .arrange__title {
		font-size: 4.9vw;
	}
	#sec01 .catch {
		font-size: 3.8vw;
	}
}

@media screen and (min-width: 813px) {
	#sec01 .list ul li {
		/*padding-bottom: 103px*/
	}
	#sec01 .list ul li:nth-child(n+3) {
		/*margin-top: 60px*/
	}
	#sec01 .list ul li .btn {
		position: static;
		bottom: 0;
		left: 0;
	}
}

/*# sourceMappingURL=sourcemaps/arrange.css.map */
