@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*
========================================
all
========================================
*/
/* pc */
@media(min-width:741px){
  body {
    min-width: 1114px;
    overflow-x: auto;
  }
  .article-body *,.article-body *:after, .article-body *:before{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-body {
    overflow: hidden;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
  .article-body a {
    text-decoration: none;
    color: inherit;
    outline: none;
  }
  .article-body img {
    width: 100%;
  }
  .article-body a:hover img,
  .article-body a:active img,
  .article-body a:focus img{
    opacity: 0.85;
  }
  .breadcrumb{
    max-width: 960px;
    width: 95%;
    margin: 20px auto 10px;
  }
  #main{
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  #contents {
    width: 100%;
    float: none;
    padding: 0
  }
  .sp{
    display: none !important;
  }
}
/* sp */
@media(max-width:740px){
  .article-body *,.article-body *:after, .article-body *:before{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-body {
    padding-bottom: 15px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    overflow: hidden;
  }
  .article-body a {
    text-decoration: none;
    outline: none;
  }
  .article-body img {
    width: 100%;
  }
  .article-body a:focus img,
  .article-body a:active img,
  .article-body a:hover img{
    opacity: 0.85;
  }
  #main{
    padding-top: 0;
    padding-bottom: 0;
  }
  #contents {
    width: auto;
    float: none;
    padding: 0
  }
  .pc{
    display: none !important;
  }
}




