@font-face {
  font-family: 'ヒラギノ角ゴ Pro W3', sans-serif;
  src: url(../fonts/HiraginoKakuGothicProW3.otf);
}
@font-face {
  font-family: 'ヒラギノ角ゴ Pro W6', sans-serif;
  src: url(../fonts/HiraginoKakuGothicProW6.otf);
}
.c-wrapper {
    padding-top: 135px;
    background: #FAFAFF;
}
.main-visual img {
    width: 100% !important;
}
.c-section-events {
    margin-top: 70px;
}
.c-section-events * ,
.c-section-connect * ,
.l-report * {
    font-family: 'ヒラギノ角ゴ Pro W3', sans-serif;;
}
.c-section-events h3 * ,
.c-section-events h2 *,
.c-section-connect h2 *,
.l-report h3 *,
.l-report h2 * {
    font-family: 'ヒラギノ角ゴ Pro W6', sans-serif;;
}
@media(max-width: 750px){
    .home-wrapper {
        padding-top: 80px;
    }
}
.c-slider-events__wrapper {
    padding-top: 20px;
}
.c-ttl__ja .cl1 {
    color: #02731E;
}
.c-section-events__container {
    max-width: 1360px;
    margin: 0 auto;
}
.c-section-events h2 {
    position: relative;
}
.c-section-events h2 .c-ttl__ja {
    font-size: 1.5rem
}
.c-section-events h2::before {
    content: "";
    position: absolute;
    width: 42px;
    height: 47px;
    background: url(../../../../../img/ysmart-plus/ic-bird.png) no-repeat;
    background-size: 100% !important;
    z-index: -1;
    top: -20px;
    left: -60px;
}
.c-list-events .c-card__img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.c-list-events .c-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.c-list-events .c-card__category {
    color: #333333;
    background: #80CBD3;
    border-radius: 50vh;
    line-height: 1.6;
    font-size: 10px;
    align-items: center;
}
.c-list-events .c-card__date {
    font-size: 13px;
}
.c-section-events__body {
    padding-top: 20px;
}
.c-section-events__body .c-slider-2 .splide__arrow--prev svg,
.c-section-events__body .c-slider-2 .splide__arrow--next svg {
    display: none;
}
.c-section-events__body .c-slider-2 .splide__arrow--prev {
    rotate: unset;
}
.c-section-events__body .c-slider-2 .splide__arrow--prev::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 33px;
    background: url(../../../../../img/ysmart-plus/ic-arrow-left.png) no-repeat;
    background-size: 100% !important;
}
.c-section-events__body .c-slider-2 .splide__arrow--next::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 33px;
    background: url(../../../../../img/ysmart-plus/ic-arrow-right.png) no-repeat;
    background-size: 100% !important;
}
.c-section-events__body .c-slider-2 .splide__arrow {
    top: 50% !important;
    margin-top: -17px !important;
}
.c-section-events .c-section__btn {
    margin-top: 1%;
    position: relative;
    z-index: 10;
}
.c-section-events .c-section__btn .c-btn-2 {
    background-color: #464646;
    color: #fff;
    border: 2px solid #464646;
    padding-block: 16px;
    max-width: 220px;
    box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 13px;
    padding: 8px;
    font-size: 16px;
}
.c-section-events .c-section__btn .c-btn-2 .cl1 {
    color: #B3E0E5;
}
.c-product-events h2 {
    padding: 0 45px;
}
.c-product-events h2::before {
    background: url(../../../../../img/ysmart-plus/ic-pencil.png);
    width: 30px;
    height: 30px;
    left: unset;
    right: 0;
    top: 50%;
    margin-top: -10px;
}
.c-product-events .c-section__btn .c-btn-2 .cl1 {
    color: #E5AD8F;
}
.c-product-events .c-list-events .c-card__category {
    background: #E5AD8F;
}
.c-section-connect__container {
    max-width: 1150px;
    padding: 0 20px;
    margin: 0 auto;
}
.c-section-connect {
    padding-top: 280px;
    position: relative;
    background: url(../../../../../img/ysmart-plus/connect-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    padding-bottom: 100px;
}
.c-section-connect::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(../../../../../img/ysmart-plus/ic-rabit-cloud.png) no-repeat;
    background-size: 100% !important;
    top: 135px;
    left: 50%;
    margin-left: -60px;
}
.c-section-connect .c-ttl__ja {
    line-height: 2;
    font-size: 1.875rem;
}
.c-connect__inner {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 30px;
    margin-bottom: 60px;
}
.c-connect__img,
.c-connect__txt {
    width: 50%;
    padding: 15px;
}
.c-connect__img p {
    position: relative;
    padding-top: 75%;
    border-radius: 30px;
    overflow: hidden;
}
.c-connect__img p img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.c-connect__txt {
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 16px;
    line-height: 2.25;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 60px;
    padding-right: 30px;
    position: relative;
}
.c-connect__inner.odd .c-connect__txt{
    padding-right:15px;
    padding-left: 30px;
}
.c-connect__txt h3 {
    padding-top: 35px;
    padding-bottom: 20px;
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
     font-family: 'ヒラギノ角ゴ Pro W6', sans-serif;;
}
.c-connect__txt h3 .sm {
    font-size: 18px;
}
.c-connect__txt .c-section__btn {
    margin-top: 0;
    display: flex;
    position: relative;
    z-index: 1;
}
.c-connect__txt .c-section__btn .c-btn-2 {
    background-color: #464646;
    color: #fff;
    border: 2px solid #464646;
    padding-block: 16px;
    max-width: 165px;
    box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 13px;
    padding: 8px;
    font-size: 16px;
    margin: 0 4px;
    width: 165px;
    transition: .3s;
}
.c-connect__txt .c-section__btn .c-btn-2:hover {
    background-color: unset;
    color: #464646;
}
.c-connect__txt .c-section__btn .c-btn-2 .cl1 {
    color: #B3E0E5;
}
.c-connect__txt .c-section__btn .c-btn-2 .cl2 {
    color: #E5AD8F;
}
.c-section-connect__body {
    margin-top: 40px;
}
.c-connect__txt::after {
    content: "";
    position: absolute;
    background-size: 100% !important;
    right: 25px;
    bottom: 35px;
}
.c-connect__txt.information-cooking::after {
    content: "";
    position: absolute;
    width: 126px;
    height: 80px;
    background: url(../../../../../img/ysmart-plus/connect-01.png) no-repeat;
}
.c-connect__txt.information-factory::after {
    width: 149px;
    height: 54px;
    background: url(../../../../../img/ysmart-plus/connect-02.png) no-repeat;
    right: 15px;
}
.c-connect__txt.information-experience::after {
    width: 110px;
    height: 80px;
    background: url(../../../../../img/ysmart-plus/connect-03.png) no-repeat;
}
.c-connect__txt.information-shopping::after {
    width: 135px;
    height: 78px;
    background: url(../../../../../img/ysmart-plus/connect-04.png) no-repeat;
    /* right: 15px; */
}
@media(max-width: 750px){
    .c-connect__img, .c-connect__txt {
        width: 100%;
        padding: 20px !important;
    }
    .c-connect__txt h3 {
        padding-top: 0;
        font-size: 5vw;
    }
    .c-connect__txt h3 .sm {
        font-size: 3vw;
    }
    .c-connect__img {
        padding-bottom: 0;
    }
    .c-connect__txt .c-section__btn {
        margin-top: 40px;
        justify-content: center;
        margin-bottom: 30px;
    }
    .c-connect__inner {
        margin-bottom: 35px;
    }
    .c-connect__inner.odd {
        flex-direction: column-reverse;
    }
    .c-section-connect .c-ttl__ja {
        line-height: 1.5;
        font-size: 5.25vw;
    }
    .c-section-connect::before {
        top: 75px
    }
    .c-section-connect {
        padding-top: 220px;
    }
    .c-slider-2 .splide__arrow--next {
        right: 0;
    }
    .c-slider-2 .splide__arrow--prev {
        left: 0;
    }
    .c-section-events__body .c-slider-2 .splide__arrow--next::after,
    .c-section-events__body .c-slider-2 .splide__arrow--prev::before {
        width: 16px;
        height: 26px;
    }
    .c-product-events h2 .c-ttl__ja,
    .c-section-events h2 .c-ttl__ja {
        font-size: 5.25vw;
    }
    .c-section-events h2::before {
        width: 27px;
        height: 30px;
        top: -10px;
        left: -33px;
    }
    .c-section-events h2::before {
        width: 6vw;
        height: 7vw;
        top: -3vw;
        left: -10vw;
    }
    .c-product-events h2::before {
        width: 4.8vw;
        height: 4.8vw;
        margin-top: -2.4vw;
        top: 50%;
        left: unset;
    }
    .c-product-events h2 {
        padding: 0 8vw;
    }
    .c-section-events {
        margin-top: 30px;
    }
    .c-connect__txt.information-cooking::after {
        width: 17vw;
        height: 11vw;
    }
    .c-connect__img p {
        border-radius: 15px;
    }
    .c-connect__txt.information-factory::after {
        width: 18vw;
        height: 6.8vw;
    }
    .c-connect__txt.information-experience::after {
        width: 16vw;
        height: 11vw;
    }
    .c-connect__txt.information-shopping::after {
        width: 15vw;
        height: 8.7vw;
    }
}
@media(max-width:480px){
    .c-connect__txt .c-section__btn {
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
        margin-bottom: 0;
    }
    .c-connect__txt .c-section__btn .c-btn-2 {
        margin-bottom: 20px;
    }
}
.c-section-report__head {
    padding-block: 35px;
}
.c-search-report__inner {
    max-width: 1240px;
    padding-inline: 20px;
    margin: 0 auto;
}
.c-search-report__ttl {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 23px;
}
.c-search-report__list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    height: 60px;
    align-items: center;
}
.c-search-report__list::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #80CBD3;
    bottom: 0;
    right: 0;
}
.c-report-filter__list:last-child .c-search-report__list::after {
    background: #E5AD8F;
}
.c-search-report__item a {
    font-size: 14px;
    font-weight: 700;
    color: #3A7E31;
    line-height: 1;
}
.c-search-report__item a span {
    transition: .3s;
    position: relative;
}
.c-search-report__item a span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 1px;
    background: #02731E;
    transition: .3s;
}
.c-search-report__item a:hover span::after {
    right: 0;
   
}
.c-search-report__item {
    position: relative;
    text-align: center;
    width: max-content;
    padding: 0 15px;
    border-right: 1px solid #3A7E31;
    line-height: 1;
}
.c-search-report__item:last-child {
    border-right: unset;
}
.c-search-report__item:first-child {
    padding-left: 0;
}
.c-report-filter__list .c-section__btn {
    margin: 0;
    width: 30%;
    padding-right: 30px;
}
.c-report-filter__list .c-section__btn .c-btn-2 {
    margin: 0;
    position: relative;
    font-size: 1rem;
    padding: 27px 0;
    line-height: 1;
}
.c-report-filter__list .c-section__btn .c-btn-2.active {
    color: #fff;
    background: #02731E
}
.c-report-filter__list .c-section__btn .c-btn-2::before{
    content: "";
    position: absolute;
    width: 24px;
    height: 28px;
    background: url(../../../../../img/ysmart-plus/ic-bird.png) no-repeat;
    background-size: 100% !important;
    left: 31px;
    top: 50%;
    margin-top: -14px;
}
.c-report-filter__list .c-section__btn .c-btn-2.report_information::before {
    width: 22px;
    height: 22px;
    background: url(../../../../../img/ysmart-plus/ic-pencil.png) no-repeat;
    margin-top: -11px;
}
.c-report-filter__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.c-search-report__inner {
    max-width: 960px;
}
.c-report-filter__list .c-section__btn span {
    font-size: 20px;
    color: #02731E;
    line-height: 1;
    font-weight: 700;
    transition: .3s;
}
.c-report-filter__list .c-section__btn:hover span {
    color: #fff;
}
.c-report-filter__list .c-section__btn a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-section__report {
    padding-top: 0;
}
.c-section-report__container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
}
.c-list-report {
    display: flex;
    flex-wrap: wrap;
    max-width: 1150px;
    margin: 0 -15px;
}
.c-list-report__item {
    display: block;
    width: 25%;
    padding: 10px 15px;
}
.c-list-report__item .c-card__date {
    font-size: 13px;
    padding-top: 2px;
    padding-right: 10px;
}
.c-list-report__item .c-card__category {
    color: #333;
    border-radius: 50vh;
    font-size: 10px;
    align-items: center;
    font-weight: 700;
    padding-inline: 10px;
    line-height: 1;
}
.c-list-report__item.event_information .c-card__category {
    background: #80CBD3
}
.c-list-report__item.report_information .c-card__category {
    background: #E5AD8F
}
.c-list-report__item .c-card__inner {
    gap: 0;
}
.c-list-report__item .c-card__img {
    position: relative;
    padding-top: 100%;
    border-radius: 15px;
}
.c-list-report__item .c-card__img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.c-section-events__btn {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 60px;
}
.c-section-events__btn .c-btn-2--green {
    margin: 0;
    line-height: 1;
    width: 100%;
    max-width: 350px;
    margin: 0 14px;
    font-size: 16px;
    padding: 20px 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
@media(max-width: 750px){
    .lb-sp {
        display: block;
    }
    .c-list-report__item {
        width: 50%;
    }
    .c-list-report__item .c-card__date {
        font-size: 3vw;
        margin-right: 1vw;
    }
    .c-list-report__item .c-card__category {
        font-size: 1.6vw;
        padding-inline: 0.25rem;
    }
    .c-report-filter__list {
        align-items: center;
    }
    .c-report-filter__list .c-section__btn {
        margin: 0;
        width: 150px;
        padding-right: 0;
    }
    .c-report-filter__list .c-section__btn .c-btn-2 {
        margin: 0 auto;
        position: relative;
        font-size: 0.8rem;
        padding: 10px;
        border-width: 2px;
        max-width: 130px;
        margin-left: 0;
    }
    .c-search-report__item a {
        font-size: 2vw;
    }
    .c-search-report__item {
        padding-left: 0;
        width: 49%;
        text-align: left;
        padding: 15px 0;
        border: unset;
        border-bottom: 1px solid #02731E;
    }
    .c-search-report__list::after {
        display: none !important;
    }
    .c-search-report__list {
        height: auto;
        gap: 2%;
    }
    .c-report-filter__list {
        position: relative;
    }
    .c-report-filter__list::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #80CBD3;
        bottom: 0;
        right: 0;
    }
    .c-report-filter__list:last-child:after {
        background: #E5AD8F;
    }
    .c-list-report__item .c-card__category {
        font-size: 2.4vw;
        padding-inline: 0.25rem;
        padding: 0.6vw 2.5vw 0.8vw !important;
        display: inline-block;
        min-width: unset;
        margin-top: 5px;
    }
     .c-list-report__item .c-card__inner {
        flex-direction: column;
        align-items: flex-start;
    }
       .c-section-events__btn .c-btn-2--green {
        margin-bottom: 20px;
    }
    .c-section-events__btn {
        margin-top: 50px;
        padding-bottom: 20px;
    }
    .c-report-filter__list .c-section__btn .c-btn-2 {
        padding-left: 25px;
    }
    .c-report-filter__list .c-section__btn .c-btn-2::before {
        width: 18px;
        height: 20px;
        left: 14px;
        margin-top: -10px;
    }
    .c-report-filter__list .c-section__btn .c-btn-2.report_information::before {
        width: 18px;
        height: 18px;
        margin-top: -9px;
    }
}
@media(max-width:490px){
    .c-report-filter__list .c-section__btn {
        width: 100%;
    }
    .c-report-filter__list {
        flex: auto;
        flex-wrap: wrap;
    }
    .c-report-filter__list .c-section__btn .c-btn-2 {
        font-size: 0.9rem;
        margin: 0;
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .c-search-report__item a {
        font-size: 2.7vw;
    }
    .c-section-events__btn {
        margin-top: 50px;
        padding-bottom: 20px;
    }
    .c-list-report {
        margin: 0 -8px;
    }
    .c-list-report__item {
        padding: 10px 8px;
    }
   
}
.c-search-ctrl__list {
    gap: 28px 3.2%;
}