@charset "UTF-8";

/*
========================================
shared
========================================
*/
html{
  scroll-behavior: smooth;
}
[id] {
  scroll-margin-top: 190px;
}
#contents5{
  scroll-margin-top: 190px;
}

#main2{
  font-family: "Zen Kaku Gothic New", sans-serif;
}
footer{
  padding-top: 0;
}

/* pc */
@media(min-width:741px){
  body{
    min-width: 1114px;
    overflow-x: auto;
  }
  .breadcrumb{
    max-width: 960px;
    width: 95%;
    margin: 20px auto 50px;
  }
  .sp{
    display: none !important;
  }
  #main2{
    width: 100%;
    overflow: hidden;
  }
  .cnt__main-img{
    max-width: 100%;
    height: auto;
    display: block;
  }
  a:hover{
    text-decoration: none !important;
  }
  .foot .sidecontents_nav--pc{
    margin-top: 0;
  }
}
/* sp */
@media(max-width:740px){
  .breadcrumb {
    border-bottom: none;
    margin-bottom: 30px;
  }
  .pc{
    display: none !important;
  }
  #main2{
    width: 100%;
    overflow: hidden;
  }
  .cnt__main-img{
    max-width: 100%;
    height: auto;
    display: block;
  }
  a:hover{
    text-decoration: none !important;
  }
  footer{
    padding: 0 !important;
  }
  .sidecontents_nav-list,
  .foot .sidecontents_nav--pc{
    margin-top: 0 !important;
  }
}
/*
========================================
kv
========================================
*/
/* pc */
@media(min-width:741px){
  .kv-inner{
    width: 100%;
  }
  .kv__main{
    width: 100%;
  }
  .kv__main-ttl,
  .kv__main-ttl img{
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
/* sp */
@media(max-width:740px){
  .kv{
    width: 100vw;
    height: auto;
    overflow: hidden;
  }
  .kv__main{
    width: 100%;
    height: 100%;
  }
  .kv__main-ttl,
  .kv__main-ttl img{
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
/*
========================================
sec shared style
========================================
*/
/* pc */
@media(min-width:741px){
  .sec{
    position: relative;
    width: 100%;
  }
  .sec__ttl{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    z-index: 1;
    position: relative;
  }
  .sec__ttl-sub{
    display: block;
    font-size: 24px;
    color: #1875CD;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* text-align: left; */
    margin-top: 10px;
    z-index: 1;
    position: relative;
  }
  .sec__ttl-sub.sec__ttl-left{
    text-align: left;
  }
  .sec__txt{
    color: #3D3D3D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: 0.8px;
    z-index: 1;
    position: relative;
  }
  .sec__txt-bold{
    font-weight: bold;
  }
  .sec__txt-left{
    text-align: left;
  }
  .sec__txt-wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .sec__date-txt{
    color: #EA4350;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
  }
  .sec__txt--centering{
    text-align: center;
  }
  .sec__btn-wrap{
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }
  .sec__btn-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .sec__btn{
    display: block;
    width: 350px;
    outline: none;
    margin: auto;

    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #fff;
    -webkit-box-shadow: #333 0px 10px 10px -10px;
            box-shadow: #333 0px 10px 10px -10px;
    border-radius: 10px;
    border: 2px solid #000;
    padding: 13px 10px 11px;
    text-align: center;
    position: relative;
    color: #000 !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    z-index: 1;
  }
  /* .sec__btn > svg{
    position: absolute;
    top: 51%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  } */
  .sec__btn:active,
  .sec__btn:focus,
  .sec__btn:hover{
    color: #fff !important;
    opacity: 0.8;
  }
  .sec__btn:focus rect,
  .sec__btn:active rect,
  .sec__btn:hover rect{
    fill:#fff !important;
  }
}
/* sp */
@media(max-width:740px){
  .sec{
    position: relative;
    /* width: 100%; */
  }
  .sec__ttl{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    z-index: 1;
    position: relative;
  }
  .sec__ttl-sub{
    display: block;
    color: #1875CD;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    z-index: 1;
    position: relative;
  }
  .sec__ttl-sub.sec__ttl-left{
    text-align: left;
  }
  .sec__txt{
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.0;
    z-index: 1;
    position: relative;
  }
  .sec__txt-bold{
    font-weight: bold;
  }
  .sec__txt-left{
    text-align: left;
  }
  .sec__txt-wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .sec__date-txt{
    color: #EA4350;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
  }
  .sec__txt--centering{
    text-align: center;
  }
  .sec__btn-wrap{
    width: 100%;
    margin-top: 15px;
  }
  .sec__btn-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }
  .sec__btn{
    display: block;
    /* max-width: 350px; */
    width: 94%;
    outline: none;
    margin: auto;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #fff;
    -webkit-box-shadow: #333 0px 10px 10px -10px;
            box-shadow: #333 0px 10px 10px -10px;
    border-radius: 10px;
    border: 2px solid #000;
    padding: 13px 10px 11px;
    text-align: center;
    position: relative;
    color: #000 !important;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    z-index: 1;
  }
  /* .sec__btn > svg{
    position: absolute;
    top: 51%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  } */
  .sec__btn:active,
  .sec__btn:focus,
  .sec__btn:hover{
    color: #fff !important;
    opacity: 0.8;
  }
  .sec__btn:focus rect,
  .sec__btn:active rect,
  .sec__btn:hover rect{
    fill:#fff !important;
  }
}
/*
========================================
sec ic anchor
========================================
*/
/* pc */
@media(min-width:741px){
  .sec::before,
  .sec.sec--about::after,
  .sec.sec--movies .sec__ttl::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

}
/* sp */
@media(max-width:740px){
  .sec::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec--anchor{
    margin: 0 15px;
  }
  .sec--anchor .sec__btn-inr{
    width: 100%;
  }
  .sec--anchor .sec__btn--info{
    margin: 0;
    flex-direction: column;
  }
}
/*
========================================
sec__list
========================================
*/
/* pc */
@media(min-width:741px){
  .sec__list{
    /* max-width: 960px; */
    width: 100%;
    margin: 0px auto;
    position: relative;
    margin-top: 60px;
  }
  .sec__list-jiyukenkyu--01,
  .sec__list-jiyukenkyu--02,
  .sec__list-jiyukenkyu--03{
    max-width: 347px;
  }
  .sec__list-jiyukenkyu,
  .sec__list-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .sec__list-jiyukenkyu-item{
    border-radius: 15px;
    background: #ffffff;
  }
  .sec__list-jiyukenkyu .sec__list-link:hover{
    opacity: 0.8;
  }
  .sec__list-main{
    padding: 20px;
  }
  .sec__list-bottom{
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 4px;
  }
  .sec__list-subttl{
    color: #2F2F2F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec__list-txt{
    color: #2F2F2F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 4px;
  }
  .sec__list-btn{
    color: #0057A9;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 8px;
  }
  .sec__list-icarea{
    position: relative;
  }
  .sec__list-icarea::before{
    content: "";
    position: absolute;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 12px 16px;
    border-radius: 15px 0px;
    background: #1875CD;
  }
  .sec__list-icarea.tag-sho::before{
    content: "小学生向け";
  }
  .sec__list-icarea.tag-sho_chu::before{
    content: "小学校高学年～中学生向け";
  }
  .sec__list-icarea.tag-chu::before{
    content: "中学生向け";
  }
  .sec__list-icarea img{
    border-radius: 15px 15px 0 0 ;
    max-height: 233px;
  }
}
/* sp */
@media(max-width:740px){
  .sec__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-top: 40px;
  }
  .sec__list-jiyukenkyu,
  .sec__list-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .sec__list-jiyukenkyu-item{
    border-radius: 15px;
    background: #ffffff;
  }
  .sec__list-jiyukenkyu .sec__list-link:hover{
    opacity: 0.8;
  }
  .sec__list-main{
    padding: 20px;
  }
  .sec__list-bottom{
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 4px;
  }
  .sec__list-subttl{
    color: #2F2F2F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 66px;
  }
  .sec__list-txt{
    color: #2F2F2F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 4px;
  }
  .sec__list-btn{
    color: #0057A9;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 8px;
  }
  .sec__list-icarea{
    position: relative;
  }
  .sec__list-icarea::before{
    content: "";
    position: absolute;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 12px 16px;
    border-radius: 15px 0px;
    background: #1875CD;
  }
  .sec__list-icarea.tag-sho::before{
    content: "小学生向け";
  }
  .sec__list-icarea.tag-sho_chu::before{
    content: "小学校高学年～中学生向け";
  }
  .sec__list-icarea.tag-chu::before{
    content: "中学生向け";
  }
  .sec__list-icarea img{
    border-radius: 15px 15px 0 0 ;
    max-height: 211px;
  }
}
/*
========================================
sec about
========================================
*/
/* pc */
@media(min-width:741px){
  .sec.sec--about{
    padding: 80px 0px 100px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .sec.sec--about .sec__ttl{
    position: relative;
  }
}
/* sp */
@media(max-width:740px){
  .sec.sec--about{
    padding: 60px 0px 98px;
  }
}
/*
========================================
sec__btn--info　※要編集
========================================
*/
/* pc */
@media(min-width:741px){
  .sec__btn--info{
    background-color: #EA4350;
    border-radius: 50px;
    max-width: 320px;
    height: 44px;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec__btn-txt{
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
  }
  .sec__btn svg{
    margin-left: 8px;
  }
  .sec__btn svg.rotated-arrow{
    transform: rotate(90deg); 
    margin-left: 8px;
  }
}
/* sp */
@media(max-width:740px){
  .sec__btn--info{
    background-color: #EA4350;
    border-radius: 50px;
    /* max-width: 136px; */
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec__btn-txt{
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
  }
  .sec__btn-txt.small{
    font-size: 14px;
  }
  .sec__btn svg{
    margin-left: 8px;
    width: 14px;
    height: 14px;
  }
  .sec__btn svg.rotated-arrow{
    transform: rotate(90deg); 
    margin-left: 8px;
  }
}

/*
========================================
about　※要編集
========================================
*/
/* pc */
@media(min-width:741px){
  .about__bg-relative{
    position: relative;
  }
  .about__bg-img{
    position: absolute;
  }
  .about__bg-img-item{
    width: 100%;
  }
  .about__bg-img--01{
    width: 150px;
    height: 121px;
    /* left: calc(50% - 720px); */
    right: 329px;
    top: 39px;
  }
  .about__bg-img--02{
    width: 203px;
    height: 123px;
    /* left: calc(50% - 720px); */
    right: -9px;
    top: 51px;
  }
  .about__bg-img--03{
    width: 383px;
    height: 145px;
    /* left: calc(50% - 720px); */
    right: 0;
    bottom: -50px;
  }
  .about__bg-img--04{
    width: 174px;
    height: 176px;
    right: -45px;
    top: 0;
    z-index: -1;
  }
}
/* sp */
@media(max-width:740px){
  .about-inr{
    margin: 0 15px;
  }
  .about__bg-relative{
    position: relative;
  }
  .about__bg-img{
    position: absolute;
  }
  .about__bg-img-item{
    width: 100%;
  }
  .about__bg-img--01{
    width: 97px;
    height: 74px;
    left: -9px;
    top: 2px;
  }
  .about__bg-img--02{
    width: 130px;
    height: 79px;
    right: 3px;
    top: 7px;
  }
  .about__bg-img--03{
    width: 245px;
    height: 93px;
    right: 0;
    bottom: -14px;
  }
  .about__bg-img--04{
    width: 118px;
    height: 119px;
    right: 17px;
    top: -29px;
    z-index: -1;
  }
}
/*
========================================
research　※要編集
========================================
*/
/* pc */
@media(min-width:741px){
  .bg-wave-01{
    background-color: #ABE1F2;
    padding-bottom: 100px;
    position: relative;
  }
  .bg-wave-01::before{
    background-image: url(/kyouiku/jiyukenkyu/sunflower/_assets25/img/250707/250707_3589_kj_sanhurawa_common_bg_01_pc.svg);
  }
  .bg-wave-01::before, .bg-wave-01::after{
    content: "";
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    height: 38px;
    width: 100%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -37px;
  }
  .sec.sec--research{
    padding: 80px 0px;
    max-width: 960px;
    margin: 0 auto;
  }
  .sec--research img{
    width: 100%;
    height: auto;
  }
  .sec--research .sec__ttl{
    width: 670px;
    margin: 0 auto;
    text-align: center;
  }
  .research__main-cnt{
    width: 800px;
    margin: 0 auto;
    margin-top: 60px;
  }
  .research__bg-relative{
    position: relative;
  }
  .research__bg-img{
    position: absolute;
  }
  .research__bg-img-item{
    width: 100%;
  }
  .research__bg-img--01{
    width: 256px;
    height: 375px;
    left: -140px;
    top: 47px;
  }
  .research__bg-img--02{
    width: 256px;
    height: 375px;
    right: -140px;
    top: 47px;
    transform: scale(-1, 1)
  }
}
/* sp */
@media(max-width:740px){
  .bg-wave-01{
    background-color: #ABE1F2;
    padding-bottom: 80px;
    position: relative;
  }
  .bg-wave-01::before{
    background-image: url(/kyouiku/jiyukenkyu/sunflower/_assets25/img/250707/250707_3589_kj_sanhurawa_common_bg_01_sp.svg);
    height: 60px;
  }
  .bg-wave-01::before, .bg-wave-01::after{
    content: "";
    background-repeat: repeat-x;
    background-position: center top;
    background-size: contain;
    height: 18px;
    width: 100%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -17px;
  }
  .sec.sec--research{
    padding: 80px 0px 60px;
    margin: 0 15px;
  }
  .sec--research img{
    width: 100%;
    height: auto;
  }
  .sec--research .sec__ttl{
    width: 100%;
    text-align: center;
  }
  .research__main-cnt{
    width: 100%;
    margin-top: 40px;
  }
  .research__bg-relative{
    position: relative;
  }
  .research__bg-img{
    position: absolute;
  }
  .research__bg-img-item{
    width: 100%;
  }
  .research__bg-img--01{
    width: 57px;
    height: 84px;
    left: 0;
    top: 60px;
  }
  .research__bg-img--02{
    width: 57px;
    height: 84px;
    right: 0;
    top: 60px;
    transform: scale(-1, 1)
  }
}
/*
========================================
jiyukenkyu　※要編集
========================================
*/
/* pc */
@media(min-width:741px){
  .sec.sec--jiyukenkyu{
    padding: 60px 40px;
    max-width: 1200px;
    margin: 0 auto;
    background: #F0F0F0;
    border-radius: 30px;
  }
  .sec--jiyukenkyu img{
    width: 100%;
    height: auto;
  }
  .sec--jiyukenkyu .sec__ttl{
    width: 670px;
    margin: 0 auto;
  }
  .jiyukenkyu__bg-relative{
    position: relative;
  }
  .jiyukenkyu__bg-img{
    position: absolute;
  }
  .jiyukenkyu__bg-img-item{
    width: 100%;
  }
  .jiyukenkyu__bg-img--01{
    width: 270px;
    height: 275px;
    left: 0;
    top: -230px;
  }
  .jiyukenkyu__bg-img--02{
    width: 270px;
    height: 275px;
    right: 0;
    top: -275px;
  }
}
/* sp */
@media(max-width:740px){
  .sec.sec--jiyukenkyu{
    padding: 40px 15px;
    /* width: 100%; */
    margin: 0 15px;
    background: #F0F0F0;
    border-radius: 15px;

  }
  .sec--jiyukenkyu img{
    width: 100%;
    height: auto;
  }
  .sec--jiyukenkyu .sec__ttl{
    width: 100%;
  }
  .research__bg-relative{
    position: relative;
  }
  .jiyukenkyu__bg-img{
    position: absolute;
  }
  .jiyukenkyu__bg-img-item{
    width: 100%;
  }
  .jiyukenkyu__bg-img--01{
    width: 117px;
    height: 119px;
    left: 0;
    top: -100px;
  }
  .jiyukenkyu__bg-img--02{
    width: 116px;
    height: 118px;
    right: 0;
    top: -118px;
  }
}
/*
========================================
event　※要編集
========================================
*/
/* pc */
@media(min-width:741px){
  .bg-wave-02{
    background-color: #1875CD;
    /* margin-bottom: 75px; */
    position: relative;
  }
  .bg-wave-02::before{
    background-image: url(/kyouiku/jiyukenkyu/sunflower/_assets25/img/250707/250707_3589_kj_sanhurawa_common_bg_01_pc.svg);
  }
  .bg-wave-02::before, .bg-wave-02::after{
    content: "";
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    height: 38px;
    width: 100%;
    position: absolute;
    transform: translateX(-50%);
    top: -1px;
    transform: scale(1, -1);
  }
  .sec.sec--event{
    padding: 158px 0px 220px;
    max-width: 960px;
    margin: 0 auto;
  }
  .sec--event img{
    width: 100%;
    height: auto;
  }
  .sec--event .sec__ttl{
    width: 670px;
    margin: 0 auto;
    text-align: center;
  }
  .sec--event .sec__txt{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.2; 
  }
  .sec__txt-yellow{
    color: #FDFDC1;
  }
  .event__main-cnt{
    width: 800px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .event__bg-relative{
    position: relative;
  }
  .event__bg-img{
    position: absolute;
  }
  .event__bg-img-item{
    width: 100%;
  }
  .event__bg-img--01{
    width: 213px;
    height: 189px;
    left: -140px;
    top: 133px;
  }
  .event__bg-img--02{
    width: 269px;
    height: 313px;
    left: -190px;
    top: 388px;
  }
  .event__bg-img--03{
    width: 263px;
    height: 263px;
    right: -160px;
    top: 96px;
  }
  .event__bg-img--04{
    width: 246px;
    height: 229px;
    right: -160px;
    top: 422px;
  }
}
/* sp */
@media(max-width:740px){
  .bg-wave-02{
    background-color: #1875CD;
    margin-bottom: 20px;
    position: relative;
  }
  .bg-wave-02::before{
    background-image: url(/kyouiku/jiyukenkyu/sunflower/_assets25/img/250707/250707_3589_kj_sanhurawa_common_bg_01_sp.svg);
    height: 60px;
  }
  .bg-wave-02::before, .bg-wave-02::after{
    content: "";
    background-repeat: repeat-x;
    background-position: center top;
    background-size: contain;
    height: 18px;
    width: 100%;
    position: absolute;
    transform: translateX(-50%);
    top: -1px;
    transform: scale(1, -1);
  }
  .sec.sec--event{
    padding: 100px 0px 140px;
    margin: 0 15px;
  }
  .sec--event img{
    width: 100%;
    height: auto;
  }
  .sec--event .sec__ttl{
    width: 100%;
    text-align: center;
  }
  .sec--event .sec__txt{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 2; 
  }
  .sec__txt-yellow{
    color: #FDFDC1;
  }
  .event__main-cnt{
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .event__bg-relative{
    position: relative;
  }
  .event__bg-img{
    position: absolute;
  }
  .event__bg-img-item{
    width: 100%;
  }
  .event__bg-img--01{
    width: 90px;
    height: 90px;
    left: -15px;
    top: 162px;
}
  .event__bg-img--02{
    width: 155px;
    height: 265px;
    left: -15px;
    bottom: 84px;
  }
  .event__bg-img--03{
    width: 187px;
    height: 188px;
    right: -15px;
    top: 38px;
  }
  .event__bg-img--04{
    width: 120px;
    height: auto;
    right: -15px;
    top: 353px;
  }
}
/*
========================================
present　※要編集
========================================
*/
/* pc */
@media(min-width:741px){
  .bg-wave-03{
    background-color: #FAF6E0;
    /* margin-bottom: 75px; */
    position: relative;
  }
  .bg-wave-03::before, .bg-wave-03::after{
    content: '';
    position: absolute;
    top: -125px;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    height: 300px;
    background-color: #FAF6E0;
    border-top-left-radius: 50% 200px;
    border-top-right-radius: 50% 200px;
  }
  .sec.sec--present{
    padding: 0 0 100px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .sec--present h3.sec__h3{
    color: #3D3D3D;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.5;
  }
  .sec--present h3.sec__h3 .small{
    font-size: 32px;
    line-height: 1.55;
  }
  .sec--present h3.sec__h3 .sec__h3-red-big{
    font-size: 60px;
    line-height: 1.033;
    color: #EA4350;
  }
  .sec--present h3.sec__h3 .sec__h3-height{
    line-height: 0.6;
  }
  .sec--present h3.sec__h3 .sec__h3-height-small{
    line-height: 1.55;
  }
  .sec--present h3.sec__h3 .sec__h3-red-small{
    color: #EA4350;
    line-height: 1.55;
    font-size: 40px;
  }
  .sec--present img{
    width: 100%;
    height: 100%;
  }
  .sec--present h3{
    color: #3D3D3D;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 0.6;
  }
  .sec--present .sec__ttl{
    width: 670px;
    margin: 0 auto;
    text-align: center;
  }
  .sec--present .sec__txt{
    color: #3D3D3D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1; 
  }
  .present__main-cnt{
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .present__bg-relative{
    position: relative;
  }
  .present__bg-img{
    position: absolute;
  }
  .present__bg-img-item{
    width: 100%;
  }
  .present__bg-img--01{
    width: 99px;
    height: 160px;
    left: 0;
    top: 99px;
    z-index: 5;
  }
  .present__bg-img--02{
    width: 136px;
    height: 138px;
    right: 40px;
    top: 20px;
    z-index: 5;
  }
  .present__bg-img--03{
    width: 251px;
    height: 308px;
    right: -160px;
    top: 180px;
  }
  .present__bg-img--04{
    width: 266px;
    height: 288px;
    left: -143px;
    top: 500px;
    z-index: 5;
  }
  .present__bg-img--05{
    width: 359px;
    height: 674px;
    right: -318px;
    bottom: 0;
    z-index: 5;
  }
  .present__bg-img--06{
    width: 534px;
    height: 552px;
    left: -233px;
    bottom: 0;
  }
}

/* sp */
@media(max-width:740px){
  .bg-wave-03{
    background-color: #FAF6E0;
    /* margin-bottom: 75px; */
    position: relative;
  }
  .bg-wave-03::before, .bg-wave-03::after{
    content: '';
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    height: 100px;
    background-color: #FAF6E0;
    border-top-left-radius: 50% 80px;
    border-top-right-radius: 50% 80px;
  }
  .sec.sec--present{
    padding: 20px 0px 60px;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .sec--present img{
    width: 100%;
    height: 100%;
  }
  .sec--present h3.sec__h3{
    color: #3D3D3D;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.615;
  }
  .sec--present h3.sec__h3 .small{
    font-size: 22px;
    line-height: 1.818;
  }
  .sec--present h3.sec__h3 .sec__h3-red-big{
    font-size: 40px;
    line-height: 0.6;
    color: #EA4350;
  }
  .sec--present h3.sec__h3 .sec__h3-height{
    line-height: 0.962;
  }
  .sec--present h3.sec__h3 .sec__h3-height-small{
    line-height: 1.55;
  }
  .sec--present h3.sec__h3 .sec__h3-red-small{
    color: #EA4350;
    line-height: 0.95;
    font-size: 30px;
  }
  .sec--present .sec__ttl{
    width: 100%;
    text-align: center;
  }
  .sec--present .sec__txt{
    color: #3D3D3D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2; 
  }
  .present__main-cnt{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 1;
  }
  .present__bg-relative{
    position: relative;
  }
  .present__bg-img{
    position: absolute;
  }
  .present__bg-img-item{
    width: 100%;
  }
  .present__bg-img--01{
    width: 64px;
    height: 113px;
    left: 0;
    top: 3px;
    z-index: 1;
  }
  .present__bg-img--02{
    width: 56px;
    height: 111px;
    right: 0;
    top: -5px;
    z-index: 1;
  }
  .present__bg-img--03{
    width: 96px;
    height: 186px;
    right: -15px;
    top: 488px;
  }
  .present__bg-img--04{
    width: 138px;
    height: auto;
    left: -15px;
    top: 408px;
  }
  .present__bg-img--05{
    width: 170px;
    height: 190px;
    right: -15px;
    bottom: 144px;
  }
  .present__bg-img--06{
    width: 222px;
    height: auto;
    left: -15px;
    bottom: 0;
  }
}
/*
========================================
table　※要編集
========================================
*/
/* pc */
@media(min-width:741px){
  table , td, th{
    border: 2px solid #1875CD;
    border-collapse: collapse;
    text-align: left;
    margin-top: 20px;
    width: 600px;
  }
  td, th{
    padding: 13px 10px;
    width: auto;
    height: auto;
  }
  th{
    background: #f0e6cc;
  }
  .even{
    background: #fbf8f0;
  }
  .odd{
    background: #fefcf9;
  }
  .sec__table-body{
    background-color: #0057A9;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0;
  }
  .sec__table-cnt{
    background-color: #F5F5F5;
    color: #1875CD;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0;
    /* width: 600px; */
  }
  .sec__table-cnt .small{
    font-size: 10px;
  }
}
/* sp */
@media(max-width:740px){
  table , td, th{
    border: 2px solid #1875CD;
    border-collapse: collapse;
    text-align: left;
    margin-top: 20px;
  }
  td, th{
    padding: 13px 10px;
    width: auto;
    height: auto;
  }
  th{
    background: #f0e6cc;
  }
  .even{
    background: #fbf8f0;
  }
  .odd{
    background: #fefcf9;
  }
  .sec__table-body{
    background-color: #0057A9;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
  }
  .sec__table-cnt{
    background-color: #F5F5F5;
    color: #1875CD;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
  }
  .sec__table-cnt .small{
    font-size: 10px;
  }
}
/*
========================================
baloon　※要編集
========================================
*/
/* pc */
@media(min-width:741px){
  .present__cnt-baloon{
    background: #1875CD;
    display: flex;
    /* min-width: 960px; */
    /* width: 100%; */
    padding: 60px 40px;
    /* margin: 0 auto; */
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
  }
  .present__cnt-baloon .baloon__ttl{
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0;
    position: relative;
  }
  .baloon__ttl::before,
  .baloon__ttl::after {
    content: '';
    position: absolute;
    /* top: 50%; */
    width: 41px; 
    height: 3px; 
    background-color: #ffffff; 
    transform: translateY(-50%); 
  }
  .baloon__ttl::before {
    left: -25px;
    transform: translateY(-50%) rotate(60deg);
    transform-origin: left center;
  }
  .baloon__ttl::after {
    right: -25px;
    transform: translateY(-50%) rotate(-60deg);
    transform-origin: right center;
  }
  .present__cnt-baloon::before{
    content: '';
    display: block;
    position: absolute;
    width: 68px;
    height: 42px;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='68' height='42' viewBox='0 0 68 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.2953 3.05891C31.1029 -0.381951 36.8971 -0.381954 40.7047 3.05891L64.5204 24.5806C71.3127 30.7187 66.9706 42 57.8157 42H10.1843C1.02939 42 -3.31274 30.7187 3.47959 24.5806L27.2953 3.05891Z' fill='%231875CD'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .baloon__point-text{
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 1.4px;
  }
  .baloon__point-text .bold{
    font-size: 44px;
  }
  .baloon__cnt-text{
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
  }
  .present__cnt-baloon .sec__btn--info{
    padding: 8px 16px;
    min-width: 540px;
    height: 54px;
    background: #E08927;
  }
  .present__cnt-baloon .sec__btn-txt{
    font-size: 20px;
  }
  .present__cnt-baloon .sec__btn-inr{
    width: 100%;
  }
  .present__cnt-baloon .sec__btn svg{
    width: 28px;
    height: 28px;
  }
  .present__cnt-baloon .sec__date-txt{
    color: #FFF;
    font-size: 20px;
  }
}
/* sp */
@media(max-width:740px){
  .present__cnt-baloon{
    background: #1875CD;
    display: flex;
    /* width: 100%; */
    padding: 40px 15px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
  }
  .present__cnt-baloon .baloon__ttl{
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
  }
  .baloon__ttl::before,
  .baloon__ttl::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 41px; 
    height: 3px; 
    background-color: #ffffff; 
    transform: translateY(-50%); 
  }
  .baloon__ttl::before {
    left: -25px;
    transform: translateY(-50%) rotate(60deg);
    transform-origin: left center;
  }
  .baloon__ttl::after {
    right: -25px;
    transform: translateY(-50%) rotate(-60deg);
    transform-origin: right center;
  }
  .present__cnt-baloon::before{
    content: '';
    display: block;
    position: absolute;
    width: 68px;
    height: 42px;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='68' height='42' viewBox='0 0 68 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.2953 3.05891C31.1029 -0.381951 36.8971 -0.381954 40.7047 3.05891L64.5204 24.5806C71.3127 30.7187 66.9706 42 57.8157 42H10.1843C1.02939 42 -3.31274 30.7187 3.47959 24.5806L27.2953 3.05891Z' fill='%231875CD'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .baloon__point-text{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.2px;
  }
  .baloon__point-text .bold{
    font-size: 40px;
  }
  .baloon__cnt-text{
    color: #FFF;
    font-size: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
  }
  .present__cnt-baloon .sec__btn--info{
    padding: 8px 16px;
    width: auto;
    height: 54px;
    margin: 0;
    background: #E08927;
  }
  .present__cnt-baloon .sec__btn-txt{
    font-size: 16px;
  }
  .present__cnt-baloon .sec__btn-inr{
    width: 100%;
  }
  .present__cnt-baloon .sec__btn svg{
    width: 28px;
    height: 28px;
  }
  .present__cnt-baloon .sec__date-txt{
    color: #FFF;
    font-size: 16px;
    margin-top: 10px;
  }
}
/*
========================================
sec__2col　※要編集
========================================
*/
/* pc */
@media(min-width:741px){
  .sec__2col{
    display: flex;
    gap: 60px;
  }
  .sec__2col-left{
    min-width: 680px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .sec__2col-left .cnt__main-img{
    width: 100%;
    height: auto;
  }
  .sec__2col-left .sec__ttl-sub{
    text-align: left;
  }
  .sec__2col-left .sec__txt{
    text-align: left;
  }
  .sec__2col-right{
    min-width: 460px;
    height: 460px;
  }
  .sec__2col-right .cnt__main-img{
    width: 100%;
    height: 100%;
  }
}
/* sp */
@media(max-width:740px){
  .sec__2col{
    display: flex;
    gap: 60px;
    flex-direction: column;
  }
  .sec__2col-left{
    max-width: 680px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .sec__2col-left .cnt__main-img{
    width: 100%;
    height: auto;
  }
  .sec__2col-left .sec__ttl-sub{
    text-align: center;
  }
  .sec__2col-left .sec__txt{
    text-align: center;
  }
  .sec__2col-right{
    width: 100%;
  }
  .sec__2col-right .cnt__main-img{
    width: 100%;
    height: 100%;
  }
}
/*
========================================
animation
========================================
*/
/* ALL */
/* ディレイ設定用のクラス（各アニメーションのdurationを加味して調整） */
.animate-delay-1.is-animated { animation-delay: 0.1s; }
.animate-delay-2.is-animated { animation-delay: 0.2s; }
.animate-delay-3.is-animated { animation-delay: 0.3s; }
.animate-delay-4.is-animated { animation-delay: 0.4s; }
.animate-delay-5.is-animated { animation-delay: 0.5s; }
.animate-delay-6.is-animated { animation-delay: 0.6s; }
.animate-delay-7.is-animated { animation-delay: 0.7s; }
.animate-delay-8.is-animated { animation-delay: 0.8s; }
.animate-delay-9.is-animated { animation-delay: 0.9s; }

/*
---------------------
フェードイン
---------------------
*/
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.animate-fade-in {
  opacity: 0;
  will-change: opacity;
}
.animate-fade-in.is-animated {
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
/*
---------------------
下からフェードイン
---------------------
*/
@keyframes slide-up-fade-in {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  will-change: opacity, transform;
}
.animate-fade-in-up.is-animated {
  animation-name: slide-up-fade-in;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
/*
---------------------
左上から斜めにフェードイン
---------------------
*/
@keyframes animate-slide-in-top-left {
  from {
    opacity: 0;
    transform: translateX(50px) translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
.animate-slide-in-top-left {
  opacity: 0;
  transform: translateX(50px) translateY(-50px);
  will-change: opacity, transform;
}
.animate-slide-in-top-left.is-animated {
  animation-name: animate-slide-in-top-left;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
/*
---------------------
スケールアップ
---------------------
*/
@keyframes scale-up-animation {
  0% {
    transform: scale(0.9);
  }
  85% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.animate-scale-up {
  transform: scale(0.9);
  will-change: transform;
}
.animate-scale-up.is-animated {
  animation-name: scale-up-animation;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
/*
---------------------
フェードイン＋スケールアップ
---------------------
*/
@keyframes fade-in-scale-up-animation {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-fade-in-scale-up {
  opacity: 0;
  transform: scale(0.8);
  will-change: opacity, transform;
}
.animate-fade-in-scale-up.is-animated {
  animation-name: fade-in-scale-up-animation;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

/* pc */
@media(min-width:741px){
  /* ディレイ設定用のクラス PCのみ（各アニメーションのdurationを加味して調整） */
  .animate-delay-pc-1.is-animated { animation-delay: 0.1s; }
  .animate-delay-pc-2.is-animated { animation-delay: 0.2s; }
  .animate-delay-pc-3.is-animated { animation-delay: 0.3s; }
  .animate-delay-pc-4.is-animated { animation-delay: 0.4s; }
  .animate-delay-pc-5.is-animated { animation-delay: 0.5s; }
  .animate-delay-pc-6.is-animated { animation-delay: 0.6s; }
  .animate-delay-pc-7.is-animated { animation-delay: 0.7s; }
  .animate-delay-pc-8.is-animated { animation-delay: 0.8s; }
  .animate-delay-pc-9.is-animated { animation-delay: 0.9s; }

  .animate-option-pc-transform-origin-left{
    transform-origin: left center;
  }
  .animate-option-pc-transform-origin-top{
    transform-origin: center top;
  }
  .animate-option-pc-transform-origin-right{
    transform-origin: right center;
  }
  .animate-option-pc-transform-origin-bottom{
    transform-origin: center bottom;
  }
  .animate-option-pc-transform-origin-left.animate-option-pc-transform-origin-top{
    transform-origin: left top;
  }
  .animate-option-pc-transform-origin-left.animate-option-pc-transform-origin-bottom{
    transform-origin: left bottom;
  }
  .animate-option-pc-transform-origin-right.animate-option-pc-transform-origin-top{
    transform-origin: right top;
  }
  .animate-option-pc-transform-origin-right.animate-option-pc-transform-origin-bottom{
    transform-origin: right bottom;
  }
}
/* sp */
@media(max-width:740px){
  .animate-option-sp-transform-origin-left{
    transform-origin: left center;
  }
  .animate-option-sp-transform-origin-top{
    transform-origin: center top;
  }
  .animate-option-sp-transform-origin-right{
    transform-origin: right center;
  }
  .animate-option-sp-transform-origin-bottom{
    transform-origin: center bottom;
  }
  .animate-option-sp-transform-origin-left.animate-option-sp-transform-origin-top{
    transform-origin: left top;
  }
  .animate-option-sp-transform-origin-left.animate-option-sp-transform-origin-bottom{
    transform-origin: left bottom;
  }
  .animate-option-sp-transform-origin-right.animate-option-sp-transform-origin-top{
    transform-origin: right top;
  }
  .animate-option-sp-transform-origin-right.animate-option-sp-transform-origin-bottom{
    transform-origin: right bottom;
  }
  /*
  ---------------------
  スケールアップ SP
  ---------------------
  */
  @keyframes scale-up-animation {
    0% {
      transform: scale(0.9);
    }
  85% {
    transform: scale(1.02);
  }
    100% {
      transform: scale(1);
    }
  }
  .animate-scale-up {
    transform: scale(0.9);
    will-change: transform;
  }
  .animate-scale-up.is-animated {
    animation-name: scale-up-animation;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
}