﻿body {
    color: #333;
    font-family: "YakuHanJP", "Noto Sans Japanese";
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: .1rem;
    -webkit-font-smoothing: antialiased;
    background: #f7f7f7;
    background: url(../img/body_bg.png) repeat;
    font-weight: 500
}

.bg-gray {
    background: #F2F2F2
}

a {
    color: #094;
    text-decoration: none;
    transition: all 0.3s ease
}

img {
    max-width: 100%;
    height: auto
}

.color1 {
    color: #00662d
}

.color2 {
    color: #005024
}

.color3 {
    color: #86471c
}

.bold {
    font-weight: bold
}

@keyframes hd-scrolled {
    0% {
        opacity: 0;
        transform: translate(0, -100%)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

#header {
    width: 100%
}

#header .inner {
    width: 1000px;
    padding: 5px 0;
    margin: 0 auto
}

#header .inner #logo {
    float: left;
    width: 350px;
    margin-top: 10px;
    padding-left: 10px
}

#header .inner #logo img {
    width: 100%
}

#header .inner #head-right {
    float: right
}

#header.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1);
    z-index: 300
}

#navi {
    padding: 10px 0;
    background: #094;
    background: linear-gradient(to bottom, rgba(0, 153, 68, 0.9) 50%, rgba(0, 128, 57, 0.9) 50% 100%);
    background: -ms-linear-gradient(top, rgba(0, 153, 68, 0.9) 0%, rgba(0, 153, 68, 0.9) 50%, #010101 50%, rgba(0, 128, 57, 0.9) 50%, rgba(0, 128, 57, 0.9) 100%);
    width: 100%;
    margin-right: 5px
}

#navi ul {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    display: flex;
    flex-wrap: wrap
}

#navi ul * {
    transition: all 0.1s ease
}

#navi ul li {
    white-space: nowrap
}

#navi ul li a {
    box-sizing: border-box;
    border-left: 1px dashed #f2f2f2;
    font-size: 15px;
    display: block;
    width: 166.66667px;
    height: 75px;
    position: relative;
    color: #fff;
    padding: 40px 0 5px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px
}

#navi ul li:hover {
    background: rgba(255, 250, 205, 0.8);
    transition: all 0.5s ease-in
}

#navi ul li:nth-child(1) a:before {
    content: "";
    background: url(../img/menu_01.png) no-repeat center center;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%)
}

#navi ul li:nth-child(2) a:before {
    content: "";
    background: url(../img/menu_02.png) no-repeat center center;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%)
}

#navi ul li:nth-child(3) a:before {
    content: "";
    background: url(../img/menu_03.png) no-repeat center center;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%)
}

#navi ul li:nth-child(4) a:before {
    content: "";
    background: url(../img/menu_04.png) no-repeat center center;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%)
}

#navi ul li:nth-child(5) a {
    line-height: 1.2
}

#navi ul li:nth-child(5) a:before {
    content: "";
    background: url(../img/menu_05.png) no-repeat center center;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%)
}

#navi ul li:nth-child(6) a {
    line-height: 1.2
}

#navi ul li:nth-child(6) a:before {
    content: "";
    background: url(../img/menu_06.png) no-repeat center center;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%)
}

#navi ul li:nth-child(7) a:before {
    content: "";
    background: url(../img/menu_07.png) no-repeat center center;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%)
}

#navi ul li:last-child a {
    border-right: 1px dashed #f2f2f2
}

#navi ul li:last-child a:before {
    content: "";
    background: url(../img/menu_08.png) no-repeat center center;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%)
}

#tel {
    padding: 2px 5px 0 0;
    width: 420px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto
}

#tel #tel1 a {
    color: #094;
    padding: 4px 10px;
    display: block;
    font-weight: normal;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px
}

#tel #head_mail {
    margin: 0 auto
}

#tel #head_mail a {
    display: block;
    background: #005024;
    color: #fff;
    font-family: 'FontAwesome';
    padding: 5px 10px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    position: relative
}

#tel #head_mail a span {
    padding-left: 10px
}

#tel #head_mail a:hover {
    opacity: .5
}

#tel .tel-comment {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #86471c;
    font-weight: bold
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#page-top a {
    display: block;
    background: #005024;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    text-align: center
}

