@charset "UTF-8";

/* 白浜の魅力 */
#pagehead {
	background: url("../images/satellite_office/bg_pagehead.jpg") no-repeat center center;
	background-size: cover;
}

#main h3 {
	font-size: 35px; font-size: 3.5rem;
	line-height: 1.45;
	font-weight: 900;
	color: #dc3828;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 40px;
}

#intro {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}
#intro p {
	font-weight: 500;
	text-align: center;
}
#intro p strong {
	font-weight: 500;
	color: #dc3828;
}
#data {
	max-width: 1000px;
	margin: 0 auto;
}
#merit .merit {
	background: url("../images/satellite_office/bg_point_pc.jpg") no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	padding-top: 40px;
}
#merit .merit_box {
	background: #fff;
	width: 340px;
	box-sizing: border-box;
	margin: 0 15px -5px;
	padding: 25px 20px 60px;
	border-radius: 10px 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
}

#merit .merit_box h4 {
	width: 100%;
	font-size: 27px; font-size: 2.7rem;
	font-weight: 700;
	color: #dc3828;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 0 20px;
}
#merit .merit_box h4 span {
	display: block;
	font-size: 15px; font-size: 1.5rem;
	font-weight: 900;
	margin-bottom: 15px;
	position: relative;
}
#merit .merit_box h4 span::after {
	content: "";
	display: block;
	width: 3em;
	height: 2px;
	background: #dc3828;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}

#merit .merit_box li {
	font-size: 14px; font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 8px;
	padding-left: 1em;
	position: relative;
}
#merit .merit_box li::before {
	content: "●";
	color: #dc3828;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(0.7);
}
#merit .merit_box li a{
	font-size: 0.8em;
	line-height: 1;
}

#mind {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}
#mind .image {
	margin: 80px 0 30px;
	border-radius: 10px;
}
#mind .mind {
	display: flex;
	justify-content: space-between;
}
#mind .mind_box {
	width: 30%;
}
#mind .mind_box h4 {
	font-size: 20px; font-size: 2.0rem;
	line-height: 1.5;
	font-weight: 900;
	color: #dc3828;
	margin: 0 0 15px;
	min-height: 90px;
}
#mind .mind_box:nth-of-type(2) h4 {
	font-size: 22px; font-size: 2.2rem;
}
#mind .mind_box h4 span {
	margin-top: 10px;
	display: block;
	font-size: 14px; font-size: 1.4rem;
}
#mind .mind_box p {
	font-size: 14px; font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.1;
}


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

	#main h3 {
		font-size: 5.4vw;
		margin-bottom: 4vw;
	}

	#intro {
		padding: 12vw 0;
	}
	#merit .merit {
		background: url("../images/satellite_office/bg_point_sp.jpg") no-repeat center center;
		background-size: cover;
		display: block;
		padding: 6vw 12vw;
	}
	#merit .merit_box {
		width: 100%;
		margin: 6vw 0;
		padding: 6vw;
		border-radius: 2vw;
	}

	#merit .merit_box h4 {
		font-size: 4.8vw;
		margin: 0 0 2vw;
	}
	#merit .merit_box h4 span {
		font-size: 2.6vw;
		margin-bottom: 1vw;
	}
	#merit .merit_box h4 span::after {
		width: 3em;
	}

	#merit .merit_box li {
		font-size: 3.2vw;
		margin-bottom: 1vw;
	}
	#merit .merit_box li::before {
	}

	#mind {
		padding: 12vw 0;
	}
	#mind .image {
		margin: 8vw 0 4vw;
		border-radius: 0;
	}
	#mind .mind {
		display: block;
	}
	#mind .mind_box {
		width: 100%;
		box-sizing: border-box;
		padding: 6.6vw;
	}
	#mind .mind_box h4 {
		font-size: 4.6vw;
		margin: 0 0 2vw;
		min-height: inherit;
	}
	#mind .mind_box:nth-of-type(2) h4 {
		font-size: 4.6vw;
	}
	#mind .mind_box h4 span {
		margin-top: 1vw;
		font-size: 3.4vw;
	}
	#mind .mind_box p {
		font-size: 3.2vw;
	}

}