@charset "utf-8";
/*usual*//*20240508_ukawa*/
.txcenter {
    text-align: center;
}
/*usual_end*/
main img,.agrisupport-footer img {
    width: 100%;
}
ul {
    list-style: none;
}
.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
}
main ul,main p,.apply-btn,.apply-btn-first,.agrisupport-footer-txt,main a,#announce{
    line-height: 1.5;
    font-family: "Noto Sans JP", serif;
    font-size: 16px;
}
.wrapper__inner {
    max-width: 1080px;
    margin: 0 auto;
}
.category {
    background-color: #e97589;
    color: #fff;
    padding: 2px 10px;
    margin: 0 1%;
    display: inline-block;
    min-width: 70px;
    text-align: center;
}
/*20240508_ukawa*/
#announce .wrapper__inner { 
    padding: 0 0 20px 0;
}
#announce h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    border-bottom: solid 3px #428a5b;
}
#announce_area .announce_box {
    padding: 20px 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: solid 1px #ddd;
}
#announce_area .announce_box:last-child {
    border: none;
}
#announce_area .announce_box .date {
    width: 130px;
}
#announce_area .announce_box .title {
}
#announce_area .announce_box .title span {
    background-color: #d97c8a;
    color: #fff;
    font-size: 1.2rem;
    padding: 5px 25px;
    margin: 0 10px 0 0;
}

/*20240508_ukawa_end*/