#page-top a:hover {
    opacity: 0.6
}

.foot_navi {
    padding: 20px 0;
    background: #fff
}

.foot_navi ul {
    margin: 0 auto;
    width: 1000px
}

.foot_navi ul li {
    float: left;
    padding: 0 12px
}

.foot_navi ul li a {
    color: #323232;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    font-size: 12px
}

.foot_navi ul li a:before {
    content: "";
    background-color: #094;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .45em;
    left: 0
}

.foot_navi ul li a:hover {
    color: #094
}

#footer {
    background: #F2F2F2
}

#footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0
}

#footer .inner .flogo {
    width: 270px;
    float: right
}

#footer .inner .flogo img {
    max-width: 100%
}

#footer .inner .address {
    font-size: 1.2rem;
    margin-bottom: 10px
}

#footer .inner .copyright {
    font-size: 1.2rem
}

#flash {
    overflow: hidden;
    position: relative
}

.slide0 {
    background-image: url(../bxslider/images/0.jpg);
    background-position: center bottom
}

.slide1 {
    background-image: url(../bxslider/images/1.jpg);
    background-position: center center
}

.slide2 {
    background-image: url(../bxslider/images/2.jpg);
    background-position: center center
}

.slide3 {
    background-image: url(../bxslider/images/3.jpg);
    background-position: center center
}

.slide0,
.slide1,
.slide2,
.slide3 {
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: scroll;
    padding: 0px 0
}

.slideimg {
    max-width: 1000px;
    height: 600px;
    margin: 0 auto
}

#slideshow {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative
}

#catch {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#catch.is-hide {
    display: none
}

.bg_contact {
    background: url(../img/bg_contact.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover
}

.contact_bnr {
    text-align: center
}

.contact_bnr li {
    display: inline-block;
    margin: 0 15px
}

.bnr_tel,
.bnr_mail {
    display: block;
    padding: 6px 30px;
    border-radius: 25px;
    font-size: 2rem;
    font-weight: bold
}

.bnr_tel {
    border: 1px solid #001d0d;
    color: #fff;
    background: rgba(0, 80, 36, 0.7)
}

.bnr_tel:hover {
    background: #005024;
    border-radius: inherit
}

.bnr_tel:before {
    font-family: 'FontAwesome';
    content: "\f095";
    margin-right: 10px
}

.bnr_mail {
    border: 1px solid #001d0d;
    background: rgba(0, 153, 68, 0.8);
    color: #FFFFFF
}

.bnr_mail:hover {
    background: #094;
    border-radius: inherit
}

.bnr_mail:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    margin-right: 10px
}

.single {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    padding: 40px 0
}

.single02 {
    width: 100%;
    padding: 80px 0
}

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

