@charset "UTF-8";

/* CSS Document */
html {
    scroll-behavior: smooth;
}

.syunou2025 {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.wrapper__syunou {
    box-sizing: border-box;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

a {
    color: #333;
    text-decoration: none;
    font-weight: bolder;
}

p {
    font-size: 14px;
}

p,
h1,
h2 {
    /* line-height: 1.6rem; */
    text-align: center;

}

img {
    width: 100%;
    margin: 0 auto;
}

.bflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.main {
    max-width: 1280px;
    width: 100%;
}

.con {
    padding: 0 15px 8%;
}

.text {
    margin: 0 auto 50px;
    text-align: center;
    font-size: 1.1rem;
    padding: 0 15px;
}

.sp-only {
    display: none;
}

.pc-only {
    display: block;
}

.shadow {
    box-shadow: 5px 5px 5px #00000056;

}

@media (max-width: 768px) {
    .con {
        padding: 2% 15px 70px;
    }

    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }

    .btn_link {
        font-size: 100%;
    }

    .bflex {
        gap: 15px;
    }

    .text {
        font-size: 1.0rem;
        text-align: left;
        margin-bottom: 30px;
    }

    .btn_link {
        padding: 10px 35px;
    }
}

/* ぱんくず */
.bread_list {
    overflow: hidden;
    padding: 12px 0 12px 15px;
    margin: 0 auto;
}

.bread_list li {
    float: left;
}

.bread_list li a {
    color: #324C55;
    text-decoration: none;
}

.bread_list li:before {
    content: '>';
    margin: 0 10px;
    color: #a0a0a0;
}

.bread_list a,
.bread_list span {
    display: inline-block;
    font-size: 13px;
}

.bread_list li:first-child::before {
    display: none;
}


/* タブ */
.tab_item {
    position: relative;
    width: calc(100% / 2);
    height: 70px;
    background-color: #EBEBEB;
    line-height: 70px;
    border-radius: 10px 10px 0 0;
    font-size: 15px;
    color: #999999;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
    text-align: center;
    cursor: pointer;
}

.tab_item.full {
    width: calc(100%);
}

@media screen and (min-width: 768px) {
    .tab_item.full::before {
        left: 3%;
    }
}

@media (max-width:768px) {
    .tab_item {
        font-size: clamp(12px, 3vw, 15px);
    }

}

.tab_item:hover {
    opacity: 0.75;
}

input[name="tab_item"] {
    display: none;
}

.detail_box {
    display: none;
    margin-top: 40px;
    clear: both;
    overflow: hidden;
}

#r_left:checked~#detail_left,
#r_right:checked~#detail_right {
    display: block;
}

input:checked+.tab_item {
    background-color: #61835b;
    color: #fff;
}

/* セクションタイトル */
.section__ttl {
    font-size: 28px;
    color: #42221b;
    margin: 0 auto;
    margin-bottom: 4.5%;
    position: relative;
    width: fit-content;
    font-weight: 600;
    border-bottom: 3px dotted;
}

.section__ttl::before {
    position: absolute;
    display: inline-block;
    content: "";
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
}

.section__ttl::after {
    position: absolute;
    display: inline-block;
    content: "";
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
}

.syunou_pickup .section__ttl::before,
.syunou_count .section__ttl::before {
    background: url(../img/ttl-img01.svg) no-repeat;
    background-size: cover;
}

.syunou_pickup .section__ttl::after,
.syunou_count .section__ttl::after {
    background: url(../img/ttl-img02.svg) no-repeat;
    background-size: cover;
}

.syunou_info .section__ttl::before {
    background: url(../img/ttl-img03.svg) no-repeat;
    background-size: cover;
}

.syunou_info .section__ttl::after {
    background: url(../img/ttl-img04.svg) no-repeat;
    background-size: cover;
}

.syunou_video .section__ttl::before {
    background: url(../img/ttl-img09.svg) no-repeat;
    background-size: cover;
}

