@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 48px;
	background: url(../img/index/bg01.png) no-repeat center center / cover;
}
.mainVisual .lBox {
	width: 50%;
}
.mainVisual .rBox {
	width: 50%;
	height: 690px;
	background: url(../img/common/bg01.png) repeat-x left top / auto 100%;
}
.mainVisual .inner {
	padding: 98px 0 0 32px;
	width: 600px;
}
.mainVisual h2 {
	margin: 0 auto 50px;
	width: 459px;
}
.mainVisual .linkUl {
	margin: 0 auto;
	width: 445px;
	position: relative;
	z-index: 2;
}
.mainVisual .linkUl li {
	margin-bottom: 20px;
	position: relative;
	background-color: #fff;
	border-radius: 100px;
}
.mainVisual .linkUl a {
	padding: 13px 10px 13px 120px;
	display: block;
	color: #35322b;
	font-size: 2.2rem;
	font-weight: bold;
	border-radius: 100px;
	background: #fff url(../img/common/icon04.png) no-repeat left 30px top 18px;
}
.mainVisual .linkUl li:nth-child(2) a {
	background: #fff url(../img/common/icon05.png) no-repeat left 30px center;
}
.mainVisual .linkUl li:nth-child(3) a {
	background: #fff url(../img/common/icon06.png) no-repeat left 30px center;
}
.mainVisual .linkUl li::after {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	z-index: -1;
	background-color: rgba(93, 184, 53, 0.2);

	content: '';
}
.consulSec {
	margin-bottom: 68px;
}
.consulSec h2 {
	margin-bottom: 42px;
	color: #4d4021;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.04em;
}
.consulSec h2 span {
	color: #ea343d;
}
.consulSec .linkList li {
	width: 550px;
	border-radius: 3px;
	background: url(../img/common/bg03.png) no-repeat center center / cover;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.consulSec .linkList li a {
	padding: 20px 50px;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.1em;
	background: url(../img/common/icon07.png) no-repeat left 34px center, url(../img/common/icon08.png) no-repeat right 8px bottom 8px;
}
.consulSec .linkList li .title {
	font-size: 3.5rem;
}
.consulSec .linkList li:nth-child(2) {
	background: url(../img/common/bg04.png) no-repeat center center / cover;
}
.consulSec .linkList li:nth-child(2) a {
	letter-spacing: 0;
	background: url(../img/common/icon09.png) no-repeat left 34px center, url(../img/common/icon08.png) no-repeat right 8px bottom 8px;
}
.consulSec .linkList li:nth-child(2) a .title {
	font-size: 2.8rem;
}
.consulSec .linkList li:nth-child(2) a .title small {
	font-size: 2rem;
}
.consulSec .linkList li:nth-child(2) a .text {
	font-size: 2.4rem;
	font-weight: normal;
}
.newsSec {
	padding: 80px 0 152px;
	background: url(../img/common/bg11.jpg);
}
.newsSec .newsDl {
	padding: 58px 70px 45px;
	box-sizing: border-box;
	background-color: #fff;
}
.newsSec .newsDl dt,
.newsSec .newsDl dd {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.newsSec .newsDl dt {
	float: left;
	clear: left;
}
.newsSec .newsDl dd {
	margin-bottom: 26px;
	padding-bottom: 28px;
	padding-left: 17.2em;
	border-bottom: 1px solid #7a7a7a;
}
.newsSec .newsDl dd a {
	display: block;
}
.newsSec .newsDl dd a:hover {
	opacity: 1;
	text-decoration: underline;
}
.newsSec .newsDl li span {
	display: inline-block;
	vertical-align: top;
}
.newsSec .newsDl dt .borSpan {
	margin-left: 20px;
	padding: 0 15px;
	color: #84bf46;
	font-size: 1.3rem;
	font-weight: bold;
	border-radius: 3px;
	border: 1px solid #84bf46;
}
.newsSec .newsDl dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.MiraiSec {
	background: url(../img/common/bg11.jpg);
}
.MiraiSec .bgBox {
	padding-top: 1px;
	height: 720px;
	box-sizing: border-box;
	background: url(../img/index/bg02.png) no-repeat center center / cover;
}
.MiraiSec .bgBox .miraiBox {
	margin-top: -76px;
	padding: 75px 40px;
	width: 408px;
	height: 720px;
	box-sizing: border-box;
	background: url(../img/index/bg03.png) no-repeat left top;
}
.MiraiSec .bgBox .miraiBox h3 {
	margin-bottom: 60px;
	text-align: center;
}
.MiraiSec .bgBox .miraiBox p {
	margin-bottom: 28px;
	color: #fff;
	font-size: 1.55rem;
	line-height: 1.9;
	letter-spacing: 0.12em;
}
.MiraiSec .bgBox .miraiBox p span {
	font-weight: bold;
}
.MiraiSec .bgBox .miraiBox  .mark {
	margin: 67px auto 0;
	text-align: center;
	width: 305px;
}
.guideSec {
	padding: 97px 0 128px;
	background: url(../img/index/bg04.jpg);
}
.guideSec .headLine01 {
	margin-bottom: 39px;
}
.guideSec .imgBox {
	margin-bottom: 52px;
	border-radius: 7px;
	overflow: hidden;
	border: 3px solid #7cb341;
	background-color: #fff;
}
.guideSec .imgBox:last-child {
	margin-bottom: 0;
}
.guideSec .imgBox .photoBox {
	width: 569px;
}
.guideSec .imgBox .textBox {
	padding: 55px 45px 10px;
	width: calc(100% - 575px);
	box-sizing: border-box;
}
.guideSec .imgBox .textBox h3 {
	margin-bottom: 25px;
	color: #84bf46;
	font-size: 2.8rem;
	letter-spacing: 0.12em;
}
.guideSec .imgBox .textBox p {
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.guideSec .imgBox .textBox .btn {
	margin-top: 60px;
	width: 210px;
}
.guideSec .imgBox .textBox .btn a {
	display: block;
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding-bottom: 11px;
		margin-bottom: 48px;
		display: block;
		background: url(../img/common/sp_bg01.jpg) repeat left top / 229px auto;
	}
	.mainVisual .lBox {
		display: none;
	}
	.mainVisual .rBox {
		width: auto;
		height: auto;
		background: none;
	}
	.mainVisual .bgBox {
		margin: 0 auto 10px;
		padding: 3% 18px 40%;
		background: url(../img/index/sp_bg01.jpg) repeat-x left top / 100% auto;
	}
	.mainVisual .inner {
		padding: 0;
		width: auto;
	}
	.mainVisual h2 {
		margin: 0;
		width: 214px;
	}
	.mainVisual .linkUl {
		width: 90%;
	}
	.mainVisual .linkUl li {
		margin-bottom: 14px;
	}
	.mainVisual .linkUl a {
		padding: 10px 10px 10px 98px;
		display: block;
		color: #35322b;
		font-size: 1.6rem;
		font-weight: bold;
		border-radius: 15px;
		background: #fff url(../img/common/icon04.png) no-repeat left 30px top 12px / 35px auto;
	}
	.mainVisual .linkUl li:nth-child(2) a {
		background: #fff url(../img/common/icon05.png) no-repeat left 30px center / 35px auto;
	}
	.mainVisual .linkUl li:nth-child(3) a {
		background: #fff url(../img/common/icon06.png) no-repeat left 30px center / 35px auto;
	}
	.mainVisual .linkUl li::after {
		top: 3px;
		left: 3px;
		border-radius: 15px;
	}
	.consulSec {
		margin-bottom: 68px;
	}
	.consulSec h2 {
		margin-bottom: 20px;
		font-size: 2.5rem;
	}
	.consulSec .linkList {
		margin: 0 auto;
		display: block;
		max-width: 550px;
	}
	.consulSec .linkList li {
		margin-bottom: 10px;
		width: auto;
	}
	.consulSec .linkList li:last-child {
		margin-bottom: 0;
	}
	.consulSec .linkList li a {
		padding: 22px 10px 22px 60px;
		font-size: 1.4rem;
		letter-spacing: 0;
		background: url(../img/common/icon07.png) no-repeat left 10px center, url(../img/common/icon08.png) no-repeat right 8px bottom 8px, url(../img/common/bg03.png) no-repeat center center;
	}
	.consulSec .linkList li .title {
		font-size: 2.5rem;
	}
	.consulSec .linkList li:nth-child(2) a {
		letter-spacing: 0;
		background: url(../img/common/icon09.png) no-repeat left 10px center, url(../img/common/icon08.png) no-repeat right 8px bottom 8px, url(../img/common/bg04.png) no-repeat center center;
	}
	.consulSec .linkList li:nth-child(2) a .title {
		font-size: 2rem;
	}
	.consulSec .linkList li:nth-child(2) a .title small {
		font-size: 1.7rem;
	}
	.consulSec .linkList li:nth-child(2) a .text {
		font-size: 1.4rem;
	}
	.newsSec {
		padding: 40px 15px;
	}
	.newsSec .newsDl {
		padding: 58px 15px 45px;
	}
	.newsSec .newsDl dt {
		margin-bottom: 10px;
		float: none;
		clear: none;
	}
	.newsSec .newsDl dd {
		margin-bottom: 15px;
		padding-bottom: 15px;
		padding-left: 0;
	}
	.newsSec .newsDl dd a:hover {
		text-decoration: none;
	}
	.MiraiSec .bgBox {
		height: auto;
		background: url(../img/index/sp_bg02.png) no-repeat center top / 100% auto;
	}
	.MiraiSec .bgBox .miraiBox {
		margin: 178px auto 0;
		padding: 50px 38px 20px;
		width: 86.4%;
		height: auto;
		background: url(../img/index/sp_bg03.png) no-repeat center center / cover;
	}
	.MiraiSec .bgBox .miraiBox h3 {
		margin: 0 auto 35px;
		width: 178px;
	}
	.MiraiSec .bgBox .miraiBox p {
		margin-bottom: 20px;
		font-size: 1.1rem;
		line-height: 1.8;
		letter-spacing: 0.12em;
	}
	.MiraiSec .bgBox .miraiBox  .mark {
		margin: 31px -5px 0;
		width: auto;
	}
	.guideSec {
		padding: 40px 15px;
	}
	.guideSec .headLine01 {
		margin-bottom: 20px;
	}
	.guideSec .imgBox {
		margin-bottom: 30px;
		display: block;
		border: 2px solid #7cb341;
	}
	.guideSec .imgBox .photoBox {
		width: auto;
	}
	.guideSec .imgBox .photoBox img {
		width: 100%;
	}
	.guideSec .imgBox .textBox {
		padding: 30px 15px;
		width: auto;
	}
	.guideSec .imgBox .textBox h3 {
		margin-bottom: 10px;
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	.guideSec .imgBox .textBox p {
		font-size: 1.4rem;
	}
	.guideSec .imgBox .textBox .btn {
		margin-top: 30px;
		width: 210px;
	}
}
@media all and (max-width: 360px) {
	.mainVisual .linkUl a {
		padding-left: 70px;
		background: #fff url(../img/common/icon04.png) no-repeat left 20px top 12px / 35px auto;
	}
	.mainVisual .linkUl li:nth-child(2) a {
		background: #fff url(../img/common/icon05.png) no-repeat left 20px center / 35px auto;
	}
	.mainVisual .linkUl li:nth-child(3) a {
		background: #fff url(../img/common/icon06.png) no-repeat left 20px center / 35px auto;
	}
}
@media all and (-ms-high-contrast:none) {
	.mainVisual .linkUl a {
		padding-top: 22px;
	}
	.newsSec .newsDl dt .borSpan {
		padding-top: 4px;
	}
}