/* CSS Document */

.pageHead {
	background-image: url("../images/first/bg_pagehead.jpg");
}
@media screen and (max-width: 767px) {
	.pageHead {
		background-image: url("../images/first/bg_pagehead_sp.jpg");
	}
}

/* ------------------------------
    lead
------------------------------ */
.lead {
	padding: 55px 0 65px;
}
.lead .headline {
	font-size: 2.6rem;
	margin-bottom: 35px;
}

.lead p {
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
.lead p + p {
	margin-top: 28px;
}

@media screen and (max-width: 767px) {
	.lead {
		padding: 45px 0;
	}
	.lead .headline {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.lead p {
		line-height: 1.8;
		text-align: left;
	}
	.lead p + p {
		margin-top: 0;
	}
}

/* ------------------------------
    anchor
------------------------------ */
.anchor {
	margin-bottom: 60px;
}
.anchor .flex {
	flex-wrap: nowrap;
}
.anchor .flex li {
	margin: 0 1px;
}
.anchor .flex li a {
	transition: 0.5s;
}
.anchor .flex li a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.anchor {
		margin-bottom: 45px;
	}
	.anchor .flex li {
		margin: 1px 0;
	}
}

/* ------------------------------
    point
------------------------------ */
.point .flex {
	align-items: center;
}
.point .img, .point .txt {
	width: 50%;
}
.point .img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.point .txt {
	padding: 30px;
}
.point .txt .ttl {
	font-size: 2.6rem;
	margin-bottom: 23px;
	padding-bottom: 13px;
	position: relative;
}
.point .txt .ttl span {
	display: block;
	font-size: 1.8rem;
}
.point .txt .ttl:after {
	background: #93802A;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50px;
}
.point .txt p {
	letter-spacing: 0.2px;
	line-height: 2;
	max-width: 545px;
	margin: 0 auto 30px;
}
@media screen and (max-width: 1250px) {
	.point .flex {
		align-items: stretch;
	}
}
@media screen and (max-width: 1150px) {
	.point .txt .ttl {
		font-size: 2rem;
	}
	.point .txt .ttl span {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 767px) {
	.point {
		padding: 0 5%;
	}
	.point + .point {
		padding-top: 50px;
	}
	.point .img, .point .txt {
		padding: 0;
		width: 100%;
	}
	.point .img {
		margin-bottom: 20px;
	}
	.point .txt .ttl {
		font-size: 2rem;
	}
	.point .txt .ttl span {
		font-size: 1.4rem;
	}
	.point .txt .ttl:after {
		width: 38px;
	}
	.point .txt p {
		letter-spacing: 0;
		line-height: 1.7;
		margin-bottom: 15px;
	}
	.point .btn {
		width: 210px;
	}
}
