body {
	color: #333;
	vertical-align: baseline;
	font-family: 'IBM Plex Sans JP',"メイリオ", "Meiryo","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
	height: 100%;
	margin:0;
	padding:0;
    line-height: 160%;
    font-weight: 500;
}
a{
	transition: all  0.2s ease-out;
    color: #333;
    text-decoration: none;
}
a:hover {
	text-decoration:none;
}
@media (min-width: 751px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.description .img-responsive {
  margin-bottom: 1em;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
:root {
    --main-color: #009a34;
    --sub-color: #e8f6ed;
    --gradation: linear-gradient(to right, #6fbe00 0%, #008b34 100%);
}
a.more-wh {
    margin: 2em auto 1em auto;
    display: flex;
    align-items: center;
    width: 280px;
    height: 70px;
    position: relative;
    background: #fff;
    transition: .3s;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: 500;
    border-radius: 35px;
}
a.more-wh::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    background: url(../images/common/ar-grd.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    transition: .2s;
}
a.more-wh span {
    display: block;
    padding: 0 55px 0 20px;
    line-height: 130%;
}
a.more {
    margin: 2em auto 1em auto;
    display: flex;
    align-items: center;
    width: 280px;
    height: 70px;
    position: relative;
    transition: .3s;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: 500;
    color: #fff;
    border-radius: 35px;
    background: linear-gradient(to right,#008b34 0%, #6fbe00 50%, #008b34 100%);
    background-size: 200% auto;
    transition: all 0.3s ease-out;
}
a.more:hover {
    background-position: 99% 50%;
}
a.more::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    background: url(../images/common/ar-wh-ic.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    transition: .2s;
}
a.more span {
    display: block;
    color: #fff;
    padding: 0 55px 0 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}
/***********************************************
 wrapper
************************************************/
#wrapper{
    overflow: hidden;
}
/***********************************************
 header
************************************************/
header{
    position: relative;
    padding: 0;
    height: 90px;
}
header a.logo{
    position: absolute;
    left: 25px;
    top: 30px;
    max-width: 310px;
    z-index: 99999;
}
header a.logo img{
    width: 100%;
    height: auto;
}
header figure{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 180px;
    height: 90px;
    margin: 0;
    padding:0;
    background: linear-gradient(to right,#008b34 0%, #6fbe00 50%, #008b34 100%);
    background-size: 200% auto;
    transition: all 0.3s ease-out;
}
header figure:hover{
     background-position: 99% 50%;
}
header figure a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 90px;
    transition: all 0.3s ease-out;
}
header figure a span{
    position: relative;
    padding-left: 20px;
}
header figure a span:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/mail-ic.svg) no-repeat;
    background-size: cover;
    width: 18px;
    height: 12px;
}
header #subnavi {
    width: calc(100% - 560px);
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    margin-right: 220px;
}
header #subnavi ol{
    display: flex;
    justify-content: space-between;
    width: 300px;
    margin-top: 20px;
}
header #subnavi ol li{
    position: relative;
    font-size: 13px;
    line-height: 130%;
}
header #subnavi ol li:nth-of-type(1){
    padding-left: 17px;
}
header #subnavi ol li:nth-of-type(2){
    padding-right: 17px;
}
header #subnavi ol li:nth-of-type(1):before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/global-ic.svg) no-repeat;
    width: 14px;
    height: 14px;
    background-size: cover;
}
header #subnavi ol li:nth-of-type(2):before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/win-ic.svg) no-repeat;
    width: 13px;
    height: 10px;
    background-size: cover;
}
header #globalnavi {
    padding-right: 180px;
}
header #globalnavi ul{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
header #globalnavi ul>li{
    margin-right: 40px;
}
header #globalnavi ul>li>a{
    font-size: 18px;
    line-height: 130%;
    padding-bottom: 15px;
}
header #globalnavi ul>li span{
    position: relative;
    padding-right: 15px;
}
header #globalnavi ul>li span:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border: 1px solid #333;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}
header #smartnavi {
    display: none;
}
/************************************
megamenu 
*************************************/
.gnav > li:hover .megamenu {
    max-height: 9999px;
    padding: 40px 0;
    opacity: 1;
}
.megamenu {
    background: #fff;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    transition: all .2s ease-in;
    z-index: 998;
}
.megamenu .wrap{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.megamenu .wrap strong a{
    display: block;
    position: relative;
    padding-left: 35px;
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color);
}
.megamenu .wrap strong a:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/ar-ic.svg) no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
}
.megamenu .wrap ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}
.megamenu .wrap ol:after{
    content:"";
    display: block;
    width:24%;
}
.megamenu .wrap ol li{
    width: 24%;
    font-size: 18px;
    line-height: 130%;
    box-sizing: border-box;
}
.megamenu .wrap ol li a{
    display: block;
    padding: 18px 10px 18px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    box-sizing: border-box;
}
.megamenu .wrap ol li a:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	transform: rotate(45deg);
}
.megamenu .wrap ol li a:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--main-color);
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
.megamenu .wrap ol li a:hover:after {
    transform: scale(1, 1);
}
/***********************************************
 ft-contact
************************************************/
#ft-contact{
    background: url(../images/common/btm-contact.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}
