@charset "utf-8";
/* CSS Document */
a {
	transition: all 0.3s ease-in-out;
}
#important {
	background: #C41C5C;
	margin: 145px 0 0 0;
}
#important ul {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 30px 5px 30px;
	box-sizing: border-box;
}
#important ul li:before, #important ul li:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
#important ul li dl dt {
	float: left;
	background: #FFF;
	color: #C41C5C;
	font-weight: bold;
	padding: 5px;
	width: 15%;
	text-align: center;
	box-sizing: border-box;
	clear: left;
	margin: 0 5% 0 0;
}
#important ul li dl dd {
	float: left;
	width: 80%;
	padding: 7px;
	box-sizing: border-box;
	color: #FFF;
}
#important ul li a{
	color:#FFF;
}
#important ul li dl dd ul {
	padding: 0;
}
#important ul li dl dd ul li span {
	margin: 0 10px 0 0;
	opacity: 0.8;
}
@media only screen and (max-width:769px) {
#important {
	margin: 69px 0 0 0;
}
#important ul {
	padding: 15px;
}
#important ul li dl dt {
	float: none;
	background: #FFF;
	color: #C41C5C;
	font-weight: bold;
	padding: 5px;
	width: auto;
	text-align: center;
	box-sizing: border-box;
	clear: none;
	margin: 0;
	font-size: 15px;
}
#important ul li dl dd {
	float: none;
	width: auto;
	font-size: 13px;
}
}
#important ul li dl dd p a {
	color: #FFF;
}
#important ul li dl dd p a:hover {
	opacity: 0.7;
}
#slider-box {
	position: relative;
	margin:175px 0 0 0;
}
.slider li:not(:first-child) {
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized li:not(:first-child) {
	opacity: 1;
}
#important + #slider-box {
	margin:0 !important;
}
@media only screen and (max-width:769px) {
#slider-box {
	height: auto;
	margin: 69px 0 0 0;
}
#important + #slider-box {
	margin:0 !important;
}
}
.slider img {
	width: 100% !important;
}
.slider li {
	position: relative;
}
.slider li div {
	position: absolute;
	width: 1200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider li div img {
	max-width: 850px;
	width: auto !important;
	margin: 0 0 0 50px;
}
@media only screen and (max-width:769px) {
.slider li div {
	position: absolute;
	width: 80%;
	top: 20%;
	left: 45%;
	transform: translate(-50%, -50%);
}
.slider li div img {
	max-width: 850px;
	width: 100% !important;
	margin: 0 0 0 0;
}
}
/*============================================================================*/
#top-plan {
	background: #80B927;
	overflow: hidden;
	clear: both;
}
.top-plan-inside {
	max-width: 1200px;
	margin: 0 auto;
	padding: 75px 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-plan-inside article {
	width: 24%;
	margin: 0 0 0 0;
	float: left;
	background: #FFF;
	text-align: center;
	padding: 0 15px 15px 15px;
	border-radius: 15px;
	box-sizing: border-box;
}
.top-plan-inside article a {
	transition: all 0.3s ease-in-out;
	display: block;
}
.top-plan-inside article a:hover {
	opacity: 0.7;
}
.top-plan-inside article:last-child {
	margin: 0 !important;
}
.top-plan-inside article i {
	font-family: 'Oswald', sans-serif !important;
	background: #80B927;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	display: block;
	border-radius: 50%;
	color: #FFF;
	position: relative;
	top: -15px;
}
.top-plan-inside article h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
.top-plan-inside article h3 {
	color: #80B927;
	font-weight: bold;
	margin: 0 0 20px 0;
	font-size: 15px;
}
.top-plan-inside article .pic {
	margin: 10px 0;
}
.top-plan-inside article p {
	text-align: left;
	font-weight: bold;
}
.top-plan-inside article p span{
	font-size: 0.8rem;
	display: block;
}
 @media screen and (max-width: 768px) {
/* スマホではスライダーで表示 */
.top-plan-inside {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	padding: 40px 15px 40px 15px;
	flex-wrap: inherit !important;
}
.top-plan-inside article {
	flex: 0 0 80%;
	display: inline-block;
}
.top-plan-inside article:first-child {
	margin-left: 10%;
}
.top-plan-inside article h2 {
	font-size: 20px;
}
.top-plan-inside article p {
	font-size: 13px;
}
}
/*==============================*/

#top-service {
	background: url(../img/background/note.png);
}
.top-service-inside {
	max-width: 950px;
	margin: 0 auto;
	padding: 75px 30px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.top-service-inside article {
	width: 48%;
	margin: 0 4% 0 0;
	float: left;
	background: #FFF;
	text-align: center;
	padding: 25px;
	border-radius: 15px;
	box-sizing: border-box;
	border: 2px solid #80B927;
}
.top-service-inside article a {
	transition: all 0.3s ease-in-out;
	display: block;
}
.top-service-inside article a:hover {
	opacity: 0.7;
}
.top-service-inside article:last-child {
	margin: 0 !important;
}
.top-service-inside article p {
	text-align: left;
	font-weight: bold;
	margin: 15px 0;
}
@media screen and (max-width: 768px) {
.top-service-inside {
	padding: 30px 15px;
}
.top-service-inside article {
	width: auto;
	margin: 0 0 15px 0;
	float: none;
}
.top-service-inside article p {
	font-size: 13px;
}
}

p.btn {
	text-align: center !important;
	margin: 0 !important;
}
p.btn a {
	border: 2px solid #999;
	padding: 15px 60px;
	border-radius: 50px;
	font-weight: bold;
}
p.btn a:hover {
	border: 2px solid #80B927;
	background: #80B927;
	color: #FFF;
}
p.btn a:after {
	content: ">";
	margin: 0 0 0 10px;
	display: inline-block;
	transform: scale(0.7, 1);
	color: #80B927;
}
@media screen and (max-width: 768px) {
p.btn {
	font-size: 15px !important;
}
p.btn a {
	padding: 10px 20px;
}
}
/*==============================*/
.green-bk {
	background: rgba(128,185,39,.15);
}
.cms {
	padding: 75px 0;
}
.cms > article {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
}
.cms > article section {
	width: 48%;
	margin-right: 4%;
	position: relative;
	float: left;
}
.cms > article section:nth-child(2) {
	margin-right: 0;
}
.cms > article section .box {
	background: #FFF;
	padding: 25px;
	margin: 15px 0 0 0;
	border-radius: 15px;
}
.cms > article section .box.bo {
	border: 2px solid #EEE;
}
.cms > article section .box article {
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #EEE;
	padding: 10px 0;
}
.cms > article section .box article:first-child {
	padding: 0 0 10px 0;
}
.cms > article section .box article:last-child {
	padding-bottom: 0;
	border: none;
}
.cms > article section .box article a .text p {
	transition: all 0.3s ease-in-out;
	line-height:1.5;
}
.cms > article section .box article a:hover .text p {
	color: #80B927;
}
.cms > article section .box .pic {
	float: left;
	width: 15%;
}
.cms > article section .box .pic img {
	object-fit: contain;
}
.cms > article section .box .text {
	float: right;
	width: 80%;
}
.cms > article section .box .text time {
	color: #999;
	font-size: 80%;
}
.cms > article section .box .text i{
	background:#C00;
	color:#FFF;
	margin-right:5px;
	font-size:90%;
	padding:2px;
}
.cms > article section .box .text p {
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.cms {
	padding: 30px 0;
}
.cms > article {
	padding: 0 15px;
}
.cms > article section .box {
	padding: 15px;
}
.cms > article section {
	width: auto;
	margin: 0 0 30px 0;
	position: relative;
	float: none;
}
.cms > article section .box .text p {
	font-size: 13px;
}
.cms > article section:nth-child(2) {
	margin-bottom: 0;
}
.cms > article section .box .pic {
	width: 20%;
}
.cms > article section .box .text{
width:75%;
}
}
/*=============================================*/
h2.title-top {
	background: url(../img/icon/light.png) no-repeat left 50%;
	background-size: 30px;
	padding: 0 0 0 40px;
	font-weight: bold;
	font-size: 28px;
}
h2.title-top span {
	display: block;
	font-size: 13px;
}
h2.title-top:first-letter {
	color: #80B927;
}
h2.title-top + p.btn-all {
	position: absolute;
	top: 30px;
	right: 0;
}
h2.title-top + p.no-article{
	margin:25px 0 0 0;
}
h2.title-top + p.btn-all a {
	border: 2px solid #80B927;
	background: #80B927;
	color: #FFF;
	padding: 7px 14px;
	border-radius: 50px;
	font-size: 14px;
}
h2.title-top + p.btn-all a:after {
	content: ">";
	margin: 0 0 0 10px;
	display: inline-block;
	transform: scale(0.7, 1);
}
h2.title-top + p.btn-all a:hover {
	border: 2px solid #80B927;
	background: transparent;
	color: #80B927;
}
 @media screen and (max-width: 768px) {
	 h2.title-top + p.no-article{
		 font-size:13px;}
h2.title-top {
	font-size: 20px;
}
h2.title-top span {
	font-size: 12px;
}
h2.title-top + p.btn-all {
	position: absolute;
	top: 20px;
	font-size: 12px;
}
}
iframe.fb{
	width: 100%;
	height: 570px;
}
@media screen and (max-width: 768px) {
iframe.fb{
	width: 100%;
	height:300px;
}
}
/*======================================*/

#invester {
	padding: 75px 0;
	text-align: center;
	position: relative;
}
#invester:before {
	content: "";
	background: url(../img/background/invester.jpg) center 70% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#invester:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(128,185,39,0.9);
	z-index: -1;
}
#invester h2 {
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
}
#invester h2 + p {
	color: #FFF;
	font-weight: bold;
}
#invester dl {
	margin: 25px 0 0 0;
}
#invester dl dt {
	background: #FFF;
	border-radius: 50px;
	color: #80B927;
	padding: 10px 10px;
	width: 200px;
	margin: 0 auto;
	cursor: pointer;
	font-weight: bold;
}
#invester dl dt:after {
	content: "+";
	width: 18px;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	background: #80B927;
	border-radius: 50%;
	display: inline-block;
	margin: -3px 0 0 10px;
}
#invester dl dt.on:after {
	content: "-";
}
#invester dl dd {
	display: none;
	margin: 25px auto 0 auto;
	color: #FFF;
	font-weight: bold;
	max-width:1024px;
	overflow:hidden;
	clear:both;
}
#invester dl dd p{
	float:left;
	width:25%;
	color:#FFF;
}
 @media screen and (max-width: 768px) {
	 #invester dl dd p{
	float:none;
	width:auto;
	color:#FFF;
}
#invester {
	padding: 30px 15px;
	text-align: center;
	position: relative;
}
#invester h2 {
	font-size: 20px;
}
#invester p {
	font-size: 13px;
}
#invester dl dt {
	font-size: 15px;
}
#invester dl dd {
	font-size: 13px;
}
}
