@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*ローカルフォント追加*/
@font-face {
    font-family: 'source-han-serif-japanese';
    src: url("../fonts/source-han-serif-1.001R/SourceHanSerif-Bold.otf") format('opentype');
    font-weight: bold;
    font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #777777;
    color: #7f7f7f;
    background: #fff;
    height: 100%;
    position: relative;
    /*全体のマウスポインター変更*/
    cursor: url(../images/にんじんポインター.png), auto;
}

/*横スクロールをなくす設定*/
#wrapper {
    width: 100%;
    overflow-x: hidden !important; /*横スクロールなし*/
}

a {
    color: #52d3aa;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #52d3aa;
        outline: none;
    }

p {
    margin-bottom: 1.5em;
}

    /*会社説明のフォント*/
    p.explain {
        color: #fff;
        text-shadow: 3px 3px 5px rgba(0, 106, 108, 0.5); /*ドロップシャドウ*/
        margin-bottom: initial;
    }

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

::-webkit-selection {
    color: #818892;
    background: #f9f6f0;
}

::-moz-selection {
    color: #818892;
    background: #f9f6f0;
}

::selection {
    color: #818892;
    background: #f9f6f0;
}

.edge--bottom {
    position: relative;
    z-index: 1;
}

    .edge--bottom:after {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .edge--bottom:after {
        bottom: 0;
        transform: skewY(-1.5deg);
        transform-origin: 100%;
    }

.edge--bottom--reverse {
    position: relative;
    z-index: 1;
}

    .edge--bottom--reverse:after {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .edge--bottom--reverse:after {
        bottom: 0;
        transform: skewY(1.5deg);
        transform-origin: 0 100%;
    }

.edge--top {
    position: relative;
    z-index: 1;
}

    .edge--top:before {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .edge--top:before {
        top: 0;
        transform: skewY(1.5deg);
        transform-origin: 100% 0;
    }

.edge--top--reverse {
    position: relative;
    z-index: 1;
}

    .edge--top--reverse:before {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .edge--top--reverse:before {
        top: 0;
        transform: skewY(-1.5deg);
        transform-origin: 0 0;
    }

.edge--both {
    position: relative;
    z-index: 1;
}

    .edge--both:before, .edge--both:after {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .edge--both:before {
        top: 0;
        transform: skewY(1.5deg);
        transform-origin: 100% 0;
    }

    .edge--both:after {
        bottom: 0;
        transform: skewY(-1.5deg);
        transform-origin: 100%;
    }

.edge--both--reverse {
    position: relative;
    z-index: 1;
}

    .edge--both--reverse:before, .edge--both--reverse:after {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .edge--both--reverse:before {
        top: 0;
        transform: skewY(-1.5deg);
        transform-origin: 0 0;
    }

    .edge--both--reverse:after {
        bottom: 0;
        transform: skewY(1.5deg);
        transform-origin: 0 0;
    }

/*マウスストーカーの設定*/
#stalker {
    pointer-events: none;
    position: fixed;
    top: -25px; /*座標調節（カーソル位置と円の中心を合わせる）*/
    left: -25px; /*座標調節（カーソル位置と円の中心を合わせる）*/
    width: 50px; /*マウスストーカーの直径*/
    height: 50px; /*マウスストーカーの直径*/
    background: url(../images/とれたてジョー.png);
    background-repeat: no-repeat; /*画像の繰り返し*/
    background-size: cover; /*画像のサイズ*/
    background-position: center; /*画像の位置*/
    background-attachment: scroll; /*画像の固定処理*/
    /*border-radius: 50%;*/
    transform: translate(0,0);
    transition: transform 2.0s; /*ちょっと遅れてついてくるように*/
    transition-timing-function: ease-out;
    z-index: 999;
}
    /*マウスストーカーのリンク固定時設定*/
    #stalker.hov_ {
        width: 50px;
        height: 75px;
        transition: .5s;
        background: url(../images/とれたてジョー指さし.png);
        background-repeat: no-repeat; /*画像の繰り返し*/
        background-size: cover; /*画像のサイズ*/
        background-position: center; /*画像の位置*/
        background-attachment: scroll; /*画像の固定処理*/
    }

/*PC以外で表示した際、マウスストーカーなし*/
@media screen and (max-width: 834px) {
    /*マウスストーカーの設定*/
    #stalker {
        display: none;
    }
}

/*メニューバーの設定*/
#fh5co-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
    margin-top: 20px;
}

/*992px以下のメニューバー設定*/
@media screen and (max-width: 992px) {
    #fh5co-header {
        margin-top: 0;
        background: #fff;
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    }

        #fh5co-header .navbar-brand {
            color: limegreen !important;
        }

        #fh5co-header #navbar li a {
            color: rgba(0, 0, 0, 0.5) !important;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            #fh5co-header #navbar li a:hover {
                color: limegreen !important;
            }

            #fh5co-header #navbar li a span:before {
                background: transparent !important;
            }

        #fh5co-header #navbar li.active a {
            background: transparent;
            background: none;
            color: limegreen !important;
        }

            #fh5co-header #navbar li.active a span:before {
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }
}

#fh5co-header .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
}

#fh5co-header #navbar li a {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    font-size: 17px;
    font-weight: 300;
}

    #fh5co-header #navbar li a span {
        position: relative;
        display: block;
        padding-bottom: 2px;
    }
/*タブレット以下のメニューバー設定*/
@media screen and (max-width: 767px) {
    #fh5co-header #navbar li a {
        font-family: 'M PLUS Rounded 1c', sans-serif;
        color: rgba(255, 255, 255, 0.5);
        position: relative;
        font-size: 14px;
        font-weight: 300;
    }

        #fh5co-header #navbar li a span {
            position: relative;
            display: block;
        }
}

#fh5co-header #navbar li a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#fh5co-header #navbar li a:hover {
    color: #fff;
}

    #fh5co-header #navbar li a:hover span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }

#fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #fff;
}

    #fh5co-header #navbar li.active a span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

/*画面左上タイトルの設定*/
#fh5co-header .navbar-brand {
    float: left;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    font-family: "Hannari";
}

.navbar-brand img {
    object-fit: contain;
    width: 300px;
    height: 150px;
    display: block;
}
@media screen and (max-width: 992px){
    .navbar-brand img {
        object-fit: contain;
        width: 85px;
        max-height: 55px;
        display: block;
    }

}

#fh5co-work .section-heading h2.font-red {
    color: red;
}

#fh5co-header.navbar-fixed-top {
    position: fixed !important;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0;
}

    #fh5co-header.navbar-fixed-top .navbar-brand {
        color: limegreen;
    }

    #fh5co-header.navbar-fixed-top #navbar li a {
        color: rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        #fh5co-header.navbar-fixed-top #navbar li a:hover {
            color: limegreen;
        }

    #fh5co-header.navbar-fixed-top #navbar li.active a {
        background: transparent;
        background: none;
        color: limegreen;
    }

        #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            background-color: limegreen;
        }

#fh5co-header .navbar-default {
    border: transparent;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

