@charset "UTF-8";

/* ---------------------------------------------
	TOPICSページ
--------------------------------------------- */
#topics{
    margin-bottom: 4em;
    background: #fff url("../../img/bg01.png") no-repeat center 0;
    background-attachment: fixed;
    position: relative;
    z-index: 500;
}
/*.cx_smartphoneview #mainWrap{
    background-attachment: scroll;
    background-repeat: repeat-y;
}*/

/*------------------タイトル------------------*/
.topics__ttl{
    height: 120px;
    background-color: #00aabe;
    position: relative;
    background-image: url("../../img/bg01.png"), url("../../internship/photo/main.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: center 0, center 0;
    background-size: auto, cover;
    background-attachment: fixed, fixed;
    margin-bottom: 4em;
}
@media screen and (max-width: 960px) {
    .topics__ttl{ margin-bottom: 3em;}
}
@media screen and (max-width: 450px) {
    .topics__ttl{ margin-bottom: 2em;}
}
/*.cx_smartphoneview #topVisual{
    background: none;
}
.cx_smartphoneview #topVisual::before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:10;
    width:100%;
    height:100vh;
    background-image: url("../../img/bg01.png"), url("../../internship/photo/main.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: center 0, center 0;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
}*/
.topics__ttl h2{
    background: url("../img/ttl_topics.svg") no-repeat center 0;
    width: 200px;
    height: 37px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: -9px auto 0;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 500;
}
@media screen and (max-width: 450px) {
    .topics__ttl h2{
        height: 6vw;
        background-size: contain;
        margin-top: 0vw;
    }
}
.topics__ttl div:nth-of-type(1){
    width: 200px;
    height: 5px;
    background-color: #ffde48;
    position: absolute;
    top: 40%;
    left: 50%;
    right: 0;
    margin: 29px 0 0 -85px;
    z-index: 400;
}
.topics__ttl div:nth-of-type(2){
    width: 180px;
    height: 40px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 40%;
    left: 50%;
    right: 0;
    margin: 4px 0 0 -70px;
    z-index: 300;
}

/*------------------メイン------------------*/
.topics__main{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
/* @media screen and (min-width:1200px) {
    .topics__main{ width: 1152px;}
} */
 .topics__main__ttl{
    font-size: 200%;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 1em;
    color: #00a0e9;
    border-bottom: solid 0.2em #ffde48;
 }
 @media screen and (max-width: 550px) {
     .topics__main__ttl{ font-size: 6vw;}
 }
 .topics__main__txt{
    line-height: 2;
    margin-bottom: 1.4em;
    color: #333;
 }
 .topics__main__link__name{
    font-weight: bold;
    color: #666;
 }
 .topics__main__link a{
    font-weight: bold;
    color: #00aabe;
    line-height: 1.4;
 }
 .topics__main__link__qr{
    margin-top: 1.5em;
    filter: drop-shadow(0px 0px 1em rgba(0,0,0,0.2));
    width: 100%;
    max-width: 300px;
}
.topics__main__link__qr img{ width: 100%; height: auto;}