@charset "utf-8";

@media print, screen and (min-width:1236px){

/* ========================================================================
	Common（共通部分）
======================================================================== */
.content_ajast{
    min-height: 500px;
}
.pagetop a img{
	width:50%;
	max-width: 200px;
}
#loader {
	width: 100%;
	height: 100%;
	margin: 0;
	background:  white;
    background-size: cover;
	opacity: 1.0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000; 
}
#loader .loadinfo {
    position: absolute;
    width: 100px;
	top: 46%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}
.inner{
    max-width: 1170px;
    margin: 0 auto;
}
.main{
    padding-left: 103px;
    margin-top: 70px;
}
.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 600ms;
}
.fadein2 {
	opacity: 0;
	transform: translate(0, 50px);
    transition: all 600ms;
    transition-delay: 200ms;
}
.fadein3 {
	opacity: 0;
	transform: translate(0, 50px);
    transition: all 600ms;
    transition-delay: 400ms;
}
.fadein.scrollin, .fadein2.scrollin, .fadein3.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
.list-mv01{
	transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: .8s;
}
.mv01{
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.menu-trigger{
    display: none;
}

/* ----------------------------------------
	ブログ用サイドバー
---------------------------------------- */
.widget-area{
    width: 300px;
    float: right;
    margin-top: 100px;
    background: #7de700;
    padding: 10px;
}

/* ----------------------------------------
	サイドバー
---------------------------------------- */
.side_wrapper{
    position: fixed;
    width: 103px;
    background: white;
    top: 0;
    z-index: 2;
    height: 100vh;
    box-shadow: 0px 0px 10px #848484;
    left: 0;
}
.sidemenu {
    float: left;
    width: 103px;
    z-index: 2;
    background: white;
}
.sidemenu .logo{
    width: 103px;
    margin-top: 28px;
}
.sidemenu .top .logo{
    display: none;
}
.sidemenu .top{
    height: 155px;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #cee590;
}
.sidemenu .icon_wrapper{
    text-align: center;
    padding-top: 17px;
}
.sidemenu .icon_wrapper img{
    width: 33px;
}
.sidemenu .icon_wrapper b{
    padding-bottom: 17px;
}
.sidemenu a:hover{

}
.sidemenu a{
    color: #105c01;
    min-height: 102px;
    display: block;
}
.more{
    text-align: center;
    position: relative;
    top: 13px;
    background: white;
    z-index: 1;
    color:#105c01;
    cursor: context-menu;
    height: 100vh;
}
.more:hover{
    background: #eaefd8;
}
.more img{
    height: 6px;
}
.more b{
    display: block;
    margin-top: 12px;
}
.sidemenu-list {
    display: none;
}
.sidemenu-list li{
    min-height: 102px;
}
.show {
    min-height: 103px;
    display: block;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #cee590;
    text-align: center;
}
.hidden {
    display: none;
}
.side_mini_menu{
    position: fixed;
    top: 0;
    left: -503px;
    background: white;
    width: 250px;
    height: 100vh;
    transition: all 300ms 0s ease;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    padding-top: 13px;
    border-left-style: solid;
    border-width: 1px;
    border-color: #cee590;
    margin-top: 92px;
    box-shadow: 0px 3px 9px #cecece;
}
.side_mini_menu .icon_wrapper{
    display: inline-block;
}
.side_mini_menu .icon_wrapper img{
    width: 30px;
    float: left;
}
.sidemenu-small-list:hover{
    opacity: 0.7;
}
.side_mini_menu .sidemenu-small-list b{
    position: absolute;
    padding-left: 5px;
    padding-top: 3px;
    font-weight: normal;
    color: #0f5c00;
}
.side_mini_menu ul li{
    min-height: 50px;
    margin-left: 15px;
    padding-top: 12px;
    width: 88%;
    text-align: left;
}
.open{
    left: 103px;
}
.bkOn {
    background: url(../img/on-logo-bk.jpg);
}
.logoOn {
    display: inline !important;
}

/* ----------------------------------------
	ヘッダー
---------------------------------------- */
.header{
    height: 92px;
    position: fixed;
    width: 100%;
    top: 0;
    background: white;
    z-index: 1;
}
.header h1{
    height: 62px;
    line-height: 62px;
    font-size: 23px;
    margin-left: 103px;
    padding-left: 39px;
    font-weight: bold;
    color: #0f5c01;
    display: inline-block;
}
.header h1 span{
    font-weight: normal;
}
.mokuji{
    float: right;
    padding-right: 231px;
    height: 62px;
}
.mokuji li{
    display: inline-block;
    margin-top: 21px;
    padding-right: 30px;
}
.mokuji li a{
    color: #105c01;
    height: 41px;
    display: block;
}
.mokuji li a:hover{
    opacity: 0.8;
}
.icon_mokuji{
    width: 28px;
    margin-right: 4px;
}
.contact_wrapper{
overflow: hidden;
    height: 62px;
    display: flex;
    width: 231px;
    position: fixed;
    right: 0;
    top: 0;
}
.contact_button{
    transition: all 300ms 0s ease;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;    
}
.contact_button:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 300ms 0s ease;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
}

