@charset "utf-8";
/* CSS Document */

/* ローディング画面の背景 */
.loading {
	background:#fff;
	height:100%;
	left:0;
	position:absolute;
	top:76px;
	width:100%;
	z-index:9999;
}
/* アニメーション */
.animation {
	-webkit-transform:translate(-50%, -50%);
	color:#fff;
	left:50%;
	position:absolute;
	top:50%;
	transform:translate(-50%, -50%);
}
.mv {
	position: relative;
}
.mv path {
	fill: #00cc5c;
	fill-opacity: 0;
	stroke-width: 1px;
}
#bg_white {
	background: #fff;
	height: 100%;
	position: absolute;
	width: 100%;
}
#bg_letter {
	display: none;
	left: 0;
	margin: -175px auto 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
}
#bg_letter img {
	height: 350px;
	width: 800px;
}
.green_border {
	background: #00a54a;
	bottom: -20px;
	content: "";
	height: 40px;
	left: 50%;
	position: absolute;
	width: 2px;
	z-index: -1;
}
.mv_inner {
	left: 0;
	margin: -180px auto 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	z-index: -1;
}
.mv video {
	background: url(../../img/top/mv_bg_pc.jpg) no-repeat;
	background-size: cover;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: auto;
	z-index: -10;
}
.mv .pc_img {
	display: inline-block;
}
.mv img.sp_img {
	display: none;
}
.scroll_ani a {
	-webkit-transform: translate(0, -50%);
	display: inline-block;
	left: 50%;
	padding-top: 60px;
	position: absolute;
	text-decoration: none;
	top: 93%;
	transform: translate(0, -50%);
	z-index: 2;
}
.scroll_ani a span {
	-webkit-box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	height: 38px;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	top: 0;
	width: 26px;
}
.scroll_ani a span::before {
	-webkit-animation: sdb 2s infinite;
	-webkit-box-sizing: border-box;
	animation: sdb 2s infinite;
	background-color: #fff;
	border-radius: 100%;
	box-sizing: border-box;
	content: '';
	height: 6px;
	left: 50%;
	margin-left: -3px;
	position: absolute;
	top: 10px;
	width: 6px;
}

@-webkit-keyframes sdb {
	0% {
	-webkit-transform: translate(0, 0);
	opacity: 0;
	}
	40% {
	opacity: 1;
	}
	80% {
	-webkit-transform: translate(0, 10px);
	opacity: 0;
	}
	100% {
	opacity: 0;
	}
}
@keyframes sdb {
	0% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 0;
	}
	40% {
	opacity: 1;
	}
	80% {
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px);
	opacity: 0;
	}
	100% {
	opacity: 0;
	}
}

@media screen and (max-width : 1024px) {
	.mv {
		background: none;
		height: auto !important;
	}
	.green_border {
		content: none;
		height: 0;
		width: 0;
	}
	.mv_inner {
		margin: 0;
		position: static;
		width: 100%;
	}
	.mv h1 {
		padding: 0;
	}
	.mv .pc_img {
		display: none !important;
	}
	.mv img.sp_img {
		display: inline-block;
		width: 100%;
	}
	.pc_tab_obj, .mv video, .scroll_ani a {
		display: none;
	}
}

