@charset "utf-8";

/* メインここから↓ */
.first-view {
	height: calc(100vh - 178px);
	background-image: url(../images/jimusyo.jpeg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
}

.first-view-text {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-bottom: 80px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px 10px #000022;
}

.first-view-text h1 {
	font-size: 56px;
	line-height: 10px;
	margin-top: 290px;	
}

.p1 {
	font-size: 20px;
	line-height: 25px;
	margin-top: 600px;
}

.lead {
	max-width: 1200px;
	margin: 60px auto;
}

.lead p {
	font-size: 17px;
	line-height: 2;
	margin-top: 30px;
	margin-left: 60px;
}

.lead h2 {
	line-height: 2;
	text-align: center;
}
.kao {
	float: right;
	margin-right: 60px;
}

.lead clearfix::after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
}

.link-button-area {
	text-align: center;
	margin-top: 40px;
}

.link-button {
	background-color: #ffa500;
	display: inline-block;
	min-width: 180px;
	line-height: 48px;
	border-radius: 10px;
	font-size: 14px;
}

.link-button:hover {
	background-color: #D2691E;
}

.naiyou {
	background-color: #f8f8f8;
	padding-top: 45px;
	padding-bottom: 55px;
}

.naiyou h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	margin-left: 60px;
}

.naiyou h2::after {
	content: '';
	display: block;
	width: 36px;
	height: 3px;
	background-color: #000000;
  	margin-top: 20px;
  	margin-left: 25px;
}

.item-list {
  	padding: 40px 0px 10px 0px;
  	display: flex;
  	flex-wrap: wrap;
	justify-content: center;
}

.item-list li {
  	width: 350px;
	margin-left: 40px;
	margin-bottom: 40px;
  	flex-shrink: 0;
}
.item-list li:nth-child(1) {
	margin-left: 0px;
}
.item-list li:nth-child(4) {
	margin-left: 0px;
}
.item-list li:hover {
	opacity: 0.7;

}
.item-list dl {
 	margin-top: 20px;
}

.item-list dt {
  	font-weight: bold;
}

.item-list dd {
  	font-size: 13px;
  	line-height: 20px;
  	margin-top: 10px;
}
/* 最新記事↓ */
.news h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding: 20px 0px 0px 60px;
}

.news h2::after {
	content: '';
	display: block;
	width: 36px;
	height: 3px;
	background-color: #000000;
  	margin-top: 20px;
  	margin-left: 25px;
}		
.news-list {
  	list-style: none outside;
  	padding-left: 65px;
}
.news-list .item a {
	display: flex;
  	color: #333;
  	border-bottom: 1px solid #CCC;
  	padding: 20px 20px;
}
.news-list .item:first-child a {
  	border-top: 1px solid #CCC;
}
.news-list .item .date {
  	margin: 0;
  	min-width: 130px;
  	font-size: 16px;
  	color: #999;
  	padding: 0 20px 0 0;
}
.news-list .item .title {
  	margin: 0;
  	width: 100%;
}
.news-list .item a:hover .title {
  	color: #00F;
	opacity: 0.7;
}
/* 最新記事終わり↑ */
/* メイン終わり↑ */


