@charset "UTF-8";

.pagettl {
	margin-top: 30px;
	background-image: url(../img/pagettl_img_pc.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 31%;
	position: relative;
}

.pagettl h1 img {
	position: absolute;
	top: calc(50% - 159px);
	left: calc(50% - 261px);
}

@media screen and (max-width: 767px) {
	.pagettl {
		margin-top: 14vw;
		background-image: url(../img/pagettl_img_sp.jpg);
		padding-top: 32%;
		margin-bottom: 58vw;
	}

	.pagettl h1 img {
		width: 86vw;
		top: 34vw;
		left: calc(50% - 43vw);
	}
}


#sec01 {
	padding-top: 100px;
	position: relative;
}

#sec01 p {
	margin-top: 30px;
	font-size: 20px;
	line-height: 2em;
}

@media screen and (max-width: 767px) {
	#sec01 {
		padding-top: 11vw;
	}

	#sec01 h2 img {
		width: 76vw;
	}

	#sec01 p {
		margin-top: 4vw;
		font-size: 3vw;
	}
}


#sec02 {
	padding-top: 70px;
}

#sec02 .box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#sec02 .box .item {
	width: 370px;
}

#sec02 .box .item h3 {
	font-size: 28px;
	color: #4d3628;
	letter-spacing: 4px;
	margin-top: 20px;
}

#sec02 .box .item p {
	font-size: 16px;
	line-height: 2em;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	#sec02 {
		padding-top: 9vw;
	}

	#sec02 .box {
		width: 80vw;
		flex-wrap: wrap;
		row-gap: 9vw;
	}

	#sec02 .box img {
		width: 80vw
	}

	#sec02 .box .item {
		width: 80vw;
	}

	#sec02 .box .item h3 {
		font-size: 5vw;
		letter-spacing: 0;
		margin-top: 3vw;
	}

	#sec02 .box .item p {
		font-size: 3vw;
		line-height: 1.5em;
		margin-top: 2vw;
	}
}


#sec03 {
	padding-top: 100px;
}

#sec03 h2 {
	font-size: 32px;
	color: #4d3628;
	font-weight: bold;
	letter-spacing: 6px;
}

#sec03 h2::before,
#sec03 h2::after {
	content: "";
	width: 150px;
	height: 2px;
	background-color: #4d3628;
	display: inline-block;
	vertical-align: middle;
	margin: 0 40px;
}

#sec03 .box {
	width: 1150px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#sec03 .box .item {
	width: 224px;
	margin-top: 60px;
	text-align: left;
	position: relative;
}

#sec03 .box .item::after {
	content: url(../img/03_arrow.svg);
	position: absolute;
	top: 50%;
	right: -56px;
}

#sec03 .box .item:last-child::after {
	content: none;
}

#sec03 .box .item h3 {
	font-size: 22px;
	color: #3b520a;
	font-weight: bold;
	letter-spacing: 1px;
}

#sec03 .box .item h3 img {
	width: 74px;
}

#sec03 .box .item h3 span {
	margin-left: 10px;
	margin-top: 15px;
	display: inline-block;
	vertical-align: top;
}

#sec03 .box .item p {
	font-size: 16px;
	margin-top: 15px;
}

#sec03 a {
	display: block;
	margin: 70px auto 0;
	padding: 25px 0;
	background-color: #3b520a;
	border: solid 5px #fff;
	border-radius: 15px;
	box-sizing: border-box;
	width: 360px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
}

#sec03 a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#sec03 {
		padding-top: 15vw;
	}

	#sec03 h2 {
		font-size: 5vw;
		letter-spacing: 4px;
	}

	#sec03 h2::before,
	#sec03 h2::after {
		width: 7vw;
		height: 0.3vw;
		margin: 0 3vw;
	}

	#sec03 .box {
		width: 82vw;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	#sec03 .box .item {
		width: 82vw;
		margin-top: 8vw;
	}

	#sec03 .box .item::after {
		content: none;
	}

	#sec03 .box .item h3 {
		font-size: 4vw;
	}

	#sec03 .box .item h3 img {
		width: 11vw;
	}

	#sec03 .box .item h3 span {
		margin-left: 4vw;
		margin-top: 1.5vw;
	}

	#sec03 .box .item p {
		font-size: 3vw;
		margin-top: 2vw;
	}

	#sec03 a {
		margin: 10vw auto 0;
		padding: 5vw 0;
		border: solid 1vw #fff;
		border-radius: 3vw;
		width: 64vw;
		font-size: 3.5vw;
	}
}


#sec04 {
	padding-top: 120px;
	position: relative;
}

#sec04 h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 42px;
	color: #4d3628;
	letter-spacing: 4px;
}

#sec04 .txt {
	position: absolute;
	top: 65px;
	left: calc(50% + 140px);
}

#sec04 p {
	font-size: 18px;
	margin-top: 30px;
	letter-spacing: 1px;
}

#sec04 .box {
	width: 970px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 32px;
}

#sec04 .box img {
	width: 300px;
	height: 300px;
	object-fit: cover;
	padding: 15px;
	box-sizing: border-box;
	background-color: #fff;
}

#sec04 a.btn {
	display: block;
	margin: 60px auto 100px;
	width: 340px;
	padding: 20px 0;
	background-color: #4d3628;
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

#sec04 a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#sec04 {
		padding-top: 20vw;
	}

	#sec04 h2 {
		font-size: 7vw;
	}

	#sec04 .txt {
		width: 24vw;
		top: 11vw;
		left: calc(50% + 22vw);
	}

	#sec04 p {
		font-size: 3vw;
		margin-top: 3vw;
	}

	#sec04 .box {
		width: 83vw;
		margin: 5vw auto 0;
		row-gap: 3vw;
	}

	#sec04 .box img {
		width: 40vw;
		height: 40vw;
		padding: 2vw;
	}

	#sec04 a.btn {
		display: block;
		margin: 8vw auto 19vw;
		width: 69vw;
		padding: 5vw 0;
		border-radius: 10vw;
		font-size: 4vw;
	}
}