@keyframes view-zoomin {
    0% {
        opacity: 0;
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.animation {
    opacity: 0
}

.slideup.on {
    opacity: 1;
    animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.zoomin.on {
    opacity: 1;
    animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.mtitle,
.mtitle2,
.mtitle-w {
    font-size: 1.8rem;
    color: #094;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center
}

.mtitle span,
.mtitle2 span,
.mtitle-w span {
    display: block;
    font-size: 4rem;
    color: #323232
}

.mtitle2 {
    text-align: left
}

.mtitle-w {
    color: #fff
}

.mtitle-w span {
    color: #fff
}

.mtitle3 {
    font-weight: bold;
    font-size: 2.8rem
}

.mtext1 {
    font-size: 3.5rem
}

.mtext2 {
    font-size: 2rem;
    color: #00ff71;
    font-weight: normal
}

.mtitle_middle {
    font-size: 1.8rem;
    border-bottom: 2px solid #ccc;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px
}

.mtitle_middle:first-letter {
    font-size: 2rem
}

.mtitle_middle:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #094;
    bottom: -2px;
    width: 100px;
    color: #aaa
}

.mtitle_middle span {
    font-size: .8rem
}

.mtitle_small {
    font-size: 1.6rem;
    position: relative;
    padding-left: 20px
}

.mtitle_small:before {
    content: "";
    background-color: #094;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .7em;
    left: 0
}

.btn01 {
    font-size: 15px;
    font-weight: bold
}

.btn01 a {
    background: #fff;
    text-align: center;
    width: 250px;
    margin: 10px auto 10px;
    display: block;
    padding: 8px 5px;
    font-weight: bold;
    border: 2px solid #005024;
    border-radius: 25px
}

.btn01 a:link {
    color: #5c3113;
    text-decoration: none
}

.btn01 a:visited {
    color: #5c3113
}

.btn01 a:hover {
    background: #005024;
    text-decoration: none;
    border-radius: 0;
    color: #fff
}

.btn01.btn01-left a {
    margin: 10px 0
}

.news-wrap {
    display: flex;
    flex-wrap: wrap
}

.news-wrap .news-left {
    width: 200px;
    border-right: 2px solid #094;
    margin-right: 10px
}

.news-wrap>.news-bl {
    flex: 1
}

.news-bl {
    overflow: hidden;
    margin: 15px auto 30px
}

.news-bl dt {
    float: left;
    width: 7em;
    padding: 3px 5px;
    line-height: 1.3;
    background: #094;
    color: #fff;
    text-align: center
}

.news-bl dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

.news-bl.news-bl2 {
    margin: 10px auto
}

.news-bl.news-bl2 dt {
    width: 6em;
    background: #fff;
    border: 2px solid #094;
    box-sizing: border-box;
    color: #005024;
    font-size: 14px
}

.news-bl.news-bl2 dd {
    padding: 0 0 10px 7.5em
}

.bg-01 {
    background: url(../img/bg-01.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.bg-02 {
    background: rgba(0, 153, 68, 0.8);
    background-image: url(../img/pattern1.png);
    background-repeat: repeat;
    background-size: 45px;
    overflow: hidden;
    position: relative
}

.bg-03 {
    background: rgba(0, 153, 68, 0.2);
    background: linear-gradient(to bottom, #fff 0 50%, rgba(0, 153, 68, 0.2) 50% 100%)
}

.bg-greet {
    background: url(../img/bg-greet.jpg) no-repeat left center;
    width: 83%;
    margin-right: auto;
    height: 500px;
    margin-bottom: -320px;
    -webkit-background-size: contain;
    background-size: contain
}

.mbox {
    width: 75%;
    margin-left: auto;
    box-sizing: border-box;
    border: 4px solid rgba(0, 153, 68, 0.7);
    box-shadow: 10px 10px 0 rgba(0, 153, 68, 0.2);
    background: rgba(255, 255, 255, 0.89)
}

.mbox .mbox-text {
    padding: 20px;
    display: block
}

.concept-wrap {
    position: relative;
    padding: 50px 0;
    margin-bottom: 60px
}

.concept-wrap .bg-back {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #006a2f;
    width: 50%;
    height: 100%
}

.concept-wrap .concept-inner {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px
}

.concept-wrap .figure {
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 74%;
    height: 100%
}

.concept-wrap .fig01 {
    background-image: url("../img/fig01.jpg")
}

.concept-wrap .in-wrap {
    position: relative;
    float: left;
    width: 530px;
    padding: 50px 0
}

.concept-wrap .in-wrap .concept-box {
    background-color: rgba(255, 255, 255, 0.8);
    width: 470px;
    padding: 50px 30px
}

.concept-wrap .in-wrap .concept-box .conts-sub_ttl {
    color: #094;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 15px
}

.snip_parent {
    padding: 50px 0
}

.snip_parent .snip {
    font-family: 'Raleway', Arial, sans-serif;
    color: #FFFFFF;
    position: relative;
    float: left;
    overflow: hidden;
    max-width: 50%;
    width: 100%;
    background: #FFFFFF
}

.snip_parent .snip * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.snip_parent .snip img {
    opacity: 0.8;
    width: 100%;
    vertical-align: top;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s
}

.snip_parent .snip figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.snip_parent .snip figcaption>div.one {
    height: 40%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip_parent .snip figcaption>div.two {
    height: 60%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip_parent .snip figcaption>div.two h3,
.snip_parent .snip figcaption>div.two p {
    position: absolute;
    top: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center
}

.snip_parent .snip figcaption>div.two h3 {
    bottom: 0;
    font-size: 3rem;
    font-weight: normal
}

.snip_parent .snip figcaption>div.two h3 span {
    display: block;
    font-size: 2rem
}

.snip_parent .snip figcaption>div.two p {
    display: none;
    top: 100px
}

.snip_parent .snip:hover {
    background: #000000
}

.snip_parent .snip:hover figcaption>div.one {
    height: 25%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip_parent .snip:hover figcaption>div.two {
    height: 75%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip_parent .snip:hover figcaption>div.two p {
    display: block
}

.snip_parent .snip:hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.snip_parent .snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

.tbl {
    width: 100%
}

.tbl th,
.tbl td {
    vertical-align: middle;
    border-bottom: 1px dotted rgba(134, 71, 28, 0.5);
    padding: 10px 5px
}

.tbl tr:last-child th,
.tbl tr:last-child td {
    border-bottom: none
}

.tbl th {
    color: #094
}

.tbl.tbl2 th,
.tbl.tbl2 td {
    border: 0
}

.tbl.tbl2 tr {
    border: 1px solid #86471c
}

.tbl.tbl2 tr:nth-child(even) {
    background-color: rgba(0, 153, 68, 0.2)
}

.tbl.tbl2 tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.9)
}

.tbl01 th {
    width: 30%
}

.table-mini {
    width: 100%
}

.table-mini th,
.table-mini td {
    vertical-align: middle;
    padding: 3px 5px;
    font-size: 13px
}

.table-mini th {
    width: 30%
}

.table-mini tr:nth-child(even) {
    background-color: rgba(0, 153, 68, 0.2)
}

.ggmap {
    position: relative;
    padding-bottom: 21.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.characteristic .child {
    float: left;
    width: 48.44%;
    margin: 0 3% 3% 0;
    box-sizing: border-box;
    border: 1px solid #CCCCCC
}

.characteristic .child:nth-child(2n) {
    margin: 0 0 3% 0
}

.characteristic .child dt {
    background: #094;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 5px
}

.characteristic .child dd {
    padding: 10px
}

.list_common li,
.list_note li,
.list_note2 li {
    padding-bottom: 10px;
    padding-left: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC
}

.list_common li:last-child,
.list_note li:last-child,
.list_note2 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_note li,
.list_note2 li {
    padding: 3px;
    display: inline;
    padding-right: 10px;
    border-bottom: none
}

.list_note li:before,
.list_note2 li:before {
    content: "◆";
    margin-right: 5px;
    color: #00662d
}

.list_note2 li {
    display: block
}

.list_note2 li.no-circle:before {
    display: none
}

.list_note2 li:before {
    font-family: "FontAwesome";
    content: "\f111";
    font-weight: bold;
    margin-right: 5px;
    color: #c00
}

.works_list {
    padding: 5px
}

.works_list li {
    padding: 3px 0;
    border-bottom: 1px dotted rgba(0, 153, 68, 0.5)
}

.works_list li:before {
    font-family: "FontAwesome";
    content: "\f138";
    color: #094;
    margin-right: 5px
}

.cut {
    overflow: hidden;
    zoom: 1
}

.w300 {
    width: 300px
}

.spbr {
    display: none
}

.page_title_box {
    padding: 70px 0 20px
}

.page_title_box .page_title {
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    letter-spacing: .5rem
}

.page_title_box .page_title span {
    display: block;
    font-size: 1.2rem
}

.page_title_box01 {
    background: url(../img/title_box01.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 10%
}

.page_title_box02 {
    background: url(../img/title_box02.jpg) no-repeat center;
    background-size: cover
}

.page_title_box03 {
    background: url(../img/title_box03.jpg) no-repeat center 64%;
    background-size: cover
}

.page_title_box04 {
    background: url(../img/title_box04.jpg) no-repeat center;
    background-size: cover
}

.page_title_box05 {
    background: url(../img/title_box05.jpg) no-repeat center;
    background-size: cover
}

.breadcrumb_box {
    margin: 30px auto 0;
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.2);
    color: #fff
}

.breadcrumb_box .breadcrumb {
    margin: 0 auto 0;
    width: 1000px;
    padding-left: 0
}

.breadcrumb_box .breadcrumb li {
    display: inline
}

.breadcrumb_box .breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px
}

.form dl dt span,
.form .form-pattern-1 dl dt:not(.pattern-exclusion) span.required::before {
    color: #fff;
    background: #094;
    padding: 5px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    font-size: 1.4rem;
    border-bottom: 1px solid #eee
}

.form dl dd:last-child {
    border-bottom: none
}

.form .textarea,
.form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 80%;
    border-radius: 0;
    -webkit-appearance: none
}

.form .textarea {
    height: 20px
}

.form .textarea02 {
    width: 37.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form .form-pattern-1 {
    background: transparent;
}

.form .form-contents dd:not(.pattern-exclusion) .textarea {
    border-radius: 0;
}

.form button,
.form .form-pattern-1 .submit-btn {
    cursor: pointer;
    position: relative;
    display: block;
    color: #FFFFFF;
    text-align: center;
    background: #094;
    border: 1px solid #094;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 15px 0;
    transition: all 0.2s ease-in-out 0s;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    width: 300px;
    margin: 0 auto
}

.form button:hover,
.form .form-pattern-1 .submit-btn:hover {
    background: #FFFFFF;
    color: #094
}

.form .form-pattern-1 .submit-btn::before {
    transition: all .2s ease-in-out 0s;
}

.form .form-pattern-1 .submit-btn:hover::before {
    background: #094
}

.form button:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    margin-right: 10px
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333
}

.form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: .6875rem 2.1875rem .6875rem .6875rem;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "FontAwesome";
    content: "\f0ab";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #094
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #094;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #FFFFFF
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #FFF
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #094;
    border-bottom: 3px solid #094;
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.flex-box {
    display: flex;
    flex-wrap: wrap
}

.ceo-img {
    width: 240px
}

.ceo-img img {
    max-width: 100%
}

.ceo-text {
    flex-grow: 1;
    padding-left: 50px
}

.mtitle4 {
    font-size: 3rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #444;
    font-weight: normal
}

.mtitle4 span {
    font-size: 20px;
    color: #aaa;
    padding-left: 10px
}

.faq dt {
    border-bottom: 1px dotted #ddd;
    padding: 5px 0 10px;
    margin-bottom: 10px;
    background: #094;
    color: #fff
}

.faq dt:before {
    font-family: 'FontAwesome';
    content: "\f059";
    margin-right: 5px;
    color: #fff;
    padding-left: 5px;
    font-size: 15px
}

.faq dt a {
    color: #fff
}

.faq dt a:hover {
    text-decoration: underline
}

.faq dd img {
    max-width: 100%;
    height: auto
}

.faq dd:before {
    content: "A.";
    display: block;
    margin-right: 5px;
    color: rgba(0, 153, 68, 0.5);
    font-weight: bold;
    font-size: 25px
}

.dl01 dd {
    padding: 5px 5px 5px 20px;
    background: rgba(0, 153, 68, 0.2);
    margin-bottom: 15px
}

.flex-child2 {
    width: 49%;
    margin: 0 0.5% 10px 0.5%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #005024
}

.flex-child2.column1 {
    width: 99%;
    margin: 0 auto 10px
}

.note {
    padding: 10px;
    background: #eee;
    color: #b62a17;
    font-size: 13px
}

.gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.gallery li {
    width: calc((100% - 30px) /4);
    box-sizing: content-box;
    margin: 0 10px 20px 0
}

.gallery li:nth-child(4n) {
    margin-right: 0
}

.gallery li a {
    background: #f2f2f2;
    display: block;
    text-align: center;
    padding: 0px;
    height: 200px;
    vertical-align: middle
}

.gallery li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.gallery li p {
    font-size: 13px;
    margin: 3px 0 10px
}

@media screen and (max-width: 640px) {
    .gallery li {
        width: calc((100% - 40px) /2);
        box-sizing: content-box;
        margin: 0 10px 15px
    }

    .gallery li:nth-child(2n) {
        margin-right: 0
    }

    .gallery li:nth-child(3n) {
        margin: 0 10px 15px
    }

    .gallery li a {
        height: 130px
    }
}

.bnr-list {
    display: flex;
    flex-wrap: wrap
}

.bnr-list li {
    width: 320px;
    margin-right: 20px
}

.bnr-list li:nth-child(3n) {
    margin-right: 0
}

.bnr li {
    float: left;
    width: 33.33333%
}

.view {
    width: 100%;
    height: 300px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center
}

.view .mask,
.view .content {
    width: 100%;
    height: 300px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative
}

.view h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.4rem;
    padding: 10px;
    background: #094;
    margin: 30px 0 0 0;
    width: 50%;
    margin-left: auto;
    margin-right: auto
}

.view h3 {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 15px
}

.view p {
    position: relative;
    padding: 15px 0;
    text-align: center;
    font-size: 12px
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 12px;
    background: #333333;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #333333
}

.view a.info:hover {
    background: #FFFFFF;
    color: #333333
}

.view-first img {
    transition: all 0.2s linear
}

.view-first .mask {
    transition: all 0.4s ease-in-out
}

.view-first h2,
.view-first h3,
.view-first p,
.view-first a.info {
    transition: all 0.2s ease-in-out
}

.view-first h3,
.view-first p,
.view-first a.info {
    opacity: 0
}

.view-first h2 {
    transform: translateY(93px)
}

.view-first p {
    transform: translateY(100px)
}

.view-first:hover img {
    transform: scale(1.1)
}

.view-first:hover .mask {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8)
}

.view-first:hover h3,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px)
}

.view-first:hover h2 {
    transform: translateY(0px)
}

.view-first:hover p {
    transition-delay: 0.1s
}

.view-first:hover a.info {
    transition-delay: 0.2s
}

.fm-text {
    border: 1px solid #aaa;
    padding: 10px;
    font-size: 12px;
    margin: 10px 0;
    background-color: #fff
}

.blogCard {
    display: flex;
    flex-wrap: wrap
}

.blogCard * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog_card {
    padding: 5px
}

.blog_card li {
    padding: 5px;
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    margin-bottom: 10px
}

.blog_card li .blog-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_card li .blog_dt {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #280000
}

.blog_card li .blog_dt:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_card li .blog_img {
    width: 100px;
    text-align: center
}

.blog_card li .blog_img img {
    max-width: 100%
}

.blog_card li .blog_right {
    flex: 1;
    margin-left: 10px
}

.blog_card li .blog_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px
}

.blog_card li .blog_body {
    line-height: 1.2;
    font-size: 12px
}

.blog_card li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.list3 li {
    width: 32%
}

.top-works-wrap {
    position: relative
}

.top-works-wrap a {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 10
}

.top-works-wrap .top-works-title {
    background: rgba(0, 80, 36, 0.7);
    display: block;
    width: 100%;
    color: #fff;
    padding: 3px;
    font-size: 1.7rem;
    box-sizing: border-box;
    transition: all 0.2s ease;
    padding: 5px
}

.top-works-wrap:hover a {
    cursor: pointer
}

.top-works-wrap:hover .top-works-title {
    background: #094
}

.top-works-wrap:hover .img-frame {
    transform: scale(1.02)
}

.top-works-wrap:hover .img-frame:after {
    transform: rotate(8deg)
}

#blog_flexwrap {
    display: -webkit-flex;
    display: flex;
    width: 1000px;
    padding: 30px 0 0;
    margin: 20px auto 100px
}

#blog_flexwrap #blog_side {
    width: 300px;
    margin-left: 20px
}

