@charset "UTF-8";

body {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2;
}

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

/* module */
.m-lb01 {
    background: url("../image/icon/lb_01.png") 50% 0 no-repeat;
    background-size: 55px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 33px;
    margin-bottom: 12px;
}
.bg-green .m-lb01 {
    background-image: url("../image/icon/lb_01_g.png");
}

.m-lb02 {
    position: relative;
    color: #ffde00;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 5px;
}
.m-lb02::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    background: #ffde00;;
    width: 20px;
    height: 1px;
    margin-left: -10px;
}

.m-lb03 {
    color: #0aa323;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.bg-green .m-lb03 {
    color: #fff;
}

.m-font-big {
    font-weight: 700;
    line-height: 1.667;
}

.m-para > * + * {
    margin-top: 24px;
}

.m-icon {
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);
}

.m-tel span {
    font-size: 0.8em;
}

.m-area {
    padding: 40px 0;
}

.m-border {
    border-radius: 10px;
    border: solid 5px rgba(0,0,0,.05);
    overflow: hidden;
}
.m-border-sq {
    border-radius: 3px;
    border: solid 5px rgba(0,0,0,.05);
    overflow: hidden;
}

.m-btn,
.m-btn-contact {
    position: relative;
    display: inline-block;
    background: 50% 50% no-repeat;
    background-size: contain;
    color: #fff;
    font-weight: 700;
    text-align: center;
    height: 49px;
    line-height: 49px;
}

.m-btn {
    background-image: url("../../sm/_common/image/icon/btn_bg.png");
    width: 166px;
}
.bg-green .m-btn {
    background-image: url("../../sm/_common/image/icon/btn_bg_g.png");
}
.m-btn:hover {
    opacity: 1;
}
.m-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    display: block;
    border-top: solid 1px;
    border-left: solid 1px;
    width: 5px;
    height: 5px;
    margin: -2.5px 0 0 -2.5px;
    -webkit-transition: .3s;
    transition: .3s;
}
.m-btn:hover::after {
    right: 30px;
}

.m-btn-contact {
    background-image: url("../../sm/_common/image/icon/btn_contact_bg.png");
    width: 198px;
}
.m-btn-contact .m-icon {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
}

.m-dataList {
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.m-dataList > dl {
    display: table-row;
    border-bottom: solid 1px rgba(170,170,170,.1);
}
.m-dataList > dl:first-child {
    border-top: solid 1px rgba(170,170,170,.1);
}
.m-dataList > dl > dt,
.m-dataList > dl > dd {
    display: table-cell;
    padding: 15px 2% 17px;
}
.m-dataList > dl > dt {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    width: 98px;
}
.m-dataList > dl > dd {
    font-size: 14px;
    line-height: 1.875;
}
.m-dataList.is-recruit > dl > dt,
.m-dataList.is-recruit > dl > dd {
    padding: 12px 0;
}
.m-dataList.is-recruit > dl > dt {
    width: 115px;
}
.m-dataList.is-recruit > dl > dd {
    font-size: 100%;
}

.m-imgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -25px;
}
.m-imgList li {
    text-align: center;
    width: 45%;
    margin-bottom: 25px;
}
.m-imgList li figure img {
    border-radius: 7px;
}
.m-imgList__lb {
    display: block;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
    margin-top: 5px;
}
.m-imgList__txt {
    text-align: left;
    margin-top: 15px;
}
.m-imgList__txt .m-imgList__lb {
    margin-bottom: 8px;
}

/* box */
.bg-green.is-logo {
    position: relative;
}
.bg-green.is-logo::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    display: block;
    background: url("../image/icon/bg_logo.png") 0 100% no-repeat;
    background-size: contain;
    width: 44%;
    height: 498px;
}


/*====== gnv =====*/
.gnv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 336px;
    margin: 0 auto;
}
.gnv li {
    text-align: center;
    width: 80px;
    margin: 10px 0;
}
.gnv li a {
    position: relative;
    display: block;
    padding: 63px 5px 5px;
}
.gnv li .icon {
    position: absolute;
    top: 3px;
    left: 50%;
    -webkit-transform: scale(0.88);
        -ms-transform: scale(0.88);
            transform: scale(0.88);
    margin-left: -24px;
    max-width: 40px;
}
.gnv li .txt {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}


/*====== header =====*/
#wrapper {
    padding-top: 100px;
}
.area-anchor {
    padding-top: 100px;
    margin-top: -100px;
}

#header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding-top: 33px;
}

.header__logo {
    position: relative;
    padding-left: 70px;
}
.header__logo .logo {
    position: absolute;
    top: 50%;
    left: -5px;
    -webkit-transform: translate(0, -56%);
        -ms-transform: translate(0, -56%);
            transform: translate(0, -56%);
}
.header__logo .logo img {
    width: 70px;
}
.header__logo .site-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.1;
}
.header__logo .m-tel {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 7px;
}
@media screen and (max-width: 374px) {
    .header__logo {
        padding-left: 20.89%;
    }
    .header__logo .logo {
        width: 20.89%;
    }
}

/* toggle */
#toggle-bg {
    display: none;
    position: fixed;
    z-index: 50;
    top: 100px;
    left: 0;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
}

#toggle-button {
    z-index: 101;
    /*position: fixed;
    top: 15px;
    right: 5px;*/
    position: absolute;
    top: -18px;
    right: -4%;
    display: block;
    background: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
}
#toggle-button span {
    display: block;
    font-size: 0;
    width: 40px;
    margin: -1px 0 0 -20px;
    left: 50%; top: 50%;
}
#toggle-button span,
#toggle-button span:before,
#toggle-button span:after {
    background: #fff;
    height: 2px;
    position: absolute;
}
#toggle-button span:before,
#toggle-button span:after {
    content: "";
    right: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