.syunou_video .section__ttl::after {
    background: url(../img/ttl-img10.svg) no-repeat;
    background-size: cover;
}


.syunou_ear .section__ttl::before,
.syunou_survey .section__ttl::before,
.syunou_check .section__ttl::before {
    background: url(../img/ttl-img05.svg) no-repeat;
    background-size: cover;
}

.syunou_ear .section__ttl::after,
.syunou_survey .section__ttl::after,
.syunou_check .section__ttl::after {
    background: url(../img/ttl-img06.svg) no-repeat;
    background-size: cover;
}

.syunou_recruit .section__ttl::before {
    background: url(../img/ttl-img07.svg) no-repeat;
    background-size: cover;

}

.syunou_recruit .section__ttl::after {
    background: url(../img/ttl-img08.svg) no-repeat;
    background-size: cover;

}

@media (max-width:768px) {
    .section__ttl {
        font-size: 21px;
        margin-bottom: 40px;
    }

    .section__ttl::before,
    .section__ttl::after {
        width: 40px;
        height: 40px;
    }

    .section__ttl::after {
        right: -50px;
    }

    .section__ttl::before {
        left: -50px;
    }
}

/* ページ内リンクメニュー */
.syunou2025 {
    position: relative;
}

.syunounav-left,
.syunounav-right {
    position: fixed;
    left: 0;
    top: 300px;
    max-width: 15%;
    padding: 0 0 1em;
    border: 2px solid #61835b;
    border-radius: 0 10px 10px 0;
    z-index: 10;
    background-color: #fff;
}

.syunounav-left .syunounav__close,
.syunounav-right .syunounav__close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    color: #61835b;
    border: none;
    font-size: 16px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.syunounav-left .syunounav__close:hover,
.syunounav-right .syunounav__close:hover {
    background: #4d6847;
}

.syunounav-left .syunounav__ttl,
.syunounav-right .syunounav__ttl {
    background-color: #61835b;
    color: #fff;
    padding: 1em 0;
    border-radius: 0 6px 0 0;
}

.syunounav-left ul,
.syunounav-right ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1.5em;
    padding: 2em 1.5em 1em;
}

.syunounav-left .syunounav__list,
.syunounav-right .syunounav__list {
    position: relative;
    padding-right: 15px;
}

.syunounav-left .syunounav__list a,
.syunounav-right .syunounav__list a {
    font-size: 15px;
    font-weight: 500;
    color: #61835b;
}

.syunounav-left .syunounav__list::before,
.syunounav-right .syunounav__list::before {
    position: absolute;
    display: inline-block;
    content: "";
    border-bottom: 1px solid #61835b;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -10px;
}

.syunounav-left .syunounav__list:last-child::before,
.syunounav-right .syunounav__list:last-child::before {
    border-bottom: #fff;
}

.syunounav-left .syunounav__list::after,
.syunounav-right .syunounav__list::after {
    position: absolute;
    display: inline-block;
    content: "\025bc";
    font-size: 13px;
    right: 0;
    bottom: 0;
    color: #61835b;
}

