@charset "UTF-8";
/* 農家のデータ追跡（PC） */
@media screen and (min-width: 901px) {


/* 全体背景 */

#about {
    background: url(../img/about_bg_pc.jpg) top no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}

/* メインビジュアル */

#about_mv {
    padding-top: 110px;
}

#about_mv div {
    width: 100%;
    height: 800px;
    background: url(../img/about2_mv_pc.jpg) center bottom no-repeat;
    background-size: cover;
    position: absolute;
}

#about_mv h2 {
    position: relative;
    text-align: center;
    font-size: 24px;
    color: #00533F;
    font-weight: 700;
    padding-top: 260px;
}

#about_mv h3 {
    position: relative;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 20px;
}

/* リード文 */

#about_read {
    text-align: center;
    padding: 150px 0 100px;
    font-size: 18px;
    line-height: 1.8em;
    margin-top: 340px;
}

/* 本文1 */

#about_menu1 h2 {
    width: 85%;
    max-width: 1160px;
    margin: auto;
    color: #003143;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #D3D6DD;
    padding: 60px;
    margin-bottom: 50px;
}
#about_menu1 h2::before {
    content: "";
    display: inline-block;
    position:relative;
    top: 4px;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    background: url(../img/title_icon.svg) center no-repeat;
}

#about_menu1 .about_menu1_content1 {
    width: 85%;
    max-width: 1160px;
    padding: 50px 60px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#about_menu1 .about_menu1_content1 div {
    width: 45%;
}
#about_menu1 .about_menu1_content1 h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4em;
}
#about_menu1 .about_menu1_content1 p {
    margin-top: 30px;
}
#about_menu1 .about_menu1_content1 img {
    width: 48%;
}


/* 本文2 */

#about_menu2 h2 {
    width: 85%;
    max-width: 1160px;
    margin: auto;
    color: #003143;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #D3D6DD;
    padding: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
}
#about_menu2 h2::before {
    content: "";
    display: inline-block;
    position:relative;
    top: 4px;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    background: url(../img/title_icon.svg) center no-repeat;
}

#about_menu2 .about_menu2_content1 {
    width: 85%;
    max-width: 1160px;
    padding: 50px 60px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#about_menu2 .about_menu2_content1 div {
    width: 45%;
}
#about_menu2 .about_menu2_content1 h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4em;
}
#about_menu2 .about_menu2_content1 p {
    margin-top: 30px;
}
#about_menu2 .about_menu2_content1 img {
    width: 48%;
}


/* 本文3 */

#about_menu3 .about_menu3_content1 {
    width: 85%;
    max-width: 1160px;
    padding: 50px 60px 150px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#about_menu3 .about_menu3_content1 div {
    width: 45%;
}
#about_menu3 .about_menu3_content1 h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4em;
}
#about_menu3 .about_menu3_content1 p {
    margin-top: 30px;
}
#about_menu3 .about_menu3_content1 img {
    width: 48%;
}



}
