@charset "UTF-8";


#pickup {
	width: 1000px;
	margin: 5rem auto;
}
#pickup h3 {
	font-size: 1.25rem;
	color: #546792;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#pickup ul {
	display: flex;
	justify-content: space-between;
}
#pickup ul li {
	width: calc((100% - 3rem) / 2);
}
#pickup ul li img{
	display: block;
	width: 100%;
	height: auto;
}
#top_news {
	width: 1000px;
	margin: 5rem auto;
}
#top_news h3 {
	font-size: 1.25rem;
	color: #546792;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#top_news ul {
	width: calc(100% - 2rem);
	padding: 1rem;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
#top_news ul li {
}
#top_news ul li a {
	display: flex;
	align-items: center;
	font-size: 1rem;
	padding: 0.5rem 1rem;
	border-top: solid thin #CCC;
	color: #333;
	
}
#top_news ul li a .date {
	flex-grow: 0; 
}
#top_news ul li a .category {
	flex-grow: 0; 
	display: inline-block;
	width: 10rem;
	text-align: center;
	background: #DDE;
	font-size: 0.9rem;
	line-height: 1;
	border-top: solid medium #DDE;
	border-bottom: solid medium #DDE;
	padding: 0;
	margin: 0 1rem;
	color: black;
}
#top_news ul li a .headline {
	flex-grow: 0; 
}
#top_news ul li:last-child a {
	display: block;
	text-align: right;
	font-size: 0.95rem;
	padding-bottom: 0;
}
#top_news ul li:last-child a::after {
	display: inline-block;
	content: '';
	position: relative;
	top: 0.2rem;
	margin-left: 0.25rem;
	background: url(../top/news/icon_news_yajirushi.svg);
	background-size: cover;
	width: 1.125rem;
	height: 1.125rem;
}


#block1 h3::before,
#block2 h3::before,
#block3 h3::before,
#block4 h3::before,
#block5 h3::before {
	content: '［ ';
	font-weight: normal;
}
#block1 h3::after,
#block2 h3::after,
#block3 h3::after,
#block4 h3::after,
#block5 h3::after {
	content: ' ］';
	font-weight: normal;
}

.block_content {
	width: 1000px;
	margin: 0 auto;
	padding: 3rem 0;
}


#block1 {
	margin: 5rem 0;
	width: 100%;
	position: relative;
}
#block1::before {
	content: '';
	display: block;
	width: 100%;
	height: 5.5rem;
	position: absolute;
	top: 0;
	left: 0;
	background: #546792;
	mix-blend-mode: multiply;
}
#block1 h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
	padding: 2rem 0;
	font-size: 2.75rem;
	font-weight: bold;
}
#block1 h3 + div img {
	display: block;
	width: 100%;
	height: auto;
}
#block1 h4 {
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	color: #546792;
}
#block1 ul:nth-of-type(1) {
	width: 100%;
	margin: 2rem 0;
	display: grid;
	grid-template-rows: 185px 185px;
	grid-template-columns: 185px 185px auto 185px 185px;
	background: url(../top/block1/2.svg) center center no-repeat;
	background-size: contain;
}
#block1 ul:nth-of-type(1) li {
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
	margin: 1rem;
	text-align: center;
	line-height: 1.75;
	font-size: 1rem;
	font-weight: bold;
	padding-top: 1.25rem;
	background: url(../top/block1/1.svg) center bottom 1.25rem no-repeat;
	transition: .3s;
}
#block1 ul:nth-of-type(1) li:hover {
	box-shadow: 6px 6px 6px rgba(0,0,0,0.3);
}
#block1 ul:nth-of-type(1) li a {
	display: block;
	color: #333;
	height: 100%;
}
#block1 ul:nth-of-type(1) li:nth-child(1) {
	grid-area: 1 / 1 / 2 / 2;
}
#block1 ul:nth-of-type(1) li:nth-child(2) {
	grid-area: 1 / 2 / 2 / 3;
}
#block1 ul:nth-of-type(1) li:nth-child(3) {
	grid-area: 1 / 4 / 2 / 5;
}
#block1 ul:nth-of-type(1) li:nth-child(4) {
	grid-area: 1 / 5 / 2 / 6;
}
#block1 ul:nth-of-type(1) li:nth-child(5) {
	grid-area: 2 / 1 / 3 / 2;
}
#block1 ul:nth-of-type(1) li:nth-child(6) {
	grid-area: 2 / 2 / 3 / 3;
}
#block1 ul:nth-of-type(1) li:nth-child(7) {
	grid-area: 2 / 4 / 3 / 5;
}
#block1 ul:nth-of-type(1) li:nth-child(8) {
	grid-area: 2 / 5 / 3 / 6;
}

#b1_img {
	padding: 2rem 2rem 0;
}
#b1_img img {
	display: block;
	width: 100%;
	height: auto;
}