#toggle-button span:before {
    top: -16px;
}
#toggle-button span:after {
    top: 16px;
}

#toggle-menu {
    display: none;
    position: fixed;
    z-index: 100;
    top: 100px;
    left: 0;
    background: #0ba424 url("../image/icon/bg_green.jpg");
    color: #fff;
    width: 100%;
}
.toggle-menu-inner {
    width: 100%; height: 100%;
    padding: 5px 5.3% 25px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* menu Open */
.gnvOpen #toggle-button span {
    background: transparent !important;
}
.gnvOpen #toggle-button span:before,
.gnvOpen #toggle-button span:after {
    top: 0;
}
.gnvOpen #toggle-button span:before {
    -webkit-transform: rotate(-45deg) translateY(0px);
    -ms-transform: rotate(-45deg) translateY(0px);
        transform: rotate(-45deg) translateY(0px);
}
.gnvOpen #toggle-button span:after {
    width: 100%;
    -webkit-transform: rotate(45deg) translateY(0px);
    -ms-transform: rotate(45deg) translateY(0px);
        transform: rotate(45deg) translateY(0px);
}

/* kv */
.area-kv,
.kv__box {
    position: relative;
}
.kv__img img {
    width: 100%;
}

/* Page Header */
#sub .area-kv .m-inner {
    border-top: solid 1px rgba(0,0,0,.1);
    text-align: center;
    padding: 25px 0 23px;
}
#page-title {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.1;
    padding: 0 38px;
    margin: 0;
}
#page-title::before,
#page-title::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 24px;
    height: 29px;
}
#page-title::before {
    left: 0;
    background: url("../image/header/title_deco_01@2x.png") 0 100% no-repeat;
    background-size: 24px;
}
#page-title::after {
    right: 0;
    background: url("../image/header/title_deco_02@2x.png") 100% 100% no-repeat;
    background-size: 23px;
}
#page-title span {
    display: inline-block;
    background: 50% 100% no-repeat;
    background-size: contain;
    padding-bottom: 13px;
}

/* breadcrumbs */
.breadcrumbs {
    padding: 4px 0;
    margin-bottom: 50px;
}
.breadcrumbs li {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
}
.breadcrumbs li::after {
    content: "|";
    display: inline-block;
    margin: 0 .15em 0 .5em;
}
.breadcrumbs li:last-child::after {
    display: none;
}


/*====== navigation =====*/
.area-nav {
    padding: 12px 0;
    margin-bottom: 80px;
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 370px;
    margin: 0 auto;
}
.nav-list li {
    text-align: center;
    width: 46.6%;
    margin: 6px 1.7%;
}
.nav-list li a {
    display: inline-block;
    background: url("/_common/image/icon/btn_nav.png") 50% 50% no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    max-width: 100%;
    width: 160px;
    height: 48px;
    line-height: 48px;
}


/*====== footer =====*/
#footer {
    /*position: relative;*/
}

/*#pagetop {
	position: absolute;
    right: 0;
    bottom: 100%;
    padding: 15px 33px;
}
#pagetop a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-top: 12px;
}
#pagetop a:before,
#pagetop a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    background: #111;
    width: 1px;
    height: 35px;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
}
#pagetop a:before {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
}
#pagetop a:after {
    -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
            transform: rotate(-60deg);
}
#pagetop .font-en {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}*/

.footer__main {
    background: #0ba424 url("../image/icon/bg_green.jpg");
    color: #fff;
    text-align: center;
}
.footer__main .m-inner {
    padding: 50px 0 12px;
}
#footer.is-line .footer__main .m-inner {
    border-top: solid 1px rgba(0,0,0,.1);
}

.footer__logo {
    position: relative;
    display: inline-block;
    text-align: left;
}
.footer__logo .logo {
    position: absolute;
    top: -20px;
    left: -7px;
}
.footer__logo .logo img {
    max-width: 81px;
}
.footer__logo .site-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.1;
    padding-left: 85px;
}
.footer__logo .site-title span {
    display: block;
    font-size: 0.667em;
    margin-bottom: 7px;
}
.footer__logo .address {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 25px;
}
.footer__logo .address .m-tel {
    font-size: 16px;
}

.footer__nav {
    border-top: solid 1px rgba(0,0,0,.1);
    padding-top: 25px;
    margin-top: 35px;
}

.footer__copy {
    text-align: center;
    margin-top: 22px;
    padding-bottom: 60px;
}
.footer__copy small {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.footer_sticky {
    position: fixed;
    width: 100%;
     box-sizing: border-box;
   bottom: 0;
    height: 48px;
    display: flex;
    justify-content: space-between;
}
.footer_sticky .m-tel,
.footer_sticky .footer__contact {
    width: 50%;
}
.footer_sticky .m-tel {
    background: rgba(24,116,39,0.8);
    padding-top: 5px;
    box-sizing: border-box;
}
.footer__contact {
    background:  rgba(24,116,39,0.4);
    border-radius: 5px;
    padding: 3px;
    margin: 0 1px;
    box-sizing: border-box;
    
}
.footer__contact a {
    display: block;
    border-radius: 5px;
    background: rgba(24,116,39,0.8);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
}
.footer__contact a .icon {
    margin: 0 auto ;
}
.footer__contact a .txt {
    font-size: 12px;
    font-weight: 700;
}
