@charset "utf-8";
/*	ヘッダー
---------------------------------*/
:root{
	--header: 60px;
	scroll-padding: var(--header);
    --mc: #26B7BC;
    --sc: #3C9340;
}
@media screen and (min-width: 768px){
    :root{
        --header: 90px;
    }
}
@media screen and (min-width: 1024px){
    :root{
        /* --header: 160px; */
    }
}
@media screen and (min-width: 1230px){
    :root{
        /* --header: 180px; */
    }
}
@media screen and (min-width: 1440px){
    :root{
        --header: 0;
    }
}

.dn{
    display: none;
}
.gjs-dashed .dn{
    display: block;
}
.hd-h1{
    display: none;
}
.click_event{
    pointer-events: none;
}
.header{
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.hd-inr{
    height: 60px;
    padding: 5px 10px;
    position: relative;
}
.hd-inr__cont{
    display: flex;
    height: 100%;
}
.hd-logo{
    width: 250px;
    position: relative;
    z-index: 101;
}
.header.open .hd-logo{
    z-index: 99;
}
.hd-logo a{
    display: block;
    position: relative;
}
.hd-right{
    display: none;
}
@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.hd-nav{
    height: 100vh;
}
.hd-phone{
    margin-right: 20px;
}
.hd-phone01{
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1;
    padding-left: 30px;
    position: relative;
}
.hd-phone01:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone01.png);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hd-sns{
    text-align: center;
    margin-right: 10px;
}
.hd-sns:last-of-type{
    margin-right: 0;
}
@media screen and (min-width: 768px){
    .hd-inr{
        height: 90px;
        padding: 15px 20px;
    }
    .hd-logo{
        display: block;
        width: 250px;
        padding-top: 0;
    }
    .hd-phone01{
        font-size: 3rem;
    }
    .hd-phone01:before{
        width: 22px;
    }
}
@media screen and (min-width: 1024px){
    .hd-inr{
    }
    .hd-logo{
        width: 290px;
        padding-left: 30px;
    }
    .hd-right{
    }
    .hd-phone{
    }
    .hd-nav{
        height: auto;
        margin-right: 30px;
    }
    .hd-nav .li{
        cursor: pointer;
        padding-left: 20px;
    }
    .hd-nav .li:first-of-type{
        padding-left: 0;
    }
    .hd-nav .li a{
        display: block;
    }
    .hd-nav .li p{
        letter-spacing: 0.05em;
        line-height: 1;
    }
    .hd-btn{
        width: 220px;
        background-color: #859f0b;
        border-radius: 30px;
        margin-left: 20px;
    }
    .hd-btn a{
        display: block;
        text-align: center;
    }
    .hd-btn p{
        display: inline;
        font-weight: 500;
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        color: #fff;
        line-height: 60px;
        padding-left: 30px;
        position: relative;
    }
    .hd-btn p:before{
        content: '';
        background: no-repeat center center / contain;
        background-image: url(/system_panel/uploads/images/icon_reserve.png);
        width: 20px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media screen and (min-width: 1230px){
    .hd-inr{
    }
}
@media screen and (min-width: 1440px){
    .header{
        width: 360px;
        height: 90svh;
        overflow-x: hidden;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        background-color:transparent;
        box-shadow: none;
    }
    .header::-webkit-scrollbar{
        display: none;
    }
    .hd-inr{
        padding: 0;
    }
    .hd-inr__cont{
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
        min-height: 90svh;
        padding: 60px 0 60px 60px;
    }
    .hd-logo{
        width: auto;
        padding: 0;
        text-align: center;
    }
    .hd-right{
        display: block;
        margin: 0;
    }
    .hd-nav{
        height: auto;
        margin: 0;
    }
    .hd-nav .li{
        padding: 0;
        margin-bottom: 30px;
    }
    .hd-nav .li:last-of-type{
        margin-bottom: 0;
    }
}

/*---------- ハンバーガーメニュー ----------*/
.bg-hum-blue{
    background-color: #f99103;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
.gjs-dashed .navbar{
    background-color: #fff;
    overflow: scroll;
    height: 100vh;
}
.hd-sp-menu{
    max-width: 500px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    transition: all .3s, background-color .5s;
}
.hd-sp-menu.open{
    overflow: scroll;
    max-width: 500px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
}
.gjs-dashed .hd-sp-menu{
    max-width: 500px;
    width: 100%;
    top: 0;
    transform: translateY(0);
}
.navbar{
    background: transparent;
    max-width: 500px;
    width: 100%;
    padding: 22.5px 10px;
    margin-left: auto;
}
.navbar.open{
}
.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0px;
    width: 20px;
    height: 15px;
    margin: auto;
    margin-right: 5px;
    box-sizing: border-box;
    position: relative;
}

.navbar-dark .navbar-toggler-icon {
    background-image:none;
    background-color: var(--mc);
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    transition: ease .5s;
}

.navbar-toggler-icon:nth-of-type(1) {
    top: 0px;
}

.navbar-toggler-icon:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggler-icon:nth-of-type(3) {
    bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-color: var(--mc);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:8px;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top: 8px;
    transform: rotate(-45deg);
}
button:focus{
    outline: none;
}
.navbar-collapse{
    padding-top: 30px;
}
.navbar-collapse.show{
}
.navbar-nav{
    margin-bottom: 30px;
}
.nav-item{
    padding: 0 15px;
    border-bottom: solid 1px var(--mc);
}
.nav-item:first-of-type{
    border-top: solid 1px var(--mc);
}
.nav-item p{
    letter-spacing: 0.025em;
    line-height: 3;
}
.hd-btn-sp{
    background-color: #000;
    border-radius: 35px;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.hd-btn-sp a{
    display: block;
    text-align: center;
}
.hd-btn-sp p{
    display: inline;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 80px;
    padding-left: 35px;
    position: relative;
}
.hd-btn-sp p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail.png);
    width: 22px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sp-nav__info{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_ft01.jpg);
    padding: 40px 10px;
    margin: 0 -10px -22.5px;
}
.sp-nav__info__ttl{
    text-align: center;
    margin-bottom: 40px;
}
.sp-nav__info__ttl__en{
    font-family: "Zen Old Mincho", serif;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1;
}
.sp-nav__info__ttl__jp{
    font-family: "Shippori Mincho B1", serif;
    font-size: 4rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.sp-nav__info__txt{
    color: #fff;
    margin-bottom: 40px;
}
.sp-nav__info__btn__item{
    max-width: 320px;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 auto 30px;
}
.sp-nav__info__btn__item:last-of-type{
    margin-bottom: 0;
}
.sp-nav__info__btn__item--phone{
    text-align: center;
}
.sp-nav__info__btn__item a{
    display: block;
    text-align: center;
}
.sp-nav__info__btn__item--phone a{
    display: inline;
    text-align: left;
}
.sp-nav__info__btn__item p{
    display: inline;
    font-family: "Shippori Mincho B1", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 4.17;
    padding-left: 50px;
    position: relative;
}
.sp-nav__info__btn__item--line p,
.sp-nav__info__btn__item--phone p,
.sp-nav__info__btn__item--mail p{
    padding-left: 50px;
}
.sp-nav__info__btn__item p:before{
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sp-nav__info__btn__item--line p:before{
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_line01.png);
}
.sp-nav__info__btn__item--phone p:before{
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone01.png);
}
.sp-nav__info__btn__item--mail p:before{
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail01.png);
}
@media screen and (min-width: 768px){
    .navbar{
        padding: 30px 15px;
    }
    .navbar-dark .navbar-toggler{
        width: 40px;
        height: 30px;
        margin-right: 10px;
    }
    .navbar-dark .navbar-toggler-icon{
        width: 100%;
        height: 1px;
    }
    .navbar-collapse.show{
        height: auto;
    }
    .bg-hum-blue{
        width: 90px;
        height: 90px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1){
        top: 13px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3){
        top: 13px;
    }
    .sp-nav__info{
        padding: 50px 15px;
        margin: 0 -15px -30px;
    }
}
@media screen and (min-width: 1080px){
    .bg-hum-blue{
        display: none;
    }
}