/* ----------------------------------------
	パンくずナビ
---------------------------------------- */
#path{
    padding-left: 103px;
    height: 30px;
    background: #105c01;
}
#path ol{
    line-height: 30px;
    padding-left: 44px;
}
#path ol li{
    padding-right: 10px;
    display: inline-block;
    color: white;
}
#path ol li span{
    color: #4bca00;
}
#path ol li a span{
    color: white;
}

/* ----------------------------------------
	フッター
---------------------------------------- */
footer{
    background: url(../img/footer_bk.jpg);
    padding-top: 40px;
    padding-bottom: 26px;
}
.footer_inner{
    max-width: 1132px;
    margin: 0 auto;
}
.footer_content{
    position: relative;
    float: left;
    margin-top: 23px;
    width: 200px;
}
.footer_content h2{
    margin-top: 49px;
    font-size: 18px;
    font-weight: bold;
}
.footer_content a{
    color: black;
}
.footer_content a:hover{
    color: white;
}
.footer_content ul{
    margin-top: 21px;
}
.footer_content ul li{
    height: 30px;
}
.footer_box{
    position: absolute;
    width: 20px;
}
.facebook{
    width: 317px;
    display: inline-block;
    margin-top: 5px;
    margin-left: 11px;
}
.facebook a:hover{
    opacity: 0.7;
}
.facebook h3{
    margin-top: 38px;
    font-size: 16.6px;
    font-weight: bold;
    margin-bottom: 5px;
}
.facebook p{
    font-size: 15px;
}
.bottom{
    overflow: hidden;
    margin-top: 111px;
    text-align: center;
}

/* ========================================================================
	TOP（トップページ）
======================================================================== */

