@charset "utf-8";
/* toppage */
#mv {
  padding-top: 0;
  height: 690px;
  width: 100%;
  background: url("../images/mv.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 5%;
  font-size: 6.0rem;
  font-size: clamp(30px, 4.2vw, 60px);
  letter-spacing: 5px;
  color: #fff;
}
#mv h1 {
  max-width: 25%;
}
section {
  padding-top: 150px;
  position: relative;
}
.Section01__Wrap {
  background: url("../images/bk01.png") no-repeat left top 150px;
  background-size: 72% auto;
}
.Section02__Wrap {
  background: url("../images/bk02.png") no-repeat right top 150px;
  background-size: 72% auto;
}
.Layout__01__Items {
  display: flex;
  justify-content: space-between;
  width: 50%;
  min-height: 390px;
}
.Layout__01__Items.Right {
  margin-left: 50%
}
.Layout__01__Ttl {
  writing-mode: vertical-lr;
  font-size: 5.4rem;
  letter-spacing: 5px;
  line-height: 1;
  width: 100px;
}
.Layout__01__Ttl.Line2 {
  margin-right: -25px;
  line-height: 1.2;
}
.Layout__01__Text {
  width: calc(100% - 100px);
  line-height: 2;
  display: flex;
  flex-direction: column;
}
.Layout__01__Text div.Link__01:last-child {
  margin-top: auto;
}
.Pic__Col3__Items {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.Pic__Col3__Item {
  width: 30%;
}
.Link__01 {
  margin-top: 35px;
  text-align: right;
}
.Link__01 a {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  padding-right: 25px;
  min-width: 210px;
  text-align: left;
  background: url("../images/arrow__r__blk.svg") no-repeat right center;
  background-size: 5px auto;
}
.Layout__01__Pic {
  position: absolute;
  top: 150px;
  width: 45%;
  height: 390px;
}
.Layout__01__Pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.Layout__01__Pic.Right {
  right: 0;
}
.Layout__01__Pic.Left {
  left: 0;
}
@media screen and (max-width:768px) {
  #mv {
    height: 500px;
    flex-wrap: wrap;
    flex-direction: column;
    grid-row-gap: 20px;
    text-align: center;
    font-size: 3.0rem;
    letter-spacing: 3px;
  }
  #mv h1 {
    max-width: 50%;
  }
  section {
    padding-top: 60px;
  }
  .Section01__Wrap {
    /*background: url("../images/bk01.png") no-repeat left top 60px;
    background-size: 90% auto;
	      padding-top: 100px;*/
    background: none;
    position: relative;
  }
  .Section02__Wrap {
    /*background: url("../images/bk02.png") no-repeat right top 60px;
    background-size: 90% auto;
    padding-top: 100px;*/
    background: none;
    position: relative;
  }
  .Layout__01__Items {
    flex-wrap: wrap;
    width: 100%;
    min-height: inherit;
  }
  .Layout__01__Items::before {
    background: url(../images/bk.jpg) repeat;
    content: '';
    width: 80vw;
    height: 60%;
    position: absolute;
    left: 0px;
    top: 100px;
    z-index: -1;
  }
  .Layout__01__Items.Right::before {
    left: inherit;
    right: 0;
  }
  .Layout__01__Items.Right {
    margin-left: 0
  }
  .Layout__01__Ttl {
    writing-mode: vertical-lr;
    font-size: 3.0rem;
    width: 45px;
  }
  .Layout__01__Ttl.Line2 {
    margin-right: 0;
    width: 85px;
    writing-mode: vertical-rl;
  }
  .Layout__01__Text {
    width: calc(100% - 45px);
  }
  .Layout__01__Items.Right .Layout__01__Text {
    width: calc(100% - 85px);
  }
  .Pic__Col3__Items {
    margin-top: 30px;
  }
  .Pic__Col3__Item {
    width: 31.5%;
  }
  .Link__01 {
    margin-top: 30px;
  }
  .Layout__01__Pic {
    position: inherit;
    top: inherit;
    width: 100%;
    height: inherit;
    margin-top: 30px;
  }
}
/* Footer */
#contact {
  width: 100%;
  display: flex;
}
#contact a {
  width: 50%;
  height: 365px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 3.0rem;
  grid-column-gap: 20px;
  letter-spacing: 5px;
  color: #fff;
}
#contact a:first-child {
  background: url("../images/img_about.jpg") no-repeat center center;
  background-size: cover;
}
#contact a:last-child {
  background: url("../images/img_contact.jpg") no-repeat center center;
  background-size: cover;
}
#contact a span {
  font-size: 1.2rem;
  letter-spacing: 3px;
}
@media screen and (max-width:768px) {
  #contact {
    flex-wrap: wrap;
  }
  #contact a {
    width: 100%;
    height: 140px;
    font-size: 2.0rem;
    letter-spacing: 3px;
  }
}
/* 下層ページ・次世代農業 */
#PageTitle {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 200px;
  font-size: 3.6rem;
  letter-spacing: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("../images/mv_sub.png") no-repeat center center;
  background-size: cover;
  color: #fff;
}
.Copy__text {
  text-align: center;
  font-size: 3.6rem
}
.Copy__text + p {
  margin-top: 75px;
}
.Line__b__beige {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: #f6f0e6;
  text-underline-offset: -0.15em;
  text-decoration-skip-ink: none;
}
.Title__Style__a {
  font-size: 2.0rem;
  position: relative;
  margin-bottom: 40px;
}
.Title__Style__a::before {
  background: #000;
  content: '';
  width: 45px;
  height: 1px;
  position: absolute;
  left: -55px;
  top: 20px;
}
.Title__Style__b {
  font-size: 5.4rem;
  margin-bottom: 60px;
  letter-spacing: 10px;
  padding-left: 40px;
  border-left: 4px solid #ccb975;
  line-height: 1.4;
}
.txt_beige {
  color: #a98400
}
.Layout__02__Items {
  position: relative;
}
.Layout__02__Text {
  width: 50%;
  line-height: 2;
  min-height: 390px;
}
.Layout__02__Text.Right {
  margin-left: 50%;
  min-height: 390px;
}
.Layout__02__Pic {
  position: absolute;
  top: 0;
  width: 45%;
  height: 390px;
}
.Layout__02__Pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.Layout__02__Pic.Right {
  right: 0;
}
.Layout__02__Pic.Left {
  left: 0;
}
.Layout__02__Items + .inner, .Layout__02__Items + .Layout__02__Items {
  margin-top: 100px;
}
.tbl_style_a {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}
.tbl_style_a th {
  white-space: nowrap;
}
.tbl_style_a th, .tbl_style_a td {
  font-size: 2.0rem;
  font-weight: 400;
  padding: 45px 25px;
  border-bottom: 1px solid #ededed
}
.Section03__Wrap {
  background: url("../images/bk01.png") no-repeat left top 100px;
  background-size: 72% auto;
}
.Section04__Wrap {
  background: url("../images/bk01.png") no-repeat left top 384px;
  background-size: 72% auto;
}
@media screen and (max-width:768px) {
  #PageTitle {
    height: 160px;
    font-size: 2.4rem;
    letter-spacing: inherit;
    line-height: 1.4
  }
  .Copy__text {
    font-size: 2.2rem
  }
  .Copy__text + p {
    margin-top: 40px;
  }
  .Title__Style__a {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .Title__Style__a::before {
    width: 15px;
    left: -23px;
    top: 15px;
  }
  .Title__Style__b {
    font-size: 2.6rem;
    margin-bottom: 20px;
    letter-spacing: inherit;
    padding-left: 15px;
    line-height: 1.4;
  }
  .Layout__02__Text {
    width: 100%;
    line-height: 2;
    min-height: inherit;
  }
  .Layout__02__Text.Right {
    margin-left: 0%;
    min-height: inherit;
  }
  .Layout__02__Pic {
    position: inherit;
    top: inherit;
    width: 100%;
    height: inherit;
    margin-top: 30px;
  }
  .Layout__02__Pic.Right {
    right: inherit;
  }
  .Layout__02__Pic.Left {
    left: inherit;
  }
  .Section03__Wrap, .Section04__Wrap {
    /*background: url("../images/bk01.png") no-repeat left top 100px;
    background-size: 72% auto;*/
    background: none
  }
  .Layout__02__Items:nth-child(2)::before {
    background: url(../images/bk.jpg) repeat;
    content: '';
    width: 80vw;
    height: 60%;
    position: absolute;
    left: 0px;
    top: 100px;
    z-index: -1;
  }
  .Section04__Wrap .Layout__02__Items:nth-child(2)::before {
    height: 75%;
  }
  .Layout__02__Items + .inner, .Layout__02__Items + .Layout__02__Items {
    margin-top: 40px;
  }
  .tbl_style_a th, .tbl_style_a td {
    font-size: 1.6rem;
    padding: 0 0 20px 0;
    display: block;
    width: 100%;
  }
  .tbl_style_a th {
    border: none;
    padding: 20px 0 5px 0;
    font-weight: 600;
    font-size: 1.8rem;
  }
}
/* header */
.logo01{
	display: none;
}
.logo02{
	display: block;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  z-index: 10;
  background: url("../images/bk.jpg") repeat;
}
.header_inner {
  position: relative;
  padding: 30px;
}
.logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px
}
main {
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
  .header_inner {
    padding: 20px;
  }
  .logo {
    padding: 10px 20px;
    width: 87px;
  }
  main {
    margin-top: 60px;
  }
  .nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
} /* sp */
@media only screen and (min-width: 769px) {
  .header_inner {
    max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 140px;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .nav_list {
    text-align: right;
  }
  .nav_list li {
    display: inline-block;
    text-align: right;
    padding-left: 40px;
    font-size: 1.8rem;
  }
} /* pc */


/* Footer */
footer{
	background: url("../images/bk.jpg") repeat;
	padding: 45px 0;
}
address{
	text-align: right;
	font-size: 1.6rem;
	color: #6a6a6a;
}
.fot__wrap{
	display: flex;
	justify-content: space-between;
}
.fot__logo{
display: flex;
    grid-column-gap: 20px;
    align-items: center;
    font-size: 2.3rem;
    width: 35%;
    line-height: 1.4;
}
.fot__nav{
	width: 65%;
	font-size: 1.6rem;
	text-align: right
}
.fot__nav ul{
    display: flex;
    grid-column-gap: 30px;
    justify-content: end;
    margin-top: 5px;
}












@media screen and (max-width:768px) {
	footer{
		padding: 40px 0 20px 0;
}
address{
	font-size: 1.2rem;
	text-align: center;
	margin-top: 30px;
}
.fot__wrap{
	flex-wrap: wrap;
	grid-row-gap: 20px;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.fot__logo{
	flex-wrap: wrap;
	grid-row-gap: 20px;
	text-align: center;
	justify-content: center;
	align-items: center;
    font-size: 1.8rem;
    width: 100%;
	flex-direction: column
}
.fot__nav{
	display: none
}

}
/*  */
@media screen and (max-width:768px) {}