@import url('https://fonts.googleapis.com/css2family=Noto+Sans+JP:wght@400;700&display=swap');
html {
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
}
.bg {
    background-image: url("../../images/bg.png");
    background-repeat: repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
    background-image: url("../../images/bg@2x.png");
    background-size: 74px 73px;
    background-repeat: repeat;
}
}
/*ローディング*/

#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #e3af6c;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.loaded {
    opacity: 0;
    visibility: hidden;
}
.loading_item {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.sk-chase {
    width: 60px;
    height: 60px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}
.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}
.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}
.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}
@keyframes sk-chase {
100% {
transform: rotate(360deg);
}
}
 @keyframes sk-chase-dot {
 80%, 100% {
transform: rotate(360deg);
}
}
 @keyframes sk-chase-dot-before {
 50% {
 transform: scale(0.4);
}
100%, 0% {
 transform: scale(1.0);
}
}
/*スクロールダウン全体の場所*/
.scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    left: 50%;
    bottom: 0px;
    /*全体の高さ*/
    height: 50px;
}
/*Scrollテキストの描写*/
.scrolldown1 span {
    /*描画位置*/
    position: absolute;
    left: -20px;
    top: -20px;
    /*テキストの形状*/
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
}
/* 線の描写 */
.scrolldown1::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 30px;
    background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
 0% {
 height:0;
 top:0;
 opacity: 0;
}
 30% {
 height:30px;
 opacity: 1;
}
 100% {
 height:0;
 top:50px;
 opacity: 0;
}
}
.drawer-navbar-header .drawer-brand h1 {
    vertical-align: middle;
    width: 150px;
    height: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
li .drawer-menu-item img {
    vertical-align: middle;
}
span.aks {
    display: inline-block;
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
a img {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
a:hover img {
    color: #fff !important;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0.5;
}
.hero {
    width: 100%;
    height: 51.8vw;
    position: relative;
}
.hero_video_wrap {
    position: relative;
    width: 100%;
    height: 51.8vw;
    overflow: hidden;
}
.hero_video {
    position: absolute;
    width: 100%;
    top: -8%;
    left: 0;
    z-index: -5;
    overflow: hidden;
}
.hero_video video {
    width: 105vw;
}
.jyagaimo1:hover,.jyagaimo2:hover,.tamanegi1:hover,.tamanegi2:hover,.ninnjinn1:hover,.ninnjinn2:hover,.kinoko1:hover {
cursor: pointer;
}
.jyagaimo1 {
    position: absolute;
    left: 31%;
    top: 45%;
    width: 12%;
    display: inline-block;
}
.jyagaimo1 img {
    width: 100%;
}
.jyagaimo2 {
    position: absolute;
    left: 36%;
    bottom: 1%;
    width: 12%;
    display: inline-block;
}
.jyagaimo2 img {
    width: 100%;
}
.tamanegi1 {
    position: absolute;
    left: 47%;
    bottom: 14%;
    width: 12%;
    display: inline-block;
}
.tamanegi1 img {
    width: 100%;
}
.tamanegi2 {
    position: absolute;
    left: 58%;
    bottom: 2%;
    width: 12%;
    display: inline-block;
}
.tamanegi2 img {
    width: 100%;
}
.ninnjinn1 {
    position: absolute;
    left: 68%;
    bottom: 30%;
    width: 12%;
    display: inline-block;
}
.ninnjinn1 img {
    width: 100%;
}
.ninnjinn2 {
    position: absolute;
    right: 0.5%;
    bottom: 8%;
    width: 12%;
    display: inline-block;
}
.ninnjinn2 img {
    width: 100%;
}
.kinoko1 {
    position: absolute;
    left: 9%;
    bottom: 16%;
    width: 12%;
    display: inline-block;
}
.kinoko1 img {
    width: 100%;
}
.fukidashi {
    position: absolute;
    right: 6%;
    bottom: 35%;
    width: 12%;
    display: inline-block;
}
.fukidashi img {
    width: 100%;
}
.sdgs {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}
/*=================== トップページ　スクロール　アニメーション ===================*/
@keyframes infinity-scroll-left {
from {
 transform: translateX(0);
}
 to {
 transform: translateX(-100%);
}
}
.scroll-infinity {
    margin-bottom: 8%;
}
.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}
.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
 @keyframes infinity-scroll-right {
from {
 transform: translateX(-100%);
}
 to {
 transform: translateX(0%);
}
}
.scroll-infinity__list--right {
    animation : infinity-scroll-right 50s infinite linear 0.5s both;
}
.scroll-infinity__item {
    width: calc(130vw / 4);
}
.scroll-infinity__item>img {
    width: 100%;
}
.scroll-infinity__item2 {
    width: calc(250vw / 2);
}
.scroll-infinity__item2>img {
    width: 100%;
}
main {
    position: relative;
    z-index: 2;
}
.main_bg {
    background-image: url("../../images/bg_2.png");
    background-repeat: repeat;
    padding-bottom: 5rem;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.main_bg {
    background-image: url("../../images/bg_2@2x.png");
    background-size: 74px 73px;
    background-repeat: repeat;
}
}
.thanks_bg {
    margin-top: 5rem;
}
.main_wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.title {
    margin-left: auto;
    margin-right: auto;
    padding: 3rem;
    max-width: 1200px;
}
.title_information {
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 0rem;
    max-width: 1200px;
    margin-bottom: 1rem;
}
.title_overview {
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 3rem;
    max-width: 1200px;
}
.title_access {
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 3rem;
    max-width: 1200px;
}
.information_item {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    position: relative;
}
.information_item_2 {
    max-width: 577px;
    margin-left: auto;
    margin-right: auto;
}
.information_item_parent {
    position: relative;
}
.information_item_4 {
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
}
.information_item_4_banner {
    position: absolute;
    bottom: 3%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 57%;
}
.contents_bg {
    background-color: #fff;
    padding: 4rem;
    text-align: center;
    line-height: 2.5rem;
    font-size: 1.1rem;
    border-radius: 100px;
    margin-bottom: 4rem;
}
.privacypolicy_bg {
    background-color: #fff;
    padding: 4rem;
    text-align: justify;
    line-height: 1.9rem;
    font-size: 1rem;
    border-radius: 100px;
    margin-top: 4rem;
    margin-bottom: -2rem;
}
.contents_container_about_akizen_farm {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../../images/PC_farm_bg.png");
    background-size: auto 50vw;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.contents_container_about_akizen_farm {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../../images/PC_farm_bg@2x.png");
    background-size: auto 50vw;
}
}
.contents_container_about_akizen_farm_hero {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}
.sdgs_hero {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
}
main {
    margin-bottom: 0;
}
.green_txt {
    color: #4b8635;
}
.overview_contents dl {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    border-top: 1px solid #cccccc;
}
.overview_contents dt {
    flex-basis: 25%;
    padding: 15px;
    background-color: #fffce0;
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
}
dd.name {
    letter-spacing: 5px;
}
dd.name rt {
    letter-spacing: 0px;
}
.overview_contents dd {
    flex-basis: 75%;
    padding: 15px;
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
    text-align: left !important;
}
main a:link {
    text-decoration: underline;
    color: #cf6525;
}
main a:visited {
    color: #cf6525;
    text-decoration: underline;
}
main a:hover {
    text-decoration: none;
    color: #cf6525;
}
main a:active {
    text-decoration: underline;
    color: #cf6525;
}
.access_guide {
    margin-top: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.privacypolicy_title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: left;
    font-weight: 700;
}
.privacypolicy_bg>ol.list {
    list-style: decimal;
    text-align: justify;
    margin-left: 1.5rem;
}
.privacypolicy_bg>ol.list>li {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.privacypolicy_bg>ol.list>li:last-child {
    margin-bottom: 0rem;
}
li .listnone {
}
.privacypolicy_bg>ol.list>li>ol.list {
    list-style: decimal;
    margin-left: 1.5rem;
}
.privacypolicy_bg>ol.list>li>ol>li>ol.list {
    list-style: decimal;
    margin-left: 1.5rem;
}
.add {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
footer {
    background-color: #39b54a;
    margin-top: 0;
    padding-top: 2rem;
    position: relative;
    z-index: 2;
}
.footer_wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.footer_top {
    position: relative;
    display: flex;
    /*justify-content:space-between;*/
    justify-content: center;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 5rem;
}
.footer_top_under_img {
    width: 85%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
}
.footer_bottom {
    padding-top: 1rem;
    background-color: #006837;
    padding-bottom: 1rem;
    text-align: center;
    color: #fff;
}
.footer_l {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: inline-block;
}
.footer_s {
    font-size: 14px;
    line-height: 22px;
}
.footer_s a:link {
    text-decoration: none;
    color: #fff;
}
.footer_s a:visited {
    color: #fff;
    text-decoration: none;
}
.footer_s a:hover {
    text-decoration: underline;
    color: #fff;
}
.footer_s a:active {
    text-decoration: none;
    color: #fff;
}
.footer_left_container {
    z-index: 1;
}
.footer_right_container {
    /*display: flex;*/
    display: none;
    z-index: 1;
}
.footer_item {
    margin-right: 1rem;
    margin-left: 1rem;
    color: #fff;
    font-size: 18px;
    line-height: 2.5rem;
    display: inline-block;
}
.footer_item_icon {
    margin-right: 1rem;
    margin-left: 1rem;
    display: none;
}
.footer_item i {
    margin-right: 0.4rem;
}
.footer_item a {
    font-weight: 700;
}
.footer_item a:link {
    text-decoration: none;
    color: #fff;
}
.footer_item a:visited {
    color: #fff;
    text-decoration: none;
}
.footer_item a:hover {
    text-decoration: underline;
    color: #fff;
}
.footer_item a:active {
    text-decoration: none;
    color: #fff;
}
.footer_item.x_icon {
   width: 50px;
}
.privacypolicy {
    text-align: right;
    float: right;
    font-size: 12px;
    line-height: 22px;
    margin-right: 1rem;
}
.privacypolicy a:link {
    text-decoration: none;
    color: #fff;
}
.privacypolicy a:visited {
    color: #fff;
    text-decoration: none;
}
.privacypolicy a:hover {
    text-decoration: underline;
    color: #fff;
}
.privacypolicy a:active {
    text-decoration: none;
    color: #fff;
}
table.formTable {
    width: 100%;
    border-collapse: collapse;
}
table.formTable td, table.formTable th {
    border: 1px solid #A1A1A1;
    font-size: 16px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
}
table.formTable th {
    width: 20%;
    font-weight: normal;
    text-align: left;
    background-color: #fffce0;
}
table.formTable textarea {
    width: 100%;
    resize: none;
}
table.formTable td {
    font-weight: normal;
    text-align: left;
}
table.formTable input[type='text'] {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    width: 100%;
}
table.formTable textarea {
    width: 100%;
    font-size: 16px;
    padding: 5px;
    height: 160px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
}
table.formTable tr th .red {
    color: #cf6525;
    font-size: 14px;
    margin-left: 10px;
}
.personal_info_caption {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 26px;
}
.personal_info_caption ul li {
    list-style-type: disc;
    margin-left: 1rem;
}
.check_agreed {
    margin-top: 2rem;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
}
.check_agreed checkbox {
    font-size: 16px;
    line-height: 16px;
}
.inquiry_item_1 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 2rem;
}
input[type="submit"].check_agreed_submit {
    margin-top: 2rem;
    background-color: #cf6525;
    font-size: 18px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    border-style: none;
    cursor: default;
    opacity: 0;
    font-weight: 700;
    border-radius: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.input_bu {
    -webkit-appearance: none;
    font-size: 16px !important;
    line-height: 22px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 150px;
    height: 50px;
    display: inline-block;
    color: #FFFFFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background-color: #cf6525;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.input_bu:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: pointer;
}
.custom02 input[type="checkbox"] {
    display: none;
}
.custom02 label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.custom02 label::before, .custom02 label::after {
    position: absolute;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
}
.custom02 label::before {
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.custom02 label::after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg) scale(.5);
    transform: rotate(-45deg) scale(.5);
}
.custom02 label:hover::before {
    background: #fff;
}
.custom02 input[type="checkbox"]:checked + label::before {
    background: #fff;
    border: 1px solid #3498db;
}
.custom02 input[type="checkbox"]:checked + label::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}
address {
    margin-top: 1rem;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    clear: both;
}

@media (max-width:559px) {
.PC {
    display: none;
}
.TB {
    display: none;
}
.main_bg {
    padding-bottom: 2rem;
}
.hero {
    height: 95vh;
}
.hero_SP img {
    position: fixed;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 3.75rem;
    left: 0;
    z-index: -5;
    margin-top: 0px;
}
.scrolldown1 {
    bottom: 10px;
}
.drawer-navbar-header .drawer-brand h1 {
    margin-top: 0.15rem;
}
.drawer-navbar-header {
    text-align: left;
    height: 3.75rem;
    padding-left: 0.25rem;
}
.drawer-navbar-header .drawer-brand h1 {
    width: 155px;
    margin-top: 0.5rem;
}
.drawer-hamburger {
    padding-top: 19px;
    padding-right: 19px;
    padding-bottom: 25px;
    padding-left: 0.75rem;
}
.main_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
}
         .sdgs {
    margin-top: 1rem;
}
.title {
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 0rem;
    padding-right: 0rem;
}
.title_information {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 1rem;
    max-width: 362px;
}
.title_overview {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 1.5rem;
    max-width: 362px;
}
.title_access {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 1.5rem;
    max-width: 362px;
}
.information_item {
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
}
.information_item_2 {
    margin-bottom: 1rem;
    width: 80%;
}
.information_item_4_banner {
    position: absolute;
    bottom: 4%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 86%;
}
.contents_bg {
    padding: 1.5rem;
    border-radius: 30px;
    margin-bottom: 1rem;
    text-align: justify;
    line-height: 1.7rem;
    font-size: 0.9rem;
}
.thanks_bg {
    text-align: center;
    margin-top: 2rem;
}
.privacypolicy_bg {
    padding: 1.5rem;
    border-radius: 30px;
    text-align: justify;
    line-height: 1.5rem;
    font-size: 0.9rem;
    margin-top: 1.5rem;
    margin-bottom: -0.5rem;
}
.contents_container_about_akizen_farm_hero {
    margin-bottom: 0rem;
    margin-top: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
}
.sdgs_hero {
    margin-bottom: 2rem;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}
.overview_contents dl {
    flex-flow: column;
}
.access_guide {
    margin-top: 2rem;
}
footer {
    padding-top: 1.5rem;
}
.footer_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.footer_top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem;
}
.footer_l {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0.3rem;
    display: inline-block;
}
.footer_s {
    font-size: 12px;
    line-height: 20px;
}
.footer_item {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    color: #fff;
    font-size: 14px;
    line-height: 2rem;
    display: inline-block;
}
         .footer_item.x_icon {
   width: 35px;
}
.privacypolicy {
    text-align: center;
    float: inherit;
    font-size: 12px;
    line-height: 18px;
    margin-left: 1rem;
    margin-top: 1rem;
    display: block;
}
.inquiry_item_1 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 1rem;
}
}

