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

/* 全体背景 */

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

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

#about_mv {
    padding-top: 80px;
}

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

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

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

/* リード文 */

#about_read {
    padding: 60px 0;
    width: 85%;
    margin: auto;
    margin-top: 450px;
}

/* 本文1 */

#about_menu1 h2 {
    width: 85%;
    margin: auto;
    color: #003143;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #D3D6DD;
    padding: 30px 0;
}
#about_menu1 h2::before {
    content: "";
    display: inline-block;
    position:relative;
    top: 2px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../img/title_icon.svg) center no-repeat;
    background-size: 12px;
}

#about_menu1 .about_menu1_content1 {
    width: 85%;
    padding: 50px 0;
    margin: auto;
}
#about_menu1 .about_menu1_content1 div {
}
#about_menu1 .about_menu1_content1 h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
}
#about_menu1 .about_menu1_content1 p {
    margin-top: 30px;
}
#about_menu1 .about_menu1_content1 img {
    width: 100%;
    margin-top: 30px;
}


/* 本文2 */

#about_menu2 h2 {
    width: 85%;
    margin: auto;
    color: #003143;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #D3D6DD;
    padding: 30px 0;
}
#about_menu2 h2::before {
    content: "";
    display: inline-block;
    position:relative;
    top: 2px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../img/title_icon.svg) center no-repeat;
    background-size: 12px;
}

#about_menu2 .about_menu2_content1 {
    width: 85%;
    padding: 50px 0;
    margin: auto;
}
#about_menu2 .about_menu2_content1 div {
}
#about_menu2 .about_menu2_content1 h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
}
#about_menu2 .about_menu2_content1 p {
    margin-top: 30px;
}
#about_menu2 .about_menu2_content1 img {
    width: 100%;
    margin-top: 30px;
}

a.about_btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: #00533F;
    padding: 18px 0;
    border-radius: 6px;
    margin-top: 30px;
}

/* 本文3 */

#about_menu3 .about_menu3_content1 {
    width: 85%;
    padding: 50px 0;
    margin: auto;
}
#about_menu3 .about_menu3_content1 div {
}
#about_menu3 .about_menu3_content1 h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
}
#about_menu3 .about_menu3_content1 p {
    margin-top: 30px;
}
#about_menu3 .about_menu3_content1 img {
    width: 100%;
    margin-top: 30px;
}

#about_menu3 {
    padding-bottom: 100px;
}

}
