@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic&display=swap" rel="stylesheet');


html, body {
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
	font-weight: 500;
    line-height: 210%;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica", Arial, "メイリオ", Meiryo, sans-serif;
     -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
    background-color: #FFFFFF;
    color: #000000;
	text-align: left;
    overflow-x: hidden;
}

wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

a{
    text-decoration: none;
}

.pc-no {
    display: none;
}

.sp-no {
    display: inline;
}

section.ind-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

section.ind-sec .ind-wrap {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 0 30px;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: visible;
    background-color: #FFF;
    font-weight: 700;
    font-style: normal;
}

.l-header,
.p-header {
  width: 100%;
  overflow-x: hidden;
}

.l-header {
    display: block;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.p-header__inner {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0;
  background-color: #fff;
}

.p-header__title {
    margin: 0;
    width: 50%;
    max-width: 1365px;
    padding: 0;
    display: block;
}

.p-header__title_t{
    display: block;
    padding: 0 0 10px 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 130%;
}

.p-header__title a {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s 0s ease;
}

.p-header__title a:hover{
	opacity: 0.5;
}


.p-header__title a img {
    width: 45%;
	display: block;
    min-width: 300px;
}

.p-header__hamburger {
    display: none;
}

.p-nav__item {
    position: relative;
    width: 100%;
    transition: all 0.3s;
}

.p-nav__item.header_c{
    min-width: 100px;
    padding: 20px 5px 10px;
    color: #fff;
    background-color: #007753;
}

.p-nav__link {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #000;
    text-align: center;
    text-decoration: none;
}

.p-nav__link img{
    width: 40px;
}

.p-nav__link.header_c{
    font-size: 17px;
    color: #fff;
}

.header_menu{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.p-header__nav {
    font-size: 125%;
    width: 100%;
	max-width: 700px;
    font-weight: 600;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
.header_menu {
    width: 65%;
    display: flex;
    justify-content: flex-end;
}

.p-header__title {
    width: 30%;
}
    
.p-header__title_t{
    display: none;
}
    
.p-header__title a img {
    min-width: 250px;
}
    
.p-nav__item.header_c{
    padding: 5px 5px 0px;
}

.p-header__nav {
    font-size: 105%;
    width: 100%;
	max-width: 700px;
    font-weight: 600;
}
    
}


.p-nav__list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    list-style: none;
    background: #fff;
    padding-right: 0;
}

.p-nav__item:hover{
    opacity: 0.5;
}

.a_dream_farm{
    background-color: #FAF9F7;
}


h1{
    margin: 10px 0 0;
    display: block;
    position: relative;
    font-size: 230%;
    z-index: 50;
    line-height: 120%;
}

.wrap_about{
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0px;
    width: 90%;
    box-sizing: border-box;
}

.more_about{
    margin: 0 0 0 auto;
    width: 250px;
    display: block;
    position: relative;
    transition: all 0.3s;
}

.more_about:hover{
    opacity: 0.5;
}

h2{
    margin: -50px 0 0 50px;
    width: 200px;
    position: relative;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background-color: #007753;
    font-size: 180%;
    z-index: 50;
}

h3{
    font-size: 230%;
    color: #007753;
    border-bottom: solid 3px #007753;
    position: relative;
    line-height: 200%;
}

h3.business_title {
    width: 300px;
}

h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #d6ad00;
    bottom: -3px;
    width: 20%;
    max-width: 50px;
}

.about_title{
	margin: 0;
    font-family: "Lexend";
    font-size: 120%;
    font-weight: 700;
    color: #007753;
}

.about_title img{
    margin: 0 0 10px 5px;
    width: 20px;
}

.contact_b{
    transition: .4s ease-in-out;
}


/***MAIN***/

main {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}


.news_container{
    width: 95%;
    margin: 40px auto 70px;
}

.news_list a{
    display: flex;
    margin: 30px 0 10px;
    border-bottom: solid 1px;
    padding: 0 0 5px;
    color: #C9C9C9;
    transition: .4s ease-in-out;
}

.news_list a:hover{
    opacity: 0.5;
}

.date {
    margin: 0 20px;
    width: 35%;
    max-width: 140px;
    font-size: 100%;
    font-weight: 500;
    color: #007656;
}

.title {
    margin: 0 5px 0 0;
    color: #000;
    font-size: 110%;
}

.news_page_list {
    margin: 0 30px 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yazirusi {
    display: flex;
} 
.yazirusi::after {
    content: '';
    width: 40px;
    height: 6px;
    border-bottom: solid 1px;
    border-right: solid 2px;
    transform: skew(60deg);
    color: #d6ad00;
}

section.news {
    margin: 50px auto 0;
}

.more_about.news{
    margin: 0 auto 20px;
}

.contact_button {
    margin: 0 auto;
    width: 300px;
    padding: 30px 20px;
    font-size: 125%;
    color: #fff;
    background-color: #007753;
    display: flex;
    justify-content: center;
}

a .contact_button {
    transition: .4s ease-in-out;
}

a .contact_button:hover{
    opacity: 0.5;
}

.contact_button img{
    margin: 0 20px 0 0;
    width: 25%;
    max-width: 40px;
}



/***FOOTER***/

/*
.pagetop {
    width: 70px;
    position: fixed;
    right: 1%;
	bottom:140px;
    z-index: 999;
    line-height: 0%;
	cursor: pointer;
	transition: .4s ease-in-out;
}

.sticky {
    width: 70px;
    position: fixed;
    bottom: 50px;
    right: 1%;
    z-index: 999;
    transition: .4s ease-in-out;
    cursor: pointer;
}
*/

.pagetop {
    width: 5%;
    max-width: 60px;
    position: fixed;
    right: 1%;
/*    bottom:400px;*/
    bottom: 30%;
    z-index: 10;
    line-height: 0%;
    opacity: 1.0;
	cursor: pointer;
    transition: all 0.3s;
}

.pagetop:hover {
    opacity: 0.5;
}

.sticky {
	position: fixed;
    bottom: 10px;
}



.footer {
    width: 100%;
    padding: 80px 0 0;
    position: relative;
    overflow: visible;
}

#drone {
    position: absolute;
    margin: -200px 0 0;
    width: 120px;
    animation: drone 10s ease-in-out infinite alternate;
}

.a_dream_farm.contact{
    padding: 0 0 130px;
    text-align: center;
}

.a_dream_farm.contact .a_dream_caption{
    margin: 30px auto;
}



@keyframes drone {
from {
    margin-left:20%;
}

to {
    margin-left:70%;
}

}

.ine_line{
    margin: -130px 0;
    position: absolute;
}

.footer_info{
    margin: 0 auto 0;
    max-width: 1200px;
    padding: 30px 50px 0;
}

.footer_info img{
    width: 300px;
}

.footer_about{
    margin: 10px 0 0;
    position: relative;
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 140%;
}

.footer_adress{
    margin: 5px 0 0;
    position: relative;
    text-align: left;
    font-weight: 400;
    font-size: 80%;
    line-height: 150%;
}

.tel-number a {
    color:#000;
    text-decoration:none;
    }

footer small{
    margin: 30px auto 10px;
    max-width: 1200px;
    display: block;
    text-align: right;
    position: relative;
    padding: 0 50px 0 0;
    color: #007753;
}