@media (max-width:768px) {

    .syunounav-left,
    .syunounav-right {
        position: unset;
        max-width: calc(100% - 30px);
        margin: 0 auto;
        margin-top: 30px;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .syunounav-left .syunounav__ttl,
    .syunounav-right .syunounav__ttl {
        border-radius: 6px 6px 0 0;
    }
}

/* インタビュー記事 */
.syunou_article {
    padding-top: 5%;
    background: #ffe074;
    background-color: #f8f9e3;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

.syunou_article h2 {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 1em;
}

.syunou_article .kongo__img {
    margin: unset;
    margin-left: auto;
    transform: rotate(20deg);
}

.aritcle__container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    background-color: #fff;
    padding-bottom: 30px;
    border-radius: 30px;
    box-shadow: 8px 8px #c04d4d;
}

.article__img {
    width: 50%;
    border: 8px solid #fff;
    border-radius: 30px;
    background-color: #fff;
    margin-top: -50px;
    margin-left: 30px;
}

.article__img img {
    aspect-ratio: 640 / 427;
    border-radius: 30px;
    box-sizing: border-box;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.article__txt {
    width: 50%;
    padding: 50px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.article__txt h3 {
    font-size: 22px;
    margin-top: 1em;
    position: relative;
    text-align: center;
    margin-bottom: 1em;
}

.article__txt h3:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 70px;
    left: 0;
    bottom: -10px;
    background: url(../img/fukidashi1.svg) no-repeat;
    background-size: contain;
}

.article__txt h3::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    right: -30px;
    bottom: 0;
    background: url(../img/fukidashi2.svg) no-repeat;
    background-size: contain;
}

.article__txt-p {
    font-size: 1rem;
    margin-bottom: 1em;
}

.aritcle__container .video-btn_link {
    max-width: 350px;
    background-color: #c04d4d;
    border: 2.5px solid #c04d4d;
}

.aritcle__container .video-btn_link:hover {
    color: #c04d4d;
}

.article__btn {
    padding: 0 15px;
}

@media(max-width:768px) {
    .aritcle__container {
        flex-direction: column;
    }

    .article__img {
        width: 100%;
        margin: 0 auto;
        border: none;
        margin-bottom: 1em;
    }

    .article__txt {
        width: 100%;
        padding: 0;
    }

    .article__txt h3 {
        font-size: 18px;
        margin: 0 15px;
    }

    .article__txt h3:before {
        width: 35px;
        height: 45px;
    }

    .article__txt h3::after {
        width: 10px;
        height: 33px;
        right: 0;
    }

    .article__txt-p {
        font-size: 14px;
        margin: 1em;
        text-align: left;
    }

    .syunou_article .kongo__img {
        max-width: 100px;
    }
}

/* 2023年度新・農業人フェアにご出店の団体情報 */
.syunou_info {
    background: url(../img/line.webp) repeat-x;
    background-size: 8%;
    background-position: 0 0;
    padding-top: 8%;
    background-color: #fff2e3;
    position: relative;
}

.syunou_info::before {
    content: '';
    display: inline-block;
    position: absolute;
    background: url(../img/img-drone.webp) no-repeat;
    background-size: contain;
    width: 245px;
    height: 105px;
    left: 10%;
    top: -3%;
    animation: fuwafuwa 2s infinite;
    scale: 1;
}

.syuhou_info_links {
    max-width: 730px;
    margin: 0 auto;
}

.syunou_info .wrapper__syunou {
    position: relative;
}

.syunou_info .wrapper__syunou::before {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(../img/img-person03.webp) no-repeat;
    background-size: contain;
    height: 205px;
    width: 123px;
    left: 0;
    bottom: 0;
    animation: yurayura 2s infinite;
}

@keyframes fuwafuwa {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.info_btn {
    width: calc((100% - 30px) / 2);
}

.info_btn_link {
    background: #61835b;
    font-size: 16px;
    border: 2px solid #61835b;
    color: #fff;
    text-decoration: none;
    padding: 15px 0px;
    text-align: center;
    border-radius: 50px;
    display: block;
    transition: 0.3s;
    position: relative;
}

.info_btn_link-orange {
    background: #b96e4f;
    border: 2px solid #b96e4f;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 15px 0px;
    text-align: center;
    border-radius: 50px;
    display: block;
    transition: 0.3s;
    position: relative;
}

.info_btn_link::after {
    position: absolute;
    content: "\025b6";
    display: inline-block;
    color: #fff;
    font-size: 16px;
    right: 10%;
    transition: 0.3s;
}

.info_btn_link-orange::after {
    position: absolute;
    content: "\025b6";
    display: inline-block;
    color: #fff;
    font-size: 16px;
    right: 10%;
    transition: 0.3s;
}

.info_btn_link-orange::before {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(../img/new.svg) no-repeat;
    width: 22%;
    height: 70px;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.info_btn_link:hover::after {
    color: #61835b;
}

.info_btn_link:hover {
    background: #fff;
    color: #61835b;
}

.info_btn_link-orange:hover::after {
    color: #b96e4f;
}

.info_btn_link-orange:hover {
    background: #fff;
    color: #b96e4f;
}

@media (max-width: 768px) {
    .info_btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .syuhou_info_links .info_btn_link {
        padding: 15px 10px 15px 0;
        font-size: 0.9rem;
    }

    .syuhou_info_links .info_btn_link::after {
        right: 5%;
    }

    .syunou_info .section__ttl::before,
    .syunou_info .section__ttl::after,
    .syunou_video .section__ttl::before,
    .syunou_video .section__ttl::after {
        top: unset;
        transform: unset;
        bottom: 0;
    }

    .syunou_info::before {
        width: 150px;
        height: 65px;
        top: -1.5%;
    }
}

@media (max-width:1000px) {
    .syunou_info .wrapper__syunou::before {
        display: none;
    }

}

.syunou_pickup,
.syunou_video,
.syunou_survey {
    background: #fff2e3;
}

.swiper {
    margin-bottom: 45px;
}

.swiper-button-prev,
.swiper-button-next {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
}

.swiper-button-prev {
    background-image: url('../img/swiper-prev.svg');
    top: 40%;
}

.swiper-button-next {
    background-image: url('../img/swiper-next.svg');
    top: 40%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.slide_text {
    margin-top: 0.5em;
}

.slide-img_wrapper img {
    border-radius: 15px;
    aspect-ratio: 300 / 225;
    object-fit: cover;
    overflow: hidden;
}

.mountain img:nth-child(1) {
    width: 10%;
    animation: yurayura2 2s linear infinite;
    scale: 1;
    aspect-ratio: 238 / 278;
}

.mountain img:nth-child(2) {
    width: 70%;
    aspect-ratio: 1324 / 228;
}

.mountain img:nth-child(3) {
    width: 7%;
    animation: yurayura 2s linear infinite;
    scale: 1;
    aspect-ratio: 155 / 299;
}

@keyframes yurayura {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes yurayura2 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.btn_link-orange {
    background: #b96e4f;
    font-size: 16px;
    border: 2px solid #b96e4f;
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s;
    max-width: 300px;
    width: 100%;
    margin-bottom: 9%;
    position: relative;
}

.btn_link-orange::after {
    position: absolute;
    content: "\025b6";
    display: inline-block;
    color: #fff;
    font-size: 16px;
    right: 10%;
    transition: 0.3s;
}

.btn_link-orange:hover {
    background: #fff;
    color: #b96e4f;
}

.btn_link-orange:hover::after {
    color: #b96e4f;
}

@media(max-width:768px) {
    .mountain img:nth-child(1) {
        display: none;
    }

    .mountain img:nth-child(2) {
        width: 80%;
    }

    .mountain img:nth-child(3) {
        width: 12%;
    }

    .swiper {
        margin-bottom: 30px;
    }
}

/* 就農耳より情報 */
.syunou_ear {
    background: url(../img/line.webp) repeat-x;
    background-size: 8%;
    background-position: 0 0;
    padding-top: 8%;
    background-color: #fff2e3;
    position: relative;
}

.syunou_ear::before {
    content: '';
    display: inline-block;
    position: absolute;
    background: url(../img/img-person04.webp) no-repeat;
    background-size: contain;
    width: 138px;
    height: 128px;
    right: 10%;
    top: -10%;
    animation: gatagata 1s infinite;
    scale: 1;
}

@keyframes gatagata {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translate(0px, 4px) rotateZ(3deg)
    }

    50% {
        transform: translate(0px, 4px) rotateZ(0deg)
    }

    75% {
        transform: translate(4px, 4px) rotateZ(-3deg)
    }

    100% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
}

.syunou_ear .bflex {
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 50px;
}

.ear_box {
    width: 20%;
}

.ear_box img {
    aspect-ratio: 453 / 373;
}

.ear_box_white_wrap {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.ear_box_white {
    width: 60%;
    margin: 0 auto;
    background: #fff;
    border-radius: 0 20px 0 0;
    box-shadow: 5px 5px 0px #DCD49E;
    padding: 40px 0;
}

.ear_box_white_img {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.ear-btn_link {
    background: #494949;
    font-size: 16px;
    border: 2px solid #494949;
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s;
    max-width: 250px;
    width: 100%;
    position: relative;
}

.ear-btn_link:hover {
    background: #fff;
    color: #494949;
}

@media (max-width: 768px) {
    .syunou_ear {
        padding-top: 70px;
    }

    .ear_box {
        width: 50%;
        margin-bottom: 20px;
    }

    .ear_box_white {
        width: 100%;
        height: auto;
        padding: 30px 10px;
    }

    .ear_box_white:not(:last-child) {
        margin-bottom: 30px;
    }

    .ear_box_white_img {
        margin-bottom: 15px;
        width: 240px;
    }

    .ear-btn_link {
        max-width: 200px;
    }

    .syunou_ear::before {
        width: 90px;
        height: 85px;
        top: -2%;
    }

    .syunou_ear .bflex {
        margin-bottom: 30px;
    }
}

/* 農業の求人情報 */
.syunou_recruit {
    background: #C76947;
    color: #fff;
    position: relative;
    padding-top: 8%;
}

.syunou_recruit::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../img/wave-orange.webp) repeat-x;
    width: 100%;
    height: 10%;
    background-size: contain;
    left: 0;
    top: -30px;
}

.syunou_recruit .section__ttl {
    color: #fff;
}

.syunou_recruit .bflex {
    align-items: flex-start;
    gap: 0;
}

.recruit_box {
    width: 25%;
    margin-bottom: 25px;
}

.recruit_box a {
    color: #fff;
}

.recruit_box img {
    aspect-ratio: 567 / 469;
}

.recruit__img-con {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 3%;
    margin-bottom: -5px;
}

.recruit__img:nth-child(1) {
    max-width: 450px;
}

.recruit__img:nth-child(1) img {
    aspect-ratio: 851 / 226;
}

.recruit__img:nth-child(2) {
    max-width: 200px;
    animation: yurayura 2s linear infinite;
    scale: 1;
}

.recruit__img:nth-child(2) img {
    aspect-ratio: 211 / 144;
}

.recommennd-info {
    padding: 8% 0 15px;
}

.recommennd-info .recruit__img-con {
    margin-bottom: -20px;
}

@media (max-width: 700px) {
    .recruit_box {
        width: 50%;
    }

    p.recruit_text {
        padding: 0 10px;
    }
}


/* 右側 */
/* 2023年度 新・農業人フェア ご出展ブース数・来場者数 */
.syunou_count {
    background: #fff2e3;
    padding-top: 5%;
}

.syunou_count_title {
    background: #42210B;
    margin: 0 auto;
    padding: 0.5em 0;
    border-radius: 20px;
    margin-bottom: 4%;
    max-width: 450px;
}

.syunou_count_title p {
    color: #fff;
    font-size: 0.95rem;
}

.syunou_count_item {
    width: calc((100% / 2) - 17px);
    background-color: #fff;
    border-radius: 0 0 15px 15px;
}

.syunou_count_schedule_wrap {
    background-color: #61835b;
    margin-bottom: 1.5em;
}

.syunou_count_schedule_wrap p {
    color: #fff;
    font-size: 1.1rem;
    padding: 0.5em 0;
}

.syunou_count_info_wrap {
    /* margin-top: 20px; */
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 1em;
    line-height: 1.6;
    padding: 0 1em;
    font-size: 1rem;
}

.syunou_count_info_wrap ul li small {
    font-size: 11px;
}

.syunou_count_btn-block {
    max-width: 230px;
    margin: 0 auto;
    margin-bottom: 1.5em;
}

.syunou_count_more_btn {
    background: #fff;
    font-size: 16px;
    border: 2px solid #b96e4f;
    color: #b96e4f;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s;
    width: 100%;
}

.syunou_count_more_btn:hover {
    background: #b96e4f;
    color: #fff;
}


@media (max-width: 768px) {
    .syunou_count_title {
        width: 100%;
    }

    .syunou_count_item {
        width: 100%;
    }
}

/* 来場者アンケート */
.syunou_survey {
    background: url(../img/line.webp) repeat-x;
    background-size: 8%;
    background-position: 0 0;
    padding-top: 8%;
    background-color: #fff2e3;
    position: relative;
}

.syunou_survey::before {
    content: '';
    display: inline-block;
    position: absolute;
    background: url(../img/img-person04.webp) no-repeat;
    background-size: contain;
    width: 138px;
    height: 128px;
    right: 10%;
    top: -3%;
    animation: gatagata 1s infinite;
    scale: 1;
}

.survey__img {
    margin-bottom: 5%;
    aspect-ratio: 69 / 150;
}

.syunou_survey .mountain {
    margin-top: 8%;
}

@media (max-width:768px) {
    .syunou_survey::before {
        width: 90px;
        height: 85px;
        top: -4%;
    }

    .syunou_survey {
        padding-top: 50px;
    }

}

/* 今後にお役立てください */
.syunou_kongo {
    background: #fff2e3;
}

.syunou_kongo .wrapper__syunou {
    background-color: #fff;
    border-radius: 15px 50px 15px 15px;
    padding-top: 5%;
    padding-bottom: 5%;
}

.kongo__img {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 2%;
}

.syunou_kongo .section__ttl {
    color: #b96e4f;
}

.syunou_kongo_intro {
    margin-bottom: 5%;
    color: #42210B;
    padding: 0 15px;
}

@media(max-width:768px) {
    .kongo__img {
        max-width: 150px;
    }
}

/* アコーディオン */
.howto {
    width: 90%;
    margin: 0 auto;
}

#ht_list {
    background: #fff;
}

#ht_list .label {
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    transition: .5s;
}

#ht_list .list_tit {
    padding: 20px 0;
    color: #000;
    background: #dcd49e;
    box-shadow: 3px 3px 0px #b96e4f;
    margin-bottom: 40px;
    border-radius: 5px;
}

#ht_list .label.list_tit::before,
#ht_list .label.list_tit::after {
    background: #000;
}