.section01 {
	background: url(/img/top/sec01_bg.png) no-repeat center top #fff;
	overflow: hidden;
	padding: 130px 0 30px;
	position: relative;
}
.section01 h2 {
	margin-bottom: 35px;
	margin-right: 7%;
	text-align: center;
}
.section01 h3 {
	margin-bottom: 25px;
	margin-right: 7%;
	text-align: center;
}
.section01 .text {
	letter-spacing: 0.15rem;
	line-height: 1.9;
	margin-right: 7%;
	text-align: center;
}
.section01 .btn_area {
	margin-top:70px;
	height: 707px;
	position: relative;
}
.section01 .btn_area .num_box {
	position: relative;
	width: 573px;
}
.section01 .btn_area .num_box .bg img {
	vertical-align: top;
	width: 100%;
}
.section01 .btn_area .num_box.num01 {
	left: -16%;
	position: absolute;
	top: -40px;
}
.section01 .btn_area .num_box.num02 {
	left: 22%;
	position: absolute;
	top: 33px;
}
.section01 .btn_area .num_box.num03 {
	left: 60%;
	position: absolute;
	top: 113px;
}
.section01 .btn_area .num_box .num_ttl {
	left: 230px;
	position: absolute;
	top: 200px;
}
.section01 .btn_area .num_box .num_subttl {
	color: #fff;
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	position: absolute;
}
.section01 .btn_area .num_box.num01 .num_subttl {
	left: 80px;
	top: 310px;
}
.section01 .btn_area .num_box.num02 .num_subttl {
	left: 200px;
	top: 310px;
}
.section01 .btn_area .num_box.num03 .num_subttl {
	left: 225px;
	top: 310px;
}
.section01 .btn_area .num_box .num_btn {
	left: 200px;
	position: absolute;
	top: 360px;
}
.section01 .btn_area .num_box .num_btn a {
	-webkit-transition: all .3s;
	background: #00a54a;
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 13px 45px;
	position: relative;
	text-align: center;
	transition: all .3s;
}
.section01 .btn_area .num_box .num_btn a:hover {
	background: #fff;
	color: #00a54a;
}
.section01 .btn_area .num_box .num_btn a:before {
	-webkit-transition: right 0.2s;
	background: #FFF;
	content: "";
	height: 1px;
	margin-left: -10px;
	margin-top: -1px;
	position: absolute;
	right: -15px;
	top: 52%;
	transition: right 0.2s;
	width: 33px;
}
.section01 .btn_area .num_box .num_btn a:hover:before {
	right: -20px;
	width: 33px;
}
.section01 .btn_area .num_box .num_btn a:after {
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right bottom;
	-webkit-transition: right 0.2s;
	background: #fff;
	content: "";
	height: 1px;
	margin-left: -2px;
	margin-top: -1px;
	position: absolute;
	right: -15px;
	top: 52%;
	transform: rotate(45deg);
	transform-origin: right bottom;
	transition: right 0.2s;
	width: 8px;
}
.section01 .btn_area .num_box .num_btn a:hover:after {
	right: -20px;
}

@media screen and (max-width : 767px) {

	.section01 {
		background: url(/img/top/sec01_bg_sp.png) no-repeat center top;
		background-size: 100% auto;
		padding: 14% 0 0;
	}
	.section01 .inner {
		width: 100%;
	}
	.section01 h2 {
		margin: auto auto 6%;
		width: 70%;
	}
	.section01 h3 {
		margin: auto auto 4%;
		width: 70%;
	}
	.section01 .text {
		font-size: 1.3rem;
		margin: 0 auto 7%;
		text-align: center;
		width: 92%;
	}
	.section01 .btn_area {
		height: auto;
	}
	.section01 .btn_area .num_box {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: 100%;
	}
	.section01 .btn_area .num_box .bg {
		width: 56%;
	}
	.section01 .btn_area .num_box.num01 {
		border-bottom: 2px solid #edf4f7;
		border-top: 2px solid #edf4f7;
		position: static;
	}
	.section01 .btn_area .num_box.num02 {
		-ms-flex-flow: row-reverse;
		-webkit-box-direction: reverse;
		-webkit-box-orient: horizontal;
		-webkit-flow: row-reverse;
		border-bottom: 2px solid #edf4f7;
		flex-flow: row-reverse;
		position: static;
	}
	.section01 .btn_area .num_box.num03 {
		border-bottom: 2px solid #edf4f7;
		position: static;
	}
	.section01 .btn_area .num_box .num_inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 3%;
		width: 44%;
	}
	.section01 .btn_area .num_box .num_ttl {
		margin: auto;
		position: static;
		width: 45%;
	}
	.section01 .btn_area .num_box .num_subttl {
		color: #000;
		font-size: 2rem;
		line-height: 1.3;
		margin-bottom: 6%;
		position: static;
		text-align: center;
	}
	.section01 .btn_area .num_box.num01 .num_subttl {
		left: 180px;
		top: 310px;
	}
	.section01 .btn_area .num_box.num02 .num_subttl {
		left: 170px;
		top: 310px;
	}
	.section01 .btn_area .num_box.num03 .num_subttl {
		left: 225px;
		top: 310px;
	}
	.section01 .btn_area .num_box .num_btn {
		position: static;
		text-align: center;
	}
	.section01 .btn_area .num_box .num_btn a {
		font-size: 1rem;
		padding: 7% 20%;
	}
	.section01 .btn_area .num_box .num_btn a:hover {
		-webkit-transition: all .3s;
		background: #00b953;
		color: #fff;
		transition: all .3s;
	}
	.section01 .btn_area .num_box .num_btn a:before {
		content: none;
	}
	.section01 .btn_area .num_box .num_btn a:after {
		-webkit-transform: rotate(0deg);
		-webkit-transform-origin: right bottom;
		-webkit-transition: right 0.2s;
		background: url(/img/common/arrow_special_sp.png) no-repeat 98% center;
		background-size: 100%;
		content: "";
		height: 9px;
		margin-left: 0;
		margin-top: -5px;
		position: absolute;
		right: -16px;
		top: 50%;
		transform: rotate(0deg);
		transform-origin: right bottom;
		transition: right 0.2s;
		width: 30px;
	}
	.section01 .btn_area .num_box .num_btn a:hover:after {
		right: -20px;
	}
}

