body {
	color: #1e281f;
	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: #54a35c;
    --sub-color: #ecf5ed;
    --gradation: linear-gradient(to right, #54a35c 0%, #abcd03 100%);
}
h2 span{
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    display: block;
    color: #1e281f;
    font-family: 'IBM Plex Sans JP', sans-serif;
}
h2{
    font-family: "blippo-mn", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 75px;
    line-height: 120%;
    margin-bottom: 30px;
    color: var(--main-color);
    text-align: center;
}
/***********************************************
 sidenavi
************************************************/
.sidenavi{
    position: fixed;
    content: "";
    right: 0;
    top: 120px;
    max-width: 70px;
    z-index: 999;
}
.sidenavi img{
    width: 100%;
    height: auto;
}
/***********************************************
 wrapper
************************************************/
#wrapper{
    overflow: hidden;
}
/***********************************************
 header
************************************************/
header {
    background: linear-gradient(to bottom, #bbdabe, #ecf5ed);
    padding-bottom: 25px;
}
header .inner{
    max-width: 1300px;
    width: 94%;
    margin: 0 auto;
    padding-top: 25px;
    position: relative;
}
header .inner:before{
    position: absolute;
    content: "";
    right: 0;
    top: -4px;
    width: 70px;
    height: 29px;
    background: #fff;
    border-left: 1px solid #54a35c;
    border-right: 1px solid #54a35c;
    filter: drop-shadow(3px 4px 0 rgba(84, 163, 92, 1));
}
header .inner .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 35px 0 10px 35px;
    border-bottom: 1px solid #54a35c;
    border-left: 1px solid #54a35c;
    border-right: 1px solid #54a35c;
    position: relative;
    filter: drop-shadow(3px 4px 0 rgba(84, 163, 92, 1));
}
header .inner .row:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: calc(100% - 70px);
    height: 35px;
    border-top: 1px solid #54a35c;
    border-radius: 35px 0 0 0;
}
header .inner .row .header-logo{
    max-width: 460px;
    margin-right: 10px;
}
header .inner .row .header-logo img{
    width: 100%;
    height: auto;
}
header .inner .row #globalnavi {
    flex: .95;
    max-width: 510px;
}
header .inner .row #globalnavi ul{
    display: flex;
    justify-content: space-between;
}
header .inner .row #globalnavi ul li {
    line-height: 100%;
    white-space: nowrap;
    font-size: 15px;
}
header #smartnavi {
    display: none;
}
/***********************************************
 ft-contact
************************************************/
#ft-contact{
    position: relative;
    margin-top: 70px;
}
#ft-contact:before{
    position: absolute;
    content: "";
    left: 0;
    top: -70px;
    width: 100%;
    height: 100%;
    background: var(--gradation);
    z-index: 1;
}
#ft-contact .bg{
    position: relative;
}
#ft-contact .bg:before{
    position: absolute;
    content: "";
    left: 5%;
    top: 0;
    width: 95%;
    height: 100%;
    background: var(--sub-color);
    border-radius: 50vw 0 0 50vw;
    z-index: 2;
}
#ft-contact .bg .inner{
    width: 90%;  
    max-width: 1240px;
    margin: 0 auto;
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}
#ft-contact .bg .inner .column-l{
    width: 50%;
}
#ft-contact .bg .inner .column-l h1{
    max-width: 630px;
}
#ft-contact .bg .inner .column-l h1 img{
    width: 100%;
    height: auto;
}
#ft-contact .bg .inner .column-l p{
    font-size: clamp(1rem, 0.929rem + 0.18vw, 1.063rem);
}
#ft-contact .bg .inner .column-l ul li:first-child {
    margin: 10px 0;
}
#ft-contact .bg .inner .column-l ul li:first-child a{
    font-size: clamp(1.25rem, -0.607rem + 4.64vw, 2.875rem);
    color: var(--main-color);
    font-weight: 600;
    position: relative;
    padding-left: 35px;
}
#ft-contact .bg .inner .column-l ul li:first-child a:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/phone-ic.svg) no-repeat;
    width: 31px;
    height: 42px;
    background-size: cover;
}
#ft-contact .bg .inner .column-l ul li:last-child img{
    max-width: 515px;
    width: 100%;
    height: auto;
}
#ft-contact .bg .inner .column-r{
    width: 48%;
}
#ft-contact .bg .inner .column-r img{
    width: 100%;
    height: auto;
}
/***********************************************
 footer
************************************************/
#footer{
    padding: 40px 0;
}
#footer .inner{
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .inner .column-l{
    max-width: 370px;
}
#footer .inner .column-l img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#footer .inner .column-l ul {
    margin: 10px 0;
}
#footer .inner .column-l ul li a{
    font-size: 14px;
}
#footer .inner .column-l ul li:first-child a{
    position: relative;
    padding-right: 28px;
}
#footer .inner .column-l ul li:first-child a:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/win-iv.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-size: cover;
}
#footer .inner .column-l small{
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 15px;
    display: block;
}
#footer .inner .column-r table{
    font-size: 14px;
    line-height: 120%;
}
#footer .inner .column-r table th{
    padding-right: 10px;
    text-align: left;
}
#footer .inner .column-r table td span{
    color: #fff;
    background: var(--main-color);
    padding: 2px 5px;
    line-height: 100%;
    display: inline-block;
    margin-right: 3px;
}
.up-bt{
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 999;
}
@media screen and (max-width: 900px) {
/***********************************************
 header
************************************************/
header  {
    z-index: 99999;
    position: relative;
}
header .inner .row .header-logo{
    width: calc(100% - 50px);
}
header .inner .row #globalnavi {
    display: none;
}
/************************************************************
 hm-menu
*************************************************************/
header #smartnavi {
    display: block;
}
header #smartnavi{
    position: absolute;
    content: "";
	height:1px;
	width:100%;
	z-index:9997;
    top: 0;
    right: 0;
}
.hm_menu_check {
	display: none;
}
.hm_btn {
	position: relative;
	top:25px;
	right:3%;
	width: 40px;
	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;
}
.hm_btn::before,
.hm_btn::after {
	width: 40px;
	height: 2px;
	background: var(--main-color);
	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 :70%;
	height :auto;
	position: absolute;
	left: -110%;
	top: 0;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	background: rgba(255, 255, 255, 0.9);
	height: 80vh !important;
}
.hm_menu_check:checked ~ .hm_btn::before {
	background: var(--main-color);
	-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: var(--main-color);
	-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: 80px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
}
.hm_menu_inner ul{
     width:100%;
}
.hm_menu_inner ul>li {
    font-size: 15px;
    font-weight: 500;
}
.hm_menu_inner ul>li>a{
    padding:.9em 0 .9em 40px;
	display:block;
    position: relative;
	transition: all  0.3s ease;
}
.hm_menu_inner ul>li>a:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 3px;
    background: var(--main-color);
    border-radius: 0 1px 1px 0;
}
}
@media screen and (max-width: 768px) {
/***********************************************
 sidenavi
************************************************/
.sidenavi{
    max-width: 54px;
}
/***********************************************
 footer
************************************************/
#footer .inner .column-r table th{
    display: block;
    padding-right: 0;
    margin: 10px 0 0 0;
}
#footer .inner .column-r table td{
    display: block;
}
#footer .inner .column-r table td span{
    color: #fff;
    background: var(--main-color);
    padding: 2px 5px;
    line-height: 100%;
    display: inline-block;
    margin-right: 3px;
}
.up-bt{
    right: 10px;
}
}
@media screen and (max-width: 640px) {
/***********************************************
 ft-contact
************************************************/
#ft-contact{
    position: relative;
    margin-top: 30px;
}
#ft-contact:before{
    top: -30px;
}
#ft-contact .bg:before{
    border-radius: 70vw 0 0 0;
}
#ft-contact .bg .inner{
    padding: 20px 0 30px 0;
}
#ft-contact .bg .inner .column-l{
    width: 95%;
    margin: 0 auto;
    order: 2;
}
#ft-contact .bg .inner .column-l ul li:first-child a{
    font-size: 10vw;
}
#ft-contact .bg .inner .column-r{
    width: 100%;
    order: 1;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 500px) {
h2{
    font-size: 18vw;
}
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
}
@media screen and (max-width: 300px) {

}