#ht_list .label::before,
#ht_list .label::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #b96e4f;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

#ht_list .label:after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

#ht_list .label.open::before {
    opacity: 0;
}

#ht_list .label.open::after {
    transform: rotate(180deg);
}

#ht_list .detail .label_wrap {
    border-bottom: 1px dotted #b96e4f;
    margin: 15px 0;
}

#ht_list .detail .label {
    text-align: left;
    padding: 25px 30px;
    background-color: #dcbb9e4a;
    color: #000;
    font-weight: bold;
}

#ht_list .detail .label span {
    border-left: 2px solid #b96e4f;
    padding-left: 20px;
}

#ht_list .detail {
    padding: 0 30px 30px;
    display: none;
}

#ht_list .label_in_txt {
    padding: 20px 30px;
    font-size: 15px;
    display: none;
}

#ht_list .label_in_txt ul li {
    text-indent: -15px;
    padding-left: 15px;
    line-height: 1.5;
}

#ht_list .label_in_txt ul li.label_in_txt_full {
    text-indent: 0;
    padding-left: 0;
    line-height: 1.6;
}

#ht_list .label_in_txt ul li.intend_big {
    text-indent: -215px;
    padding-left: 260px;
}

#ht_list .label_in_txt ul li.label_in_txt_full span {
    background: linear-gradient(transparent 60%, #ffeb3f 60%);
}