.section02 {
	background: #f3f8fb;
	padding-top: 100px;
	position: relative;
}
.section02:before, .section03:before {
	background: #00a54a;
	content: "";
	height: 40px;
	left: 50%;
	position: absolute;
	top: -20px;
	width: 2px;
}
.section02 h2 {
	margin-bottom: 25px;
	text-align: center;
}
.section02 .text {
	font-size: 1.6rem;
	line-height: 1.75;
	margin-bottom: 35px;
	text-align: center;
}
.section02 .btn_area {
	background: url(/img/top/sec02_bg.jpg) no-repeat center top;
	background-size: cover;
}
.section02 .btn_area .inner {
	padding: 50px 0;
}
.section02 .btn_area .detail {
	-webkit-box-sizing: border-box;
	-webkit-transform: skew(-10deg);
	background: #00a54a;
	box-sizing: border-box;
	margin-left: 55%;
	padding: 50px 30px;
	transform: skew(-10deg);
	width: 35%;
}
.section02 .btn_area .detail h3, .section02 .btn_area .detail p {
	-webkit-transform: skew(10deg);
	color: #fff;
	transform: skew(10deg);
}
.section02 .btn_area .detail h3 {
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}
.section02 .btn_area .detail h3:after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 40px;
}
.section02 .btn_area .detail .text {
	line-height: 2;
}
.section02 .btn_area .detail .btn {
	position: relative;
	text-align: center;
}
.section02 .btn_area .detail .btn a {
	background: #00a54a;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 13px 49px;
	position: relative;
	text-align: center;
}
.section02 .btn_area .detail .btn a:hover {
	-webkit-transition: all .3s;
	background: #fff;
	color: #00a54a;
	transition: all .3s;
}
.section02 .btn_area .detail .btn a:before {
	-webkit-transition: right 0.2s;
	background: #FFF;
	content: "";
	height: 1px;
	margin-left: -10px;
	margin-top: -1px;
	position: absolute;
	right: -15px;
	top: 52%;
	transition: right 0.2s;
	width: 33px;
}
.section02 .btn_area .detail .btn a:hover:before {
	right: -20px;
	width: 33px;
}
.section02 .btn_area .detail .btn a:after {
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right bottom;
	-webkit-transition: right 0.2s;
	background: #fff;
	content: "";
	height: 1px;
	margin-left: -2px;
	margin-top: -1px;
	position: absolute;
	right: -15px;
	top: 52%;
	transform: rotate(45deg);
	transform-origin: right bottom;
	transition: right 0.2s;
	width: 8px;
}
.section02 .btn_area .detail .btn a:hover:after {
	right: -20px;
}
.section02 .sector_area {
	padding: 70px 0;
}
.section02 .sector_area h3 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}
.section02 .sector_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	margin: auto;
	width: 100%;
}
.section02 .sector_area ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 2%;
	width: 15%;
}
.section02 .sector_area ul li:nth-child(6n) {
	margin-right: 0;
}
.section02 .sector_area ul li:nth-child(n+7) {
	margin-top: 15px;
}
.section02 .sector_area ul li a {
	-webkit-transition: all .2s;
	background: #fff;
	display: block;
	padding: 0 0 30px;
	transition: all .2s;
	width: 100%;
}
.section02 .sector_area ul li a:hover {
	-webkit-box-shadow: 0 4px 30px rgba(50, 50, 50, 0.25);
	box-shadow: 0 4px 30px rgba(50, 50, 50, 0.25);
}
.section02 .sector_area ul li a:hover p {
	opacity: 0.6;
}
.section02 .sector_area ul li:last-child {
	margin-right: 0;
}
.section02 .sector_area ul li p.sector_text {
	display: block;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	padding: 0 10px;
}
.section02 .sector_area ul li p.icon {
	margin: 0 auto 20px;
}

