@charset "UTF-8";
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	top
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/* TOP専用指定 */
.contents_container {
	padding-top: 40px;
}
.fixed_header .gnav_wrap {
	position: inherit;
	top: 0;
}
.gnav_wrap.fixed {
	position: fixed;
	top: 80px;
}
.header_wrap {
	background: transparent;
	z-index: 100;
	position: relative;
}
.fixed_header .header_wrap {
	background: rgba(0,0,0,0);
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	z-index: 100;
	position: fixed;
}
.fixed_header .header_wrap.bg_normal {
	background: #fff;
}

#top_link .fig {
	display: inline-block;
	margin: 5px;
}

/*==================================================
	$promo
==================================================*/
.promo_wrap,
.slider_content {
	width: 1000px;
	height: 800px;
	position: relative;
	background: #ccc;
	background-size: cover;
}
.promo_copy {
	position: absolute;
	color: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
.promo_copy .promo_catch {
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4em;
}

.promo_copy .promo-contact {
	margin: 0 0 20px 0;
	height: 60px;
	display: flex;
	gap: 0 20px;
}
.promo_copy .promo-contact .tel {
	img {
		height: 60px;
	}
}
.promo_copy .promo-contact .line {
	img {
		height: 60px;
	}
}
.promo_copy .promo-contact .tel:hover img,
.promo_copy .promo-contact .line:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.promo_copy p {
	line-height: 1.5em;
}
.promo_copy {
	width: 760px;
	height: 400px;
}
.promo_copy a.button {
	padding: 20px 40px;
	width: 330px;
	background: #CCE800 !important;
	color: #53A506 !important;
	font-size: 2.0rem !important;
	border: none;
	border-radius: 1.0rem;
}
.promo_copy a.button:hover {
	opacity: 0.8;
}
/* cycle plugin */
.slide_01 {
	background: url(../../_images/top/promo_01.jpg);
	background-size: cover;
}
.slide_02 {
	background: url(../../_images/top/promo_02.jpg);
	background-size: cover;
}
.slide_03 {
	background: url(../../_images/top/promo_03.jpg);
	background-size: cover;
}
.promo_prev {
	position: absolute;
	margin: auto 0;
	left: 0;
	bottom: 0;
	top: 0;
	width: 30px;
	height: 30px;
	z-index: 100;
}
.promo_next {
	position: absolute;
	margin: auto 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 30px;
	height: 30px;
	z-index: 100;
}
.promo_pager {
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center;
	z-index: 100;
}
.promo_pager a {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	text-indent: -999999px;
	font-size: 1px;
	overflow: hidden;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: rgba(0,0,0,0.3);
}
.promo_pager a.activeSlide {
	background: rgba(255,255,255,0.8);
}
/*==================================================
	$gnav
==================================================*/
.gnav_wrap {
	position: inherit;
}
/*==================================================
	$common
==================================================*/
.hgroup {
	margin-bottom: 50px;
	text-align: center;
	@media screen and ( max-width: 767px ) {
		text-align: left;
	}
}
.heading_top {
	font-size: 3.0rem;
	color: #53A506;
	line-height: 1.4em;
}
.heading_top.-small {
	font-size: 2.0rem;
}
.subtitle {
	margin-bottom: 10px;
	padding-top: 30px;
	background: url(../../_images/_common/bg_heading02.png) top center no-repeat;
	color: #CCE800;
}
/*==================================================
	$maxwidth
==================================================*/
.gbtn a.button {
	padding: 20px 0;
	width: 400px;
	font-size: 2.0rem;
}
/*top_service*/
#top_service {
	background: #57A31E;
}
#top_service .intro {
	margin-bottom: 30px;
}
#top_service .intro p {
	color: #fff;
}
#top_service .heading_top {
	color: #fff;
}
#top_service .list_inner {
	padding: 50px 0;
	text-align: center;
	border: 1px solid #fff;
}
#top_service .icon {
	margin-bottom: 30px;
}
#top_service h3.center {
	margin: 0 0 10px 0;
	font-size: 1.8rem;
	color: #fff;
}
/*top_about*/
#top_about {
	background-image: url(../../_images/top/top_about_bg.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
#top_about .heading03 {
	margin-bottom: 30px;
	font-size: 2.2rem;
}
#top_about .texts_cont {
	padding-top: 0;
}
/*top_schedule*/
#top_schedule {
	background: #57A31E;
}
#top_schedule .heading_top {
	color: #fff;
}
/*top_weblog*/
#top_weblog {
	border-bottom: 1px solid #57A31E;
}
/*top_voice*/
#top_voices {
	background-image: url(../../_images/top/top_about_bg.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
.voice_box {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.voice_box .text {
	margin-bottom: 20px;
	height: auto;
    position: relative;
    padding: 25px !important;
    border-radius: 10px;
    line-height: 1.5em;
    background: #54A506;
    color: #fff;
}
.voice_box .text em {
	color: #E084AC;
}
.voice_box .text:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 85px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top: 8px solid #54A506;
    border-right: 8px solid #54A506;
}

@media screen and ( max-width: 767px ) {
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ モバイル用設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*==================================================
	$sp_basic_structure
==================================================*/
.max_contents_container .contents {
	margin: 0 auto;
	padding: 30px 0 30px 0;
}
/*==================================================
	$sp_header_wrap
==================================================*/
.header_wrap {
	background: #000;
}
/*==================================================
	$sp_promo
==================================================*/
.promo_wrap {
	margin-top: 60px;
	width: 100%;
}
.promo_wrap img {
	max-width: 100%;
}
.promo_wrap,
.sider_content {
	height: 400px;
}
.promo_copy {
	padding: 0 2.0rem;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}
.promo_copy > div {
	position: relative;
	z-index: 2;
}
.promo_copy::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.promo_catch img {
	width: 100%;
}
.promo_copy .promo-contact {
	height: auto;
	display: block
}
.promo_copy .promo-contact .line,
.promo_copy .promo-contact .tel {
	margin: 0 0 10px 0;
	display: block;
	float: none;
}

.promo-contact {
	padding: 0 4.0rem;
}

.promo-contact .tel img {
	width: 100%;
	height: auto !important;
}
.promo-contact .line img {
	width: 100%;
	height: auto !important;
}
.promo_copy a.button {
	margin: 0 auto;
	width: 80%;
	padding: 15px 30px !important;
	font-size: 1.2rem !important;
}
/*==================================================
	$sp_common
==================================================*/
.gbtn {
	padding: 0 15px;
}
.gbtn a.button {
	padding: 15px 0;
	width: 100%;
}
.hgroup {
}
.heading02 span {
	display: none;
}
.top_more {
	top: 10px;
	right: 0;
	display: none;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
}

/*==================================================

	[ utility ] $clearfix

==================================================*/

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}