#ht_list .label_in_txt ul li small {
    font-size: 13px;
}

.label_in_txt ul li a {
    font-size: 0.9rem;
    text-decoration: none;
    border-bottom: 1px solid #21a097;
    color: #21a097;
}

p.detail_tag {
    font-size: 1.2rem;
    text-align: left;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    #ht_list .label {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #ht_list .detail,
    #ht_list .label_in_txt {
        padding: 0 10px 10px;
    }

    #ht_list .detail .label {
        padding: 15px;
        margin-bottom: 0;
        padding: 15px 45px 15px 15px;
    }

    #ht_list .detail .label span {
        padding-left: 10px;
    }

    #ht_list .label_in_txt ul li.intend_big {
        text-indent: 0;
        padding-left: 15px;
    }
}

/* 2023年度新・農業人フェアのセミナー動画 */

.syunou_video {
    padding-top: 8%;
    background-color: #FFE0C4;
    position: relative;
}

.syunou_video::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../img/wave-beige.webp) repeat-x;
    width: 100%;
    height: 10%;
    background-size: contain;
    left: 0;
    top: -50px;
}

.syunou_video .bflex {
    align-items: baseline;
    margin-bottom: 5%;
}

.syunou_video .bflex .video_box {
    width: 31.5%;
}

.syunou_video .bflex .video_box iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.syunou_video .bflex .video_box h3 {
    font-size: 1rem;
    line-height: 22px;
    margin: 10px auto;
    color: #42210B;
    font-weight: bold;
    text-align: left;
}

