@charset "utf-8";

@media screen and (min-width:1280px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
    .topcontainer,.aboutcontainer,.detailcontainer{
        max-width: 1280px;
        width: 1280px;
        margin: 0 auto;
    }
}

/* 初回SVG */

.svgimg {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #ffffff;
}

.svgimg svg{
    width: 100%;
    position: absolute;
    top: 45%;
}

.is-active {
    display: block;
}

@media screen and (min-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
    
}

@media screen and (min-width:768px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
    .svgimg {
        text-align: center;
    }
    .svgimg svg{
        width: 70%;
        position: relative;
        top: 45%;
    }
}

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

/* WORKS */

.works{
    margin: 104px 24px 0px 24px;
}

.works__title{
    font-size: 24px;
    color: #3a3a3a;
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 40px;
}

.works__cnt{
    margin-top: 32px;
}

.works__cntimg{
    cursor: pointer;
}

.works__cntimg:hover{
    opacity: 0.8;
}

.works__cntimg img{
    width: 100%;
    border: solid 1px #efefef;
    box-sizing: border-box; 
    border-radius: 3px;
}

.works__cnttitle{
    margin-top: 8px;
    font-size: 18px;
}

.works__cnttitle span{
    margin-left: 8px;
    font-size: 13px;
    color: #aaaaaa;
}

.works__caption{
    font-size: 13px;
    color: #aaaaaa;
    line-height: 17px;
}

@media screen and (min-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
    
}

@media screen and (min-width:768px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
    .works{
        margin-right: 30px;
        margin-left: 30px;
    }
    .works__title{
        font-size: 24px;
    }
    .works__cnts{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: -32px;
    }
    .works__cnt{
        width: 48%;
    }
    .works__cnttitle{
        font-size: 20px;
    }
}

@media screen and (min-width:1280px) { 
    .works__title{
        font-size: 30px;
        margin-top: 136px;
        margin-bottom: 64px;
    }
}

/* CREATIVES */

.creatives{
    margin: 72px 24px 0px 24px;
}

.creatives__title{
    font-size: 24px;
    color: #3a3a3a;
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 40px;
}

.creatives__cnts{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -32px;
}

.creatives__cnt{
    margin-top: 32px;
    width: 46%;
}

.creatives__cntimg img{
    width: 100%;
    border: solid 1px #efefef;
    box-sizing: border-box; 
    border-radius: 3px;
}

@media screen and (min-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
    
}

@media screen and (min-width:768px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
    .creatives{
        margin-right: 30px;
        margin-left: 30px;
    }
    .creatives__title{
        font-size: 24px;
    }
    .creatives__cnt{
        width: 31%;
    }
}

@media screen and (min-width:1280px) { 
    .creatives__title{
        font-size: 30px;
        margin-top: 56px;
        margin-bottom: 64px;
    }
}

/* BLOGS */

.blogs{
    margin: 72px 24px 32px 24px;
}

.blogs__title{
    font-size: 24px;
    color: #3a3a3a;
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 40px;
}

.blogs__cnt{
    margin-top: 32px;
}

.blogs__cntimg{
    cursor: pointer;
}

.blogs__cntimg:hover{
    opacity: 0.8;
}

.blogs__cntimg img{
    width: 100%;
    border: solid 1px #efefef;
    box-sizing: border-box; 
    border-radius: 3px;
}

.blogs__cnttitle{
    margin-top: 8px;
    font-size: 16px;
}

.blogs__caption{
    font-size: 13px;
    color: #aaaaaa;
}

@media screen and (min-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
    
}

@media screen and (min-width:768px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
    .blogs{
        margin-right: 30px;
        margin-left: 30px;
    }
    .blogs__title{
        font-size: 24px;
    }
    .blogs__cnts{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: -32px;
    }
    .blogs__cnt{
        width: 48%;
    }
}

@media screen and (min-width:1280px) { 
    .blogs__title{
        font-size: 30px;
        margin-top: 80px;
        margin-bottom: 64px;
    }
}

/* ABOUT */

.about{
    margin: 32px 20px 32px 20px;
}

.about__title{
    font-size: 24px;
    text-align: center;
}

.about__caption{
    text-align: center;
    font-size: 13px;
    color: #aaaaaa;
}

.about__cnt{
    margin-top: 24px;
}

.about__cnt p{
    font-size: 16px;
    line-height: 1.6;
}

.aboutcontainer .mainvisual img{
    width: 100%;
    margin-top: 66px;
}

@media screen and (min-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
    
}

@media screen and (min-width:768px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
    .mainvisual{
        width: 80%;
        margin: 0 auto;
    }
    .about__cnt{
        width: 70%;
        margin: 16px auto 0px;
    }
    .about__title{
        font-size: 26px;
        margin-top: 36px;
    }
    .about__caption{
        margin-bottom: 36px;
    }
}

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

}

/* WEXPATSDETAIL */

.detail{
    margin: 24px 20px 32px 20px;
}

.detailcontainer .mainvisual img{
    width: 100%;
    margin-top: 66px;
}

.detail__title{
    font-size: 24px;
    color: #3a3a3a;
    text-align: center;
}

.detail__title span{
    margin-left: 8px;
    font-size: 13px;
    color: #aaaaaa;
}

.detail__cnts{
    font-size: 16px;
    line-height: 1.6;
}

.detail__cnt01{
    margin-top: 24px;
}

.detail__cnt02{
    margin-top: 24px;
}

.detail__cnt02 h3{
    color: #aaaaaa;
    font-weight: bold;
}

.detail__cnt02 ul{
    margin-top: 8px;
    line-height: 1.5;
}

.detail__myjob{
    font-weight: bold;
}

.detail__cnt03{
    margin-top: 24px;
}

.detail__cnt03 h3{
    color: #aaaaaa;
    font-weight: bold;
    margin-bottom: -5px;
}

.detail__outputcnt{
    margin-top: 20px;
    padding: 20px 15px;
    border: solid 1px #e5e5e5;
    border-radius: 2px;
}

.detail__outputtags{
    display: flex;
}

.detail__outputtag{
    color: #d0d0d0;
    border: solid 1px #d0d0d0;
    border-radius: 2px;
    padding: 4px 6px;
    margin-right: 8px;
}

.detail__outputtitle{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin: 16px 0px;
}

.detail__outputsubtitle{
    margin-top: 16px;
    font-weight: bold;
    color: #aaaaaa;
}

.detail__outputimg{
    margin-top: 16px;
}

.detail__outputimg img{
    width: 100%;
}

.detail__outputtxtimg{
    margin: 16px 0px;
}

.detail__outputtxtimg img{
    width: 100%;
}

.detail__link{
    text-decoration: none;
}

.detail__linkbtn{
    margin: 16px 0px 0px 0px;

}

@media screen and (min-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
    
}

@media screen and (min-width:768px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
    .detail__cnt01,.detail__cnt02,.detail__cnt03{
        width: 70%;
        margin: 32px auto 0px;
    }
    .detail__outputcnt{
        margin: 24px auto 36px;
        padding: 24px;
        border: solid 1px #e5e5e5;
    }
    .detail__title{
        font-size: 32px;
        margin-top: 36px;
        margin-bottom: 36px;
    }
}

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

}