body{
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateX(-260px);
    transition: all 0.6s;
    width: 260px;
}

nav.globalMenuSp ul {
    background: #336600;
    margin: 0 auto;
    padding: 0;
    width: 260px;
}

nav.globalMenuSp ul li {
    font-size: 12px;
    list-style-type: none;
    padding: 16px 0 0px 20px;
    width: 260px;
    border-bottom: 1px dotted #ffffff;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #ffffff;
    padding: 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0px);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #aaa;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header{
    height: 90px;
    background-color: #fff;

}
.container{
    width: 1080px;
    margin: 20px auto;
}
.headcontainer{
    width: 1080px;
    margin: 0px auto;
}
.logobox{
    position: absolute;
    top: 20px;
    left: 0px;
    transition: .3s;
}
.logobox_is-animation {
    top: 5px;
}
.logobox img{
    height: 42px;
    width: auto;
}
.headerrightbox{
    float: right;
}
.header_login{
    height: 60px;
    background-color: #f0f1f4;
    border-top: solid 1px #dddddd;
}
.headerrighttextbox{
    float: right;
    margin: 10px 0px 15px 0;
    text-align: right;
}
.head_textinfo{
    line-height: 18px;
    padding: 10px 0px 3px 0px;
}
.head_name{
    font-size: 11px;
    color: #666666;
}
.head_tel{
    font-size: 18px;
    color: #336600;
    font-weight: bold;
}
.headergengo{
    font-size: 12px;
    margin: 5px 0 0 0;
}
.headergengo a{
    color: #000000;
}
.clearfix:after {
    clear: both;
    content: '';
    display: block;
}
.headerloginform{
    text-align: right;
}
.clear{
    clear: both;
}
.mainVisual_sub img{
    width: 100%;
}
.mainVisual img{
    width: 100%;
}
.mainVisual {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.mainVisual_sub {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.main_catch {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    position: absolute;
    top: 0;
    right: 20%;
    bottom: 0;
    width: 490px;
    height: 100px;
    margin: auto;
    line-height: 37px;
    color: #fff;
    font-size: 22px;
    /*border: 1px solid #fff;*/
    background: rgba(121,85,72,0.5);
    padding: 10px 30px 10px 30px;
    transition: .3s;
    text-align: right;
}
.main_catch_is-animation {
    top: 100px;
    bottom: -100px;
}
.logobox_sp{
    position: absolute;
    top: 18px;
    left: 30px;
    transition: .3s;
}
.logobox_sp img{
    height: auto;
    width: 70%;
}
.header_nav{
    position: fixed;
    top: 0px;
    right: 0px;
    height: 80px;
    /*background: linear-gradient(rgba(41,134,152,0.5),rgba(41,134,152,0.4));*/
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.1));
    width: 100%;
    text-align: right;
    transition: .3s;
}
.header_nav_is-animation {
    height: 50px;
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.5));
}
.head_nav_box{
    position: relative;

}
.header_nav_item{
    display: inline-block;
    height: 80px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 35px 20px 0 20px;
    width: 120px;
    margin: 0;
    text-align: center;
    transition: .3s;
}
.header_nav_item_is-animation {
    height: 50px;
    padding: 15px 20px 0 20px;
}
.header_nav_item:hover {
    background: none;
    text-decoration: none;
    color: #ffffff;
    border-bottom: solid 4px #336600;
}

