@charset "UTF-8";

main {
	padding-bottom: 120px;
	@media screen and (max-width: 480px) {
		padding-bottom: 60px;
	}	
}

.p_ttl1 {
	background: url('../img/press_main.jpg') no-repeat center center / cover;
}
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width: 481px) {
	.p_ttl1 {
		background: url('../img/press_main@2x.jpg') no-repeat center center / cover;
	}
}
@media screen and (max-width: 480px) {
	.p_ttl1 {
		background: url('../img/press_main_sp.jpg') no-repeat center center / cover;
	}
	.p_ttl1 .ja {
		line-height: 1.2;
	}
}

.p_subttl {
	margin-top: 95px;
	font-family: 'FOT-筑紫明朝 Pr6 E', 'TsukuMinPr6-E';
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.06em;
	line-height: 1.75;
}

@media screen and (max-width: 480px) {
	.p_subttl {
		margin: 35px auto 0;
		width: 86.7%;
		text-align: left;
		font-size: 1.6rem;
	}
	.p_subttl br {
		display: none;
	}
}

.box_feature {
	width: 860px;
	margin: 90px auto 0;
	padding: 90px 0;
	border-bottom: 1px solid #e7e5e2;
}
.boxttl {
	font-family: 'Manrope', '游ゴシック体 StdN E', 'Yu Gothic StdN E', sans-serif;
	font-weight: 800;
	font-size: 2.5rem;
}
.boxlead {
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: 2;
}
@media screen and (max-width: 480px) {

	.box_feature {
		width: 86.7%;
		margin: 50px auto 0;
		padding: 60px 0 50px;
	}
	.boxttl {
		font-size: 2.2rem;
	}
	.boxlead {
		margin-top: 20px;
		text-align: left;
	}
	.boxlead br {
		display: none;
	}

}

.feature_list {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
.feature_list li {
	background: #f2efec;
	padding: 35px;
}
.feature_list .ttl {
	color: #022184;
	font-family: 'Manrope', '游ゴシック体 StdN E', 'Yu Gothic StdN E', sans-serif;
	font-weight: 800;
	font-size: 1.8rem;
	line-height: 1.5;
}
.feature_list .txt {
	margin-top: 15px;
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: left;
}
@media screen and (max-width: 480px) {

	.feature_list {
		margin-top: 30px;
		grid-template-columns: repeat(1, auto);
		gap: 10px;
	}
	.feature_list li {
		padding: 25px 20px;
	}
	.feature_list .ttl {
		font-size: 1.6rem;
	}
	.feature_list .txt {
		margin-top: 10px;
		font-size: 1.4rem;
	}

}

.contact_box1 {
	margin-top: 90px;
}
.contact_box1 .anno {
	font-size: 1.2rem;
	margin-top: 30px;
}

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

	.contact_box1 {
		margin-top: 50px;
	}
	.contact_box1 .anno {
		font-size: 1.1rem;
		text-align: left;
		line-height: 1.7;
		margin: 10px 6% 0;
	}

}

/* blog */

.s_blog {
	margin-top: 80px;
}
.s_blog .s_ttl {
	font-family: 'Manrope', '游ゴシック体 StdN E', 'Yu Gothic StdN E', sans-serif;
	font-weight: 800;
	font-size: 2.5rem;	
}
.s_blog .article_list1 {
	margin-top: 48px;
}
.s_blog .btn1_s {
	margin-top: 40px;
}

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

	.s_blog {
		margin-top: 50px;
	}
	.s_blog .s_ttl {
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.s_blog .article_list1 {
		margin-top: 20px;
	}
	.s_blog .btn1_s {
		margin-top: 25px;
	}

}