@charset "utf-8";

/* ============================ 
main
===============================*/
/* article header */

.mainImg .mainImg__pc {
    display: none;
}

.about_1{
    padding: 60px 16px 0px 158px;
}


.mainTopics {
    margin: auto 0;
}

.mainTopics__txt {
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    padding: 38px 10% 0px;
    line-height: 30px;
    max-width: 400px;
    margin: 0 auto;
}

.mainTopics__txt span {
    font-weight: 700;
}

.mainTopics__txt img {
    width: 250px;
    height: 280px;
}

.about_2 {
    padding: 60px 98px 60px 27px; 
}

.about_3 {
    padding: 0px 36px 0px 59px;
}



/* article header PC*/

@media screen and (min-width: 769px) {
    .mainImg .mainImg__pc {
        display: block;
    }

    .mainImg .mainImg__sp {
        display: none;
    }

    .about_sp {
        display: flex;
        justify-content: space-between;
    }

    .about_1 {
        position: relative;
        flex:3;
        padding: 0;
    }

    .about_1 p {
        position: absolute;
        bottom:0px;
        left:0px;
        width:100%;
        max-width:365px;        
    }

    .about_1 img {
        width: 100%;
        height: auto;
    }

    .about_2 {
        position: relative;
        flex: 3;
        padding: 0;

    }
    .about_2 p {
        width: 100%;
        max-width: 365px;
        position: absolute;
        right: 0px;
        top:300px;
    }

    .about_2 img {
        width: 100%;
        height: auto;
    }

    .about_3 {
        padding: 130px 174px 0 496px;
    }

    .about_3 img {
        width: 100%;
        height: auto;      
    }


    .sp_br {
        display: none;
    }

    .mainTopics {
        flex:3;
    }

    .mainTopics__name {
        text-align: left;
        font-size: 3.2rem;
        font-weight: 700;
        margin-top: 80px;
    }

    .mainTopics__txt {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 40px; 
        padding: 39px 0 0 92px;
        max-width: 500px;
        
    }

}
/* article PC header */


/* news */


.news__topic {
    font-family: "Open Sans";
    font-size: 1.8rem;
    font-weight: 400;  
    padding: 30px 10px 0px;
}

.news__txt {
    font-size: 1.6rem;
    font-weight: 400;
    border-bottom:1px solid #B0AD9C66;
    padding: 10px 10px 20px;
}

.news__list {
    margin:0 auto; 
    padding: 0px 7.3% 20px;
    height: 370px;/*スクロールの高さ*/
	overflow-y: scroll;
}


/* news PC*/

@media screen and (min-width: 769px) {

    .news__list {
       max-width: 890px;
       margin: 0 auto;
    }

    .section__topic {
        font-size: 3.2rem;
        margin-top: 80px;
    }

    .news__topic {
        font-size: 2.0rem;
    }
}

/* pc 769px */

/* point */

.point__list {
    padding: 20px 7.3% 60px;
}

.point__item {
    background-color:white;
    border-radius: 50px;
    width: 320px;
    padding: 20px 22px;
    margin: 20px auto;
}

.point__img {
    width: 80px;
    height: 80px;
}

.point__illust{
    width: 230px;
    height: 230px;
}

.point__imgimg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.point__item span {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 30px; 
    width: 275px;
}

/* point PC*/

@media screen and (min-width: 769px) {
    .point__list {
        display: flex;
        justify-content: center;
        gap: 80px;
        
    }

    .sp_br {
        display: none;
    }


}

/* pc 769px */



/* slick */

.slider {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-start; 
    
} 

@media screen and (min-width: 769px) {

    .slider {
        margin-top: 20px;
    }

}

/* pc 769px */


/* lineup */

.lineup_text {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 20px;
}

.lineup_item {  
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.icon_1 {
    max-width: 200px;
  
}

.btn {
    margin-top: 20px;
}

.top__image {
    margin-top: 60px;
}



/* lineup PC*/

@media screen and (min-width: 769px) {
    .sp_br {
        display:none;
    }


    .lineup__list {
        display: flex;
        padding: 50px 19.5% 80px; 
        justify-content: space-between;
    }

    .icon_1 {
        max-width: 250px;
    }


    .top__image {
        margin-top: 0;
    }
    
}

/* pc 769px */

/* contact */


.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 31px;
}

.contact__text {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 24px;
}

.contact span {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 24px;
}


@media screen and (min-width: 769px) {

    .sp_br {
        display: none;
    }


    .contact {
        margin-top: 40px;
        gap: 30px;
    }
}

/* pc 769px */




 