#block2 {
	margin: 5rem 0;
	width: 100%;
	position: relative;
}
#block2::before {
	content: '';
	display: block;
	width: 100%;
	height: 5.5rem;
	position: absolute;
	top: 0;
	left: 0;
	background: #008576;
	mix-blend-mode: multiply;
}
#block2 h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
	padding: 2rem 0;
	font-size: 2.75rem;
	font-weight: bold;
}
#block2 h3 + div img {
	display: block;
	width: 100%;
	height: auto;
}
#block2 h4 {
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	color: #008576;
}
#block2 ul {
	width: 100%;
	margin: 2rem 0;
	display: grid;
	grid-template-rows: 250px 150px;
	grid-template-columns: 250px 250px auto 250px;
	background: url(../top/block2/1.svg) right 290px center no-repeat;
	background-size: contain;
}
#block2 ul li {
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
	margin: 0.75rem;
	text-align: center;
	line-height: 1.5;
	font-size: 1.5rem;
	font-weight: bold;
	padding-top: 0.75rem;
	background: url(../top/block2/3.svg) center bottom 0.75rem no-repeat;
	transition: .3s;
}
#block2 ul li:hover {
	box-shadow: 6px 6px 6px rgba(0,0,0,0.3);
}
#block2 ul li a {
	display: block;
	color: #333;
	height: 100%;
}
#block2 ul li a span {
	font-weight: bold;
	color: #008576;
	font-size: 3rem;
	font-family: 'Arial', sans-serif;
}
#block2 ul:nth-of-type(1) li:nth-child(1) {
	grid-area: 1 / 1 / 2 / 2;
}
#block2 ul:nth-of-type(1) li:nth-child(2) {
	grid-area: 1 / 2 / 2 / 3;
}
#block2 ul:nth-of-type(1) li:nth-child(3) {
	grid-area: 1 / 4 / 2 / 5;
}



#b2_p {
	width: 100%;
	margin: 2rem 0;
	display: grid;
	margin-top: -100px;
	grid-template-rows: auto auto;
	grid-template-columns: 50% 25% 25%;
}
#b2_p p {
	color: #008576;
	font-size: 1.75rem;
}
#b2_p strong {
	display: inline-block;
	color: white;
	background: #008576;
	font-size: 1.125rem;
	padding: 0.25rem 3rem;
	border-radius: 0.5rem;
	white-space: nowrap;
	position: relative;
}
#b2_p p:nth-child(1) {
	grid-area: 1 / 1 / 2 / 2;
}
#b2_p p:nth-child(2) {
	grid-area: 2 / 1 / 3 / 2;
}
#b2_p p:nth-child(3) {
	grid-area: 1 / 3 / 2 / 4;
	text-align: right;
}

#b2_img {
	padding-top: 3rem;
}
#b2_img img {
	display: block;
	width: 100%;
	height: auto;
}





#block3 {
	margin: 5rem 0;
	width: 100%;
	position: relative;
}
#block3::before {
	content: '';
	display: block;
	width: 100%;
	height: 5.5rem;
	position: absolute;
	top: 0;
	left: 0;
	background: #9D8664;
	mix-blend-mode: multiply;
}
#block3 h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
	padding: 2rem 0;
	font-size: 2.75rem;
	font-weight: bold;
}
#block3 h3 + div img {
	display: block;
	width: 100%;
	height: auto;
}
#block3 h4 {
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	color: #9D8664;
}
#b3_img {
	padding-top: 3rem;
}
#b3_img img {
	display: block;
	width: 100%;
	height: auto;
}
#b3_learnmore {
	text-align: right;
}
#b3_learnmore a,
#b3_learnmore a:visited {
	display: inline-block;
	color: #9D8664;
	font-size: 1.25rem;
	border: solid 2px #9D8664;
	padding: 0.25rem 0.5rem 0.25rem 1rem;
	margin-top: 2rem;
}
#b3_learnmore a::after {
	content: '　〉';
}

#block4 {
	margin: 5rem 0;
	width: 100%;
	position: relative;
}
#block4::before {
	content: '';
	display: block;
	width: 100%;
	height: 5.5rem;
	position: absolute;
	top: 0;
	left: 0;
	background: #926789;
	mix-blend-mode: multiply;
}
#block4 h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
	padding: 2rem 0;
	font-size: 2.75rem;
	font-weight: bold;
}
#block4 h3 + div img {
	display: block;
	width: 100%;
	height: auto;
}
#block4 h4 {
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	color: #926789;
}
#b4_img {
	padding-top: 3rem;
}
#b4_img img {
	display: block;
	width: 100%;
	height: auto;
}



#block5 {
	margin: 5rem 0;
	width: 100%;
	position: relative;
}
#block5::before {
	content: '';
	display: block;
	width: 100%;
	height: 5.5rem;
	position: absolute;
	top: 0;
	left: 0;
	background: #84A667;
	mix-blend-mode: multiply;
}
#block5 h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: white;
	padding: 2rem 0;
	font-size: 2.75rem;
	font-weight: bold;
}
#block5 h3 + div img {
	display: block;
	width: 100%;
	height: auto;
}
#block5 h4 {
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	color: #84A667;
}
#b5_img {
	padding-top: 3rem;
}
#b5_img img {
	display: block;
	width: 100%;
	height: auto;
}


