@charset "UTF-8";

body, #header { min-width: 1024px; }


/*====== Common Style =====*/
.for_sp { display: none !important; }

/* midashi */
.h-01 {
    color: #2c883a;
    text-align: center;
    margin-bottom: 35px;
}
.h-01__main {
    font-size: 42px;
    line-height: 1.3;
}
.h-01__sub {
    font-size: 24px;
    line-height: 1.1;
    margin-top: 5px;
}

.h-02 {
    position: relative;
    color: #2c883a;
    font-size: 26px;
    padding-left: 33px;
    margin-bottom: 25px;
}
.h-02::before {
    content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background: #2c883a;
	width: 20px;
	height: 2px;
	margin-top: -1px;
}

.h-03 {
    font-weight: 700;
    margin-bottom: 30px;
}
.h-03::before {
    content: "■";
    color: #2c883a;
    margin-right: 0.2em;
}

/* module */
.m-para p + p {
    margin-top: 1.8em;
}

/* text */
.strong {
    position: relative;
}
.strong::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    background: url("../image/icon/strong_dot@2x.png") 0 100% repeat-x;
    background-size: 14px;
    width: 100%;
    height: 4px;
}

/* box */
.flex-lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-lr.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.tel-box {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.tel-box .txt,
.tel-box .icon,
.tel-box .tel {
    vertical-align: middle;
}
.tel-box .txt {
    margin-right: 1.55em;
}
.tel-box .icon {
    margin-right: 0.9em;
}


/*====== header =====*/
#wrapper {
    padding-top: 136px;
}

#header {
    position: fixed;
    z-index: 100;
    top: 0; left: 0;
    background: #fcfcfa;
    width: 100%;
    height: 136px;
}

.header__logo {
    font-size: 100%;
    padding: 47px 0 0;
    margin: 0;
}

.header__nav {
    position: relative;
}

.header__nav .tel-box {
    position: absolute;
    top: 35px;
    right: 0;
    font-size: 16px;
}
.header__nav .tel-box .tel {
    font-size: 28px;
}

#toggle-menu { display: block !important; }

.gnv {
    padding-top: 63px;
    white-space: nowrap;
}
.gnv li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 10px 0;
    margin-left: 45px;
}
.gnv a {
    display: block;
    padding: 10px 0;
}
.gnv .gnv__child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(44, 136, 58, .28);
    width: 175px;
    padding: 0 8px;
}
.gnv .gnv__child li {
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, .3);
    padding: 0;
    margin: 0;
}
.gnv .gnv__child li:last-child {
    border-bottom: none;
}
.gnv .gnv__child a {
    padding: 8px 0;
}
.gnv .gnv__child .icon {
    vertical-align: baseline;
    margin: 0 10px 1px 0;
}
.gnv li:hover .gnv__child {
    display: block;
}

/* area kv */
.area-kv {
    position: relative;
}

.kv__img img {
    width: 100%;
}

.kv__over {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 50%;
    max-width: 1400px;
    width: 89.33%;
    -webkit-transform: translate(-50% ,50%);
        -ms-transform: translate(-50% ,50%);
            transform: translate(-50% ,50%);
}

.header__bnr-contact {
    position: absolute;
    z-index: 90;
    right: 50%;
    bottom: 0;
    text-align: right;
    max-width: 1400px;
    width: 89.33%;
    margin-bottom: -142px;
    -webkit-transform: translate(50% ,0);
        -ms-transform: translate(50% ,0);
            transform: translate(50% ,0);
    pointer-events: none;
}
.header__bnr-contact.fix {
    position: fixed;
    bottom: auto;
    top: 230px;
    margin-bottom: 0;
}
.header__bnr-contact * {
    pointer-events: auto;
}
.header__bnr-contact a {
    position: relative;
    display: inline-block;
    background: #2c883a 50% 50% no-repeat;
    border: solid 4px #2c883a;
    border-radius: 50%;
    color: #fff;
    width: 245px;
    height: 245px;
    -webkit-transition: .5s;
    transition: .5s;
}
.header__bnr-contact a:hover {
    background-color: #fff;
    color: #2c883a;
}
.header__bnr-contact a .bnr-txt {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    margin: auto;
    -webkit-transition: .5s;
    transition: .5s;
}
.header__bnr-contact a:hover .bnr-txt {
    opacity: 0;
}

/* Page Header */
.page-title {
    color: #2c883a;
    text-align: center;
}
.page-title__main {
    font-size: 38px;
    letter-spacing: 0.075em;
}
.page-title__sub {
    font-size: 24px;
}

/* breadcrumbs */
.breadcrumbs {
    padding: 20px 0;
    margin-bottom: 38px;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs li {
    display: inline-block;
    line-height: 1;
}


/*====== footer =====*/
#footer {
    background: #b9debf;
    text-align: center;
}
#footer .m-inner {
    position: relative;
    padding: 60px 10px 90px;
}

.footer__deco {
    position: absolute;
    top: -40px;
    left: 20px;
}
.footer__catch {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer__logo {
    color: #2c883a;
    font-size: 26px;
    line-height: 2.2;
    margin-bottom: 40px;
}
.footer__logo .logo {
    vertical-align: middle;
    margin-right: 0.5em;
}
.footer__logo p + p {
    margin-top: 10px;
}

.footer__cv {
    margin-bottom: 95px;
}
.footer__cv .tel-box {
    margin-bottom: 10px;
}
.footer__cv .tel-box a {
    display: inline-block;
    background: #fcfcfa;
    border-radius: 15px;
    font-size: 20px;
    padding: 35px 30px;
}
.footer__cv .tel-box .tel {
    font-size: 36px;
}
.footer__cv .time {
    font-size: 16px;
}

.footer__nav {
    margin-bottom: 100px;
}
.fnv li {
    display: inline-block;
    font-size: 15px;
    margin: 0 35px;
}

.footer__info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

.footer__info--01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.footer__info--01 .tel-box {
    margin-top: 10px;
}
.footer__info--01 .tel-box .tel {
    color: #2c883a;
    font-size: 28px;
}

.footer__info--02,
.footer__info--03 {
    padding-left: 35px;
}
.footer__info--02 dt,
.footer__info--03 dt {
    color: #2c883a;
    font-size: 18px;
}

.footer__info--02 {
    white-space: nowrap;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.footer__info--03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.footer__info--04 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}

.footer__copy {
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer__copy small {
    font-size: 13px;
}



@media screen and (min-width: 1281px) {

    /*====== header =====*/
    .gnv li {
        margin-left: 82px;
    }


    /*====== footer =====*/
    .fnv li {
        margin: 0 55px;
    }

    .footer__info--01 .tel-box .tel {
        font-size: 36px;
    }

    .footer__info--02,
    .footer__info--03 {
        padding-left: 50px;
    }

}

@media all and (-ms-high-contrast:none) { /*IE*/

    

}