body {
	color: #3b4741;
	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: #3b4741;
    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: #00773e;
    --sub-color: #ebf4f0;
    --gradation: linear-gradient(to right, #00773e 0%, #7bb72c 100%);
}
a.more {
    margin: 2em 0 1em 0;
    display: flex;
    align-items: center;
    padding: 0 30px 0 18px;
    width: 240px;
    height: 55px;
    position: relative;
    transition: .3s;
    box-sizing: border-box;
    background: linear-gradient(to right, #00773e 0%, #7bb72c 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    border-radius: 28px 0 28px 0;
    position: relative;
}
a.more:before {
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
/***********************************************
 wrapper
************************************************/
#wrapper{
    overflow: hidden;
}
/***********************************************
 header
************************************************/
header{
    height: 70px;
    background: #fff;
    position: relative;
}
header a.logo{
    position: absolute;
    content: "";
    left: 40px;
    margin: auto;
    z-index: 9999;
    display: flex;
    align-items: center;
    height: 70px;
}
header a.logo img{
    width: 100%;
    height: auto;
    max-width: 290px;
}
header .subnavi {
    padding: 0 40px;
    margin: 0 auto;
    height: 70px;
}
header .subnavi ul{
    width: calc(100% - 300px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    height: 70px;
}
header .subnavi ul li{
    font-size: 13px;
    font-weight: 500;
}
header .subnavi ul li:not(:first-child){
    margin-left: 15px;
}
header .subnavi ul li:not(:last-child) a{
    position: relative;
    padding-right: 17px;
}
header .subnavi ul li:not(:last-child) a:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/win-ic.svg) no-repeat;
    background-size: cover;
    width: 13px;
    height: 11px;
}
header #smartnavi {
    display: none;
}
/***********************************************
 globalnavi
************************************************/
#globalnavi {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 9999;
    width: 100%;
}
#globalnavi ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    padding: 0 60px;
    background: linear-gradient(90deg, rgba(0,119,62,1) 0%, rgba(130,178,44,1) 70%, rgba(255,234,71,1) 100%);
    width: calc(100% - 380px);
    margin-left: auto;
    height: 64px;
    border-radius: 0 0 0 64px;
    box-sizing: border-box;
}
#globalnavi ul>li>a{
    color: #fff;
    display: flex;
    align-items: center;
    height: 64px;
    position: relative;  
}
#globalnavi ul>li{
    line-height: 130%;
    font-weight: 700;
    align-items: center;
}
#globalnavi ul>li>a:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: #d70c19;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    z-index: 999;
}
#globalnavi ul>li>a:hover::after {
    transform: scale(1, 1);
}
/************************************
megamenu 
*************************************/
.gnav > li:hover .megamenu {
    max-height: 9999px;
    padding: 50px 0 20px 0;
    opacity: 1;
}
.megamenu {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--sub-color);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    transition: all .2s ease-in;
    z-index: -1;
}
.megamenu  .wrap{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 20px 0;
}
.megamenu  .wrap strong a{
    font-size: 26px;
    font-weight: 500;
    color: var(--main-color)!important;
    display: block;
    margin-bottom: 20px;
}
.megamenu  ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.megamenu  ol:after{
    content:"";
    display: block;
    width:32%;
}
.megamenu  ol li{
    width: 32%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.megamenu  ol li a {
    display: block;
    background: #fff;
    padding: 20px 15px;
    transition: .3s;
    border-radius: 0 30px 0 30px;
    color: var(--main-color) !important;
    border: 1px solid var(--main-color);
}
.megamenu  ol li a:hover {
    background: var(--main-color);
    color: #fff !important;
    border: 1px solid var(--main-color);
}
/***********************************************
 siteseal
************************************************/
#siteseal{
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}
/***********************************************
 footer
************************************************/
#footer {
    position: relative;
    margin: 60px 0 0 0;
}
#footer .ft-navi{
    width: 100%;
    padding: 70px 0;
    background: var(--gradation);
    border-radius:180px 0 0 0;
}
#footer .ft-navi .inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
#footer .ft-navi .inner .logo img{
    max-width: 293px;
    width: 100%;
    height: auto;
}
#footer .ft-navi .inner ul{
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .ft-navi .inner ul li,
#footer .ft-navi .inner ul li a {
    color: #fff;
}
#footer .ft-navi .inner ul li a {
    padding-bottom: 1em;
    display: block;
    line-height: 120%;
}
#footer .ft-navi .inner ol li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
#footer .ft-subnavi {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 230px);
    height: 100px;
    background: var(--sub-color);
    border-radius:0 0 120px 0;
    box-sizing: border-box;
}
#footer .ft-subnavi ol{
    display: flex;
    align-items: center;
    height: 100px;
    margin-left: 40px;
    font-size: 14px;
}
#footer .ft-subnavi ol li:not(:last-child) {
    padding-right: 20px;
}
#footer .ft-subnavi ol li + li {
    border-left: 1px solid #a3ceba;
    padding-left: 20px;
}
#footer .ft-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    height: 80px;
    width: 230px;
}
#footer .ft-copy small{
    font-size: 11px;
}
.up-bt{
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 999;
}
@media screen and (max-width: 1050px) {
/***********************************************
 globalnavi
************************************************/
#globalnavi ul{
    width: calc(100% - 200px);
    padding: 0 40px;
}
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 768px) {
/***********************************************
 header
************************************************/
header{
    height: 60px;
}
header a.logo{
    left: 20px;
    height: 60px;
    width: calc(100% - 90px);
}
header a.logo img{
    
}
header .subnavi {
    display: none;
}
/***********************************************
 globalnavi
************************************************/
#globalnavi {
    width: calc(100% - 20%);
    height:20px;
    top: 60px;
}
#globalnavi ul{
    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: 20px;
	height: 20px;
    padding: 20px;
	cursor: pointer;
	display: block;
	float: right;
	margin :0;
    z-index: 2;
    background: var(--main-color);
    border-radius: 15px 0 15px 0;
}
.hm_btn::after {
	bottom: 25px;
}
.hm_btn::before {
	top: 25px;
}
.hm_btn::before,
.hm_btn::after {
	width: 25px;
	height: 2px;
	background: #fff;
	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: -60px;
	-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: #fff;
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(3px, 3px, 0);
	transform: rotate(45deg) translate3d(3px, 3px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	background: #fff;
	-webkit-transform: rotate(-45deg) translate3d(3px, -3px, 0);
	transform: rotate(-45deg) translate3d(3px, -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:.5em 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 li>ul{
    padding: 5px 0 10px 10px;
}
#mdropmenu li ul{
     display:none;
}
.smart-sub {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}
.smart-sub li{
    position: relative;
    font-size: 14px;
    padding-right: 18px;
}
.smart-sub li:not(:last-child){
    margin-right: 15px;
}
.smart-sub li:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/win-ic.svg) no-repeat;
    width: 13px;
    height: 11px;
    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: 640px) {
/***********************************************
 footer
************************************************/
#footer .ft-navi .inner .logo {
    display: block;
    text-align: right
}
#footer .ft-navi .inner .logo img{
    width: 80%;
}
#footer .ft-navi .inner ul>li {
    width: 49%;
    margin-top: 30px;
}
#footer .ft-subnavi {
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 93%;
    height: 70px;
    border-radius:0 0 90px 0;
}
#footer .ft-subnavi ol{
    height: 70px;
    margin-left: 15px;
}
#footer .ft-subnavi ol li:not(:last-child) {
    padding-right: 10px;
}
#footer .ft-subnavi ol li + li {
    padding-left: 10px;
}
#footer .ft-copy small{
    padding-top: 15px;
}
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 330px) {
/***********************************************
 footer
************************************************/
#footer .ft-navi .inner ul {
    margin-left: 5%;
}
#footer .ft-navi .inner ul>li {
    width: 100%;
}
}
@media screen and (max-width: 300px) {

}