#youtube {
    max-width: 840px;
    margin: 0 auto 30px;
    padding: 0 4%;
}
#youtube iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
#desc {
    background-color: #f2eddd;
    padding: 45px 4% 50px;
}
.section-ttl {
    max-width: 230px;
    margin: 0 auto 45px;
}
.desc__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.desc-img {
    width: 31%;
}
.desc_ul {
    width: 65%;
    display: inline-block;
}
.desc_li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 38px;
}
.desc_li:last-child {
    margin-bottom: 0;
}
#desc a,.apply-txt a,.agrisupport-footer-txt a,#info a{
    text-decoration: underline;
    color: #0000ee;
}
.desc-cicle {
    width:65px;
    height:65px;
    border-radius:50%;
    background:#67a045;
}
.desc-cicle p {
    text-align: center;
    line-height: 65px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.desc-txt {
    width: 87%;
}
#example {
    background-color: #67a845;
    padding: 45px 4% 50px;

}
#example li {
    position: relative;
    color: #fff;
    margin-left: 1.2em;
}
#example li::before {
    position: absolute;
    content: "";
    width: 0.9em;
    height: 0.9em;
    background-color: #fff;
    transform: translateY(-50%) rotate(45deg);
    left: -1.2em;
    top: 50%;
}
.example__inner {
    display: flex;
    justify-content: space-between;
    max-width: 916px;
    margin: 0 auto;
    margin-bottom: 45px;
    align-items: center;
}
.example-img {
    max-width: 188px;
}
.example__caption  {
    background-color: #fff;
}
.example__caption-img {
    max-width: 916px;
    margin: 0 auto;
    padding: 40px 0;
}
#info {
    background-color: #c3dfa3;
    background-image: url(../img/info-bgi.webp);
    background-size: cover;
    background-position: bottom center;
    padding: 45px 4% 50px;

}
.info__inner {
    background-color: #fff;
    border-radius: 50px;
    padding: 55px 4% 65px;
}
.info-txt {
    max-width: 913px;
    margin: 0 auto;
}
#info h3 {
    color: #3a9057;
    font-size: 18px;
    font-weight: bold;
}
.list-color__blue {
    color: #2d78c8;
    font-weight: bold;
}
#info .red {
    color: #ff3c27;
    font-size: 18px;
    font-weight: bold;
}
#info .black {
    color: #000;
    font-size: 18px;
    font-weight: bold;

}
.last {
    margin-bottom: 34px;
}
main h2{
    padding-bottom: 20px;
}
#apply {
    padding: 55px 4% 65px;
}
.apply-txt {
    word-wrap: break-word;
    max-width: 945px;
    margin: 0 auto;
}
.apply-btn-first a {
    display: block;
    max-width: 550px;
    background-color: #67a845;
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    position: relative;
}
.apply-btn-first a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 15px;
	width: 0;
	height: 0;
	border: 10px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #fff;
    transition: all 0.5s ease-in-out;  
}
.apply-btn-first a:hover:before {
	right: 8px;
          /*マウスオーバーで三角をずらす */ 
}
.apply-btn-second a {
    display: block;
    max-width: 550px;
    background-color: #ff8014;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    position: relative;
}
.apply-btn-second a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 15px;
	width: 0;
	height: 0;
	border: 10px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #fff;
    transition: all 0.5s ease-in-out;  
}
.apply-btn-second a:hover:before {
	right: 8px;
          /*マウスオーバーで三角をずらす */ 
}
.apply-btn-third a {
    display: block;
    max-width: 550px;
    background-color: #FF3C27;
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 55px;
    position: relative;
}
.apply-btn-third a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 15px;
	width: 0;
	height: 0;
	border: 10px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #fff;
    transition: all 0.5s ease-in-out;  
}
.apply-btn-third a:hover:before {
	right: 8px;
          /*マウスオーバーで三角をずらす */ 
}
.agrisupport-footer {
    background-color: #f8f7f8;
    padding: 55px 4% 65px;
}
.agrisupport-footer__inner {
    max-width: 945px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.agrisupport-footer-logo {
    width: 46%;
    margin: 0 auto;
}
.agrisupport-footer-logo img {
    width: 80%;
}
.agrisupport-footer-txt {
    width: 46%;
}
.mail__inner {
    display: flex;
    align-items: center;
}
.mail__img {
    width: 19px;
    margin-right: 0.2em;
}
.agrisupport-footer-txt h4 {
    margin-bottom: 0.5em;
}
.mail__img img {
    vertical-align: middle;
}
.mail__p {
    font-size: 11px;
}

@media (max-width: 768px) {
    .mv__pc {
        display: none;
    }
    main h2 {
        padding-bottom: 25px;
    }
    #announce {
        margin-bottom: 25px;
    }
    .desc__inner {
        flex-direction: column;
    }
    .desc_ul {
        width: 100%;
    }
    .desc-img {
        width: 100%;
    }
    .desc-txt {
        width: 100%;
    }
    .desc_li {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .desc_li:last-child {
        margin-bottom: 20px;
    }
    .example__inner {
        flex-direction: column;
    }
    .example__inner ul {
        margin-bottom: 20px;
    }
    .caption__pc {
        display: none;
    }
    .section-ttl {
        margin-bottom: 25px;
    }
    #desc,#example,#info,.info__inner,#apply,.agrisupport-footer{
        padding: 25px 4%;
    }
    .info__inner {
        border-radius: 20px;
    }
    .desc-cicle {
        margin-bottom: 1em;
    }
    .agrisupport-footer__inner {
        flex-direction: column;
    }
    .agrisupport-footer-logo {
        width: 95%;
        margin: 0 auto 20px;
    }
    .agrisupport-footer-logo  img {
        width: 100%;
    }
    .agrisupport-footer-txt {
        width: 95%;
        margin: 0 auto;
    }
    .apply-btn a {
        margin-bottom: 18px;
    }
    .example__caption-img {
        padding: 0;
    }
    .apply-btn-first a ,.apply-btn-third a{
        font-size: 15px;
        line-height: 1.5;
        padding: 7px 0 11px;
    }
    .apply-btn-second a {
        font-size: 20px;
    }
    #announce_area .announce_box .title span {
        padding: 2px 16px;
    }
    #announce_area .announce_box .title {
        line-height: 2;
    }

}
@media (min-width: 769px) {
    .mv__sp {
        display: none;
    }
    .caption__sp {
        display: none;
    }
    .sp-show {
        display: none;
    }
}