@charset "utf-8" ;
:root {
    --primary-yellow: #FDD03C;
    --primary-black: #000000;
    --primary-red: #F00002;
    --primary-orange: #E14D19;
    --primary-green: #549800;
    --primary-pink: #F908B8;
    --primary-brown: #923312;
    --contentWidth: 89.7%;
    --contentPadding: 5.1%;
}


/* header sp */
.header fixed-header{
    display: none;
}

.kasou__headerpc{
    display: none;
}

.kasou__headersp{
    background-color: var(--primary-yellow);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 0 6.2%;  
}

.kasou__headerlogo{
    width: 100px;
    height: 61px;
}

.menu__btn{
    width: 50px;
}

/* header pc */
@media screen and (min-width: 1000px) {
.header fixed-header{
    display: block;
}

.kasou__headersp{
    display: none;
}

.kasou__headerpc{
    background-color: var(--primary-yellow);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.kasou__header__logo{
    width: 150px;
}

.kasou__header__list{
    display: block;
    display: flex;
}

.kasou__header__item img{
    width: auto;
    height: calc(100vw* 15 / 390);
}

.kasou__headericon_list{
    display: flex;
}

.kasou__headericon_item img{
    width: 70px;
    height: 70px;
}

.topic_ja {
    font-size: 2.5rem;
    margin: 0 0 60px;
}

}/* 1000px */

/* =============
main
============= */

/* section sp */

.article{
background: #E14D19;
}

.section--news{
    background: #E14D19;
    padding: 60px 5.1% 120px;
    margin: 54px 0 0;
}

.newsgroup{
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    line-height: 100%;
}


.news__list{
    background-color: var(--primary-yellow);
    padding: 30px 20px 50px;
    display: block;
    align-items: center;
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
}

.news_back{
    position: absolute;
    z-index: -1;
    left: 50%;
    /* width: 100%; */
    /* height: 100%; */
    transform: translateX(-50%);
    width: 390px;
    top: 94%;
}

.news_backpc{
    display: none;
}

.news__topic{
    margin-top: 30px;
}

.news__topic:first-of-type {
    margin-top: 0;
}

.date__list{
    text-align: center;
}

.date__year{
    font-size: 1.6rem;
    line-height: 1;
}

.date{
    font-size: 2.0rem;
    line-height: 1;
    margin-top: 5px;
}


.news__title span{
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    margin-left: 20px;
}

.news__txt{
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.6;
    margin-top: 15px;
}



.newsgroup{ 
    font-size: 1.5rem;
    line-height: 100%;
} 


.news__title{
    display: flex;
    align-items: center;
}

.news__imglist{
    text-align: center;
}

.news__imgsp{
    margin-top: 20px;
    width: calc(100vw * 220 / 390);
}

.news__imgpc{
    margin-top: 20px;
    width: calc(100vw * 300 / 390);
}

.img__title{
    font-size: 2.0rem;
    line-height: 1;
    margin-top: 20px;
}


/* .news_back{
    position: absolute;
    top: 46%;
    left: 18%;
    z-index: -1;
} */



/* section pc */
@media screen and (min-width: 900px) {
.section--news {
    padding: 60px 13% 120px;
}

.topic_ja {
    font-size: 2.5rem;
    margin: 0 0 60px;
}

.news__list{
    max-width: 1080px;
    padding: 120px 150px;
    width: 100%;
    border-radius: 40px;
}

.news__title span{
    font-size: 3.0rem;
    margin-left: 50px;
}

.news_back{
    display: none;
}

.news_backpc{
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    width: 1080px;
}

.news__topic{
    margin-left: 50px;
}

.date__year{
    font-size: 2.0rem;
}

.date{
    font-size: 3.0rem;
    margin-top: 8px;
}


.news__topic span{
    font-size: 2.5rem;
}

.news__txt{
    font-size: 2.5rem;
    margin-top: 30px;
}

.news__imgsp{
    margin-top: 30px;
    width: calc(100vw * 576 / 1440);
}

.news__imgpc{
    margin-top: 50px;
    width: calc(100vw * 830 / 1440);
}

.img__title{
    font-size: 4.5rem;
    margin-top: 50px;
}

}/* 900px */


/* fooer */
.footer{
    background-color: #008939;
}

.imgfooter__sp img{
    background-color: #008939;
}
/* 



/* .newsgroup{ 
    font-size: 1.5rem;
    line-height: 100%;
} */