.syunou_video .bflex .video_box h3 small {
    font-size: 80%;
}

.syunou_video .bflex .video_box p {
    line-height: 1.3rem;
    margin-bottom: 20px;
    text-align: left;
}

.video-btn_link {
    background: #494949;
    font-size: 16px;
    border: 2px solid #494949;
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s;
    max-width: 350px;
    width: 100%;
    position: relative;
}

.video-btn_link:hover {
    background: #fff;
    color: #494949;
}

@media (max-width: 700px) {
    .syunou_video h2 {
        font-size: 1.2rem;
    }

    .syunou_video .bflex .video_box {
        width: calc(50% - 7.5px);
    }

    .syunou_video::before {
        top: -1.5%;
    }
}

/* 就農診断 */
.syunou_check {
    background-color: #fff2e3;
    padding: 8% 15px;
}

.syunou_check__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.syunou_check .wrapper__syunou {
    background-color: #b96e4f;
    padding: 50px 30px;
    border-radius: 19px;
    max-width: 800px;
    margin: 0 auto;
    background-image: url(../img/img-person03.webp);
    background-size: 100px;
    background-position: 97% 100%;
    background-repeat: no-repeat;
}

.syunou_check__txt {
    color: #fff;
    font-size: 1.1rem;
}

.syunou_check .section__ttl {
    color: #fff;
}