/*.mainVisual_sub {
    position: static;
    width: 100%;
    height: 220px;
    overflow: hidden;
}*/
.headerrighttext_bt{
    background-color: #f0f1f4;
    border-radius: 2px;
    padding: 3px 12px;
    display: inline-block;
}
.mainborder{
    height:7px;
    border-top: solid 2px #bbbbbb;
    border-bottom: solid 1px #dddddd;
    background-color: #f0f1f4;
}
.mainborderfooter{
    height:7px;
    border-top: solid 2px #336600;
    border-bottom: solid 1px #dddddd;
    background-color: #f0f1f4;
}
.footertoptop{
    width: 100%;
    height: auto;
    /*background-color: #336600;
    padding: 24px 0 36px 0;*/
}
.footertopbox{
    height: auto;
    background-color: #336600;
    padding: 12px 56px 20px 56px;
}
.footertop{
    width: 100%;
    height: auto;
    background-color: #333333;
    padding: 10px 0 10px 0;
    border-bottom: solid 40px #222222;
}
.footertop_colbox{
    border-left: solid 1px #ffffff;
    margin: 30px 0 0 0;
}
.footertop_colbox li{
    list-style: none;
    padding: 2px;
}
.footertop_colbox li a{
    font-size: 12px;
    color: #ffffff;
}
.logoboxfoot{
    padding: 70px 0 0 0;
}
.logoboxfoot_text{
    padding: 30px 20px 0 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 28px;
}
.foot_catch{
    /*font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
    line-height: 37px;
    text-align: left;
    color: #fff;
    font-size: 22px;
    padding: 10px 30px 10px 30px;
}
.foot_catch_text{
    line-height: 26px;
    text-align: right;
    color: #fff;
    font-size: 14px;
    padding: 20px 30px 10px 30px;
}

.footerbottom1{
    font-size: 12px;
    text-align: right;
    padding: 20px 0 0 0;
    color: #ffffff;
}
.footerbottom1 a{
    color: #ffffff;
}
.footerbottom2{
    font-size: 12px;
    text-align: right;
    padding: 20px 0 0 0;
    color: #ffffff;
}
.footlogobox{
    padding-bottom: 5px;
}
.footlogobox img{
    width: 100px;
}
.sub_article{
    width: 800px;
    float: right;
    background-color: #eeeeee;
}
.aside{
    width: 200px;
    float: left;
    background-color: #eeeeee;
}
.sub_container{
    padding: 10px 0 100px 0;
}
.sub_container_box{
    padding-top: 40px;
}
.breadcrumb_box{
    font-size: 12px;
    color: #000000;
}
.breadcrumb_box a{
    color: #000000;
}
.top_contents01_img{
    width: 400px;
    height: 300px;
    overflow: hidden;
    transition: .3s;
    opacity: 1.0;
    position: absolute;
    top: 0px;
    left: -50px;
}
.top_contents01_img_is-animation {
    left: 0px;
    width: 400px;
    opacity: 1.0;
}
.top_contents01_text{
    transition: .3s;
    opacity: 1.0;
    position: absolute;
    top: 0px;
    left: 50px;
    width: 540px;
    padding: 0 0 0 30px;
}
.top_contents01_text_is-animation {
    left: 0px;
    opacity: 1.0;
}
.top_contents02_img img{
    width: 450px;
    height: auto;
}
.top_contents02_img{
    width: 450px;
    height: 350px;
    overflow: hidden;
    transition: .3s;
    opacity: 1.0;
    position: absolute;
    top: -30px;
    left: 50px;
}
.top_contents02_img_is-animation {
    left: 0px;
    opacity: 1.0;
}
.top_contents02_text{
    transition: .3s;
    opacity: 1.0;
    position: absolute;
    top: 0px;
    left: -50px;
    width: 540px;
    padding: 0 30px 0 0;
}
.top_contents02_text_is-animation {
    left: 0px;
    opacity: 1.0;
}
.top_contents03_text{
    width: 100%;
}
.top_contents_img_img{
    width: auto;
    height: 300px;
}
.top_contents_text_h2{
    font-size: 40px;
    font-weight: normal;
}
.top_contents_text_h4{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: solid 2px #336600;
}
.top_contents_text_h6{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 30px 0;
}
.top_contents_text_h3{
    margin: 40px 0 30px 0;
}
.top_contents_text_h3_sub{
    font-size: 24px;
    margin: 20px 0 10px 0;
}
.top_contents_text_h3_sub_p{
    font-size: 14px;
    line-height: 20px;
}
.map_border{
    border: none;
}
.contentsbox_sub_margin{
    margin-bottom: 50px;
}
.contents_row_sub{
    margin: 20px 0 10px 0;
}
.contents_row_sub_border{
    border: solid 1px #336600;
    padding: 10px;
}
.contents_img_box img{
    width: 100%;
    height: auto;
}
.contents_img_box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.top_contents_text_p_sub{
    font-size: 14px;
    line-height: 24px;
    padding: 30px 0 30px 0;
}
.top_contents_text_p{
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0 0 0;
}
.align_r{
    text-align: right;
}
.toparticle_sub{
    margin: 0px 0 200px 0;

}
.contentsbox{
    position: relative;
    height: 300px;
}
.contentsbox_sub{
    height: auto;
}
.contents_row{
    position: static;
    height: auto;
    margin: 40px 0 50px 0;
}
.idea_item{
    position: relative;
    width: 100%;
    height: 80px;
    margin: 0 20px 10px 20px;
    background-color: #eeeeee;
    border-left: solid 5px #336600;
    overflow: hidden;
}
.idea_item_text{
    padding: 20px 30px 0px 30px;
    font-size: 15px;
}
.idea_item_a{
    display: block;
    color: #000000;
}
.idea_item_a:hover{
    display: block;
    color: #000000;
    opacity: 0.8;
}
.idea_item_text_mark{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 80px;
    color: #f7f7f7;
    font-weight: bold;
}
.top_contents_3cimg{
    margin: 20px 0 20px 0;
    width: 50%;
    height: 70px;
    float: left;
}
.top_contents_3cimg a{
    color: #000000;
}
.top_contents_3cimg img{
    height: 80px;
    float: left;
    margin-right: 20px;
}
.footer_snsbox{
    margin: 20px 0;
}
.foot_contact{
    display: block;
    width: 200px;
    height: 40px;
    border: solid 2px #ffffff;
    background-color: #eeeeee;
    border-radius: 20px;
    font-size: 16px;
    color:#336600;
    padding: 6px 0 0 23px;
    margin: 5px 0 0 30px;
}
.foot_contact:hover {
    color:#000000;
}
.top_news_list{
    display: block;
    width: 150px;
    height: 40px;
    border: solid 2px #336600;
    background-color: #eeeeee;
    border-radius: 20px;
    font-size: 16px;
    color:#336600;
    padding: 6px 0 0 23px;
    margin: 0 0 0 0;
    float: right;
}
.top_news_list:hover{
    color: #000000;
}
.opacity-animation{
    opacity: 0.0;
}
.info_table{
    margin: 50px 0 50px 0;
}
.info_table table{
    border-left: solid 1px #e0e0e0;
    border-top: solid 1px #e0e0e0;
    width: 100%;
}
.info_table td,th{
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    padding: 14px;
}
.info_table td{
    width: 76%;
}
.info_table th{
    width: 24%;
    background-color: #f5f5f5;
}
.info_table_form{
    margin: 50px 0 50px 0;
}
.info_table_form table{
    border-left: solid 1px #e0e0e0;
    border-top: solid 1px #e0e0e0;
    width: 100%;
}
.info_table_form td,th{
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
}
.info_table_form td{
    width: 76%;
    padding: 10px;
}
.info_table_form th{
    width: 24%;
    background-color: #f5f5f5;
    padding: 14px;
}
.form_item{
    width: 100%;
    padding: 4px;
}
.paging{
    font-size: 18px;
    width: 100%;
    text-align: right;
}
.paging a{
    color: #000000;
}
.error_msg{
    font-size: 13px;
    color: #ff0000;
}
@media screen and (max-width: 1080px) {
    .idea_item_text{
        padding: 10px 20px 0px 20px;
        font-size: 14px;
    }
    .headcontainer{
        width: 100%;
        margin: 0px auto;
    }
    .contentsbox{
        position: static;
        height:auto;
    }
    .top_contents01_img img{
        width: 100%;
        height: auto;
    }
    .top_contents01_img{
        width: 100%;
        height: auto;
        opacity: 1.0;
        position: static;
        top: 0px;
        left: 0px;
        margin: 0 auto 20px auto;
        text-align: center;
    }
    .top_contents01_img_is-animation {
    }
    .top_contents01_text{
        opacity: 1.0;
        position: static;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 0 0 0 0;
    }
    .top_contents01_text_is-animation {
    }
    .top_contents02_img img{
        width: 100%;
        height: auto;
    }
    .top_contents02_img{
        width: 100%;
        height: auto;
        opacity: 1.0;
        position: static;
        top: 0px;
        left: 0px;
        margin: 0 auto 20px auto;
        text-align: center;
    }
    .top_contents02_img_is-animation {
    }
    .top_contents02_text{
        position: static;
        opacity: 1.0;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 0 0 0 0;
    }
    .top_contents02_text_is-animation {
    }
    .footertopbox{
        height: auto;
        background-color: #336600;
        padding: 12px 0px 20px 0px;
    }
    .mainVisual {
        width: 100%;
        height: auto;
    }
    .mainVisual_sub {
        width: 100%;
        height: auto;
    }

}
@media screen and (max-width: 768px) {
    .idea_item_text{
        padding: 20px 30px 0px 30px;
        font-size: 15px;
    }
    .toparticle{
        margin: 20px 0 20px 0;
    }
    .container{
        width: 92%;
    }
    .headergengo{
        font-size: 11px;
    }
    .headerrighttextbox{
        float: right;
        margin: 20px 0px 20px 0;
        text-align: right;
    }
    .header_login{
        height: 130px;
        background-color: #f0f1f4;
        border-top: solid 1px #dddddd;
    }
    .header_nav_item{
        display: inline-block;
        height: 30px;
        background-color: #336600;
        font-size: 12px;
        color: #ffffff;
        width: 100%;
        margin: 0;
        padding: 0 0 0 0;
        text-align: left;
    }
    .header_nav_item:hover {
        background-color: #336600;
    }
    .footertop_colbox{
        border-left: solid 1px #ffffff;
        margin: 20px 0 0 0;
    }
    .footerbottom2{
        padding: 0px 0 0 0;
    }
/*    .mainVisual_sub{
        height: 100px;
    }
*/
    .main_catch {
        top: 10%;
        left: 4%;
        width: 280px;
        height: 60px;
        margin: auto;
        line-height: 20px;
        color: #fff;
        font-size: 11px;
        /*border: 1px solid #fff;*/
        background: rgba(121,85,72,0.5);
        padding: 10px 30px 10px 30px;
        transition: .3s;
    }
    .top_contents_text_h2{
        font-size: 30px;
        font-weight: normal;
    }
    .idea_item_text_mark{
        top: 30px;
        font-size: 50px;
    }
    .top_contents_3cimg{
        margin: 20px 0 20px 0;
        width: 100%;
        height: 70px;
        float: none;
    }
    .top_contents_3cimg img{
        height: 80px;
        float: left;
        margin-right: 20px;
    }
    .top_contents_text_p_sub{
        width: 94%;
        padding: 30px 0 30px 0;
        margin: 0 3% 0 3%;
    }
}
@media screen and (max-width: 480px) {
    .container {
        width: 92%;
    }

    .logobox {
        padding: 20px 0 0 0;
        float: none;
    }
}