@media screen and (max-width: 992px) {
    #fh5co-header .navbar-default {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

#fh5co-header .navbar-default .brand-slogan {
    margin: 28px 0 0 15px;
    float: left;
    letter-spacing: 2px;
    color: #adadad;
}

    #fh5co-header .navbar-default .brand-slogan em {
        color: #52d3aa;
        font-style: normal;
    }

#fh5co-header a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

/*ホーム画面の設定*/
#fh5co-home {
    background: #474747;
    position: relative;
    overflow: hidden;
}


        #fh5co-home .gradient:before {
            content: '';
            background: inherit;
            filter: blur(8px); /*ぼかし設定*/
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            z-index: -1;
        }

    #fh5co-home, #fh5co-home .text-wrap {
        height: 900px;
    }
@media screen and (max-width: 1400px) {
    #fh5co-home, #fh5co-home .text-wrap {
        height: 800px;
    }
}

        #fh5co-home .text-wrap {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            position: relative;
            z-index: 4;
        }

        #fh5co-home .text-inner {
            vertical-align: middle;
            text-align: center;
            display: flex;
            flex-flow: column;
        }

            #fh5co-home .text-inner a {
                color: #fff;
                border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                transition: 0.5s;
            }

                #fh5co-home .text-inner a:hover, #fh5co-home .text-inner a:active, #fh5co-home .text-inner a:focus {
                    text-decoration: none;
                    color: #fff;
                    border-bottom: 1px dashed #fff;
                }

            /*ホーム画面文字の設定１*/
            #fh5co-home .text-inner h1 {
                font-family: "M PLUS Rounded 1c", sans-serif;
                font-weight: bold;
                font-size: 60px;
                color: limegreen;
                text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
                margin: 0 0 20px 0;
            }
            /*ホーム画面文字の設定２*/
            #fh5co-home .text-inner h2 {
                font-family: "M PLUS Rounded 1c", sans-serif;
                font-weight: bold;
                font-size: 100px;
                color: limegreen;
                text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
                margin: 0 0 20px 0;
            }
                #fh5co-home .text-inner h2.about {
                    font-size: 30px;
                    color: red;
                }
                /*ホーム画面文字の設定３*/
                #fh5co-home .text-inner h3 {
                    font-family: "M PLUS Rounded 1c", sans-serif;
                    font-size: 20px;
                    line-height: 38px;
                    font-weight: 400;
                    color: rgba(255, 255, 255, 0.9);
                    margin: 0;
                }

            #fh5co-home .text-inner .home-paragraph {
                color: black;
                background-color: rgba(255,255,255,0.8);
                border-radius: 10px;
                padding:30px;
            }

            #fh5co-home .text-inner .home-p1 {
                font-size:1.3em;
                font-weight: 900;
                line-height:2.0;
                letter-spacing:0.1em;
            }

                #fh5co-home .text-inner .home-p1 .highlight1 {
                    background: linear-gradient(transparent 50%,rgba(247, 198, 104, 0.2) 50%,rgb(247, 198, 104) 75%,rgba(247, 198, 104, 0.2));
                }
                #fh5co-home .text-inner .home-p1 .highlight2 {
                    background: linear-gradient(transparent 50%,rgba(169, 206, 236, 0.2) 50%,rgb(169, 206, 236) 75%,rgba(169, 206, 236, 0.2));
                }
                #fh5co-home .text-inner .home-p1 .highlight3 {
                    background: linear-gradient(transparent 50%,rgba(255, 255, 102, 0.2) 50%,rgb(255, 255, 102) 75%,rgba(255, 255, 102, 0.2));
                }

            #fh5co-home .text-inner .home-p2 {
                font-size: 1.5em;
                color: red;
                font-weight: 800;
                margin-bottom:0.5em;
            }

            #fh5co-home .text-inner .home-p3 {
                font-size: 1.0em;
                letter-spacing: 0.05em;
                font-weight: 500;
            }

@media screen and (max-width: 993px) {
    #fh5co-home .text-inner .home-p1 {
        font-size: 1.0em;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    #fh5co-home .text-inner .home-p2 {
        font-size: 1.0em;
        font-weight: 600;
    }
    #fh5co-home .text-inner .home-p3 {
        font-size: 0.7em;
        letter-spacing: 0.03em;
        font-weight: 300;
    }
}

@media screen and (max-width: 415px) {
    #fh5co-home .text-inner .home-p1 {
        font-size: 0.7em;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }

    #fh5co-home .text-inner .home-p2 {
        font-size: 0.7em;
        font-weight: 400;
    }

    #fh5co-home .text-inner .home-p3 {
        font-size: 0.4em;
        letter-spacing: 0.03em;
        font-weight: 200;
    }

    #fh5co-home .text-inner .home-paragraph {
        padding:10px;
    }
}

#fh5co-home .home-title {
	position: absolute;
	top: 20%;
	left: 50%;
	z-index:100;
	color: white;
	transform: translate(-50%, -50%);
    display:inline-block;
  	padding: 0 55px;
  	font-size: 25px;
  	white-space: nowrap;
  	font-family: 'Shippori Mincho', serif;
  	letter-spacing: 0.1em;
}

#fh5co-home .home-title:before, #fh5co-home .home-title:after {
	content: '';
  	position: absolute;
  	top: 50%;
  	display: inline-block;
  	width: 45px;
  	height: 1px;
  	background-color: white;	
}

#fh5co-home .home-title:before{
	left:0;
}	

#fh5co-home .home-title:after{
	right: 0;
}	
	

#fh5co-home .slider {
    width: 100%;
    height: 100%;
}

#fh5co-home .slider-container {
    width: 100%;
    height: 900px;
    position: relative;
    font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif;
    color:white;
}
@media screen and (max-width: 1400px) {
    #fh5co-home .slider-container {
        height: 800px;
    }
    #fh5co-home .home-title {
		font-size: 22px;
	}
}

    #fh5co-home .slider-container::before {
        content: '';
        /* ↓暗いオーバーレイを半透明で配置 */
        background-color: rgba(0, 0, 0, 0.45);
        /* ↓全体を覆うように配置 */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

#fh5co-home .slider-container1 {
    background: url(../images/main.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    z-index: 0;
    -webkit-backface-visibility: hidden;
}

    #fh5co-home .slider-container1 .slider-content1 {
        position: absolute;
        top: 60%;
        transform: translateY(-50%);
        left: 10%;
        right: 10%;
        display:flex;
        align-items: center;
    }

    #fh5co-home .slider-container1 .slider-content1 img.rogov9 {
        object-fit: contain;
        width: 30%;
        display: block;
        left: 10%;
    }
    
    #fh5co-home .slider-container1 .slider-content1 p{
        margin-bottom: 0;
        margin-left: 10%;
    }

#fh5co-home .slider-container2 {
    background: url(../images/アグリテック.jpg) no-repeat center center;
    /*background-color: transparent;*/
    background-size: cover;
    background-attachment: scroll;
    z-index: 0;
    -webkit-backface-visibility: hidden;
}

    #fh5co-home .slider-container2 .slider-content2 {
        position: absolute;
        top: 60%;
        transform: translateY(-50%);
        left: 10%;
    }