#blog_flexwrap #blog_main {
    flex: 1
}

#blog_flexwrap #blog_main section {
    margin-bottom: 25px
}

.blog_sttl01 {
    border: 1px solid #ccc;
    color: #094;
    text-indent: 10px;
    font-size: 15px;
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: normal
}

.blog_sttl01:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0ca";
    margin-right: 5px
}

.blog_mttl {
    font-size: 1.6rem;
    border-bottom: 2px solid #eee;
    background: #fff;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px
}

.blog_mttl:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #094;
    bottom: -2px;
    width: 100px;
    color: #aaa
}

.blog_time {
    padding-top: 0px;
    font-weight: normal
}

.blog_time:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_box {
    min-height: 500px;
    position: relative
}

.blog_box img {
    max-width: 100%;
    padding: 15px 0
}

.pages {
    margin-top: 30px;
    text-align: center
}

.page_next,
.page_prev {
    display: inline-block;
    padding: 10px
}

.blog_side_list {
    position: relative;
    margin: 0 0 0px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.blog_side_list .blog_bx {
    transition: .3s ease-in-out;
    width: calc(100% - 0px) !important;
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 10px 10px
}

.blog_side_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_side_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_side_list .blog_bx .blog_bx_flex div {
    width: calc(100% - 120px)
}

.blog_side_list .blog_bx:hover {
    background: #f2f2f2
}

.blog_side_list .blog_bx figcaption {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: left
}

.blog_side_list .blog_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog_side_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.blog_side_list .blog_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    object-fit: cover
}