/*
==================================
font
==================================
*/
.intro__wrap-ttl,
.lead__subttl,
.sec__ttl,
.sec__box-ttl,
.sec__more-ttl,
.end__ttl,
.bnr__ttl{
  font-family: tbudgothic-std, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/*
==================================
kv
==================================
*/
/* pc */
@media(min-width:741px){
  .kv{
    margin-bottom: 60px;
  }
  .kv-inr{
    background-color: #E60012;
  }
  .kv__ttl{
    max-width: 1472px;
    min-height: 566px;
    width: 100%;
    margin: 0 auto;
  }
}
/* sp */
@media(max-width:740px){
  .kv{
    margin-bottom: 40px;
  }
  .kv__ttl{
    min-height: 220px;
  }
}
/* tablet */
@media (max-width:1472px) and (min-width:740px){
  .kv__ttl{
    min-height: 428px;
  }
}




/*
==================================
anchor
==================================
*/
/* pc */
@media(min-width:741px){
  .anc{
    margin-bottom: 130px;
  }
  .anc-inr{
    max-width: 977px;
    margin: 0 auto;
  }
  .anc__ttl{
    width: 627px;
    height: 127px;
    margin: 0 auto 5px;
  }
  .anc__list{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .anc__list-item{
    width: 315px;
  }
  .anc__list-item:not(:last-of-type){
    margin-right: 18px;
  }
  .anc__list-item-link{
    display: block;
    cursor: pointer;
  }
}
/* sp */
@media(max-width:740px){
  .anc{
    margin-bottom: 130px;
  }
  .anc-inr{
    padding: 0 15px;
  }
  .anc__ttl{
    width: 349px;
    height: 78px;
    margin: 0 auto 30px;
  }
  .anc__list-item:not(:last-of-type){
    margin-bottom: 20px;
  }
  .anc__list-item-link{
    display: block;
    cursor: pointer;
  }
}




/*
==================================
introduction
==================================
*/
/* pc */
@media(min-width:741px){
  .intro{
    background-color: #FFF9D4;
    margin-bottom: 140px;
    position: relative;
  }
  .intro::before,
  .intro::after{
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 60px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .intro::before{
    background-image: url(/jiyukenkyu/foodloss/_assets/img/bg_intro_top_pc.png);
    top: -60px;
  }
  .intro::after{
    background-image: url(/jiyukenkyu/foodloss/_assets/img/bg_intro_bottom_pc.png);
    bottom: -60px;
  }
  .intro-inr{
    max-width: 763px;
    margin: 0 auto;
  }
  .intro__ttl{
    width: 533px;
    height: 77px;
    margin: 0 auto 10px;
  }
  .intro__wrap:not(:last-of-type){
    margin-bottom: 52px;
  }
  .intro__wrap-ttl{
    font-size: 32px;
    font-weight: 900;
    color: #E60012;
    text-align: center;
    margin-bottom: 12px;
  }
  .intro__wrap-img{
    margin: 0 auto 20px;
  }
  .intro__wrap-img--01{
    width: 256px;
    height: 232px;
  }
  .intro__wrap-img--02{
    width: 285px;
    height: 140px;
  }
  .intro__wrap-img--03{
    width: 326px;
    height: 175px;
  }
  .intro__wrap-txt{
    font-size: 18px;
  }
  .intro__wrap-txt:not(:last-child){
    margin-bottom: 20px;
  }
  .intro__wrap-list{
    font-size: 16px;
  }
  a.intro__wrap-list-item-main{
    color: #E60012;
    text-decoration: underline;
  }

  .intro__bg-img{
    position: absolute;
  }
  .intro__bg-img--01{
    width: 229px;
    height: 325px;
    right: calc(50% - 660px);
    top: -120px;
  }
  .intro__bg-img--02{
    width: 310px;
    height: 193px;
    left: calc(50% - 720px);
    top: 180px;
  }
  .intro__bg-img--03{
    width: 409px;
    height: 331px;
    right: calc(50% - 740px);
    top: 570px;
  }
  .intro__bg-img--04{
    width: 250px;
    height: 320px;
    left: calc(50% - 740px);
    top: 900px;
  }
  .intro__bg-img--05{
    width: 213px;
    height: 252px;
    right: calc(50% - 710px);
    top: 1260px;
  }
}
/* sp */
@media(max-width:740px){
  .intro{
    background-color: #FFF9D4;
    margin-bottom: 75px;
    position: relative;
  }
  .intro::before,
  .intro::after{
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .intro::before{
    background-image: url(/jiyukenkyu/foodloss/_assets/img/bg_intro_top_sp.png);
    top: -60px;
    height: 60px;
  }
  .intro::after{
    background-image: url(/jiyukenkyu/foodloss/_assets/img/bg_intro_bottom_sp.png);
    bottom: -50px;
    height: 50px;
  }
  .intro-inr{
    padding: 0 15px;
  }
  .intro__ttl{
    width: 287px;
    height: 45px;
    margin: 0 auto 10px;
  }
  .intro__wrap:not(:last-of-type){
    margin-bottom: 30px;
  }
  .intro__wrap-ttl{
    font-size: 20px;
    font-weight: 900;
    color: #E60012;
    text-align: center;
    margin-bottom: 15px;
  }
  .intro__wrap-img{
    margin: 0 auto 15px;
  }
  .intro__wrap-img--01{
    width: 200px;
    height: 181px;
  }
  .intro__wrap-img--02{
    width: 305px;
    height: 142px;
  }
  .intro__wrap-img--03{
    width: 305px;
    height: 164px;
  }
  .intro__wrap-txt{
    font-size: 15px;
  }
  .intro__wrap-txt:not(:last-child){
    margin-bottom: 20px;
  }
  .intro__wrap-list{
    font-size: 12px;
  }
  a.intro__wrap-list-item-main{
    color: #E60012;
    text-decoration: underline;
  }

  .intro__bg-img{
    position: absolute;
  }
  .intro__bg-img--01{
    width: 69px;
    height: 98px;
    left: 15px;
    bottom: -98px;
    z-index: 1;
  }
  .intro__bg-img--02{
    width: 141px;
    height: 116px;
    left: -20px;
    top: -90px;
    transform: rotate(-22deg);
  }
  .intro__bg-img--03{
    width: 140px;
    height: 114px;
    right: -45px;
    top: 650px;
  }
  .intro__bg-img--04{
    width: 70px;
    height: 90px;
    right: 9px;
    top: -105px;
    transform: rotate(105deg);
  }
  .intro__bg-img--05{
    width: 60px;
    height: 71px;
    left: -24px;
    top: 1285px;
  }
}




/*
==================================
lead
==================================
*/
/* pc */
@media(min-width:741px){
  .lead{
    margin-bottom: 140px;
  }
  .lead-inr{
    position: relative;
    max-width: 763px;
    margin: 0 auto;
  }
  .lead__chara{
    position: absolute;
    left: -103px;
    top: 222px;
    z-index: 1;
  }
  .lead__chara-img{
    width: 125px;
    height: 217px;
    margin-bottom: 14px;
  }
  .lead__chara-note{
    font-size: 12px;
  }
  .lead__ttl{
    width: 494px;
    height: 77px;
    margin: 0 auto;
  }
  .lead__subttl{
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: #E60012;
  }
  .lead__subttl-big{
    font-size: 60px;
  }
  .lead__txt{
    font-size: 20px;
    font-weight: 500;
    line-height: 34.2px;
    text-align: center;
  }
}
/* sp */
@media(max-width:740px){
  .lead{
    margin-bottom: 90px;
  }
  .lead-inr{
    padding: 0 15px;
  }
  .lead__chara{
    margin-bottom: 12px;
  }
  .lead__chara-img{
    width: 56.5px;
    height: 97px;
    margin: 0 auto 5px;
  }
  .lead__chara-note{
    font-size: 10px;
    text-align: right;
  }
  .lead__ttl{
    width: 261px;
    height: 45px;
    margin: 0 auto;
  }
  .lead__subttl{
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #E60012;
  }
  .lead__subttl-big{
    font-size: 30px;
  }
  .lead__txt{
    font-size: 16px;
    font-weight: 500;
    line-height: 23.4px;
    text-align: center;
  }
}




/*
==================================
sec
==================================
*/
/* pc */
@media(min-width:741px){
  .sec{
    padding-bottom: 140px;
    position: relative;
  }
  .sec--01{
    background-color: #FFE8E1;
  }
  .sec--02{
    background-color: #FFF9D4;
  }
  .sec--03{
    background-color: #DAF8F9;
  }
  .sec::before{
    content: "";
    background-repeat: repeat-x;
    background-size: 1440px 99px;
    background-position: center top;
    height: 99px;
    width: 100%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -98px;
  }
  .sec--01::before{
    background-image: url(/jiyukenkyu/foodloss/_assets/img/bg_sec01_top_pc.png);
  }
  .sec--02::before{
    background-image: url(/jiyukenkyu/foodloss/_assets/img/bg_sec02_top_pc.png);
  }
  .sec--03::before{
    background-image: url(/jiyukenkyu/foodloss/_assets/img/bg_sec03_top_pc.png);
  }
  .sec-inr{
    max-width: 977px;
    margin: 0 auto;
  }
  .sec__icon{
    height: 60px;
    margin: 0 auto;
    padding-top: 38px;
    position: relative;
    box-sizing: content-box;
  }
  .sec__icon::before{
    content: "";
    background-image: url(/jiyukenkyu/foodloss/_assets/img/icon_ribbon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 36.58px;
    height: 22.58px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
  .sec--01 .sec__icon{
    width: 30.11px;
  }
  .sec--02 .sec__icon{
    width: 46.14px;
  }
  .sec--03 .sec__icon{
    width: 47.63px;
  }
  .sec__ttl{
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
  }
  .sec__ttl-sub{
    display: block;
    font-size: 28px;
  }
  .sec__ttl-main{
    display: block;
    font-size: 32px;
  }
  .sec__time{
    display: block;
    width: 242px;
    background-color: #E60012;
    border-radius: 20px;
    padding: 8px 0;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
  }
  .sec--01 .sec__time{
    color: #FFE8E1;
  }
  .sec--02 .sec__time{
    color: #FFF9D4;
  }
  .sec--03 .sec__time{
    color: #DAF8F9;
  }
}
/* sp */
@media(max-width:740px){
  .sec{
    padding-bottom: 70px;
    position: relative;
  }
  .sec--01{
    background-color: #FFE8E1;
  }
  .sec--02{
    background-color: #FFF9D4;
  }
  .sec--03{
    background-color: #DAF8F9;
  }
  .sec::before{
    content: "";
    background-repeat: repeat-x;
    background-size: 375px 50px;
    background-position: center top;
    height: 50px;
    width: 100%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -47px;
  }
  .sec--01::before{
    background-image: url(/jiyukenkyu/foodloss/_assets/img/bg_sec01_top_sp.png);
  }
  .sec--02::before{
    background-image: url(/jiyukenkyu/foodloss/_assets/img/bg_sec02_top_sp.png);
  }
  .sec--03::before{
    background-image: url(/jiyukenkyu/foodloss/_assets/img/bg_sec03_top_sp.png);
  }
  .sec-inr{
    padding: 0 15px;
    position: relative;
    z-index: 1;
  }
  .sec__icon{
    height: 54px;
    margin: 0 auto 10px;
    padding-top: 30px;
    position: relative;
    box-sizing: content-box;
  }
  .sec__icon::before{
    content: "";
    background-image: url(/jiyukenkyu/foodloss/_assets/img/icon_ribbon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 29px;
    height: 18px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
  .sec--01 .sec__icon{
    width: 26px;
  }
  .sec--02 .sec__icon{
    width: 41px;
  }
  .sec--03 .sec__icon{
    width: 43px;
  }
  .sec__ttl{
    font-weight: 900;
    text-align: center;
    margin-bottom: 5px;
  }
  .sec__ttl-sub{
    display: block;
    font-size: 19px;
  }
  .sec__ttl-main{
    display: block;
    font-size: 22px;
  }
  .sec__time{
    display: block;
    width: 167px;
    background-color: #E60012;
    border-radius: 30px;
    padding: 3px 0;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
  }
  .sec--01 .sec__time{
    color: #FFE8E1;
  }
  .sec--02 .sec__time{
    color: #FFF9D4;
  }
  .sec--03 .sec__time{
    color: #DAF8F9;
  }
}




/*
==================================
sec__bg-img
==================================
*/
/* pc */
@media(min-width:741px){
  .sec__bg-img{
    position: absolute;
  }

  .sec__bg-img--01{
    width: 217px;
    height: 293px;
    right: calc(50% - 750px);
    top: 604px;
  }
  .sec__bg-img--02{
    width: 267px;
    height: 495px;
    left: calc(50% - 790px);
    top: 1150px;
  }
  .sec__bg-img--03{
    width: 159px;
    height: 327px;
    right: calc(50% - 680px);
    top: 2080px;
  }
  .sec__bg-img--04{
    width: 200px;
    height: 261px;
    left: calc(50% - 720px);
    top: 2720px;
  }

  .sec__bg-img--05{
    width: 344px;
    height: 331px;
    right: calc(50% - 800px);
    top: 440px;
  }
  .sec__bg-img--06{
    width: 216px;
    height: 408px;
    left: calc(50% - 720px);
    top: 1500px;
  }
  .sec__bg-img--07{
    width: 494px;
    height: 542px;
    right: calc(50% - 900px);
    top: 2200px;
  }
  .sec__bg-img--08{
    width: 200px;
    height: 347px;
    left: calc(50% - 710px);
    top: 3500px;
  }

  .sec__bg-img--09{
    width: 214px;
    height: 394px;
    right: calc(50% - 700px);
    top: 70px;
  }
  .sec__bg-img--10{
    width: 376px;
    height: 430px;
    left: calc(50% - 840px);
    top: 480px;
  }
  .sec__bg-img--11{
    width: 263px;
    height: 258px;
    right: calc(50% - 780px);
    top: 1360px;
  }
  .sec__bg-img--12{
    width: 253px;
    height: 332px;
    left: calc(50% - 770px);
    top: 2140px;
  }
}
/* sp */
@media(max-width:740px){
  .sec__bg-img{
    position: absolute;
  }

  .sec__bg-img--01{
    width: 109px;
    height: 147px;
    right: -10px;
    bottom: 300px;
  }
  .sec__bg-img--02{
    width: 145px;
    height: 269px;
    right: -50px;
    top: -55px;
    transform: rotate(13deg);
  }
  .sec__bg-img--03{
    width: 80px;
    height: 163px;
    right: -36px;
    top: 1540px;
  }
  .sec__bg-img--04{
    width: 117px;
    height: 152px;
    left: -30px;
    top: 715px;
  }

  .sec__bg-img--05{
    width: 172px;
    height: 165px;
    right: -68px;
    top: 46px;
  }
  .sec__bg-img--06{
    width: 108px;
    height: 204px;
    left: -23px;
    top: 750px;
  }
  .sec__bg-img--07{
    width: 247px;
    height: 271px;
    right: -86px;
    bottom: 860px;
  }
  .sec__bg-img--08{
    display: none;
  }

  .sec__bg-img--09{
    width: 94px;
    height: 173px;
    right: -26px;
    top: 70px;
  }
  .sec__bg-img--10{
    width: 177px;
    height: 203px;
    left: -22px;
    top: 685px;
  }
  .sec__bg-img--11{
    display: none;
  }
  .sec__bg-img--12{
    width: 127px;
    height: 166px;
    left: -20px;
    bottom: 270px;
  }
}




/*
==================================
sec__lead
==================================
*/
/* pc */
@media(min-width:741px){
  .sec__lead{
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  .sec__lead::before,
  .sec__lead::after{
    content: "";
    height: 2px;
    width: 100%;
    background-color: #E60012;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .sec__lead::before{
    top: 17px;
  }
  .sec__lead::after{
    bottom: 0;
  }
  .sec__lead-ttl{
    margin-bottom: 30px;
    text-align: center;
  }
  .sec__lead-ttl-inr{
    display: inline-block;
    padding: 0 22.5px;
    color: #E60012;
    font-weight: bold;
    position: relative;
    font-size: 20px;
  }
  .sec--01 .sec__lead-ttl-inr{
    background-color: #FFE8E1;
  }
  .sec--02 .sec__lead-ttl-inr{
    background-color: #FFF9D4;
  }
  .sec--03 .sec__lead-ttl-inr{
    background-color: #DAF8F9;
  }
  .sec__lead-cont{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .sec__lead-cont-img{
    width: 340px;
    min-width: 340px;
    height: 238px;
    margin-right: 37px;
  }
  .sec__lead-cont-txt{
    font-size: 18px;
    font-weight: 500;
  }
}
/* sp */
@media(max-width:740px){
  .sec__lead{
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .sec__lead::before,
  .sec__lead::after{
    content: "";
    height: 2px;
    width: 100%;
    background-color: #E60012;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .sec__lead::before{
    top: 15px;
  }
  .sec__lead::after{
    bottom: 0;
  }
  .sec__lead-ttl{
    margin-bottom: 20px;
    text-align: center;
  }
  .sec__lead-ttl-inr{
    display: inline-block;
    padding: 0 6px;
    color: #E60012;
    font-weight: bold;
    position: relative;
    font-size: 18px;
  }
  .sec--01 .sec__lead-ttl-inr{
    background-color: #FFE8E1;
  }
  .sec--02 .sec__lead-ttl-inr{
    background-color: #FFF9D4;
  }
  .sec--03 .sec__lead-ttl-inr{
    background-color: #DAF8F9;
  }
  .sec__lead-cont-img{
    width: 305px;
    height: 213px;
    margin: 0 auto 20px;
  }
  .sec__lead-cont-txt{
    font-size: 16px;
    font-weight: 500;
  }
}




/*
==================================
sec__box
==================================
*/
/* pc */
@media(min-width:741px){
  .sec__box{
    background-color: #fff;
    border-radius: 38px;
    padding: 34px 0 30px;
    margin-bottom: 60px;
  }
  .sec__box-ttl{
    width: 220px;
    border: 2px solid #E60012;
    border-radius: 19px;
    text-align: center;
    padding: 9px 0;
    margin: 0 auto 40px;
    font-size: 20px;
    font-weight: bold;
    color: #E60012;
  }
  .sec__box-wrap{
    width: 763px;
    margin: 0 auto;
    text-align: center;
  }
  .sec__box-wrap:not(:last-of-type){
    margin-bottom: 40px;
  }
  .sec__box-wrap-ttl{
    font-size: 20px;
    font-weight: 900;
    color: #E60012;
    margin-bottom: 15px;
  }
  .sec__box-wrap-txt{
    font-size: 18px;
  }
  .sec__box-wrap-txt:not(:last-child){
    margin-bottom: 30px;
  }
  .sec__box-wrap-img{
    width: 520px;
    height: 365px;
    margin: 0 auto;
    position: relative;
  }
  .sec__box-wrap-img:not(:last-child){
    margin-bottom: 15px;
  }
  .sec__box-wrap-img-popup{
    position: absolute;
    width: 50px;
    height: 50px;
    right: 24px;
    bottom: 52px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
  }
  .sec__box-wrap-img-popup--v2{
    bottom: 91px;
  }

  .sec__box-wrap-feature{
    background-color: #FBF0A7;
    border-radius: 38px;
    padding: 22px 40px 36px;
  }
  .sec__box-wrap-feature-ttl{
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
    color: #E60012;
    font-weight: 900;
  }
  .sec__box-wrap-feature-img{
    width: 520px;
    height: 365px;
    margin: 0 auto 24px;
  }
  .sec__box-wrap-feature-txt{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec__box-wrap-feature-link{
    text-align: center;
  }
  .sec__box-wrap-feature-link-inr{
    font-size: 16px;
    font-weight: bold;
    color: #E60012;
    position: relative;
    padding-right: 16px;
    display: inline-block;
  }
  .sec__box-wrap-feature-link-inr::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #E60012;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
  }
  .sec__box-wrap-feature-link-inr::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #e60013;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
  }
}
/* sp */
@media(max-width:740px){
  .sec__box{
    background-color: #fff;
    border-radius: 19px;
    padding: 40px 20px;
    margin-bottom: 25px;
  }
  .sec__box-ttl{
    width: 174px;
    border: 1px solid #E60012;
    border-radius: 10px;
    text-align: center;
    padding: 5px 0;
    margin: 0 auto 30px;
    font-size: 18px;
    font-weight: bold;
    color: #E60012;
  }
  .sec__box-wrap{
    text-align: center;
  }
  .sec__box-wrap:not(:last-of-type){
    margin-bottom: 20px;
  }
  .sec__box-wrap-ttl{
    font-size: 16px;
    font-weight: 900;
    color: #E60012;
    margin-bottom: 8px;
    text-align: left;
  }
  .sec__box-wrap-txt{
    font-size: 15px;
    text-align: left;
  }
  .sec__box-wrap-txt:not(:last-child){
    margin-bottom: 13px;
  }
  .sec__box-wrap-img{
    width: 305px;
    height: 214px;
    margin: 0 auto;
    position: relative;
  }
  .sec__box-wrap-img-popup{
    position: absolute;
    width: 42px;
    height: 42px;
    right: 12px;
    top: 32px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
  }

  .sec__box-wrap-feature{
    background-color: #FBF0A7;
    border-radius: 19px;
    padding: 13px 20px 20px;
  }
  .sec__box-wrap-feature-ttl{
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 8px;
    text-align: center;
    color: #E60012;
    font-weight: 900;
  }
  .sec__box-wrap-feature-img{
    width: 260px;
    height: 182.5px;
    margin: 0 auto 12px;
  }
  .sec__box-wrap-feature-txt{
    font-size: 15px;
    margin-bottom: 5px;
    text-align: left;
  }
  .sec__box-wrap-feature-link{
    text-align: right;
    display: block;
  }
  .sec__box-wrap-feature-link-inr{
    font-size: 13px;
    font-weight: bold;
    color: #E60012;
    position: relative;
    padding-right: 12px;
    display: inline-block;
  }
  .sec__box-wrap-feature-link-inr::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E60012;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
  }
  .sec__box-wrap-feature-link-inr::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #e60013;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
  }
}




/*
==================================
sec__download
==================================
*/
/* pc */
@media(min-width:741px){
  a.sec__download{
    display: block;
    margin: 0 auto 60px;
    padding: 9px 0;
    width: 460px;
    border-radius: 46px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E60012;
  }
  .sec__download::after{
    content: "";
    background-image: url(/jiyukenkyu/foodloss/_assets/img/icon_arrow_right_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 20px;
    margin-left: 10px;
    margin-top: 3px;
  }
}
/* sp */
@media(max-width:740px){
  a.sec__download{
    display: block;
    margin: 0 auto 25px;
    padding: 8px 0;
    width: 100%;
    border-radius: 35px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E60012;
  }
  .sec__download::after{
    content: "";
    background-image: url(/jiyukenkyu/foodloss/_assets/img/icon_arrow_right_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 13px;
    margin-left: 17px;
    margin-top: 3px;
  }
}




/*
==================================
sec__more
==================================
*/
/* pc */
@media(min-width:741px){
  .sec__more-inr{
    background-color: #fff;
    border-radius: 20px;
    padding: 16px 0 20px;
  }
  .sec--01 .sec__more-inr{
    border: 4px solid #F69E90;
  }
  .sec--02 .sec__more-inr{
    border: 4px solid #F7E672;
  }
  .sec--03 .sec__more-inr{
    border: 4px solid #A4E3E7;
  }
  .sec__more-ttl{
    text-align: center;
    color: #E60012;
    margin-bottom: 17px;
  }
  .sec__more-ttl-main{
    display: block;
    font-size: 26px;
    font-weight: 900;
  }
  .sec__more-ttl-sub{
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
  .sec__more-box{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec__more-box-list{
    width: 530px;
    margin-right: 30px;
  }
  .sec__more-box-list-item{
    padding-left: 37px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
  }
  .sec__more-box-list-item:not(:last-of-type){
    margin-bottom: 10px;
  }
  .sec__more-box-list-item::before{
    content: "";
    background-image: url(/jiyukenkyu/foodloss/_assets/img/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 19px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .sec__more-box-img{
    width: 65px;
    height: 108px;
  }
  .sec__more-note{
    font-size: 12px;
    margin-top: 8px;
    text-align: right;
  }

  .sec__more-imgbox-list-item{
    text-align: center;
  }
  .sec__more-imgbox-list-item:not(:last-of-type){
    margin-bottom: 40px;
  }
  .sec__more-imgbox-list-item-txt{
    padding-left: 37px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 15px;
  }
  .sec__more-imgbox-list-item-txt::before{
    content: "";
    background-image: url(/jiyukenkyu/foodloss/_assets/img/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 19px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .sec__more-imgbox-list-item-cont{
    width: 370px;
    margin: 0 auto;
  }
  .sec__more-imgbox-list-item-cont-img{
    width: 370px;
    height: 258px;
    margin: 0 auto 10px;
  }
  .sec__more-imgbox-list-item-cont-link{
    display: block;
    text-align: right;
  }
  .sec__more-imgbox-list-item-cont-link-inr{
    font-size: 16px;
    font-weight: bold;
    color: #E60012;
    position: relative;
    padding-right: 16px;
    display: inline-block;
  }
  .sec__more-imgbox-list-item-cont-link-inr::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #E60012;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
  }
  .sec__more-imgbox-list-item-cont-link-inr::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #e60013;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
  }
}
/* sp */
@media(max-width:740px){
  .sec__more-inr{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 0 25px;
  }
  .sec--01 .sec__more-inr{
    border: 2px solid #F69E90;
  }
  .sec--02 .sec__more-inr{
    border: 2px solid #F7E672;
  }
  .sec--03 .sec__more-inr{
    border: 2px solid #A4E3E7;
  }
  .sec__more-ttl{
    text-align: center;
    color: #E60012;
    margin-bottom: 10px;
  }
  .sec__more-ttl-main{
    display: block;
    font-size: 22px;
    font-weight: 900;
  }
  .sec__more-ttl-sub{
    display: block;
    font-size: 14px;
    font-weight: bold;
  }
  .sec__more-box-list{
    padding: 0 20px;
  }
  .sec__more-box-list-item{
    padding-left: 16px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
  }
  .sec__more-box-list-item:not(:last-of-type){
    margin-bottom: 8px;
  }
  .sec__more-box-list-item::before{
    content: "";
    background-image: url(/jiyukenkyu/foodloss/_assets/img/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 11px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }

  .sec__more-imgbox-list-item{
    text-align: center;
  }
  .sec__more-imgbox-list-item:not(:last-of-type){
    margin-bottom: 20px;
  }
  .sec__more-imgbox-list-item-txt{
    padding-left: 16px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 8px;
    text-align: left;
  }
  .sec__more-imgbox-list-item-txt::before{
    content: "";
    background-image: url(/jiyukenkyu/foodloss/_assets/img/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .sec__more-imgbox-list-item-cont{
    padding: 0 42px;
  }
  .sec__more-imgbox-list-item-cont-img{
    width: 100%;
    min-height: 182px;
    margin: 0 auto 8px;
  }
  .sec__more-imgbox-list-item-cont-link{
    display: block;
    text-align: right;
  }
  .sec__more-imgbox-list-item-cont-link-inr{
    font-size: 13px;
    font-weight: bold;
    color: #E60012;
    position: relative;
    padding-right: 12px;
    display: inline-block;
  }
  .sec__more-imgbox-list-item-cont-link-inr::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E60012;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
  }
  .sec__more-imgbox-list-item-cont-link-inr::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #e60013;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
  }
}




/*
==================================
end
==================================
*/
/* pc */
@media(min-width:741px){
  .end{
    padding-bottom: 50px;
    margin-bottom: 120px;
    background-color: #FFF9D4;
    position: relative;
  }
  .end::before,
  .end::after{
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .end::before{
    background-image: url(/jiyukenkyu/foodloss/_assets/img/bg_end_top_pc.png);
    top: -78px;
    height: 78px;
  }
  .end::after{
    background-image: url(/jiyukenkyu/foodloss/_assets/img/bg_end_bottom_pc.png);
    bottom: -50px;
    height: 50px;
  }
  .end-inr{
    text-align: center;
  }
  .end__ttl{
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 22px;
    color: #E60012;
  }
  .end__txt{
    font-size: 20px;
    font-weight: bold;
  }

  .end__bg-img{
    position: absolute;
  }
  .end__bg-img--01{
    width: 114px;
    height: 145px;
    right: calc(50% - 470px);
    top: -50px;
  }
  .end__bg-img--02{
    width: 186px;
    height: 151px;
    left: calc(50% - 520px);
    top: -40px;
  }
  .end__bg-img--03{
    width: 104px;
    height: 148px;
    right: calc(50% - 570px);
    top: 136px;
  }
  .end__bg-img--04{
    width: 141px;
    height: 88px;
    left: calc(50% - 570px);
    top: 180px;
  }
}
/* sp */
@media(max-width:740px){
  .end{
    margin-bottom: 65px;
    background-color: #FFF9D4;
    position: relative;
  }
  .end::before,
  .end::after{
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .end::before{
    background-image: url(/jiyukenkyu/foodloss/_assets/img/bg_end_top_sp.png);
    top: -45px;
    height: 45px;
  }
  .end::after{
    background-image: url(/jiyukenkyu/foodloss/_assets/img/bg_end_bottom_sp.png);
    bottom: -80px;
    height: 80px;
  }
  .end-inr{
    text-align: center;
    padding: 0 15px;
  }
  .end__ttl{
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #E60012;
  }
  .end__txt{
    font-size: 16px;
    font-weight: bold;
  }

  .end__bg-img{
    position: absolute;
    z-index: 1;
  }
  .end__bg-img--01{
    width: 57px;
    height: 73px;
    right: 13px;
    top: -38px;
  }
  .end__bg-img--02{
    width: 93px;
    height: 76px;
    left: 13px;
    top: -44px;
  }
  .end__bg-img--03{
    width: 52px;
    height: 74px;
    right: 16px;
    bottom: -68px;
  }
  .end__bg-img--04{
    width: 71px;
    height: 44px;
    left: 13px;
    bottom: -57px;
  }
}




/*
==================================
bnr
==================================
*/
/* pc */
@media(min-width:741px){
  .bnr__ttl{
    text-align: center;
    font-size: 26px;
    font-weight: 900px;
  }
  .bnr__ttl-red{
    color: #E60012;
  }
  .bnr__txt{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .bnr__link{
    width: 420px;
    height: 232px;
    margin: 0 auto;
    display: block;
  }
}
/* sp */
@media(max-width:740px){
  .bnr-inr{
    padding: 0 15px;
  }
  .bnr__ttl{
    text-align: center;
    font-size: 22px;
    font-weight: 900px;
  }
  .bnr__ttl-red{
    color: #E60012;
  }
  .bnr__txt{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .bnr__link{
    width: 100%;
    height: 190px;
    margin: 0 auto;
    display: block;
  }
}




/*
==================================
modal
==================================
*/
/* pc */
@media(min-width:741px){
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .modal{
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
  }
  .modal-bg{
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(51,51,51,0.6);
  }
  .modal-close{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 7px;
    top: -37px;
  }
  .modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    width: 763px;
    max-height: 535px;
    padding: 0;
    box-sizing: border-box;
  }
  .modal-content-inner{
    padding: 0;
    height: 100%;
  }
}
/* sp */
@media(max-width:740px){
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .modal{
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
  }
  .modal-bg{
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(51,51,51,0.6);
  }
  .modal-close{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    width: calc(100% - 30px);
    max-height: 535px;
    padding: 38px 0 0;
    box-sizing: content-box;
    overflow-x: scroll;
  }
  .modal-content-inner{
    padding: 0;
    height: 100%;
    width: 763px;
    height: 535px;
  }
}