#fh5co-home .slider-container3 {
    background: url(../images/hedder_road_150.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    z-index: 0;
    opacity: .9;
    -webkit-backface-visibility: hidden;
}

    #fh5co-home .slider-container3 .slider-content3 {
        position: absolute;
        top: 60%;
        transform: translateY(-50%);
        left: 10%;
    }

#fh5co-home .slider-content .p-heading {
    display:inline-block;
    font-size: 2em;
    margin-bottom: 25px;
}

#fh5co-home .slider-content {
    max-width: 85%;
}

/*iPad仕様の表示設定*/
@media screen and (max-width: 992px) {
    #fh5co-home .slider-container1 .slider-content1{
    	flex-direction: column;
    	align-items: center;
    	top: 50%;
   	}
   	#fh5co-home .slider-container2 .slider-content2{
    	top: 50%;
   	}
   	#fh5co-home .slider-container3 .slider-content3{
    	top: 50%;
   	}
   	#fh5co-home .slider-container1 .slider-content1 img.rogov9 {
        object-fit: contain;
        width: 40%;
        display: block;
    }
   	#fh5co-home .slider-container1 .slider-content1 p {
   		margin-left: 0;
   		margin-top: 40px;
	}
	#fh5co-home .home-title {
		display: none;
	}	
}