.blog_side_list .blog_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blog_side_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 12px;
    color: #094;
    float: left;
    border: 1px solid #86471c;
    padding: 0 15px;
    margin-bottom: 5px
}

.blog_side_list .blog_bx .ttm {
    float: right;
    padding-top: 0px;
    font-size: 13px;
    font-weight: normal
}

.blog_side_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_side_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: normal
}

.blog_top_list {
    position: relative;
    margin: 0 0 0px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.blog_top_list .blog_bx {
    transition: .3s ease-in-out;
    width: calc(33.33% - 42px) !important;
    font-size: 12px;
    margin: 10px;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 10px 10px
}

.blog_top_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_top_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_top_list .blog_bx .blog_bx_flex div {
    width: 100%
}

.blog_top_list .blog_bx:hover {
    background: #f2f2f2
}

.blog_top_list .blog_bx figcaption {
    display: block;
    text-align: center;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: none;
    margin-bottom: 15px
}

.blog_top_list .blog_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog_top_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.blog_top_list .blog_bx img {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.blog_top_list .blog_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blog_top_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    float: left;
    background: #094;
    padding: 0 15px;
    margin-bottom: 5px
}

.blog_top_list .blog_bx .ttm {
    float: right;
    padding-top: 0px;
    font-size: 13px;
    font-weight: normal
}

.blog_top_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_top_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: normal
}