/*	フッター共通コンテンツ
---------------------------------*/
.ft-contact{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_ft01.jpg);
    padding: 100px 0;
}
.ft-contact__txt{
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-bottom: 80px;
}
.ft-contact__btn--item{
    max-width: 380px;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 auto 20px;
}
.ft-contact__btn--item:last-of-type{
    margin-bottom: 0;
}
.ft-contact__btn--item.phone{
    text-align: center;
}
.ft-contact__btn--item a{
    display: block;
    text-align: center;
}
.ft-contact__btn--item.phone a{
    display: inline;
    text-align: left;
}
.ft-contact__btn--item p{
    display: inline;
    font-family: "Shippori Mincho B1", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 4.17;
    padding-left: 50px;
    position: relative;
}
.ft-contact__btn--item p:before{
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ft-contact__btn--item.line p:before{
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_line01.png);
}
.ft-contact__btn--item.phone p:before{
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone01.png);
}
.ft-contact__btn--item.mail p:before{
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail01.png);
}
@media screen and (min-width:768px){
    .ft-contact{
        padding: 160px 0;
    }
    .ft-contact__txt{
        font-size: min(2.2vw, 1.8rem);
        text-align: center;
        margin-bottom: 120px;
    }
    .ft-contact__btn--item p{
        font-size: 2.4rem;
    }
}
@media screen and (min-width:1024px){
    .ft-contact__btn{
        display: flex;
        justify-content: center;
        gap: 30px;
    }
    .ft-contact__btn--item{
        margin: 0;
    }
}
@media screen and (min-width:1080px){
}