.section02 .sector_area ul li p.icon img{
	width: 100%;
}
@media screen and (max-width : 767px) {

	.section02 {
		padding-top: 13%;
	}
	.section02:before {
		content: none;
	}
	.section03:before {
		height: 26px;
		top: -13px;
	}
	.section02 h2 {
		margin: auto auto 6%;
		width: 41%;
	}
	.section02 .text {
		font-size: 1.3rem;
		margin-bottom: 5%;
	}
	.section02 .btn_area {
		background: none;
	}
	.section02 .btn_area .inner {
		padding: 0;
	}
	.section02 .btn_area .pic img {
		vertical-align: top;
	}
	.section02 .btn_area .detail {
		-webkit-transform: skew(0deg);
		margin-left: 0;
		padding: 6% 3%;
		transform: skew(0deg);
		width: 100%;
	}
	.section02 .btn_area .detail h3, .section02 .btn_area .detail p {
		-webkit-transform: skew(0deg);
		transform: skew(0deg);
	}
	.section02 .btn_area .detail h3 {
		font-size: 2.1rem;
		margin-bottom: 5%;
		padding-bottom: 5%;
	}
	.section02 .btn_area .detail h3:after {
		background: #99dbb7;
	}
	.section02 .btn_area .detail .text {
		line-height: 1.5;
	}
	.section02 .btn_area .detail .btn a {
		font-size: 1.3rem;
		padding: 5% 20%;
	}
	.section02 .sector_area {
		padding: 13% 0;
	}
	.section02 .sector_area h3 {
		font-size: 2.4rem;
		font-weight: bold;
		margin-bottom: 40px;
		text-align: center;
	}
	.section02 .sector_area ul {
		-ms-flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.section02 .sector_area ul li {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 5.3vw;
		margin-right: 4%;
		width: 47%;
	}
	.section02 .sector_area ul li a {
		padding: 8vw 4%;
	}
	.section02 .sector_area ul li p.sector_text {
		line-height: 1.4;
	}
	.section02 .sector_area ul li p.icon {
		height: auto;
		margin: 0 auto 8%;
		width: 46%;
	}
	.section02 .sector_area ul li:nth-child(even), .section02 .sector_area ul li:last-child {
		margin-right: 0;
	}
}

.section03 {
	background: #fff;
	padding: 75px 0 63px;
	position: relative;
}
.section03 h2 {
	margin-bottom: 32px;
	text-align: center;
}
.section03 .news_slider {
	margin: 0 auto 40px;
	width: 101%;
}
.section03 .news_slider a {
	display: block;
}
.section03 .news_slider a:hover {
	opacity: 0.6;
}
.section03 .news_slider .news_list li .news_detail {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 8%;
}
.section03 .news_slider .news_list li .news_detail .data {
	color: #888;
	margin-bottom: 20px;
}
.section03 .news_slider .news_list li .news_detail .text {
	line-height: 1.8;
	margin-bottom: 20px;
}
.section03 .news_slider .news_list li .news_detail .name {
	color: #00a54a;
	font-size: 1.2rem;
}
.section03 .btn_all {
	text-align: center;
}
.section03 .btn_all a {
	-webkit-transition: background-color .3s;
	border: 1px solid #d4d4d4;
	display: inline-block;
	padding: 14px 100px;
	position: relative;
	transition: background-color .3s;
}
.section03 .btn_all a:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.section03 .btn_all a:before {
	-webkit-transition: right 0.2s;
	background: #d4d4d4;
	content: "";
	height: 1px;
	margin-left: -10px;
	margin-top: -1px;
	position: absolute;
	right: -15px;
	top: 52%;
	transition: right 0.2s;
	width: 33px;
}
.section03 .btn_all a:hover:before {
	right: -20px;
	width: 33px;
}
.section03 .btn_all a:after {
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right bottom;
	-webkit-transition: right 0.2s;
	background: #d4d4d4;
	content: "";
	height: 1px;
	margin-left: -2px;
	margin-top: -1px;
	position: absolute;
	right: -15px;
	top: 52%;
	transform: rotate(45deg);
	transform-origin: right bottom;
	transition: right 0.2s;
	width: 8px;
}
.section03 .btn_all a:hover:after {
	right: -20px;
}
@media screen and (max-width : 767px) {
	.section03 {
		padding: 75px 0 63px;
		position: relative;
	}
	.section03 h2 {
		margin: auto auto 6%;
		width: 41%;
	}
	.section03 .news_slider {
		margin: 0 auto 40px;
		width: 86%;
	}
	.section03 .news_slider .news_list li .news_detail {
		padding: 15% 0;
	}
	.section03 .news_slider .news_list li .news_detail .data {
		font-size: 1.2rem;
		margin-bottom: 10%;
	}
	.section03 .news_slider .news_list li .news_detail .text {
		font-size: 1.4rem;
		margin-bottom: 10%;
	}
	.section03 .news_slider .news_list li .news_detail .name {
		font-size: 1rem;
	}
	.section03 .btn_all {
		text-align: center;
	}
	.section03 .btn_all a {
		-webkit-transition: background-color .3s;
		border: 1px solid #d4d4d4;
		display: inline-block;
		padding: 5% 20%;
		position: relative;
		transition: background-color .3s;
	}
}