.check-btn_link {

    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #fff;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    transition: 0.3s;
    box-shadow: 3px 2px #fff;
    font-size: 16px;
    background-color: #b96e4f;
}

.check-btn_link:hover {
    background-color: #b96e4f;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 #fff;
}

.syunou_check .btn_link {
    position: relative;
}

.syunou_check .btn_link::after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../img/img-cow.webp) no-repeat;
    background-size: contain;
    width: 100px;
    height: 70px;
    right: -20px;
    /* opacity: 0; */
    bottom: 0;
    transform: scale(0.75) rotate(35deg);
    transition: 0.3s;
    z-index: -1;
}

.syunou_check .btn_link:hover::after {
    opacity: 1;
    transform: translateX(50px);
    z-index: 0;
}

@media(max-width:768px) {
    .syunou_check__container {
        flex-direction: column;
        gap: 0;
    }

    .syunou_check__txt {
        font-size: 1.0rem;
        text-align: left;
    }

    .syunou_check .btn_link {
        width: 60%;
    }

    .check-btn_link {
        border-radius: 100px;
        width: 100%;
        height: 50px;
        font-size: 1rem;
    }

    .syunou_check .btn_link::after {
        right: 50px;
    }

    .syunou_check .btn_link:hover::after {
        transform: translateX(30px);
    }
}