@media (max-width:959px) {
.SP_br {
    display: none;
}
table.formTable tr, table.formTable th, table.formTable td {
    display: block;
    width: auto;
}
table.formTable th, table.formTable td {
    border-top: none;
}
table.formTable tr:first-child {
    border-top: 1px solid #999;
}
table.formTable input[type='text'] {
    width: 100%;
}
}

@media (min-width:560px) {
.SP {
    display: none;
}
.overview_contents dt {
    justify-content: center;
}
}

@media (min-width:960px) {
.TB {
    display: none;
}
}

@media (max-width:959px) and (min-width:560px) {
.title {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0rem;
    padding-right: 0rem;
}
.contents_bg {
    padding: 2rem;
    line-height: 2.5rem;
    font-size: 1.1rem;
    border-radius: 50px;
    margin-bottom: 2rem;
}
.contents_container_about_akizen_farm_hero {
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.sdgs_hero {
    margin-bottom: 2rem;
}
.loopSlide {
    height: 450px;
}
}

@media (min-width:1280px) {
.contents_container_about_akizen_farm {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../../images/PC_farm_bg.png");
    background-size: auto 95%;
}
 @media only screen and (-webkit-min-device-pixel-ratio: 2) {
.contents_container_about_akizen_farm {
 background-repeat: no-repeat;
 background-position: center top;
 background-image: url("../../images/PC_farm_bg@2x.png");
 background-size: auto 95%;
}
}
}