/*iPad Mini以下 の表示設定*/
@media screen and (max-width: 768px) {
    #fh5co-home, #fh5co-home .text-wrap {
            height: 750px;
        }

            #fh5co-home .slider-container {
                height:750px;
                font-size:0.8em;
            }
            #fh5co-home .slider-content .p-heading {
                font-size: 1.6em;
                margin-bottom: 15px;
            }
        #fh5co-header .navbar-brand {
            font-size: 20px;
        }
        
        #fh5co-home .slider-container1 .slider-content1 img.rogov9 {
        object-fit: contain;
        width: 50%;
        display: block;
    	}


    }

    /*414px以下(スマートフォン) の設定*/
    @media screen and (max-width: 415px) {
        #fh5co-home, #fh5co-home .text-wrap {
            height: 500px;
        }

            #fh5co-home .slider-container {
                height: 500px;
                font-size: 0.6em;
            }


            #fh5co-home .slider-content .p-heading {
                font-size: 1.5em;
                margin-bottom: 10px;
            }
        #fh5co-header .navbar-brand {
            font-size: 14px;
        }
        #fh5co-home .slider-container1 .slider-content1 img.rogov9 {
        object-fit: contain;
        width: 65%;
        display: block;
    	}
        #fh5co-home .slider-container1 .slider-content1 p {
   		margin-left: 0;
   		margin-top: 25px;
		}
    }

    /*ホーム画面下部の長さ*/
    .slant {
        position: absolute;
        transform: rotate(-1.0deg);
        -ms-transform: rotate(-1.0deg);
        -webkit-transform: rotate(-1.0deg);
        -o-transform: rotate(-1.0deg);
        -moz-transform: rotate(-1.0deg);
        background-color: #fff;
        content: "";
        z-index: 3;
        display: inline-block;
        height: 70px;
        bottom: 0;
        margin-bottom: -35px;
        padding: 0;
        width: 101%;
    }

    /*キャッチコピーの設定*/
    #fh5co-intro {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    /*POSレジシステム、栽培履歴システム説明*/
    #fh5co-intro2 {
        position: relative;
        bottom: 0;
        margin-top: -150px;
        z-index: 10;
        /*padding-bottom: 7em;*/
    }

    /*栽培履歴システムの文字位置*/
    .saibai-history {
        padding-top: 30px;
        margin-top: 30px;
    }

    /*3つのボックスが中心に来るよう設定*/
    .position-set {
        margin-left: -15px;
    }

    @media screen and (max-width: 1229px) {
        .position-set {
            margin-left: 0px;
        }
    }

    #fh5co-intro2 > div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
    }

    #fh5co-intro2 .fh5co-block {
        width: 33.3%;
        float: left;
        text-align: center;
        font-size: 16px;
        min-height: 420px; /*ブロックの最低の高さ*/
        vertical-align: middle;
        padding: 40px;
        background: #fff;
        -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
        -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
        -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
        -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
        box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
        border-radius: 20px;
        z-index: 7;
        flex-grow: 1;
        background-size: cover;
        position: relative;
        background-repeat: no-repeat;
        /*マウスポインター変更*/
        cursor: url(../images/バーコードリーダー.png), auto;
    }

    @media screen and (max-width: 768px) {
        #fh5co-intro2 .fh5co-block {
            width: 100%;
            min-height: 300px; /*ブロックの最低の高さ*/
        }
    }

    #fh5co-intro2 .fh5co-block > .overlay-darker {
        border-radius: 20px;
        z-index: 8;
        opacity: .5;
        background: #474747;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    /*マウスカーソル合わせる前*/
    #fh5co-intro2 .fh5co-block > .overlay {
        border-radius: 20px;
        background: #fff;
        opacity: 1;
        z-index: 9;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    #fh5co-intro2 .fh5co-block > .fh5co-text {
        position: relative;
        z-index: 10;
    }

        #fh5co-intro2 .fh5co-block > .fh5co-text .fh5co-intro2-icon {
            font-size: 50px;
            color: #52d3aa;
            margin-bottom: 30px;
            display: block;
        }

    /*POSレジ栽培履歴の文字設定１*/
    #fh5co-intro2 .fh5co-block h2 {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-size: 24px;
        font-weight: bold;
    }
    /*POSレジ栽培履歴の文字設定２*/
    #fh5co-intro2 .fh5co-block p {
        font-size: 20px;
    }

    #fh5co-intro2 .fh5co-block:hover > .overlay, #fh5co-intro2 .fh5co-block:focus > .overlay {
        opacity: 0;
        z-index: 9;
    }

    #fh5co-intro2 .fh5co-block:hover > .fh5co-text, #fh5co-intro2 .fh5co-block:focus > .fh5co-text {
        color: #fff;
    }

        #fh5co-intro2 .fh5co-block:hover > .fh5co-text .fh5co-intro2-icon, #fh5co-intro2 .fh5co-block:focus > .fh5co-text .fh5co-intro2-icon {
            color: #fff;
        }

    #fh5co-intro2 .fh5co-block:hover h2, #fh5co-intro2 .fh5co-block:focus h2 {
        font-family: "M PLUS Rounded 1c", sans-serif;
        color: #fff;
    }

    #fh5co-intro2 .fh5co-block:hover .btn, #fh5co-intro2 .fh5co-block:focus .btn {
        border: 2px solid #fff !important;
        background: transparent;
    }

        #fh5co-intro2 .fh5co-block:hover .btn:hover, #fh5co-intro2 .fh5co-block:focus .btn:hover {
            background: #52d3aa !important;
            border: 2px solid #52d3aa !important;
        }

    #fh5co-services, #fh5co-testimonials, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about {
        padding: 7em 0;
    }

    @media screen and (max-width: 768px) {
        #fh5co-services, #fh5co-work, #fh5co-counters {
            padding: 4em 0;
        }
    }

    /*その他の特徴の設定*/
    #fh5co-services {
        overflow: hidden;
        position: relative;
        /*背景色*/
        background-color: #8ae68a;
        /*background-image: linear-gradient(45deg, #62d2a2 0%, #9df3c4 100%);*/
        /*background-image: linear-gradient(45deg, #52cc52 0%, #7acc7a 100%);*/
    }

        #fh5co-services:before, #fh5co-services:after {
            position: absolute;
            transform: rotate(-1.0deg);
            -ms-transform: rotate(-1.0deg);
            -webkit-transform: rotate(-1.0deg);
            -o-transform: rotate(-1.0deg);
            -moz-transform: rotate(-1.0deg);
            background-color: #fff;
            content: "";
            z-index: 3;
            display: inline-block;
            height: 70px;
            right: 0px;
            padding: 0;
            width: 101%;
        }

        #fh5co-services:before {
            top: 0;
            margin-top: -35px;
        }

        #fh5co-services:after {
            bottom: 0;
            margin-bottom: -35px;
        }

        /*その他の特徴 文字設定*/
        #fh5co-services h3 {
            font-family: "M PLUS Rounded 1c", sans-serif;
            font-weight: bold;
            font-size: 24px;
            color: #fff;
            text-shadow: 3px 3px 5px rgba(0, 106, 108, 0.5); /*ドロップシャドウ*/
        }

        /*その他の特徴 文字設定*/
        #fh5co-services p {
            font-family: "M PLUS Rounded 1c", sans-serif;
            font-size: 22px;
            color: #fff;
            text-shadow: 3px 3px 5px rgba(0, 106, 108, 0.5); /*ドロップシャドウ*/
        }

        #fh5co-services .icon {
            font-size: 70px;
            margin-bottom: 30px;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
        }

            #fh5co-services .icon:before {
                color: #fff;
            }

        /*その他の特徴のジョー*/
        #fh5co-services .box_jyo {
            position: absolute;
            width: 10%;
            height: auto;
            top: 80%;
            bottom: 0px;
            left: 90%;
            right: 0px;
            margin: auto;
            z-index: 1;
            transform-origin: center bottom; /*画像中央下を基軸にアニメーション*/
            -webkit-animation: lr-loop 3s linear infinite alternate;
            animation: lr-loop 3s linear infinite alternate;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

    /*iPad Mini以下 の表示設定*/
    @media screen and (max-width: 767px) {
        /*その他の特徴のジョー*/
        #fh5co-services .box_jyo {
            display: none;
        }
    }

    /*その他の特徴 の文字設定*/
    #fh5co-services .section-heading {
        padding-bottom: -30px;
        margin-bottom: -30px;
    }
        /*その他の特徴 の文字設定0*/
        #fh5co-services .section-heading h1 {
            font-family: "M PLUS Rounded 1c", sans-serif;
            font-weight: bold;
            color: #fff;
            text-shadow: 3px 3px 5px rgba(0, 106, 108, 0.5); /*ドロップシャドウ*/
            margin: 0 0 20px 0;
        }
        /*その他の特徴 の文字設定1*/
        #fh5co-services .section-heading h2 {
            font-family: "M PLUS Rounded 1c", sans-serif;
            font-weight: bold;
            color: #fff;
            text-shadow: 3px 3px 5px rgba(0, 106, 108, 0.5); /*ドロップシャドウ*/
            margin: 0 0 20px 0;
        }

            #fh5co-services .section-heading h2:after {
                background: rgba(255, 255, 255, 0.5);
                text-shadow: 3px 3px 5px rgba(0, 106, 108, 0.5); /*ドロップシャドウ*/
            }

    /*プロフィール の文字設定1*/
    #fh5co-about .section-heading h1 {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        color: limegreen;
        margin: 0 0 20px 0;
    }
    /*プロフィール の文字設定2*/
    #fh5co-about .section-heading h2 {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        color: limegreen;
        margin: 0 0 20px 0;
    }
    /*マンガボタン*/
    .btn-manga {
        padding: 20px;
        border-radius: 10px;
        color: #fff;
        background-color: #00BB00;
        display: inline-block;
        cursor: pointer;
    }

    /*マンガボタン押下後のポップアップもどき*/
    #pop-up {
        display: none; /* label でコントロールするので input は非表示に */
    }

    .overlay2 {
        display: none; /* input にチェックが入るまでは非表示に */
    }

    #pop-up:checked + .overlay2 {
        display: block;
        z-index: 99999999;
        background-color: #00000070;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
    }

    .window {
        background-color: #fff;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .close {
        cursor: pointer;
        position: absolute;
        top: -10px;
        right: 5px;
        font-size: 60px;
    }

    #fh5co-counters {
        background: #52d3aa;
        overflow: hidden;
        background-color: transparent;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        width: 100%;
        padding: 9em 0 10em 0;
    }

    @media screen and (max-width: 768px) {
        #fh5co-counters {
            padding: 4em 0;
        }
    }

    /*よくある質問*/
    #fh5co-counters h3 {
        color: #fff;
        font-size: 26px;
    }

    #fh5co-counters .fh5co-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        /*背景色*/
        background-color: #fbc687;
        /*background-image: repeating-linear-gradient(to bottom right, #ffd386 0%, #ffaaa5 100%);*/
        /*background-image: repeating-linear-gradient(to bottom right, #fbc687 0%, #ea907a 100%);*/
    }

    /*よくある質問のfriend*/
    #fh5co-counters .friend {
        position: absolute;
        width: 25%;
        height: auto;
        top: -45%;
        bottom: 0px;
        left: 62.5%;
        right: 0px;
        margin: auto;
        z-index: 3;
        -webkit-backface-visibility: hidden;
    }

    /*よくある質問のbox*/
    #fh5co-counters .box {
        position: absolute;
        width: 25%;
        height: auto;
        top: -45%;
        bottom: 0px;
        left: -65%;
        right: 0px;
        margin: auto;
        z-index: 3;
        -webkit-backface-visibility: hidden;
    }

    #fh5co-counters:before, #fh5co-counters:after {
        position: absolute;
        transform: rotate(-1.0deg);
        -ms-transform: rotate(-1.0deg);
        -webkit-transform: rotate(-1.0deg);
        -o-transform: rotate(-1.0deg);
        -moz-transform: rotate(-1.0deg);
        background-color: #fff;
        content: "";
        z-index: 3;
        display: inline-block;
        height: 70px;
        right: 0px;
        padding: 0;
        width: 101%;
    }

    #fh5co-counters:before {
        top: 0;
        margin-top: -35px;
    }

    #fh5co-counters:after {
        bottom: 0;
        margin-bottom: -35px;
    }

    #fh5co-counters .section-heading {
        position: relative;
        z-index: 3;
        margin-bottom: 0;
    }

        /*よくある質問の文字設定1*/
        #fh5co-counters .section-heading h1 {
            font-family: "M PLUS Rounded 1c", sans-serif;
            font-weight: bold;
            color: #fff;
            text-shadow: 3px 3px 5px rgba(187, 85, 53, 0.5); /*ドロップシャドウ*/
            margin: 0 0 20px 0;
        }

        #fh5co-counters .section-heading h2 {
            font-weight: bold;
            color: #fff;
            text-shadow: 3px 3px 5px rgba(187, 85, 53, 0.5); /*ドロップシャドウ*/
        }

            #fh5co-counters .section-heading h2:after {
                background: rgba(255, 255, 255, 0.5);
                text-shadow: 3px 3px 5px rgba(187, 85, 53, 0.5); /*ドロップシャドウ*/
            }

        #fh5co-counters .section-heading h3 {
            color: #fff;
            text-shadow: 3px 3px 5px rgba(187, 85, 53, 0.9); /*ドロップシャドウ*/
        }

    #fh5co-counters .fh5co-counter {
        position: relative;
        z-index: 3;
        text-align: center;
    }

    @media screen and (max-width: 992px) {
        #fh5co-counters .fh5co-counter {
            margin-bottom: 50px;
            float: left;
            width: 100%;
        }
        /*よくある質問のfriend*/
        #fh5co-counters .friend {
            position: absolute;
            width: 25%;
            height: auto;
            top: -50%;
            bottom: 0px;
            left: 62.5%;
            right: 0px;
            margin: auto;
            z-index: 3;
            -webkit-backface-visibility: hidden;
        }
        /*よくある質問のbox*/
        #fh5co-counters .box {
            position: absolute;
            width: 25%;
            height: auto;
            top: -50%;
            bottom: 0px;
            left: -65%;
            right: 0px;
            margin: auto;
            z-index: 3;
            -webkit-backface-visibility: hidden;
        }
    }

    @media screen and (max-width: 768px) {
        /*よくある質問のfriend*/
        #fh5co-counters .friend {
            position: absolute;
            width: 20%;
            height: auto;
            top: -50%;
            bottom: 0px;
            left: 55%;
            right: 0px;
            margin: auto;
            z-index: 3;
            -webkit-backface-visibility: hidden;
        }
        /*よくある質問のbox*/
        #fh5co-counters .box {
            position: absolute;
            width: 20%;
            height: auto;
            top: -50%;
            bottom: 0px;
            left: -55%;
            right: 0px;
            margin: auto;
            z-index: 3;
            -webkit-backface-visibility: hidden;
        }
    }

    @media screen and (max-width: 415px) {
        /*よくある質問のfriend*/
        #fh5co-counters .friend {
            position: absolute;
            width: 20%;
            height: auto;
            top: -50%;
            bottom: 0px;
            left: 55%;
            right: 0px;
            margin: auto;
            z-index: 3;
            -webkit-backface-visibility: hidden;
        }
        /*よくある質問のbox*/
        #fh5co-counters .box {
            position: absolute;
            width: 20%;
            height: auto;
            top: -50%;
            bottom: 0px;
            left: -57.5%;
            right: 0px;
            margin: auto;
            z-index: 3;
            -webkit-backface-visibility: hidden;
        }
    }

    /*お問い合わせの写真*/
    #fh5co-counters .fh5co-counter img {
        border-radius: 50%;
    }

    .left {
        width: 5%;
        float: left;
    }

    .right {
        width: 5%;
        float: right;
    }

    @media screen and (max-width: 992px) {
        .left {
            width: 10%;
        }

        .right {
            width: 10%;
        }
    }

    /*左吹き出し*/
    .balloon-left {
        position: relative;
        display: inline-block;
        margin-left: 20px;
        padding: 7px 10px;
        min-width: 70%;
        max-width: 70%;
        color: #555;
        font-size: 16px;
        background: #e0edff;
        float: left;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px;
    }

        /*左吹き出し*/
        .balloon-left:before {
            content: "";
            position: absolute;
            top: 50%;
            left: -27px;
            margin-top: -15px;
            border: 15px solid transparent;
            border-right: 15px solid #e0edff;
        }

    /*右吹き出し*/
    .balloon-right {
        position: relative;
        display: inline-block;
        margin-right: 20px;
        padding: 7px 10px;
        min-width: 70%;
        max-width: 70%;
        color: #555;
        font-size: 16px;
        background: #e0edff;
        float: right;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px;
    }

        /*右吹き出し*/
        .balloon-right:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -15px;
            border: 15px solid transparent;
            border-left: 15px solid #e0edff;
        }

    /*質問*/
    .question {
        margin-left: 10%;
        width: 100%;
        margin-bottom: 30px;
    }

    /*回答*/
    .answer {
        margin-right: 6.5%;
        float: right;
        margin-bottom: 40px;
        margin-top: 10px;
        width: 100%;
    }

    @media screen and (max-width: 992px) {
        /*回答*/
        .answer {
            margin-top: -20px;
        }
    }

    #fh5co-counters .fh5co-counter p {
        font-size: 120%;
        font-weight: bold;
        margin: 10px;
    }

    @media screen and (max-width: 992px) {
        #fh5co-counters .fh5co-counter p {
            font-size: 100%;
        }
    }

    #fh5co-counters .fh5co-counter .fh5co-counter-icon,
    #fh5co-counters .fh5co-counter .fh5co-counter-number,
    #fh5co-counters .fh5co-counter .fh5co-counter-label {
        display: block;
    }

    #fh5co-counters .fh5co-counter .fh5co-counter-icon {
        font-size: 40px;
        color: #52d3aa;
    }

    #fh5co-counters .fh5co-counter .fh5co-counter-number {
        font-size: 70px;
        color: #fff;
        font-weight: 300;
    }

    #fh5co-counters .fh5co-counter .fh5co-counter-label {
        color: rgba(255, 255, 255, 0.5);
        font-size: 18px;
        font-weight: 400;
    }
    /*直売ジョーのメリット の文字設定*/
    #fh5co-testimonials .section-heading {
        padding-bottom: -30px;
        margin-bottom: -30px;
    }
        /*直売ジョーのメリット の文字設定1*/
        #fh5co-testimonials .section-heading h1 {
            font-family: "M PLUS Rounded 1c", sans-serif;
            font-weight: bold;
            color: limegreen;
            margin: 0 0 20px 0;
        }
        /*直売ジョーのメリット の文字設定2*/
        #fh5co-testimonials .section-heading h2 {
            font-family: "M PLUS Rounded 1c", sans-serif;
            font-weight: bold;
            color: limegreen;
            margin: 0 0 20px 0;
        }

    /*メリットのジョー回転*/
    .flip {
        width: 100%;
        height: auto;
        animation: flip 5s linear infinite;
        transform-style: preserve-3d;
    }

    @keyframes flip {
        0% {
            transform: rotateY(0deg);
        }

        100% {
            transform: rotateY(360deg);
        }
    }

    #fh5co-testimonials .open_jyo-front,
    .open_jyo-back {
        position: absolute;
        width: 15%;
        height: auto;
        top: -30px;
        left: 0px;
        margin: auto;
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .open_jyo-back {
        transform: rotateY(180deg);
    }

    @media screen and (max-width: 992px) {
        /*メリットのジョー*/
        #fh5co-testimonials .open_jyo-front,
        .open_jyo-back {
            display: none;
        }
    }

    #fh5co-testimonials .box-testimony {
        margin-bottom: 2em;
        float: left;
    }

        #fh5co-testimonials .box-testimony a {
            color: rgba(255, 255, 255, 0.5);
        }

            #fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
                color: #fff;
                text-decoration: none;
            }

        #fh5co-testimonials .box-testimony blockquote {
            padding-left: 0;
            border-left: none;
            padding: 30px;
            background: #fff;
            font-size: 20px;
            font-weight: 300;
            position: relative;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            border-radius: 7px;
        }

            /*左キャラの吹き出し設定*/
            #fh5co-testimonials .box-testimony blockquote left {
                content: "";
                position: absolute;
                top: 100%;
                left: 40px;
                border-top: 10px solid black;
                border-top-color: #84c1ff;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
            }
            /*真ん中キャラの吹き出し設定*/
            #fh5co-testimonials .box-testimony blockquote center {
                content: "";
                position: absolute;
                top: 100%;
                left: 40px;
                border-top: 10px solid black;
                border-top-color: #ff8591;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
            }
            /*右キャラの吹き出し設定*/
            #fh5co-testimonials .box-testimony blockquote right {
                content: "";
                position: absolute;
                top: 100%;
                left: 40px;
                border-top: 10px solid black;
                border-top-color: #8ae68a;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
            }

            #fh5co-testimonials .box-testimony blockquote p {
                font-family: 'M PLUS Rounded 1c', sans-serif;
                font-style: italic;
                font-size: 22px;
                color: #fff;
                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
                margin-bottom: 0px;
            }

        #fh5co-testimonials .box-testimony .author {
            line-height: 20px;
            color: black;
            font-size: 16px;
            margin-left: 20px;
            font-weight: 400;
        }

            #fh5co-testimonials .box-testimony .author a {
                color: #52d3aa;
            }

                #fh5co-testimonials .box-testimony .author a:hover {
                    text-decoration: underline;
                }

            #fh5co-testimonials .box-testimony .author > figure {
                float: left;
                margin-right: 10px;
            }

                #fh5co-testimonials .box-testimony .author > figure img {
                    width: 60px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    border-radius: 50%;
                }

            #fh5co-testimonials .box-testimony .author p {
                float: left;
                margin-top: 10px;
            }

            #fh5co-testimonials .box-testimony .author .subtext {
                display: block;
                color: rgba(0, 0, 0, 0.5);
                font-size: 16px;
                font-weight: 400 !important;
            }

            #fh5co-testimonials video {
                width: 60%;
            }

            @media screen and (max-width: 768px){
                #fh5co-testimonials video {
                    width: 100%;
                }
            }          

    /*とれたて直売ジョーとはの処理*/
    #fh5co-work {
        overflow: hidden;
        position: relative;
        /*背景色*/
        background-color: #fbc687;
        /*background-image: repeating-linear-gradient(to bottom right, #ffd386 0%, #ffaaa5 100%);*/
        /*background-image: repeating-linear-gradient(to bottom right, #fbc687 0%, #ea907a 100%);*/
    }

        #fh5co-work a {
            color: rgba(255, 255, 255, 0.5);
            text-decoration: underline;
        }

            #fh5co-work a:hover {
                color: #fff;
            }

        #fh5co-work:before, #fh5co-work:after {
            position: absolute;
            transform: rotate(-1.0deg);
            -ms-transform: rotate(-1.0deg);
            -webkit-transform: rotate(-1.0deg);
            -o-transform: rotate(-1.0deg);
            -moz-transform: rotate(-1.0deg);
            background-color: #fff;
            content: "";
            z-index: 3;
            display: inline-block;
            height: 70px;
            right: 0px;
            padding: 0;
            width: 101%;
        }

        #fh5co-work:before {
            top: 0;
            margin-top: -35px;
        }

        #fh5co-work:after {
            bottom: 0;
            margin-bottom: -35px;
        }
        /*とれたて直売ジョーとは の文字設定*/
        #fh5co-work .section-heading {
            padding-bottom: -30px;
            margin-bottom: -30px;
        }
            /*とれたて直売ジョーとは の文字設定0*/
            #fh5co-work .section-heading h1 {
                font-family: "M PLUS Rounded 1c", sans-serif;
                font-weight: bold;
                color: #fff;
                text-shadow: 3px 3px 5px rgba(187, 85, 53, 0.5); /*ドロップシャドウ*/
                margin: 0 0 20px 0;
            }
            /*とれたて直売ジョーとは の文字設定1*/
            #fh5co-work .section-heading h2 {
                font-family: "M PLUS Rounded 1c", sans-serif;
                font-weight: bold;
                color: #fff;
                text-shadow: 3px 3px 5px rgba(187, 85, 53, 0.5); /*ドロップシャドウ*/
                margin: 0 0 20px 0;
            }

                #fh5co-work .section-heading h2:after {
                    background: rgba(255, 255, 255, 0.5);
                    text-shadow: 3px 3px 5px rgba(187, 85, 53, 0.5); /*ドロップシャドウ*/
                }

            /*とれたて直売ジョーとは の文字設定2*/
            #fh5co-work .section-heading h3 {
                color: #fff;
                text-shadow: 3px 3px 5px rgba(187, 85, 53, 0.9); /*ドロップシャドウ*/
                font-size: 26px;
            }

    /*プロフィールの設定*/
    .fh5co-person {
        border: 2px solid #f2f2f2;
        border-radius: 20px;
        padding: 80px 30px 30px 30px;
        float: left;
        width: 100%;
        position: relative;
    }

    @media screen and (max-width: 992px) {
        .fh5co-person {
            margin-bottom: 3.5em;
        }
    }

    .fh5co-person figure {
        position: absolute;
        margin-top: -60px;
        top: 0;
        left: 50%;
        margin-left: -60px;
        display: block;
        margin-bottom: 50px;
    }

        .fh5co-person figure img {
            width: 120px;
            border: 2px solid #f2f2f2;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

    .fh5co-person h3 {
        margin-bottom: 0px;
    }

    .fh5co-person .fh5co-position {
        color: #b3b3b3;
        display: block;
        margin-bottom: 20px;
    }

    .form-control {
        box-shadow: none;
        background: transparent;
        border: 2px solid rgba(0, 0, 0, 0.1);
        height: 54px;
        font-size: 18px;
        font-weight: 400;
    }

        .form-control:active, .form-control:focus {
            outline: none;
            box-shadow: none;
            border-color: #52d3aa;
        }

    .btn {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        .btn:hover, .btn:active, .btn:focus {
            outline: none;
        }

    /*お問い合わせの設定*/
    #fh5co-contact {
        padding-bottom: 150px;
        overflow: hidden;
    }

    @media screen and (max-width: 415px) {
        #fh5co-contact {
            padding-bottom: 100px;
        }
    }

    #fh5co-contact .fh5co-contact-info {
        padding: 0;
        margin: 0 0 1.5em 0;
    }

        #fh5co-contact .fh5co-contact-info li {
            position: relative;
            padding: 0;
            margin: 0 0 1.5em 0;
            padding-left: 50px;
            list-style: none;
        }

            #fh5co-contact .fh5co-contact-info li i {
                position: absolute;
                top: .2em;
                left: 0;
            }

    /*お問い合わせ　文字設定1*/
    #fh5co-contact .section-heading h1 {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: bold;
        color: limegreen;
        /*text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;*/
        margin: 0 0 20px 0;
    }
    /*お問い合わせ　文字設定*/
    #fh5co-contact p {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-size: 22px;
    }

    /*contactの農家の設定*/
    #fh5co-contact .nouka {
        position: absolute;
        width: 20%;
        height: auto;
        top: -77.5%;
        bottom: 0px;
        left: 55%;
        right: 0px;
        margin: auto;
        z-index: 3;
        -webkit-backface-visibility: hidden;
    }

    /*contactのfriendの設定*/
    #fh5co-contact .friend {
        position: absolute;
        width: 20%;
        height: auto;
        top: -77.5%;
        bottom: 0px;
        left: -55%;
        right: 0px;
        margin: auto;
        z-index: 3;
        -webkit-backface-visibility: hidden;
    }

    /*基本になるフォント設定*/
    .section-heading {
        float: left;
        width: 100%;
        padding-bottom: 50px;
        margin-bottom: 50px;
        clear: both;
    }

        .section-heading h1 {
            font-size: 26px;
        }
    /*414px以下(スマートフォン) の設定*/
    @media screen and (max-width: 415px) {
        .section-heading h1 {
            font-size: 22px;
        }
    }
    /*フォントの色、大きさなど*/
    .section-heading h2 {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 300;
        font-size: 50px;
        margin: 0 0 30px 0;
        /*font-size: 50px;
        font-weight: 300;*/
        color: limegreen;
        text-transform: uppercase;
        position: relative;
        display: block;
        padding-bottom: 20px;
        line-height: 1.5;
    }

        .section-heading h2.left-border:after {
            content: "";
            position: absolute;
            display: block;
            width: 80px;
            height: 2px;
            background: #52d3aa;
            left: 0%;
            margin-left: 0px;
            bottom: 0;
        }

        .section-heading h2:after {
            content: "";
            position: absolute;
            display: block;
            width: 80px;
            height: 2px;
            background: #52d3aa;
            left: 50%;
            margin-left: -40px;
            bottom: 0;
        }

    @media screen and (max-width: 768px) {
        .section-heading h2 {
            font-size: 40px;
        }
    }
    /*414px以下(スマートフォン) の設定*/
    @media screen and (max-width: 415px) {
        .section-heading h2 {
            font-size: 24px;
        }
    }

    .section-heading h3 {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 300;
        line-height: 1.5;
        color: #929292;
    }

    @media screen and (max-width: 768px) {
        .section-heading h3 {
            font-size: 20px !important;
            line-height: 34px;
        }
    }
    /*414px以下(スマートフォン) の設定*/
    @media screen and (max-width: 415px) {
        .section-heading h3 {
            font-size: 20px !important;
            line-height: 32px;
        }
    }

    .btn {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    /*メニューバーのトグル設定*/
    .fh5co-nav-toggle {
        width: 25px;
        height: 25px;
        cursor: pointer;
        text-decoration: none;
    }

        .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
            background: #52d3aa;
        }

        .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
            outline: none;
            border-bottom: none !important;
        }

        .fh5co-nav-toggle i {
            position: relative;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            width: 25px;
            height: 3px;
            color: #52d3aa;
            font: bold 14px/.4 Helvetica;
            text-transform: uppercase;
            text-indent: -55px;
            background: #52d3aa;
            transition: all .2s ease-out;
        }

            .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
                content: '';
                width: 25px;
                height: 3px;
                background: #52d3aa;
                position: absolute;
                left: 0;
                -webkit-transition: 0.2s;
                -o-transition: 0.2s;
                transition: 0.2s;
            }

            .fh5co-nav-toggle i::before {
                top: -7px;
            }

            .fh5co-nav-toggle i::after {
                bottom: -7px;
            }

        .fh5co-nav-toggle:hover i::before {
            top: -10px;
        }

        .fh5co-nav-toggle:hover i::after {
            bottom: -10px;
        }

        .fh5co-nav-toggle.active i {
            background: transparent;
        }

            .fh5co-nav-toggle.active i::before {
                top: 0;
                -webkit-transform: rotateZ(45deg);
                -moz-transform: rotateZ(45deg);
                -ms-transform: rotateZ(45deg);
                -o-transform: rotateZ(45deg);
                transform: rotateZ(45deg);
            }

            .fh5co-nav-toggle.active i::after {
                bottom: 0;
                -webkit-transform: rotateZ(-45deg);
                -moz-transform: rotateZ(-45deg);
                -ms-transform: rotateZ(-45deg);
                -o-transform: rotateZ(-45deg);
                transform: rotateZ(-45deg);
            }

    .fh5co-nav-toggle {
        position: absolute;
        top: 2px;
        right: 0px;
        z-index: 21;
        padding: 6px 0 0 0;
        display: block;
        margin: 0 auto;
        display: none;
        height: 44px;
        width: 25px;
        border-bottom: none !important;
    }

    @media screen and (max-width: 992px) {
        .fh5co-nav-toggle {
            display: block;
        }
    }

    /*フッターの設定*/
    #footer {
        padding: 50px 0;
        color: #7f7f7f;
        position: relative;
    }

        #footer .gotop {
            position: absolute;
            top: -20px;
            left: 50%;
            margin-left: -40px;
            background: #fff;
            z-index: 8;
            width: 80px;
            height: 80px;
            font-size: 30px;
            padding-top: 5px;
            text-align: center;
            vertical-align: middle;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

            #footer .gotop:hover, #footer .gotop:focus {
                top: -25px;
                text-decoration: none !important;
            }

    /*画面最下部のホームへ戻るボタンの設定*/
    .arrow-up-jyo {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 1;
        -webkit-backface-visibility: hidden;
    }

        .arrow-up-jyo img {
            position: absolute;
            width: 100%;
            height: auto;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            z-index: 1;
            -webkit-backface-visibility: hidden;
        }

        /*カーソルを合わせると画像変更*/
        .arrow-up-jyo:hover img, .arrow-up-jyo:focus img {
            display: none;
        }

        /*カーソルを合わせると画像変更*/
        .arrow-up-jyo:hover, .arrow-up-jyo:focus {
            background-image: url(../images/バンザイ.png);
            background-repeat: no-repeat;
            background-size: contain;
        }

    #footer .copyright {
        font-size: 16px;
        margin-bottom: 0px;
        padding-bottom: 0;
    }

    .btn {
        text-transform: uppercase;
        letter-spacing: 2px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .btn.btn-primary {
            background: #52d3aa;
            color: #fff;
            border: none !important;
            border: 2px solid transparent !important;
        }

            .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
                box-shadow: none;
                background: #52d3aa;
            }

        .btn:hover, .btn:active, .btn:focus {
            background: #393e46 !important;
            color: #fff;
            outline: none !important;
        }

        .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
            border-color: transparent;
        }

    .js .to-animate,
    .js .to-animate-2,
    .js .single-animate {
        opacity: 0;
    }

    @media screen and (max-width: 480px) {
        .col-xxs-12 {
            float: none;
            width: 100%;
        }
    }

    .row-bottom-padded-lg {
        padding-bottom: 7em;
    }

    @media screen and (max-width: 992px) {
        .row-bottom-padded-lg {
            padding-bottom: 2em;
        }
    }

    @media screen and (max-width: 768px) {
        .row-bottom-padded-lg {
            width: 90%;
            margin: 0 auto;
        }
    }

    .row-bottom-padded-md {
        padding-bottom: 4em;
    }

    @media screen and (max-width: 992px) {
        .row-bottom-padded-md {
            padding-bottom: 2em;
        }
    }

    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }

    @media screen and (max-width: 992px) {
        .row-bottom-padded-sm {
            padding-bottom: 2em;
        }
    }

    .fh5co-animated {
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    /*お問い合わせボタン*/
    .btn-contact {
        padding: 20px;
        border-radius: 10px;
        color: #fff;
        background-color: #00BB00;
        display: inline-block;
    }

    /*会社情報*/
    #company {
        position: relative;
        /*背景色*/
        background-color: #8ae68a;
        /* background: #52d3aa;/*サイトのイメージに合わせて変える*/
        /*background-image: linear-gradient(45deg, #62d2a2 0%, #9df3c4 100%);*/
        /*background-image: linear-gradient(45deg, #1fab89 0%, #62d2a2 100%);*/
    }

    /*会社情報の上部*/
    .above {
        position: relative;
        display: flex;
        margin-top: -150px;
        z-index: 10;
    }

    /*会社概要*/
    .summary {
        width: 50%;
        display: inline-block !important;
        margin: 30px;
    }

    .title {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        display: inline-block;
        color: #fff;
        text-shadow: 3px 3px 5px rgba(0, 106, 108, 0.5); /*ドロップシャドウ*/
    }

    /*ニュース欄*/
    .news {
        display: inline-block !important;
        margin: 30px;
    }

    /*スマホ表示の場合は「縦」に並べる*/
    @media screen and (max-width: 415px) {
        /*会社情報*/
        #company {
            position: relative;
            /*背景色*/
            background-color: #8ae68a;
            /* background: #52d3aa;/*サイトのイメージに合わせて変える*/
            /*background-image: linear-gradient(45deg, #62d2a2 0%, #9df3c4 100%);*/
            /*background-image: linear-gradient(45deg, #1fab89 0%, #62d2a2 100%);*/
        }

        /*会社情報の上部*/
        .above {
            position: relative;
            display: flex;
            flex-direction: column;
            margin-top: -200px;
            z-index: 10;
        }

        /*会社概要*/
        .summary {
            width: 92%;
            display: flex;
            flex-direction: column;
            margin: 15px;
            font-size: 16px;
        }

        .title {
            font-family: "M PLUS Rounded 1c", sans-serif;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
            display: inline-block;
            color: #fff;
            text-shadow: 3px 3px 5px rgba(0, 106, 108, 0.5); /*ドロップシャドウ*/
        }

        /*ニュース欄*/
        .news {
            display: flex;
            flex-direction: column;
            margin: 15px;
            font-size: 16px;
        }
    }

    .points {
        list-style: none;
        color: #fff;
        text-shadow: 3px 3px 5px rgba(0, 106, 108, 0.5); /*ドロップシャドウ*/
        padding: initial;
    }

        .points li span {
            margin-right: 10px;
        }

    /*ホームページへのボタン*/
    .btn-homepage {
        padding: 10px;
        border-radius: 10px;
        color: #fff;
        background-color: #00BB00;
        display: inline-block;
        margin-top: 20px;
        font-size: 15px;
    }

    /*各種サイトのリンクの箇所*/
    .row-justify-content-center {
        text-align: center;
        padding: 40px;
        margin: 0 auto;
        max-width: 1200px;
    }

    @media screen and (max-width: 415px) {
        /*各種サイトのリンクの箇所*/
        .row-justify-content-center {
            text-align: center;
            padding: 20px;
            margin: 0 auto;
            max-width: 1200px;
        }
    }

    /*各種サイトのリンク画像*/
    .link-image {
        position: relative;
        display: inline-block;
        margin: 10px;
        background-color: #fff;
        z-index: 10;
    }

    /*各種サイトのリンク画像のサイズ*/
    .image-size {
        max-height: 150px;
    }
        /*カーソルを合わせた際の設定*/
        .image-size:hover {
            opacity: 0.6;
        }

    @media screen and (max-width: 415px) {
        /*各種サイトのリンク画像のサイズ*/
        .image-size {
            max-height: 80px;
        }
    }

    /*横長画像のアニメーション*/
    .flow {
        position: relative;
        display: -webkit-flex;
        display: flex;
        width: 100vw;
        height: 300px;
        left: 50%;
        margin-left: -50vw;
        overflow: hidden;
        top: -150px;
    }
        /*横長の画像*/
        .flow img {
            width: auto;
            height: 100%;
        }

    @media screen and (max-width: 415px) {
        .flow {
            top: -100px;
        }
            /*横長の画像*/
            .flow img {
                height: 60%;
            }
    }

    /*１つ目の画像*/
    .flow img:first-child {
        -webkit-animation: loop 70s -35s linear infinite;
        animation: loop 70s -35s linear infinite;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    /*２つ目の画像*/
    .flow img:last-child {
        -webkit-animation: loop2 70s linear infinite;
        animation: loop2 70s linear infinite;
    }

    /*走るジョーのアニメーション*/
    .run-jyo {
        position: absolute;
        width: 15%;
        height: auto;
        bottom: 0px;
        left: -30%;
        right: 0px;
        overflow: hidden;
        z-index: 0;
        -webkit-animation: run-loopX 10s linear infinite, run-loopY 1s linear infinite;
        animation: run-loopX 10s linear infinite, run-loopY 1s linear infinite;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    /*アニメーション*/
    @-webkit-keyframes loop {
        0% {
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
        }

        to {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        }
    }

    @keyframes loop {
        0% {
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
        }

        to {
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        }
    }

    @-webkit-keyframes loop2 {
        0% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        to {
            -webkit-transform: translateX(-200%);
            -ms-transform: translateX(-200%);
            transform: translateX(-200%);
        }
    }

    @keyframes loop2 {
        0% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        to {
            -webkit-transform: translateX(-200%);
            -ms-transform: translateX(-200%);
            transform: translateX(-200%);
        }
    }

    /*走るジョーのアニメーション*/
    @-webkit-keyframes run-loopX {
        0% {
            left: -30%;
        }

        to {
            left: 100%;
        }
    }

    @keyframes run-loopX {
        0% {
            left: -30%;
        }

        to {
            left: 100%;
        }
    }

    @-webkit-keyframes run-loopY {
        0% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        50% {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        to {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes run-loopY {
        0% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        50% {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        to {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
    }

    /*ゆらゆら左右に傾くアニメーション*/
    @-webkit-keyframes lr-loop {
        0% {
            transform: rotate(-20deg);
        }

        100% {
            transform: rotate(20deg);
        }
    }

    @keyframes lr-loop {
        0% {
            transform: rotate(-20deg);
        }

        100% {
            transform: rotate(20deg);
        }
    }