/*	フッター
---------------------------------*/
.ft-cont{
    position: relative;
    z-index: 1;
}
.ft-cont__inr{
    padding-top: 60px;
}
.ft-cont__inr__info{
    text-align: center;
    padding-bottom: 40px;
}
.ft-cont__inr__info__ttl{
    margin-bottom: 30px;
}
.ft-cont__inr__info__sns{
    margin-bottom: 20px;
}
.ft-cont__inr__info__add{
    font-weight: 500;
    letter-spacing: 0.05em;
}
.ft-cont__inr__info__add strong{
    font-weight: 500;
}
.ft-cont__map{
}
.ft-copy{
    background-color: var(--mc);
    padding: 20px 15px;
}
@media screen and (min-width:768px){
    .ft-cont{
    }
    .ft-cont__inr{
    }
    .ft-cont__inr__info__ttl{
        margin-bottom: 50px;
    }
    .ft-cont__inr__info__add strong br{
        display: none;
    }
    .ft-copy{
        padding: 30px 15px;
    }
}
@media screen and (min-width:1024px){
    .ft-cont{
        min-height: min(33.3vw, 640px);
        padding: min(5vw, 80px) 0 30px;
    }
    .ft-cont__inr{
        max-width: 500px;
        width: 50%;
        padding-top: 0;
    }
    .ft-cont__inr__info{
        text-align: left;
        padding: 0;
        margin: 0;
    }
    .ft-cont__map{
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media screen and (min-width:1440px){
    .ft-cont__inr__info{
        width: calc(50vw - 390px);
    }
}

/*	マップ
---------------------------------*/
.access-map{
    width: 100%;
    height: 250px;
}
.access-map iframe{
    width: 100%;
    height: 250px;
}
@media screen and (min-width:768px){
    .access-map{
        height: 400px;
    }
    .access-map iframe{
        height: 400px;
    }
}
@media screen and (min-width:1024px){
    .access-map{
        height: 100%;
    }
    .access-map iframe{
        height: 100%;
    }
}

/*	ページトップへ戻るボタン
---------------------------------*/
.btn-pagetop {
    width: 50px;
    cursor: pointer;
}
@media screen and (max-width:1023px){
    .btn-pagetop{
        display: none !important;
    }
}
.pagetop-sp{
    display: block;
}
.pagetop-sp a {
    display: block;
    height: 67.5px;
    background-color: #000;
    text-align: center;
    position: relative;
}
.pagetop-sp a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
}
.pagetop-sp a div:before {
    content: '';
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
}
@media screen and (min-width:1024px) {
    .pagetop-sp {
        display: none;
    }
}

/*コピーライト（ｐタグ）*/
.copyright {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}
@media screen and (min-width:768px) {
    .copyright {
        font-size: 1.2rem;
    }
}
@media screen and (min-width:1024px){
    .copyright {
    }
}

/*	メイン画像
---------------------------------*/
.top-mv{
    position: relative;
}
.main-img-otr{
    width: 80%;
    margin-left: auto;
    position: relative;
}
.main-img{
    max-height: 800px;
    height: 55vh;
}
.main-img.ojf:before{
    content: none;
}
.main-img img{
    border-radius: 0 0 0 200px;
}
.main-catch{
    max-width: 250px;
    width: 50%;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translate(0, -50%);
}
.top-drone__icon{
    max-width: 220px;
    width: 35%;
    position: absolute;
    bottom: 10%;
    left: 15px;
}
@media screen and (min-width:768px){
    .top-mv{
    }
    .main-img-otr{
    }
    .main-img{
        max-height: 900px;
        height: 70vh;
    }
    .main-catch{
        max-width: 350px;
    }
    .top-drone__icon{
        max-width: max-content;
        width: 30%;
    }
}
@media screen and (min-width:1024px){
    .main-img{
        max-height: 900px;
        height: 65vw;
    }
}
@media screen and (min-width:1440px){
    .top-mv{
        margin-left: clamp(300px, calc((100% - 1200px) / 2), 360px);
    }
    .main-img-otr{
        width: 88%;
    }
    .main-img{
        max-height: 1080px;
        height: min(70vw, 95vh);
    }
    .main-catch{
        max-width: max-content;
        top: 35%;
        left: -45px;
    }
    .top-drone__icon{
        left: max(-5vw, -80px);
    }
}

/*	追従ボタン
---------------------------------*/
.reserve__btn__wrap{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
}
.gjs-dashed .reserve__btn__wrap{
    z-index: 1000;
}
.reserve__btn__wrap__item{
    width: 100%;
    background-color: #5B3621;
    border-radius: 3px;
    text-align: center;
}
.reserve__btn__wrap__item__a{
    display: block;
    padding: 0 15px;
}
.reserve__btn__wrap__item__a__p{
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 60px;
}
@media screen and (min-width:768px){
    .reserve__btn__wrap{
        width: auto;
        top: 50%;
        bottom: auto;
        left: 0;
        right: auto;
        transform: translateY(-50%);
    }
    .reserve__btn__wrap__item{
    }
    .reserve__btn__wrap__item__a{
        padding: 20px 0;
    }
    .reserve__btn__wrap__item__a__p{
        width: 75px;
        min-height: 200px;
        font-size: 2.4rem;
        line-height: 75px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1080px){
}

/*	スクロールバー
---------------------------------*/
.scrolldown{
    height: 150px;
    position:absolute;
    left: 1.5%;
    bottom: 0;
    transform: translateY(50%);
}
.scrolldown__p{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
    letter-spacing: 0.075em;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 10px;
}
.scrolldown::before{
    content: "";
    background: #dadada;
    width: 1px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
}
.scrolldown::after{
    content: "";
    background: #051c36;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 50px;
    animation: pathmove 2.5s ease-in-out infinite;
}
@keyframes pathmove{
    0%{
    }
    100%{
        transform: translateY(200%);
    }
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
    .scrolldown{
        height: 240px;
        bottom: 50px;
        left: 15px;
    }
    .scrolldown::before{
        height: 240px;
    }
    .scrolldown::after{
        height: 80px;
    }
}
@media screen and (min-width:1230px){
    .scrolldown{
        left: min(calc((100% - 1200px) / 2), 120px);
    }
}

/*	トップページ
---------------------------------*/
.contents-wrap{
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
@media screen and (min-width: 1440px) {
    .contents-wrap {
        margin-left: 360px;
    }
}

.por{
    position: relative;
}
.bg-blue{
    background: repeat-y center center / cover;
    background-image: url(/system_panel/uploads/images/bg_blue01.jpg);
}
.top-overflow{
    overflow: hidden;
}
.top-ttl{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.top-ttl__jp{
    font-weight: 500;
}
.top-ttl__en{
    font-family: "Zen Antique", serif;
    font-size: 6rem;
    line-height: 1;
    background: linear-gradient(to bottom, var(--sc), var(--mc));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 20px;
}
.top-ttl__en.top-ttl__en--small{
    font-size: min(10vw, 6rem);
}
.top-ttl.right{
    text-align: right;
}
.top-ttl.white .top-ttl__en{
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: white;
    color: #fff;
}
.top-ttl.white .top-ttl__jp{
    color: #fff;
}
.top-ttl.mb0{
    margin-bottom: 0;
}
.top-farmer{
    padding: 100px 0;
}
.top-farmer__ttl{
    margin-bottom: 40px;
}
.top-farmer__img{
    max-width: 920px;
    width: 100%;
    margin: 0 0 30px auto;
}
.top-farmer__img--inr{
    margin-right: -15px;
}
.top-farmer__img--inr.ojf:before{
    padding-top: 69.57%;
}
.top-farmer__img--inr img{
    border-radius: 80px 0 0 80px;
}
.top-farmer__info--txt{
    font-weight: 500;
    margin-bottom: 30px;
}
.gjs-dashed .top-slider__item{
    max-width: 320px;
}
.top-slider__item{
    margin: 0 20px;
}
.top-slider__img{
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 80px;
}
.top-slider__img img{
    border-radius: 80px;
}
.top-customer{
    padding-top: 100px;
}
.top-customer__ttl{
    margin-bottom: 40px;
}
.top-customer__img{
    max-width: 920px;
    width: 100%;
    margin: 0 0 30px auto;
}
.top-customer__img--inr{
    margin-left: -15px;
}
.top-customer__img--inr.ojf:before{
    padding-top: 69.57%;
}
.top-customer__img--inr img{
    border-radius: 0 80px 80px 0;
}
.top-customer__info--txt{
    font-weight: 500;
    margin-bottom: 30px;
}
.top-company{
    padding-top: 100px;
}
.top-company__img{
    margin-bottom: 60px;
}
.top-company__img img{
    border-radius: 40px;
}
.top-company__ttl{
    margin-bottom: 60px;
}
.top-company__desc{
    font-weight: 500;
    margin-bottom: 40px;
}
.top-news{
    padding: 100px 0;
    position: relative;
}
.top-news__cont{
    margin-bottom: 60px;
}
.top-news__cont .webgene-item{
    border-top: solid 1px #B5B5B6;
    padding: 20px 0;
    cursor: pointer;
}
.top-news__cont .webgene-item:last-of-type{
    border-bottom: solid 1px #B5B5B6;
}
.top-news__cont .webgene-item .blog-item{
    padding-right: 40px;
    position: relative;
}
.top-news__cont .webgene-item .blog-item:before,
.top-news__cont .webgene-item .blog-item:after{
    content: "";
    background-color: var(--mc);
    position: absolute;
}
.top-news__cont .webgene-item .blog-item:before{
    width: 30px;
    height: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.top-news__cont .webgene-item .blog-item:after{
    content: "";
    width: 1px;
    height: 30px;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
    transition: all .3s;
}
.top-news__cont .webgene-item.is-active .blog-item:after{
    transform: translate(-50%, -50%) rotate(-90deg);
}
.top-news__cont .webgene-item .blogdate{
    font-weight: 700;
    color: var(--mc);
}
.top-news__cont .webgene-item .blog-item__cate{
    margin-left: 40px;
}
.top-news__cont .webgene-item .blogcate{
    min-width: 120px;
    background-color: var(--mc);
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    line-height: 2;
    text-align: center;
    padding: 0 10px;
}
.top-news__cont .webgene-item .blogttl{
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 5px;
}
.top-news__cont .webgene-item .blogcont{
    display: none;
    font-size: 1.6rem;
    padding-top: 20px;
    padding-right: 40px;
}
.blogcont .post-photo{
    text-align: center;
    margin-bottom: 25px;
}
.top-news__icon{
    max-width: max-content;
    width: 40%;
    position: absolute;
    top: 30px;
    right: 10px;
}
@media screen and (min-width:768px){
    .top-ttl{
        margin-bottom: 80px;
    }
    .top-ttl__en{
        font-size: 8.8rem;
    }
    .top-ttl__en.top-ttl__en--small{
        font-size: 8.8rem;
    }
    .top-farmer{
        padding: 160px 0;
    }
    .top-farmer__ttl{
        margin-bottom: 80px;
    }
    .top-farmer__ttl.ttl-cmn01{
        font-size: min(4.5vw, 4rem);
    }
    .top-farmer__info--txt{
        margin-bottom: 60px;
    }
    .top-customer{
        padding-top: 160px;
    }
    .top-customer__ttl{
        margin-bottom: 80px;
    }
    .top-customer__ttl.ttl-cmn01{
        font-size: min(4.5vw, 4rem);
    }
    .top-customer__ttl br{
        display: none;
    }
    .top-customer__info--txt{
        margin-bottom: 60px;
    }
    .top-company{
        padding-top: 160px;
    }
    .top-company__img{
        margin-bottom: 80px;
    }
    .top-company__img img{
        border-radius: 80px;
    }
    .top-company__ttl{
        margin-bottom: 80px;
    }
    .top-company__ttl br{
        display: none;
    }
    .top-news{
        padding: 160px 0;
    }
    .top-news__cont{
        margin-bottom: 80px;
    }
    .top-news__cont .webgene-item{
        padding: 30px 0;
    }
    .top-news__cont .webgene-item .blog-item{
        padding-right: 60px;
    }
    .top-news__cont .webgene-item .blog-item:before{
        width: 40px;
    }
    .top-news__cont .webgene-item .blog-item:after{
        height: 40px;
        right: 20px;
    }
    .top-news__cont .webgene-item .blogttl{
        font-size: 2rem;
    }
    .top-news__cont .webgene-item .blogcate{
        font-size: 1.6rem;
    }
    .top-news__cont .webgene-item .blogcont{
        font-size: 1.8rem;
        padding-top: 40px;
        padding-right: 60px;
    }
}
@media screen and (min-width:1024px){
    .top-farmer__cont{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr min(50%, 560px);
        grid-template-areas:
        "top-farmer__cont--txt  top-farmer__cont--txt"
        "top-farmer__cont--info top-farmer__cont--img";
        gap: 80px;
    }
    .top-farmer__ttl{
        grid-area: top-farmer__cont--txt;
        margin: 0;
    }
    .top-farmer__img{
        grid-area: top-farmer__cont--img;
        margin: 0;
    }
    .top-farmer__info{
        grid-area: top-farmer__cont--info;
    }
    .top-farmer__info--btn.btn-cmn01{
        margin-left: 0;
    }
    .top-customer__cont{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: min(50%, 560px) 1fr;
        grid-template-areas:
        "top-customer__cont--img top-customer__cont--txt"
        "top-customer__cont--img top-customer__cont--info";
        gap: 80px;
    }
    .top-customer__ttl{
        grid-area: top-customer__cont--txt;
        margin: 0;
    }
    .top-customer__ttl br{
        display: block;
    }
    .top-customer__img{
        grid-area: top-customer__cont--img;
        margin: 0;
    }
    .top-customer__info{
        grid-area: top-customer__cont--info;
    }
    .top-customer__info--btn.btn-cmn01{
        margin-left: 0;
    }
    .top-company__cont{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: auto;
        grid-template-areas:
        "top-company__cont--ttl top-company__cont--desc"
        "top-company__cont--btn top-company__cont--desc";
        gap: 0 80px;
    }
    .top-company__ttl{
        grid-area: top-company__cont--ttl;
    }
    .top-company__ttl br{
        display: block;
    }
    .top-company__desc{
        grid-area: top-company__cont--desc;
        margin: 0;
    }
    .top-company__btn{
        grid-area: top-company__cont--btn;
    }
    .top-company__btn .btn-cmn01{
        margin-left: 0;
    }
    .top-news__icon{
        top: 50px;
    }
    .blogcont .post-photo{
        margin-bottom: 60px;
    }
}
@media screen and (min-width:1230px){
    .top-farmer__img--inr{
        margin-right: calc((1200px - 100vw) / 2);
    }
    .top-customer__img--inr{
        margin-left: calc((1200px - 100vw) / 2);
    }
}
@media screen and (min-width:1440px){
    .top-farmer__img--inr{
        margin-right: -15px;
    }
    .top-customer__img--inr{
        margin-left: -15px;
    }
}
@media screen and (min-width:1590px){
    .top-farmer__img--inr{
        margin-right: max(calc(1575px - 100vw), -360px);
    }
    .top-customer__img--inr{
        margin-left: max(calc(1545px - 100vw), -375px);
    }
    .top-customer__ttl br{
        display: none;
    }
    .top-company__cont{
        grid-template-columns: 50% 1fr;
    }
    .top-company__ttl br{
        display: none;
    }
    .top-news__icon{
        right: calc((100vw - 1200px) / 2);
        transform: translateX(50%);
    }
}

/*	下層ヘッダー
---------------------------------*/
.subhd{
    position: relative;
}
.subhd__img{
    max-height: 300px;
    width: 80%;
    height: 120vw;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.subhd__img.ojf:before{
    content: none;
}
.subhd__img img{
    border-radius: 0 0 0 min(15vw, 200px);
}
.subhd-ttl{
    max-width: calc(100vw - 30px);
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 1;
}

.subttl__en{
    position: relative;
    font-family: "Zen Antique", serif;
    font-size: 6rem;
    letter-spacing: 0.05em;
    line-height: 1;
    background: linear-gradient(to bottom, var(--sc), var(--mc));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 20px;
    overflow: hidden;
}
.subttl__en::before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/system_panel/uploads/images/img_companyTop_bg01.png");
}
.subhd__icon{
    width: 250px;
    position: absolute;
    top: 20px;
    left: 0;
}
@media screen and (min-width:768px){
    .subhd{
    }
    .subhd__img{
        max-height: 520px;
        height: 90vw;
    }
    .subhd-ttl{
    }
    .subttl__en{
        font-size: 8.8rem;
    }
    .subhd__icon{
        width: auto;
        top: 0;
        left: 30px;
    }
}
@media screen and (min-width:1024px){
    .subhd{
    }
    .subhd__img{
        max-height: 760px;
    }
    .subhd-ttl{
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
@media screen and (min-width:1440px){
    .subhd{
        margin-left: 360px;
    }
    .subhd__icon{
        left: -300px;
    }
}


/*	共通コンテンツ
---------------------------------*/
.cmn-catch{
    padding-top: 100px;
}
.cmn-catch--type02{
    padding: 100px 0;
}
.cmn-catch__ttl{
    margin-bottom: 40px;
}
.cmn-catch__img{
    max-width: 920px;
    width: 100%;
    margin: 0 0 30px auto;
}
.cmn-catch__img--inr{
    margin-right: -15px;
}
.cmn-catch__img--inr.ojf:before{
    padding-top: 69.57%;
}
.cmn-catch__img--inr img{
    border-radius: 80px 0 0 80px;
}
.cmn-catch__info--txt{
    font-weight: 500;
}
.cmn-catch__info--icon{
    margin-top: 30px;
    text-align: center;
}
@media screen and (min-width:768px){
    .cmn-catch{
        padding-top: 160px;
    }
    .cmn-catch--type02{
        padding: 160px 0;
    }
    .cmn-catch__ttl{
        margin-bottom: 80px;
    }
    .cmn-catch__ttl.ttl-cmn01{
        font-size: min(4.5vw, 4rem);
    }
    .cmn-catch__info--icon{
        margin-top: 60px;
    }
}
@media screen and (min-width:1024px){
    .cmn-catch__cont{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr min(50%, 560px);
        grid-template-areas:
        "top-farmer__cont--txt  top-farmer__cont--txt"
        "top-farmer__cont--info top-farmer__cont--img";
        gap: 80px;
    }
    .cmn-catch__ttl{
        grid-area: top-farmer__cont--txt;
        margin: 0;
    }
    .cmn-catch__img{
        grid-area: top-farmer__cont--img;
        margin: 0;
    }
    .cmn-catch__info{
        grid-area: top-farmer__cont--info;
    }
    .cmn-catch__info--btn.btn-cmn01{
        margin-left: 0;
    }
    .cmn-catch__info--icon{
        text-align: left;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
    .cmn-catch__img--inr{
        margin-right: calc((1200px - 100vw) / 2);
    }
}
@media screen and (min-width:1440px){
    .cmn-catch__img--inr{
        margin-right: -15px;
    }
}
@media screen and (min-width:1590px){
    .cmn-catch__img--inr{
        margin-right: max(calc(1575px - 100vw), -360px);
    }
}

/*	農家の皆さま
---------------------------------*/
.farming-worry{
    padding: 100px 0;
}
.farming-worry__cont{
    background: repeat-y center center / cover;
    background-image: url(/system_panel/uploads/images/bg_farming_worry01);
    border: solid 1px var(--mc);
    border-radius: 40px;
    padding: 50px 15px;
}
.farming-worry__ttl{
    text-align: center;
    margin-bottom: 40px;
}
.farming-worry__ttl.ttl-cmn01{
    font-weight: 900;
}
.farming-worry__icon{
    max-width: max-content;
    width: 50%;
    margin: 0 auto 40px;
}
.farming-worry__info__txt{
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 5px;
    position: relative;
}
.farming-worry__info__txt:last-of-type{
    margin-bottom: 0;
}
.farming-worry__info__txt:before{
    content: "";
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_check01.png);
    width: 25px;
    height: 21.43px;
    position: absolute;
    top: 7px;
    left: 0;
}
.farming-commit{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_farming_worry02.jpg);
    padding: 100px 0 60px;
    position: relative;
}
.farming-commit__txt--01,
.farming-commit__txt--02{
    font-weight: 900;
    color: #fff;
    text-align: center;
}
.farming-commit__txt--01{
    font-family: 'Zen Old Mincho', serif;
    font-size: 3rem;
}
.farming-commit__txt--01 strong{
    font-size: 4rem;
    font-weight: 900;
}
.farming-commit__txt--02{
    font-family: 'Zen Old Mincho', serif;
    font-size: 3rem;
}
.farming-commit__txt--02 strong{
    font-family: "Zen Antique", serif;
    font-weight: 500;
    padding: 0 15px;
    margin-right: 15px;
    position: relative;
    z-index: 1;

    background: linear-gradient(to bottom right, #EBDFBE, #76705F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.farming-commit__txt--02 strong:before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.farming-commit__icon{
    max-width: max-content;
    width: 40%;
    position: absolute;
    top: 30px;
    right: 10px;
}
.farming-commit__desc{
    text-align: center;
}
.farming-commit__desc--img{
    max-width: max-content;
    width: 70%;
    margin: 0 auto 5px;
}
@media screen and (min-width:768px){
    .farming-worry{
        padding: 160px 0;
    }
    .farming-worry__cont{
        border-radius: 90px;
        padding: 80px 15px;
    }
    .farming-worry__ttl{
        margin-bottom: 80px;
    }
    .farming-worry__item{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0 min(10%, 120px);
    }
    .farming-worry__icon{
        flex: 1;
        width: auto;
        margin: 0;
    }
    .farming-worry__info{
        width: 400px;
    }
    .farming-worry__info__txt{
        font-size: 2rem;
        padding-left: 55px;
        margin-bottom: 20px;
    }
    .farming-worry__info__txt:before{
        width: 35px;
        height: 30px;
    }
    .farming-commit{
        padding: 120px 0 100px;
    }
    .farming-commit__txt--01{
        font-size: 4.8rem;
    }
    .farming-commit__txt--01 strong{
        font-size: 6.4rem;
    }
    .farming-commit__txt--02{
        font-size: min(6.5vw, 5.6rem);
    }
    .farming-commit__desc{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .farming-commit__desc--img{
        margin: 0 15px 0 0;
    }
}
@media screen and (min-width:1024px){
    .farming-worry__info{
        width: 450px;
    }
    .farming-commit__icon{
        top: 50px;
    }
}
@media screen and (min-width:1590px){
    .farming-commit__icon{
        right: calc((100vw - 1200px) / 2);
        transform: translateX(50%);
    }
}
/*	会社情報
---------------------------------*/
.section-catch{
    padding-bottom: 100px;
}
.catch-greeting{
    font-size: min(6vw,3rem);
}
.section-message{
    padding: 60px 0;
    background: linear-gradient(to bottom, #3C9340, #26B7BC);
}
.message-img{
    text-align: center;
    margin-bottom: 40px;
}
.message-img img{
    border-radius: 80px;
}
.message-title{
    margin-bottom: 30px;
    font-family: 'Zen Old Mincho', serif;
    font-size: 3.0rem;
    font-weight: 700;
    color: #fff;
}
.message-text{
    color: #fff;
}

@media screen and (min-width:768px){

}
@media screen and (min-width:1024px){
    .section-catch{
        padding-bottom: 160px;
    }
    .section-message{
        padding: 120px 0;
    }
    .message-flexBox{
        display: flex;
        gap: 80px;
    }
    .message-img{
        margin-bottom: 0px;
        flex: 1;
    }
    .message-textBox{
        width: 50%;
        padding-top: 15px;
    }
    .message-title{
        margin-bottom: 60px;
        font-size: 3.0rem;
    }
}
@media screen and (min-width:1590px){

}
.section-recruit{
    padding: 80px 0;
}
.recruit-wrap{
    position: relative;
    padding: 40px 0;
    border: solid 1px var(--mc);
    border-radius: 40px;
    background-color: #fff;
}
.recruit-textBox{
    width: 80%;
    margin: 0 auto;
}
.recruit-head{
    margin-bottom: 60px;
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
    font-size: 2.4rem;
    font-weight: 800;
    color: #26B7BC;
}
.recruit-text{
    font-weight: 500;
}
.recruit-icon01{
    position: absolute;
    left: 15%;
    top: 20%;
    opacity: 30%;
}
.recruit-icon02{
    position: absolute;
    left: 5%;
    top: 40%;
    opacity: 30%;
}
.recruit-icon03{
    position: absolute;
    left: 10%;
    bottom: 40px;
    opacity: 30%;
}
.recruit-icon04{
    position: absolute;
    bottom: 40px;
    right: 5%;
    opacity: 30%;
}
@media screen and (min-width:768px){
    .recruit-text{
        text-align: center;
    }
}
@media screen and (min-width:1024px){
    .section-recruit{
        padding: 160px 0;
    }
    .recruit-wrap{
        padding: 80px 0;
        border-radius: 90px;
    }
    .recruit-head{
        font-size: 3.2rem;
    }
    .recruit-icon01{
        top: 40%;
        opacity: 1;
    }
    .recruit-icon02{
        top: 55%;
        opacity: 1;
    }
    .recruit-icon03{
        bottom: 80px;
        opacity: 1;
    }
    .recruit-icon04{
        bottom: 80px;
        opacity: 1;
    }
}
@media screen and (min-width:1590px){

}

.section-info{
    padding-bottom: 100px;
}
.info-table{
    margin-bottom: 40px;
}
.info-tableRow{
    border-top: solid 1px #C3C3C3;
    padding: 20px 0;
}
.info-tableRow:last-child{
    border-bottom: solid 1px #C3C3C3;
}
.info-tableTh p{
    font-family: 'Zen Old Mincho', serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #26B7BC;
}
.info-tableTd p{
    font-weight: 500;
}
.googlemap{
    height: 400px;
}
.googlemap iframe{
    width: 100%;
    height: 400px;
}
@media screen and (min-width:768px){

}
@media screen and (min-width:1024px){
    .section-info{
        padding-bottom: 160px;
    }
    .info-table{
        margin-bottom: 80px;
    }
    .info-tableRow{
        padding: 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
    }
    .info-tableTh {
        width: 330px;
        padding-left: 120px;
    }
    .info-tableTd{
        flex: 1;
    }
    .googlemap{
    height: 640px;
    }
    .googlemap iframe{
        width: 100%;
        height: 640px;
    }
}
@media screen and (min-width:1590px){

}

.section-contact{
    padding-bottom: 100px;
}
.contact-text{
    margin-bottom: 60px;
    text-align: center;
    font-weight: 500;
}
@media screen and (min-width:768px){

}
@media screen and (min-width:1024px){
    .section-contact{
        padding-bottom: 160px;
    }
    .contact-text{
        margin-bottom: 120px;
    }
}
@media screen and (min-width:1590px){

}

/*	新着情報
---------------------------------*/

.section-news{
    padding: 100px 0;
}
.section-news .top-news__cont{
    margin-bottom: 0;
}
@media screen and (min-width:768px){
    .section-news .top-news__cont{
        margin-bottom: 0;
    }
}
@media screen and (min-width:1024px){
    .section-news{
        padding: 200px 0;
    }
}
@media screen and (min-width:1590px){

}

/*	農作物
---------------------------------*/

.section-example{
    padding-top: 80px;
}
.example-flexBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.example-img{
    margin-bottom: 25px;
}
.example-img img{
    border-radius: 80px;
}
.example-name{
    font-size: 2.4rem;
    font-weight: 600;
    color: #26B7BC;
    text-align: center;
}
@media screen and (min-width:768px){

}
@media screen and (min-width:1024px){
    .section-example{
        padding-top: 160px;
    }
    .example-img{
        margin-bottom: 50px;
    }
    .example-flexBox{
        flex-wrap: nowrap;

    }
}
@media screen and (min-width:1590px){

}
.section-market{
    margin-top: 60px;
    padding: 60px 0;
    background-image: url("/system_panel/uploads/images/img_productsMarket_bg.jpg");
    background-size: cover;
}
.market-title{
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    font-size: 3.0rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
}
.market-img{
    text-align: center;
    margin-bottom: 40px;
}
.market-img img{
    border-radius: 80px;
}
.market-textBox{
    color: #fff;
}
@media screen and (min-width:768px){

}
@media screen and (min-width:1024px){
    .section-market{
        margin-top: 120px;
        padding: 120px 0;
    }
    .market-title{
        margin-bottom: 80px;
        font-size: 4.0rem;
    }
    .market-flexBox{
        display: flex;
        align-items: center;
        gap: 80px;
    }
    .market-img{
        margin-bottom: 0;
    }
}
@media screen and (min-width:1590px){

}