@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 1.7% 120px;
    margin: 54px 0 0;
}

.newsgroup{
    position: relative;
    z-index: 1;
}

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

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

.news_backpc{
    display: none;
}

.news__topic{
    margin-top: 30px;
}

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

.news__list time{
    letter-spacing: 1.8px;
    font-size: 1.8rem;
    line-height: 1;
}

.news__topic span{
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 10px;
    text-decoration: underline;
    text-decoration-color: var(--primary-black);
}



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



/* section pc */
@media screen and (min-width: 900px) {
.topic_ja {
    font-size: 2.5rem;
    margin: 0 0 60px;
}

.news__list{
    max-width: 1080px;
    padding: 90px 189px;
    border-radius: 40px;
}

.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;
}

.news__list time{
    font-size: 2.0rem;
    letter-spacing: 2px;
}

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

}/* 900px */


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

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