/* ----------------------------------------
	プロモーションセクション
---------------------------------------- */
.promotion{
    background: url(../img/promo_img.jpg);
    height: 617px;
    position: relative;
    z-index: -1;
    background-size: cover;
}
.promotion img{
    position: absolute;
    width: 560px;
    left: 0;
    right: 0;
    top: 123px;
    margin: auto;
}
.promotion svg{
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1222px;
}
.promotion g{
    transform: rotate( -6deg );
}
.message{
    margin-top: -30px;
}
.message h2{
    overflow: hidden;
    width: 100%;
    font-size: 33px;
    padding: 18px 0 0 68px;
    letter-spacing: -1px;
    font-weight: bold;
}
.price_left{
    width: 58%;
    padding-left: 69px;
    margin-top: 8px;
    float: left;
}
.price_right{
    width: 42%;
    float: right;
    background: url(../img/promo_greenback.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 273px;
    transition: .8s;
}
.price_right p{
    color: white;
    text-align: center;
    padding-top: 56px;
    font-size: 16px;
    line-height: 31px;
}

/* ----------------------------------------
	社長コメントセクション
---------------------------------------- */
.president{
    padding-bottom: 122px;
    background: url(../img/president_bk.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.president_box{
    margin: 112px 24px 0;
    position: relative;
    border-style: dashed none;
    border-width: 1px;
    padding-bottom: 76px;
}
.president_box .flame:nth-child(1){
    position: absolute;
    width: 20px;
    left: -5px;
    top: -4px;
}
.president_box .flame:nth-child(2){
    position: absolute;
    width: 20px;
    right: -5px;
    top: -4px;
}
.president_box .flame:nth-child(3){
    position: absolute;
    width: 20px;
    left: -5px;
    bottom: -4px;
}
.president_box .flame:nth-child(4){
    position: absolute;
    width: 20px;
    right: -5px;
    bottom: -4px;
}
.president_left{
    float: left;
    width: 54%;
    margin-top: 63px;
}
.president_left h1{
    width: 83%;
    margin: 0 auto;
    padding-left: 31px;
    transition: .8s;
}
.president_left p{
    padding: 13px 35px 8px 47px;
    font-size: 15px;
    line-height: 23px;
}
.president_right{
    float: right;
    width: 46%;
}
.president_right img{
    margin-top: 98px;
    width: 92%;
}

/* ----------------------------------------
	実績セクション
---------------------------------------- */
.actual_wrapper{
    overflow: hidden;
    width: 100%;
    padding-top: 85px;
}
.actual_img{
    display: none;
}
.actual_box{
    display: inline-block;
    text-align: center;
    padding-top: 14px;
}
.actual_box:nth-child(1), .actual_box:nth-child(3){
    width: 25%;
}
.actual_box:nth-child(2){
    width: 49%;
}
.actual_box p{
    overflow: hidden;
    width: 100%;
    padding: 14px;
    font-size: 18px;
    font-weight: bold;
}
.actual_box img{
    height: 95px;
    display: block;
    margin: 0 auto;
}
.actual_left{
    float: left;
    font-size: 128px;
    text-align: right;
    line-height: 1;
    width: 71%;
    margin: 0;
    height: 121px;
    font-family: 'Impact',sans-serif;
}
.actual_right{
    float: left;
    width: 29%;
}
.actual_right img{
    margin: 0;
    height: 121px;
}
.menu_box{
    text-align: right;
    width: 395px;
    margin: 0 auto;
    margin-top: 125px;
    color: #115c01;
}
.menu_box h1{
    position: relative;
    font-size: 51px;
    color: #105c01;
    font-weight: bold;
}
.menu_box h1:before{
    content: "";
    background: url(../img/icon_president.png);
    height: 138px;
    width: 94px;
    position: absolute;
    left: -8px;
    background-size: 96px;
    background-repeat: no-repeat;
    bottom: -29px;
}
.title_png{
    height: 31px;
    margin-top: -10px;
}

/* ----------------------------------------
	サービスセクション
---------------------------------------- */
.service{
    padding-bottom: 130px;
    padding-top: 5px;
}
.service_inner {
    max-width: 1120px;
    margin: 0 auto;
}
.service_box{
    width: calc(100% / 3.1);
    display: inline-block;
    margin-top: 58px;
}
.service_mini_box{
    background: #f5f7ec;
    margin: 21px 18px 21px 44px;
    position: relative;
    min-height: 308px;
}
.service_box h1{
    text-align: center;
    font-size: 32px;
    margin-top: 45px;
    font-weight: bold;
    color: #105c01;
    padding-top: 108px;
}
.service_president{
    width: 52px;
    margin-right: 13px;
}
.service_count{
    height: 86px;
}
.service_title{
    text-align: right;
    padding-right: 53px;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
}
.service_box p{
    padding: 26px 60px;
    font-size: 15px;
    text-align: center;
}
.more_btt{
    width: 206px;
    background: #105c01;
    text-align: center;
    padding: 25px;
    font-size: 15px;
    position: absolute;
    bottom: -51px;
    left: 5px;
    right: 0;
    margin: auto;
    display: block;
}
.buttong {
    margin: 0 auto;
    margin-top: 10px;
    height: 73px;
    background: #0f5c01;
    overflow: hidden;
    text-align: center;
    -moz-transition:3s linear;
    -webkit-transition:3s linear;
    -o-transition:3s linear;
    -ms-transition:3s linear;
    cursor: pointer;
}
.buttong .hover {
    position: relative;
    border: 2px solid white;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    background: #34475E;
    left: -250px;
    transition: .3s;
    transform: rotate(20deg);
    opacity: .8;
    top: -20px;
}
.clic {
    color: white;
    transition: .3s;
}
.buttong:hover .hover {
    left: -167px;
    top: -20px;
}
.buttong:hover .clic {
    margin-left: 75px;
}
.sure {
    margin-right: -128px;
    color: white;
    transform: rotate(-20deg);
    text-align: right;
    position: absolute;
    right: 143px;
    top: 55px;
}
.buttong:active {
    box-shadow: 2px 2px 1px #888888;
}
.clic_ditail{
    width: 30px;
}

/* ----------------------------------------
	当社の特徴セクション
---------------------------------------- */
.point{
    background: url(../img/point_bk.jpg);
    padding-top: 1px;
    padding-bottom: 129px;
}
.point_inner{
    max-width: 1132px;
    margin: 0 auto;
}
.point h1{
    color: black;
}
.point h2{
    display: inline-block;
    float: left;
    margin-top: 82px;
    font-size: 32px;
    padding-left: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}
.point .menu_box{
    width: 352px;
}
.checkpoint{
    height: 120px;
    display: inline-block;
    float: left;
    padding-left: 188px;
    margin-top: 71px;
    transition: .8s;
}
.point_wrapper{
    width: 100%;
    border-style: dashed none;
    border-width: 1px;
    padding-bottom: 12px;
    display: flow-root;
}
.point02{
    margin-bottom: 27px;
}
.p2{
    padding-bottom: 12px;
}
.point_wrapper .box_left .flame:nth-child(1){
    position: absolute;
    width: 20px;
    left: 0px;
    top: -4px;
}
.point_wrapper .box_left ul li{
    width: 42%;
    height: 52px;
    margin: 4px 1% 12px 6%;
    display: inline-block;
    text-align: center;
    padding-top: 13px;
    color: #0f5b00;
    background: white;
    float: left;
    font-weight: bold;
}
.point_wrapper .box_right .pass_flame.left{
    width: 50%;
    float: left;
    padding: 5px 12px 0 30px;
}
.point_wrapper .box_right .pass_flame.right{
    width: 50%;
    float: right;
    padding: 5px 33px 0 10px;
}
.point_wrapper .box_right .pass_flame.bottom{
    width: 100%;
    margin: 0;
    padding: 20px 24%;
}
.point_wrapper .box_left.p_ajast, .point_wrapper .box_right.p_ajast{
    padding: 36px 0 9px;
}
.point_wrapper .box_left .flame:nth-child(2){
    position: absolute;
    width: 20px;
    left: 0px;
    bottom: -17px;
}
.point_wrapper .box_left .flame:nth-child(3){
    position: absolute;
    width: 20px;
    right: -11px;
    top: -4px;
}
.point_wrapper .box_left .flame:nth-child(4){
    position: absolute;
    width: 20px;
    right: -10px;
    bottom: -18px;
}
.point_wrapper .box_left_p2 .flame:nth-child(1){
    position: absolute;
    width: 20px;
    left: 0px;
    top: -4px;
}
.point_wrapper .box_left_p2 .flame:nth-child(2){
    position: absolute;
    width: 20px;
    left: 0px;
    bottom: -17px;
}
.point_wrapper .box_left_p2 .flame:nth-child(3){
    position: absolute;
    width: 20px;
    right: -11px;
    top: -4px;
}
.point_wrapper .box_left_p2 .flame:nth-child(4){
    position: absolute;
    width: 20px;
    right: -10px;
    bottom: -18px;
}
.point_wrapper .box_left.p_ajast .flame:nth-child(2){
    position: absolute;
    width: 20px;
    left: 0px;
    bottom: -22px;
}
.point_wrapper .box_left.p_ajast .flame:nth-child(3){
    position: absolute;
    width: 20px;
    right: -11px;
    top: -4px;
}
.point_wrapper .box_left.p_ajast .flame:nth-child(4){
    position: absolute;
    width: 20px;
    right: -10px;
    bottom: -22px;
}
.title_inner{
    overflow: hidden;
}
.box_left{
    width: 64%;
    display: inline-block;
    padding: 36px 51px 0px 51px;
    font-size: 16px;
    position: relative;
}
.box_left_p2{
    width: 36%;
    display: inline-block;
    padding: 40px 34px 0px 44px;
    font-size: 16px;
    position: relative;
}
.box_left p{
    padding-bottom: 21px;
    line-height: 23px;
}
.box_right_p2 p{
    padding-bottom: 21px;
    line-height: 23px;
}
.box_right{
    width: 35%;
    float: right;
    padding: 41px 46px 0px 19px;
    position: relative;
}
.box_right_p2{
    width: 63%;
    float: right;
    padding: 36px 56px 0px 31px;
    position: relative;
    font-size: 16px;
}
.point_wrapper .box_right .flame:nth-child(1){
    position: absolute;
    width: 20px;
    right: -1px;
    top: -4px;
}
.point_wrapper .box_right .flame:nth-child(2){
    position: absolute;
    width: 20px;
    right: -1px;
    bottom: -17px;
}
.point_wrapper .box_right.p_ajast .flame:nth-child(2){
    position: absolute;
    width: 20px;
    right: -1px;
    bottom: -19px;
}
.point_wrapper .box_right .flame:nth-child(3){
    position: absolute;
    width: 20px;
    right: -5px;
    top: -4px;
}
.point_wrapper .box_right .flame:nth-child(4){
    position: absolute;
    width: 20px;
    right: -5px;
    top: -4px;
}
.point_wrapper .box_right_p2 .flame:nth-child(1){
    position: absolute;
    width: 20px;
    right: -1px;
    top: -4px;
}
.point_wrapper .box_right_p2 .flame:nth-child(2){
    position: absolute;
    width: 20px;
    right: -1px;
    bottom: -19px;
}
.point_wrapper .box_right_p2 .flame:nth-child(3){
    position: absolute;
    width: 20px;
    right: -5px;
    top: -4px;
}
.point_wrapper .box_right_p2 .flame:nth-child(4){
    position: absolute;
    width: 20px;
    right: -5px;
    top: -4px;
}

/* ----------------------------------------
	実績セクション
---------------------------------------- */
.work{
    padding-top: 125px;
    overflow: hidden;
}
.work .slick-box{
    margin-bottom: 74px;
}
.work .slick-box:nth-child(2){
    margin-bottom: 131px;
}
.work .menu_box{
    margin-top: 0;
}
.work .work_box{
    padding-top: 90px;
}
.work .slick-box figure .flame{
    position: absolute;
    left: -3px;
    width: 21px;
    top: -3px;
}
.work .slick-box figure{
    color: white;
    position: relative;
    margin: 2px 18px 0;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #0b3200;
}
.work .slick-box figure .blog_image_box{
    background: #0b3200;
    height: 217px;
    overflow: hidden;
}
figure h2{
    padding: 25px 15px 5px;
    font-size: 17px;
    font-weight: bold;
    color: #0b3200;
}
figure p{
    padding: 0 15px 15px;
    color: #0b3200;
}
.work_type{
    width: 307px;
}
.work_inner{
    max-width: 1132px;
    margin: 0 auto;
}

/* ----------------------------------------
	お問合せセクション
---------------------------------------- */
.contact_us{
    background: #115c01;
}
.contact_us h1{
    color: white;
    font-size: 19.5px;
    text-align: center;
    font-weight: bold;
    padding-top: 88px;
}
.contact_inner{
    max-width: 1072px;
    margin: 0 auto;
    padding-bottom: 85px;
}
.contact_left{
    float: left;
    width: 41.5%;
    position: relative;
    margin-top: 39px;
    border-style: dashed none;
    border-width: 1px;
    border-color: white;
}
.contact_right{
    float: right;
    width: 58%;
    padding: 23px 8px;
}
.contact_left .flame:nth-child(1){
    position: absolute;
    width: 20px;
    left: -5px;
    top: -4px;
}
.contact_left .flame:nth-child(2){
    position: absolute;
    width: 20px;
    right: -5px;
    top: -4px;
}
.contact_left .flame:nth-child(3){
    position: absolute;
    width: 20px;
    left: -5px;
    bottom: -4px;
}
.contact_left .flame:nth-child(4){
    position: absolute;
    width: 20px;
    right: -5px;
    bottom: -4px;
}
.banner{
    padding: 26px 33px 32px;
    margin-top: 6px;
    margin-left: 0px;
}
.contact_right ul li{
    background: url(../img/question_bk.png);
    height: 48px;
    background-size: 99%;
    margin-top: 11px;
    margin-left: 17px;
    background-repeat: no-repeat;
    color: #105c01;
    line-height: 48px;
    padding-left: 32px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
}
.contact_right p{
    padding: 21px 46px;
    font-weight: bold;
    color: white;
    font-size: 20px;
    letter-spacing: -0.5px;
}
.contact_us h2{
    width: 100%;
    overflow: hidden;
    color: white;
    font-size: 33px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 52px;
}

/* ----------------------------------------
	営業エリアセクション
---------------------------------------- */
.area{
    height: 62px;
    background: #eaefd8;
    text-align: center;
}
.area b{
    color: #0f5b00;
    display: inline-block;
    font-size: 16px;
}
.area p{
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
}

.move{
	transform: scale(0, 0) rotateY(180deg);
	-webkit-transform: scale(0, 0) rotateY(180deg);
}
.mv06{
	transform: scale(1, 1) rotateY(360deg);
	-webkit-transform: scale(1, 1) rotateY(360deg);
}

/* ========================================================================
	職人一覧（workman）
======================================================================== */
.workman{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 102px;
}
.workman_box{
    position: relative;
    overflow: hidden;
    border-style: none none solid none;
    border-color: white;
    border-width: 1px;
}
.workman_img{
    float: right;
    height: 485px;
}
.workman_img img{
    height: 485px;
}
.workman_inner{
    position: absolute;
    top: 180px;
    left: 20px;
}
.workman_inner h2{
    display: inline-block;
    font-size: 46px;
    color: white;    
}
.workman_inner p{
    font-size: 16px;
    padding-left: 5px;
    color: white;
}
.workman_inner b{
    background: #0f5c01;
    color: white;
    display: block;
    margin-top: 29px;
    margin-left: 4px;
    max-width: 432px;
    font-weight: normal;
    padding: 10px;
    line-height: 28px;
}
.workman_box .worker_img{
    height: 380px;
    vertical-align: bottom;
    margin-top: 105px;
}

/* ========================================================================
	single（実績紹介）
======================================================================== */
.actual_page{
    background: url(../img/bk-actual.jpg);
    padding-bottom: 165px;
    background-size: cover;
}
.actual_page_inner{
    max-width: 1159px;
    margin: 0 auto;
    padding-left: 16px;
    position: relative;
}
.actual_page_inner .menu_box.work_type{
    margin-top: 208px;
}
.actual_page_box{
    margin-top: 75px;
    border-style: dashed none dashed none;
    border-width: 1px;
    position: relative;
}
.actual_page_box .flame:nth-child(1){
    position: absolute;
    left: -3px;
    top: -4px;
    width: 20px;
}
.actual_page_box .flame:nth-child(2){
    position: absolute;
    right: -1px;
    top: -4px;
    width: 20px;
}
.actual_page_box .flame:nth-child(3){
    position: absolute;
    left: -2px;
    bottom: -4px;
    width: 20px;
}
.actual_page_box .flame:nth-child(4){
    position: absolute;
    right: -3px;
    bottom: -4px;
    width: 20px;
}
.actual_page_box h1{
    text-align: center;
    background: white;
    padding: 5px 10px;
    font-size: 23px;
    color: #093300;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
    margin: auto;
    width: 300px;
}
.actual_page_left{
    max-width: 215px;
    float: left;
    min-width: 214px;
    padding-left: 27px;
}
.actual_page_right{
    max-width: 215px;
    float: right;
    padding-right: 26px;
    min-width: 213px;
}
.actual_page_center{
    width: calc(100% - 430px);
    margin: 0 auto;
    margin-top: 69px;
    display: block;
}
.actual_page_center table{
    min-width: 300px;
    font-size: 15px;
    padding-left: 26px;
    max-width: 400px;
    overflow-y: scroll;
}
.actual_page_center table td{
    font-size: 17px;
    padding-bottom: 10px;
}
.actual_page_center table td:nth-child(1){
    font-weight: bold;
    min-width: 94px;
}
.actual_page_center table td span{
    color: #115c01;
}
.slider_wrapper{
    max-width: 835px;
    margin: 0 auto;
    margin-top: 40px;
}
.slider_wrapper .arrow.prev.slick-arrow, .slider_wrapper .arrow.next.slick-arrow{
    display: none !important;
}
.slider_wrapper .slick-slide{
    padding: 5px 5px 0;
}
.slider_wrapper .h300{
    height: 585px !important;
}
.worker{
    margin-top: 85px;
    overflow: hidden;
}
.worker_left{
    width: 45%;
    padding: 0 10px 10px 50px;
    float: left;
}
.worker_left h4, .worker_right h4{
    font-size: 18px;
    font-weight: bold;
    color: #0b3300;
}
.worker_box{
    width: 28%;
    margin-top: 45px;
    display: flex;
    float: left;
    margin-right: 16px;
}
.worker_box{
    width: 130px;
    margin-top: 45px;
    display: flex;
    float: left;
    margin-right: 14px;
    border-radius: 68px;
    height: 130px;
}
.worker_right{
    width: 55%;
    float: right;
}
.worker_right.w100{
    width: 100%;
    float: none;
    padding-left: 52px;
}
.worker_right h3{
    font-size: 19px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 16px;
}
.worker_right h3 span{
    color: #0e5d01;
}
.worker_right p{
    padding: 0 50px 10px 7px;
    font-size: 16px;
    line-height: 23px;
}
.uservoice{
    margin-top: 76px;
    overflow: hidden;
}
.uservoice_left{
    width: 65%;
    padding: 0 28px 10px 52px;
    float: left;
}
.uservoice_left h4{
    font-size: 18px;
    font-weight: bold;
    color: #0b3300;
}
.uservoice_left p{
    font-size: 16px;
    padding: 26px 0px;
    line-height: 23px;
}
.uservoice_right{
    width: 35%;
    float: right;
}
.uservoice_right img{
    padding: 2px 52px 0 31px;
}
.ourvoice{
    width: 100%;
    overflow: hidden;
    margin-top: 78px;
}
.ourvoice h4{
    padding-left: 10px;
}
.ourvoice h4 img{
    height: 57px;
}
.ourvoice p{
    margin-top: 30px;
    padding: 0 15px 66px 53px;
    font-size: 16px;
}
.actual_page_other{
    margin-top: 208px;
}
.actual_page_other h4{
    margin-left: -6px;
}
.actual_page_other h4 img{
    height: 57px;
}
.actual_list{
    position: absolute;
    right: 0;
    font-size: 17px;
    background: #115c01;
    color: white;
    padding: 14px 63px;
    top: 3px;
}
.actual_page_other .work_box{
    margin-top: 96px;
    padding-left: 26px;
}
.actual_page_other .work_box .flame{
    width: 20px;
    position: absolute;
    margin-left: -3px;
    margin-top: -3px;
}
.actual_page_other .slick-slide .blog_image_box img {
    box-shadow: 0 10px 0 #0b3200;
}
.actual_page_other figure{
    width: 328px;
    border-bottom-style: solid;
    border-color: #0b3300;
    padding-bottom: 4px;
    border-width: 1px;
}
.actual_page_work_wrapper{
    max-width: 1174px;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
}
.actual_page_contents{
    width: calc(100% / 3);
    float: left;
    padding-right: 39px;
    margin-bottom: 77px;
    position: relative;
}
.actual_page_contents .flame{
    width: 20px;
    position: absolute;
    left: -3px;
    top: -3px;
}
.actual_page_contents .blog_image_box{
    box-shadow: 0 10px 0 #0b3300;
    height: 228px;
    background-size: cover;
}
.actual_page_contents h2{
    margin-top: 25px;
    padding: 0 19px;
    font-size: 19px;
    color: #093300;
}
.actual_page_contents p{
    padding: 2px 21px 15px;
    font-size: 17px;
    color: #0b3301;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #0b3301;
}
.slider_wrapper .slick-slide img{
    width: 100%;
}
.prevpost{
    margin-top: 75px;
    position: relative;
    height: 179px;
}
.prevpost:hover{
    opacity: 0.8; 
}
.prevpost::before{
    content: "";
    position: absolute;
    border: 15px solid;
    border-color: transparent #115c01 transparent transparent;
    height: 0;
    width: 0;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto; 
}
.nextpost{
    margin-top: 75px;
    position: relative;
    height: 179px;
}
.nextpost:hover{
    opacity: 0.8; 
}
.nextpost::after{
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border: 15px solid;
    border-color: transparent transparent transparent #115c01;
    right: -41px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.prevpost img, .nextpost img{
    width: 100%;
}
.nav-title{
    background: #115c01;
    padding: 10px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

/* ========================================================================
	投稿用スタイル
======================================================================== */
.blog_wrapper{
    padding-top: 1px;
}
.single_wrapper{
    padding-bottom: 100px;
    background: url(/../img/point_bk.jpg);
    background-size: cover;
    padding-top: 1px;
    margin-top: -1px;
}
.single_contents{
    max-width: 1035px;
    margin: 0 auto;
    padding-top: 100px;
}
.single_wrapper h1{
    text-align: right;
    font-size: 37px;
}
.single_contents p{
    margin-bottom: 15px;
    font-size: 15px;
    margin: 15px 0;
    padding: 0 10px 0 35px;
}
/******** 見出し１ *********/
.single_contents h2{
    font-size: 39px;
    background: url(/../img/bk-h1.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 3px 23px;
    color: #0d4e00;
    font-weight: bold;
    margin-bottom: 25px;
}
/******** 見出し２ *********/
.single_contents h3{
    font-size: 30px;
    color: #115c01;
    font-weight: bold;
    position: relative;
    padding-left: 38px;
    padding: 1px 10px 1px 38px;
}
.single_contents h3::before{
    content: "";
    background: url(/../img/box_ltg.png);
    position: absolute;
    background-size: contain;
    width: 22px;
    height: 23px;
    left: 6px;
    background-repeat: no-repeat;
}
.single_contents h3::after{
    content: "";
    background: url(/../img/box-rtg.png);
    position: absolute;
    background-size: contain;
    width: 22px;
    height: 23px;
    background-repeat: no-repeat;
    bottom: 2px;  
}
/******** 見出し３ *********/
.single_contents h4{
    font-size: 25px;
    padding: 0px 10px 0 48px;
    width: fit-content;
    letter-spacing: -1px;
    font-weight: bold;
    color: #0e4d00;
    position: relative;
}
.single_contents h4::before{
    content: "";
    background: url(/../img/bk-h3.png);
    position: absolute;
    background-size: contain;
    width: 30px;
    height: 34px;
    left: 6px;
    background-repeat: no-repeat;
    top: 8px;
}
/******** 見出し４ *********/
.single_contents h5{
    font-size: 19px;
    position: relative;
    padding-left: 37px;
    color: #0d4e00;
}
.single_contents h5:before{
    font-size: 19px;
    content: "●";
    position: absolute;
    left: 11px;
}
/******** 見出し5 *********/
.single_contents h6{
    font-size: 15px;
    position: relative;
    padding: 50px 10px 15px 77px;
    font-weight: normal;
}
.single_contents h6:before{
    content: "";
    background: url(/../img/icon_president.png);
    position: absolute;
    background-size: contain;
    width: 40px;
    height: 45px;
    left: 36px;
    background-repeat: no-repeat;
    top: 36px;
}
.single_contents hr{
    border-color: #0e5c01;
    margin: 50px 0;
    border-width: 1px;
    border-style: dashed;
}
.single_contents ul,
.single_contents ol{
	margin:0;
    list-style:none;
    padding-left: 10px;
}
.single_contents ul li{
    padding: 0 0 5px 41px;
    line-height: 29px;
    position: relative;
    font-size: 16px;
    color: #0b4d01;
}
.single_contents ul li:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 11px;
    background: url(/../img/bk-ol.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
}
.single_contents ol{
    counter-reset:number;
}
.single_contents ol li{
    position: relative;
    padding: 4px 0 18px 41px;
    line-height: 29px;
    font-size: 16px;
    color: #21620f;
}
.single_contents ol li:before{
    position: absolute;
    top: 4px;
    left: 8px;
    width: 28px;
    font-size: 18px;
    counter-increment: number;
    content: counter(number);
    background: url(/../img/bk-ul.png);
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 32px;
}
.single_contents ol li:after{
    position: absolute;
    top: 0;
    left: 17px;
    width: 22px;
    text-align: center;
    font-size: 18px;
    color: #d0b56d;
    background-position-y: 6px;
    background-size: 20px;
    background-position-x: 1px;
    content: "";
}
.single_contents table{
	margin:0 0 60px 6px;
    border-collapse: separate;
    border-style: none;
    border-spacing: 10px;
}
.single_contents table tr{
    height: auto;
}
.single_contents table th{
	width:auto !important;
	padding:10px 30px;
	border:none;
	font-weight:bold;
	color:#716256;
	white-space:nowrap;
}
.single_contents table td{
    width: auto !important;
    border-style: none;
    padding: 14px 35px 14px 21px;
}
.single_contents table td:nth-child(1), .single_contents table th{
    background: #0e4d00;
    color: white;
    font-size: 15px;
}
.single_contents table tr:nth-child(2n) th{
    background: #0b3200;
}
.single_contents table td:nth-child(2){
    background: white;
    color: #326024;
    font-size: 15px;
    margin-left: 10px;
}
.single_contents table tr:nth-child(even) td:nth-child(1){
    background: #0b3300;
}
.single_contents .blog_archive_wrapper{
    overflow: hidden;
    padding: 0 20px;
}
.single_contents .blog_archive_left{
    width: 30%;
    float: left;
}
.single_contents .blog_archive_left img{
    width: 100%;
}
.single_contents .blog_archive_right{
    width: 70%;
    float: right;
}
.small_box{
    float: none;
    font-size: 15px;
    padding-left: 20px;
    color: #0f5c01;
    margin-bottom: 20px;
    max-width: 800px;
}
.small_box input, .small_box textarea{
    border-style: solid;
    border-width: 1px;
    border-color: #0f5c01;
    width: 100%;
    color: #0f5c01;
}
.mw_wp_form.mw_wp_form_input .contact_submit2{
    padding: 10px 20px;
    background: #0f5c01;
    color: white;
    border-style: none;
}
.flow_box{
    margin-bottom: 50px;
    overflow: hidden;
}
.flow_left{
    float: left;
    width: 30%;
}
.flow_right{
    width: 70%;
    float: right;
}
.flow_title{
    font-size: 18px;
    padding: 10px 10px 10px 0;
    background: white;
    margin-left: 30px;
}
.step{
    padding: 15px 20px;
    background: #0e5c01;
    color: white;
    margin-right: 10px;
}
.single_wrapper .flow_wrapper h1{
    text-align: right;
    font-size: 37px;
    color: #0d5c01;
}
.slider_wrapper .slick-track{
    height: 520px;
    overflow: hidden;
}
.slider_wrapper .thumbnail .slick-track{
    height: 132px;
    overflow: hidden;
}
.slider_wrapper .slick_list{
    height: 300px;
}
.slider_wrapper .slick-initialized .slick-slide {
    display: block;
    height: 132px;
    overflow: hidden;
}

/* ========================================================================
	モーダルウインドウの設定
======================================================================== */
.modalArea {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(29,43,15,0.9);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 800px;
    background-color: #fff;
    height : 80%;
    overflow : auto;
    border-style: solid;
    border-color: #8BC34A;
}
.modalWrapper .single_wrapper{
    padding: 40px 40px 20px 40px;
    min-height: 800px;
}
.modalWrapper .single_wrapper .single_contents{
	padding-top: 30px;
    border-style: dashed none;
	border-width: 1px;
    position: relative;
    display: flow-root;
    padding-bottom: 40px;
}
.modalWrapper .single_wrapper .single_contents h2{
	font-size: 20px;
}
.modalWrapper .single_wrapper .single_contents p{
    margin-bottom: 50px;
}
.modalWrapper .single_wrapper .single_contents .flame:nth-child(1){
    position: absolute;
    width: 20px;
    left: -5px;
    top: -4px;
}
.modalWrapper .single_wrapper .single_contents .flame:nth-child(2){
    position: absolute;
    width: 20px;
    right: -5px;
    top: -4px;
}
.modalWrapper .single_wrapper .single_contents .flame:nth-child(3){
    position: absolute;
    width: 20px;
    left: -5px;
    bottom: -4px;
}
.modalWrapper .single_wrapper .single_contents .flame:nth-child(4){
    position: absolute;
    width: 20px;
    right: -5px;
    bottom: -4px;
}
.closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}
button {
    display: contents;
}

#openModal {
    display: contents;
}
.ex{
    width: 50%;
    float: left;
    padding: 0 10px;
}
.line_box{
    margin-top: 80px;
    position: relative;
    padding: 20px;
    border-style: dashed none;
    border-width: 1px;
    max-width: 800px;
}
.line_box .line_img{
    width: 100px;
    margin-left: 40px;
    margin-top: 20px;
}
.line_box .flame:nth-child(1){
    position: absolute;
    width: 20px;
    left: -5px;
    top: -4px;
}
.line_box .flame:nth-child(2){
    position: absolute;
    width: 20px;
    right: -5px;
    top: -4px;
}
.line_box .flame:nth-child(3){
    position: absolute;
    width: 20px;
    left: -5px;
    bottom: -4px;
}
.line_box .flame:nth-child(4){
    position: absolute;
    width: 20px;
    right: -5px;
    bottom: -4px;
}
}