#ft-contact:before{
    position: absolute;
    content: "";
    left: 35px;
    top: 35px;
    width: calc(100% - 70px);
    height: calc(100% - 70px);
    background: linear-gradient(to right,rgba(0,154,52,0.89),rgba(189,217,10,0.89));
}
#ft-contact .inner{
    max-width: 1020px;
    width: calc(90% - 50px);
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding: 120px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}
#ft-contact .inner .column-l{
    width: 55%;
}
#ft-contact .inner .column-l h2{
    font-size: 42px;
    font-weight: 400;
    margin: 0 0 35px 0;
    line-height: 120%;
}
#ft-contact .inner .column-l ul li{
    position: relative;
    padding-left:30px;
    margin: 0 0 15px 0;
}
#ft-contact .inner .column-l ul li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    margin: auto;
    background: url(../images/common/btm-check.svg) no-repeat;
    width: 25px;
    height: 25px;
    background-size: cover;
}
#ft-contact .inner .column-l .more-wh{
    margin: 2em 0 1em 0 !important;
}
#ft-contact .inner .column-r{
    width: 40%;
}
#ft-contact .inner .column-r img{
    width: 100%;
    height: auto;
}
/***********************************************
 footer
************************************************/
#footer{
    padding: 70px 0 90px 0;
}
#footer .inner{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .inner .column-l{
    width: 350px;
}
#footer .inner .column-l .footer-logo{
    max-width: 320px;
}
#footer .inner .column-l .footer-logo img{
    width: 100%;
    height: auto;
}
#footer .inner .column-l ol{
    margin: 50px 0 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .inner .column-l ol li{
    font-size: 13px;
}
#footer .inner .column-l small{
    line-height: 120%;
    display: block;
}
#footer .inner .column-r{
    width: calc(100% - 350px);
}
#footer .inner .column-r ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    line-height: 120%;
}
#footer .inner .column-r ul > li:not(:last-child){
    margin-right: 10%;
}
#footer .inner .column-r ol li{
    font-size: 13px;
    margin-top: 1em;
}
.up-bt{
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 99;
}
@media screen and (max-width: 980px) {
/***********************************************
 footer
************************************************/
#footer{
    padding: 30px 0 90px 0;
}
#footer .inner .column-r{
    width: 100%;
    order: 1;
    margin-bottom: 30px;
}
#footer .inner .column-r ul{
    justify-content: space-between;
}
#footer .inner .column-r ul > li:not(:last-child){
    margin-right: 0;
}
#footer .inner .column-l{
    order: 2;
}
#footer .inner .column-l ol{
    margin: 20px 0 20px 0;
}
}
@media screen and (max-width: 900px) {
/***********************************************
 header
************************************************/
header a.logo{
    left: 20px;
    width: calc(100% - 90px);
}
header figure{
    display: none;
}
header #subnavi {
    display: none;
}
header #globalnavi {
    display: none;
}
.gnav > li:hover .megamenu {
    display: none;
}
/************************************************************
 hm-menu
*************************************************************/
header #smartnavi {
    display: block;
}
header #smartnavi{
    position: absolute;
	height:1px;
	width:100%;
	z-index:9997;
    top: 0;
    right: 0;
}
.hm_menu_check {
	display: none;
}
.hm_btn {
	position: relative;
	top:0;
	right:0;
	width: 30px;
	height: 40px;
    padding: 16px;
	cursor: pointer;
	display: block;
	float: right;
	margin :0;
    z-index: 2;
}
.hm_btn::after {
	bottom: 30px;
}
.hm_btn::before {
	top: 30px;
    box-shadow: #aaa 0 20px 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 2px;
	background: #aaa;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_menu_wrap {
	width :100%;
	height :auto;
	position: absolute;
	left: -110%;
	top: -74px;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	background: #fff;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	height: 100vh !important;
	background-size:cover!important;
    overflow-y: scroll;  
    -webkit-overflow-scrolling: touch; 
}
.hm_menu_check:checked ~ .hm_btn::before {
	background: #aaa;
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(4px, 3px, 0);
	transform: rotate(45deg) translate3d(4px, 3px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	background: #aaa;
	-webkit-transform: rotate(-45deg) translate3d(4px, -3px, 0);
	transform: rotate(-45deg) translate3d(4px, -3px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
	position:relative;
}
.hm_menu_inner{
	position:absolute;
	top: 100px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
}
#mdropmenu{
     width:100%;
}
#mdropmenu>li {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
}
#mdropmenu>li:first-child {
    border-top: 1px solid #ddd;
}
#mdropmenu>li a{
    padding:.8em 10px;
	display:block;
	position:relative;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#mdropmenu>li a:after{
    position: absolute;
    content: "";
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mdropmenu .mlist{
     cursor:pointer;
     padding:.8em 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
    position: relative;
}
#mdropmenu .mlist:hover{
    background: var(--sub-color);
}
#mdropmenu li>ul{
    padding: 5px 0 10px 10px;
}
#mdropmenu li ul{
     display:none;
}
#mdropmenu li ul li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#mdropmenu li ul li:hover{
    background: var(--sub-color);
}
.smart-sub {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}
.smart-sub li{
    position: relative;
    font-size: 15px;
}
.smart-sub li:first-child{
    padding-left: 20px;
}
.smart-sub li:last-child{
    padding-right: 20px;
}
.smart-sub li:not(:last-child){
    margin-right: 30px;
}
.smart-sub li:nth-of-type(1):before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/global-ic.svg) no-repeat;
    width: 14px;
    height: 14px;
    background-size: cover;
}
.smart-sub li:nth-of-type(2):before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/win-ic.svg) no-repeat;
    width: 13px;
    height: 10px;
    background-size: cover;
}
.fa-plus-circle{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    transform: rotate(45deg);
}
.fa-minus-circle{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    transform: rotate(45deg);
}
}
@media screen and (max-width: 768px) {
/***********************************************
 ft-contact
************************************************/
#ft-contact:before{
    position: absolute;
    content: "";
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}
#ft-contact .inner{
    width: calc(90% - 40px);
    padding: 60px 0;
}
#ft-contact .inner .column-l{
    width: 100%;
    order: 2;
}
#ft-contact .inner .column-l h2{
    font-size: 28px;
    margin: 0 0 20px 0;
}
#ft-contact .inner .column-r{
    width: 100%;
    order: 1;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 640px) {
/***********************************************
 footer
************************************************/
#footer .inner .column-r ul>li{
    width: 49%;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 400px) {
/***********************************************
 header
************************************************/
header a.logo{
    left: 15px;
}
}
@media screen and (max-width: 350px) {
a.more-wh {
    width: 240px;
}
a.more {
    width: 240px;
}
/***********************************************
 footer
************************************************/
#footer .inner .column-r ul>li{
    width: 100%;
}
#footer .inner .column-l ol li{
    width: 100%;
}
}