@charset "UTF-8";

/* ▼▼▼ 農口尚彦研究所について
=====================================*/
#path ol li{
	color:#fff;
}
#path li:not(:last-child):after{
	color:#fff;
}
.main_wrapper{
	width: 100%;
	position: relative;
	top: -40px;
}
.main_wrapper h2{
	width: 100%;
	height: 70px;
	color:#fff;
	padding: 0;
	position: absolute;
	margin:auto;
	top:-70px;
	right:0;
	bottom: 0;
	left:0;
}
.main_wrapper div{
	position: relative;
	z-index:-1;
}
h3{
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.8;
}
.text_area{
	line-height: 2;
	font-size: 14px;
}
#place{
	margin:30px auto;
}
#place .flex_box .text_area{
	width: 47%;
}
#place .flex_box .img_area{
	width: 38%;
}
#contents_area_wrap{
	margin-bottom: 137px;
}
.contents_area:not(:last-of-type){
	margin-bottom: 129px;
}
.contents_area .flex_box{
	align-items: center;
}
.contents_area:nth-of-type(odd) .flex_box{
	flex-direction: row-reverse;
}
.contents_area .flex_box .img_area{
	width: 52%;
}
.contents_area .flex_box .text_area{
	width: 48%;
}
.contents_area:nth-of-type(odd) .text_area{
	padding:0 13vw 0 100px;
}
.contents_area:nth-of-type(even) .text_area{
	padding:0 100px 0 13vw;
}
#transmit{
	margin-bottom: 150px;
}
#transmit .title{
	font-size: 64px;
}
#transmit .text_area{
	margin-bottom: 77px;
}
#transmit .text_area p{
	font-size: 14px;
	text-align: center;
}


#parallax{
	margin-bottom: 127px;
}
#parallax div{
  display: flex;
  align-items: center;
  justify-content: center;
  height:800px;
}
.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}
.cd-fixed-bg.cd-bg-1  {
  background-image: url('../img/about/img01_pc.jpg');
}
.cd-fixed-bg.cd-bg-2  {
  background-image: url('../img/about/img01_2_pc.jpg');
}
.cd-fixed-bg.cd-bg-3  {
  background-image: url('../img/about/img01_3_pc.jpg');
}
/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
.main_wrapper{
	top: -56px;
}
#place{
	margin:0;
}
#place .flex_box{
	display: block;
}
#place .flex_box .text_area {
	width: 100%;
	margin-bottom: 25px;
}
#place .flex_box .img_area {
	width: 100%;
}
#parallax{
	margin-bottom: 60px;
}
#parallax div{
	height: 620px;
}
.cd-fixed-bg {
	background-size: cover;
	background-attachment: scroll;
}
.cd-fixed-bg.cd-bg-1  {
  background-image: url('../img/about/img01_sp.jpg');
}
.cd-fixed-bg.cd-bg-2  {
  background-image: url('../img/about/img01_2_sp.jpg');
}
.cd-fixed-bg.cd-bg-3  {
  background-image: url('../img/about/img01_3_sp.jpg');
}
#contents_area_wrap {
	margin-bottom: 90px;
}
.contents_area:not(:last-of-type) {
    margin-bottom: 60px;
}
.contents_area .flex_box{
	display: block;
}
.contents_area .flex_box .text_area {
    width: 100%;
}
.contents_area:nth-of-type(odd) .text_area,
.contents_area:nth-of-type(even) .text_area {
	padding: 0 30px;
	margin-bottom: 60px;
}
.contents_area .flex_box .img_area {
  width: 100%;
}
#transmit {
	margin-bottom: 130px;
}
#transmit .container{
	padding:0;
}
#transmit .text_area {
	margin-bottom: 90px;
}
}