.blog_top_list .blog_bx .blog_text {
    margin-top: 5px
}

@media screen and (max-width: 768px) {
    .blog_top_list .blog_bx {
        width: calc(100% - 22px) !important;
        margin: 0px 0 20px
    }

    .blog_top_list .blog_bx figcaption {
        height: 300px
    }
}

@media screen and (max-width: 768px) {
    #blog_flexwrap {
        display: -webkit-block;
        display: block;
        width: 95%;
        margin: 20px auto 30px
    }

    #blog_flexwrap #blog_main {
        background: #fff;
        width: 100%;
        flex: 1;
        margin-bottom: 20px
    }

    #blog_flexwrap #blog_side {
        width: 100%;
        margin-left: 0px
    }
}

.top-family {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.family-img {
    width: 50%;
    order: 1
}

.family-img img {
    max-width: 100%
}

.family-txt {
    order: 0;
    width: 49%;
    margin-right: 1%
}

.img-frame {
    position: relative;
    z-index: 0;
    transition: all 0.2s ease-in
}

.img-frame:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transform: rotate(3deg);
    background: #fff;
    z-index: -1
}

.family-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.family-list>li {
    width: 32%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px
}

.family-list>li>figure {
    background: #005024;
    padding: 5px;
    position: relative
}

.family-list>li>figure img {
    max-width: 100%
}

.family-list>li>figure>figcaption {
    position: absolute;
    bottom: 0;
    font-weight: bold;
    z-index: 2;
    background: url(../img/body_bg.png) repeat;
    padding: 10px;
    display: inline-block;
    right: 0;
    border-left: 5px solid #005024;
    border-top: 5px solid #005024
}

.wrap1 {
    box-sizing: border-box;
    border: 2px solid #86471c;
    background: #fff;
    padding: 50px 20px 20px;
    margin: 20px auto 10px;
    position: relative
}

.wrap-title {
    position: absolute;
    top: -20px;
    background: rgba(0, 153, 68, 0.9);
    color: #fff;
    display: block;
    width: 80%;
    box-sizing: border-box;
    font-size: 2.2rem;
    left: -20px;
    font-weight: bold;
    padding: 5px 5px 5px 20px;
    border: 2px solid #fff;
    letter-spacing: 1px
}

.list-center {
    text-align: center
}

.list-center li {
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1
}

/*# sourceMappingURL=basis.css.map */