@charset "utf-8";

body {background: #f6f6f6;}
.footerArea {
    background: #ffffff;
    padding: 60px 15px 30px;
}
@media only screen and (max-width: 768px) {
    .footerArea {
        padding: 50px 15px 20px;
    }
}

.slideImg {
	max-width: 1280px;
	margin: 126px auto 50px;
}

.news {
	max-width: 800px;
	margin: 0 auto 70px;
	padding: 0 15px;
}
.news h2 {
	font-size: 2.25em;
	margin-bottom: 30px;
	text-align: center;
}
.news ul {
	border-top: 1px solid #ccc;
}
.news ul li {
	padding: 12px 0;
	border-bottom: 1px solid #ccc;
}

.contentsBlock {
    padding: 360px 0 0;
    position: relative;
    z-index: 3;
    overflow-x: hidden;
}
.contents01 { margin-bottom: 110px ; }
.contentsBlock .titleBlock {
    width: 420px;
    height: 400px;
    position: absolute;
    top: 30px;
    background: #fff;
    z-index: 10;
    padding: 20px;
    box-shadow: 8px 8px 0 rgba(0,0,0,0.3);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.contentsBlock .titleBlock h2 {
	width: 100%;
    font-size: 1.75em;
    font-family: 'Noto Serif JP' , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: 600;
    margin: 0 0 0px;
    padding: 0 0 50px;
    line-height: 1.2;
    text-align: center;
    position: relative;
}
.contentsBlock .titleBlock h2:after {
    content: "";
    display: block;
    width: 150px;
    border-bottom: 2px solid #000;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -75px;
}
.contents01 .titleBlock h2 { color: #006400; }
.contents01 .titleBlock h2:after { border-bottom: 2px solid #006400; }
.contents02 .titleBlock h2 { color: #005696; }
.contents02 .titleBlock h2:after { border-bottom: 2px solid #005696; }

.contentsBlock .mainImage {
    width: 70%;
    position: absolute;
    height: 460px; 
    top: 0px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: cover;
    overflow: hidden;
    text-indent: -9999px;
}
.contents01 .titleBlock {
    right: 10%;
}
.contents01 .mainImage {
    left: 0%;
    background-image: url(../img/photo1.jpg);
}
.contents01 .icon,
.contents02 .icon {
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
}
.contents02 .titleBlock {
    left: 10%;
}
.contents02 .mainImage {
    right: 0%;
    background-image: url(../img/photo2.jpg);
    background-position: top right;
}
.contentsBlock .txtWrap {
	margin: 0;
	padding: 150px 20px 60px;
}
.contents01 .txtWrap { background: #006400; }
.contents02 .txtWrap { background: #005696; }
.contentsBlock .txtBlock {
	max-width: 960px;
	margin: 0 auto;
}
.contentsBlock .txtBlock p {
	color: #fff;
	margin-bottom: 10px;
	line-height: 2;
}
.contents02 .txtBlock .nav {
	max-width: 800px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
.contents02 .txtBlock .nav li {
	margin: 0 0 10px;
	font-weight: 500;
	width: 30%;
}
.contents02 .txtBlock .nav li a {
	display: block;
	background-image: url(../../img/arrow1.svg);
	background-color: rgba(255,255,255,1);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 18px auto;
	padding: 15px;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.3);
	color: #005696;
}
.contents02 .txtBlock .nav li a:hover {
	text-decoration: none;
	background-image: url(../../img/arrow1.svg);
	background-color: rgba(255,255,255,0.8);
}

.featureBG {
	padding: 100px 15px;
	background-image: url(../../img/bg-asanoha.svg);
	background-size: 50px auto;
	background-color: #f5f2de;
}
.feature {
	max-width: 960px;
	margin: 0 auto 50px;
}
.feature h2 {
    font-size: 2em;
    font-family: 'Noto Serif JP' , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: 600;
	color: #806300;
    margin: 0 0 30px;
    text-align: center;
    letter-spacing: 3px;
}
.feature p {
	line-height: 2;
}
.feature .nav {
	margin: 40px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.feature .nav li {
	margin-right: 40px;
	margin-bottom: 10px;
	font-size: 1.12em;
	font-weight: 600;
}
.feature .nav li:last-child { margin-right: 0; }
.feature .nav li a {
	display: block;
	width: 200px;
	height: 200px;
	line-height: 200px;
	border-radius: 50%;
	border: 4px double #eeaa06;
	color: #806300;
	text-shadow: 0 0 5px rgba(255,255,255,1);
	text-align: center;
	background: #feb645;
	background: -moz-linear-gradient(-45deg, #feb645 0%, #f1e767 50%, #feb645 100%);
	background: -webkit-linear-gradient(-45deg, #feb645 0%,#f1e767 50%,#feb645 100%);
	background: linear-gradient(135deg, #feb645 0%,#f1e767 50%,#feb645 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#feb645',GradientType=1 );
	box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.feature .nav li a:hover {
	text-decoration: none;
	color: #a92000;
}
.featureBG .photo {
	max-width: 1280px;
	margin: 0 auto;
}

.subLink {
	max-width: 960px;
	margin: 0 auto 40px;
}
.subLink ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.subLink ul li {
	width: 31%;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.3);
	background: rgba(255,255,255,1);
	margin-right: 3.5%;
}
.subLink ul li:last-child {margin-right: 0;}
.subLink ul li a {
	display: block;
	position: relative;
}
.subLink ul li a:hover {
	opacity: 0.9;
}
.subLink .linkTTL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-weight: 400;
}
/* ---------------------------------------------
    1120px 以下
--------------------------------------------- */
@media only screen and (max-width: 1120px) {

	.slideImg {
		margin: 56px auto 40px;
	}
}

/* ---------------------------------------------
    960px 以下
--------------------------------------------- */
@media only screen and (max-width: 960px) {

	.news h2 {
		font-size: 2em;
	}
	.news ul li {
		font-size: 0.94em;
	}

	.contentsBlock {
	    padding: 400px 0 0;
	}
	.contents01 { margin-bottom: 60px ; }
	.contentsBlock .mainImage {
	    width: 100%;
	    height: 400px;
	    top: 0px;
	}
	.contentsBlock .titleBlock {
        width: 320px;
	    height: 280px;
	    top: 50px;
	    background-color: rgba(255,255,255,0.8);
	}
	.contentsBlock .titleBlock h2 {
	    font-size: 1.5em;
	}
	.contents01 .titleBlock {
	    right: 5%;
	}
	.contents02 .titleBlock {
	    left: 5%;
	}
	.contentsBlock .txtWrap {
		padding: 40px 20px 40px;
	}

	.featureBG {
		padding: 60px 15px;
	}

}

/* ---------------------------------------------
    768px 以下
--------------------------------------------- */
@media only screen and (max-width: 768px) {

	.news {
		margin: 0 auto 50px;
	}
	.news h2 {
		font-size: 1.75em;
	}
	.contentsBlock {
	    padding: 0;
	    margin: 0;
	    position: relative;
	}
	.contents01 .titleBlock,
	.contents02 .titleBlock {
	    width: auto;
	    height: auto;
	    position: static;
	    box-shadow: 0 0 0 rgba(0,0,0,0.3);
	    padding: 30px 0;
	}
	.contentsBlock .mainImage{
		width: auto;
		position: static;
	    height: 200px;
	    top: 0px;
	}
	.contentsBlock .titleBlock h2:after {
	    bottom: 25px;
	}
	.contents01 .icon,
	.contents02 .icon {
		max-width: 80px;
	}
	.contentsBlock .txtWrap {
		padding: 30px 20px 30px;
	}
	.contentsBlock .txtBlock p {
		font-size: 0.94em;
	}
	.contents02 .txtBlock .nav li {
		width: 31%;
	}

	.featureBG {
		padding: 50px 15px;
	}
	.feature h2 {
	    font-size: 1.75em;
	}
	.feature p {
		font-size: 0.94em;
	}
	.feature .nav li {
		margin-right: 25px;
		font-size: 1em;
	}
	.feature .nav li a {
		width: 180px;
		height: 180px;
		line-height: 180px;
	}

	.subLink .linkTTL {
		font-size: 0.94em;
	}

}

/* ---------------------------------------------
	640px 以下
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	.contents02 .txtBlock .nav {
		flex-wrap: wrap;
		justify-content: center;
	}
	.contents02 .txtBlock .nav li {
		width: 100%;
		max-width: 310px;
	}
	.contents02 .txtBlock .nav li a {
		box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
	}

	.feature .nav li {
		width: 100%;
		max-width: 310px;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 1.12em;
	}
	.feature .nav li:last-child { margin-bottom: 0; }
	.feature .nav li a {
		display: block;
		width: 100%;
		height: auto;
		line-height: 1;
		border-radius: 50px;
		box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
		padding: 15px 10px;
	}

	.subLink ul li {
		box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
	}
	.subLink .linkTTL {
		font-size: 0.88em;
		padding: 5px;
	}

}

/* ---------------------------------------------
	480px 以下
--------------------------------------------- */
@media only screen and (max-width: 480px) {

	.slideImg {
		margin: 56px auto 30px;
	}
	.news {
		margin: 0 auto 40px;
	}
	.news h2 {
		font-size: 1.5em;
	}
	.news ul li {
		padding: 8px 0;
		font-size: 0.88em;
	}

	.subLink {
		margin: 0 auto 30px;
	}
	.subLink ul li {
		width: 100%;
		max-width: 260px;
		margin-right: 0;
		margin-bottom: 10px;
		box-shadow: 0 0 0 rgba(0,0,0,0.3);
		border: 1px solid #ccc;
	}
	.subLink ul li a {
		position: static;
	}
	.subLink ul li a:hover {
		text-decoration: none;
	}
	.subLink ul li a img {
		width: auto;
		height: 50px;
		float: left;
	}
	.subLink .linkTTL {
		position: static;
		width: 100%;
		height: 50px;
		text-align: left;
		line-height: 50px;
		padding: 0 0 0 90px;
		background: rgba(255,255,255,1);
		color: #333;
	}

}
