@charset "utf-8";

/*==========================================
parallax
===========================================*/

main .img-bg-01 {
    background-image: url('../img/common/bg_1.jpg');
}

main > div {
    box-sizing: border-box;
    display: block;
}

main > div > div {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(rgba(0, 0, 0, 0.10) 27%, transparent 27%),
        radial-gradient(rgba(0, 0, 0, 0.10) 27%, transparent 27%);
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
    padding: 0;
}

main .parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50%;
    margin-top: 120px;
}

@media screen and (max-width:1001px) {
    main .parallax-bg {
        margin-top: 85px;
    }    
} 


/*==========================================
head
===========================================*/
.news_img{
    background-color:rgb(12, 12, 12);
    text-align: center; 
}

.news_img img{
    width: 750px;
    margin: 0 auto;
}

.news{
    width:100%;
    background-color:rgb(12, 12, 12);
    padding-top:30px;
    padding-bottom:200px;
}

.news_1{
    width:800px;
    margin:0 auto;
}

.news .head{
    /* background-color: white; */
    background-color: rgb(12, 12, 12);
    padding-top: 40px;
    padding-bottom: 40px;
}

.news .head img{
    width:70%;
    display: block;
    margin:auto;
}

.news .head h1{ 
    font-size: 40px;
    /* background-color:white ; */
    border-bottom: solid 2px white;
    padding-bottom:10px;
    color:white;
}

.news .head p{
    font-size: 24px;
    /* background-color:white ; */
    padding-bottom:20px;
    color:white;
}

.news .text p{
    line-height:1.5;
    /* background-color:white ; */
    color:white;
    background-color: rgb(12, 12, 12);
}

@media screen and (max-width:1001px){
    .news_img img{
        width: 100%;
        margin: 0 auto;
    }

    .news_1{
        width:90%;
        margin:0 auto;
    }
    .news .head p{
        font-size: 20px;
    }
    .news .text p{
        font-size: 15px;
    }
    .news .head h1 {
        font-size: 30px;
        /* background-color: white; */
    }
}

/*==========================================
.interview_3
===========================================*/
.news .text .question p{
    padding-top: 40px;
    /* border-bottom: solid 2px; */
    font-weight: bold;
    font-size: 22px;
}

.news .text .answer{
    display: flex;
    background-color:rgb(12, 12, 12) ;
}

.news .text .answer p{
    padding-top: 20px;
}

.news .text .answer img{
    width: 90px;
    height: 90px;
    padding: 20px;
}

.news .text .photo img{
    width: 100%;
    height: auto;
}

.news .text .photo{
    background-color:rgb(12, 12, 12) ;
    text-align: center;
    padding:20px;
}

.news .text .answer p span{
    font-weight: bold;
    font-size: 22px;
}


.photo a{
    color:white;
}

@media screen and (max-width: 1001px){
    .news .text .question p{
        font-size: 18px;
    }
    .news .text .answer img {
        width: 50px;
        height: 50px;
        padding: 10px;
        padding-top: 20px;
    }


    .news .text .answer p span{
        font-weight: bold;
        font-size: 18px;
    }
}