﻿@charset "utf-8";
body{
	color: #231815;
}
/* CSS Document */
h1,h2,h3,h4,h5,
b,
.wf,
.title .text{
	font-family: "Noto Sans Japanese";
}
.title .inner,.c-inner{
	width: 1000px;
	margin:0 auto;
}


/*トップイメージ*/
.main_img h1{
	margin: 0 auto;
	width: 1000px;
}
	
/*知りたいコトを知りたいだけ！*/

.about{
	padding:45px 0 80px;
}
.about h2{
	text-align: center;
	font-size: 30px;
	margin-bottom: 46px;
	font-weight: 900;
	letter-spacing: 4px;
}
.about .lead{
	font-size: 20px;
	line-height: 37px;
	letter-spacing: 1.5px;
	padding: 0 55px;
	margin-bottom: 85px;
	text-align: justify;
}
.link h3{
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 40px;
	letter-spacing: 4px;
}
.link .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding: 0 18px;
}
.link .block{
	width: 460px;
	padding-bottom: 40px;
}
.link .block a{
	display: block;
}
.link .block img{
	width: 100%;
	height: 300px;
}
.link .text{
	background-color: #F39800;
	padding: 26px 0 16px;
	margin: 0 auto;
}
.link .text p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 29px;
    color: white;
    font-weight: 900;
    text-align: center;
    padding-bottom: 20px;
    letter-spacing: 8px;
    line-height: 50px;
}
.link .text .img{
	text-align: center;
}
.link .text img{
	width: 95px;
	height: 90px;
}
.link .blue{
	background-color: #00A0E9;
}
.link .green{
	background-color: #00A29A;
}
.link .pink{
	background-color: #A64A97;
}
.banner{
	margin: 0 auto;
	width: 1000px;
}
.banner img{
	padding-bottom: 40px;
}