@charset "UTF-8";

/* ---------------------------------------------
	WORKSトップページ
--------------------------------------------- */

/*------------------トップビジュアル------------------*/
#topVisual{
    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;
}
.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;
}
#topVisual h2{
    background: url("../img/logo_works.png") no-repeat center 0;
    width: 198px;
    height: 37px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: -19px auto 0;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 500;
}
#topVisual div:nth-of-type(1){
    width: 200px;
    height: 5px;
    background-color: #ffde48;
    position: absolute;
    top: 40%;
    left: 50%;
    right: 0;
    margin: 19px 0 0 -85px;
    z-index: 400;
    /*-webkit-transform: skew(-10deg,0);
    -ms-transform: skew(-10deg,0);
    transform: skew(-10deg,0);*/
}
#topVisual 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: -6px 0 0 -70px;
    z-index: 300;
    /*-webkit-transform: skew(-10deg,0);
    -ms-transform: skew(-10deg,0);
    transform: skew(-10deg,0);*/
}
/*@media screen and (max-width: 690px) {
    #topVisual{ height: 200px;}
    #topVisual h2{
        width: 100%;
        height: 32px;
    }
    #topVisual h2{
        background: url("../img/logo_internship_seminar_sp.png") no-repeat center 0;
        width: 90%;
        height: 70px;
        background-size: contain;
        margin: -36px auto 0;
    }
    #topVisual div:nth-of-type(1),
    #topVisual div:nth-of-type(2){ width: 620px;}
    #topVisual div:nth-of-type(1),
    #topVisual div:nth-of-type(2){ width: 580px;}
    #topVisual div:nth-of-type(1){ margin: 34px 0 0 -310px;}
    #topVisual div:nth-of-type(2){ margin: 2px 0 0 -280px;}
}*/


/*------------------メイン------------------*/
#mainWrap{
    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;
}
#mainWrap .intro{
    text-align: center;
    color: #4b4b4b;
    font-size: 128%;
    line-height: 1.8;
    margin-bottom: 20px;
}
#mainWrap .sub{
    text-align: center;
    font-size: 110%;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #ff496c;
}
@media screen and (max-width: 960px) {
    #mainWrap .intro{
        font-size: 120%;
        line-height: 1.6;
    }
}

/*------------------WORKS------------------*/
#mainWrap > div.worksWrap{
    position: relative;
    padding: 3em 0;
}

.worksWrap ul.listWrap{
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.worksWrap li{
    /*float: left;*/
    width: 30.33%;
    margin: 0 1.5% 3em;
    flex-shrink: 0;
    /*width: 340px;
    margin: 0 20px 4em;*/
}
/*.worksWrap li:nth-last-of-type(1),
.worksWrap li:nth-last-of-type(2){ margin-bottom: 0;}
.worksWrap li:nth-last-of-type(2){ margin-left: 17%;}*/
.worksWrap li.new a{ position: relative;}
.worksWrap li.new a:before{
    content: "NEW!";
    position: absolute;
    top: 1.5em;
    left: 1em;
    background-color: #f8388a;
    z-index: 8888;
    font-weight: bold;
    line-height: 1.0;
    color: #fff;
    padding: 0.3em 0.5em;
    transform: skew(-15deg,0);
    -webkit-transform: skew(-15deg,0);
	-moz-transform: skew(-15deg,0);
	-ms-transform: skew(-15deg,0);
}
.worksWrap li dl{ position: relative; z-index: 7777;}
.worksWrap li .photoWrap{
    width: 90%;
    height: auto;
    /*width: 320px;
    height: 320px;*/
    background-color: #eee;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.worksWrap li .photoWrap::before{
    content: "";
    display: block;
    width: 80%;
    height: 20.96vw;
    /*width: 260px;
    height: 260px;*/
    background-color: rgba(0, 170, 190, 0.45);
    border-radius: 50%;
    position: absolute;
    bottom: -20px;
    right: -10px;
}
@media screen and (min-width:1200px) {
    .worksWrap ul.listWrap{ width: 1140px;}
    .worksWrap li{ width: 340px; margin: 0 20px 4em;}
    .worksWrap li .photoWrap{ width: 324px; height: 324px;}
    .worksWrap li .photoWrap::before{ width: 260px; height: 260px;}
}
.worksWrap li .photoWrap div{
    width: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.worksWrap li .photoWrap img{ width: 100%; height: auto;}
.worksWrap li .subTtl{
    font-size: 90%;
    display: inline-block;
    padding: 0.2em 0.5em;
    line-height: 1.0;
    background-color: #00a0e9;
    color: #fff;
    /*transform: skew(-15deg,0);
    -webkit-transform: skew(-15deg,0);
	-moz-transform: skew(-15deg,0);
	-ms-transform: skew(-15deg,0);*/
    font-weight: 500;
    position: absolute;
    bottom: 30px;
}
.worksWrap li dt{
    /*transform: skew(-15deg,0);
    -webkit-transform: skew(-15deg,0);
	-moz-transform: skew(-15deg,0);
	-ms-transform: skew(-15deg,0);*/
    font-size: 114%;
    font-weight: bold;
    font-weight: 600;
    color: #555;
    position: absolute;
    bottom: 0px;
    left: 2.4em;
    background-color: rgba(255,255,255,0.73);
    line-height: 1.2;
    padding: 3px 8px;
}
@media screen\0 {
    .worksWrap li .subTtl,
    .worksWrap li dt{
        font-weight: bold;
    }
}
@supports (-ms-ime-align: auto) {
    .worksWrap li .subTtl,
    .worksWrap li dt{
        font-weight: bold;
    }
}
.worksWrap li dt span{ font-size: 80%;}
.worksWrap .topCatch{
    color: #555;
    font-size: 100%;
    margin: 5px 0 0 1em;
    line-height: 1.6;
    position: relative;
    z-index: 8888;
    text-shadow: 1px 1px 5px #fff, -1px 1px 5px #fff, -1px -1px 5px #fff, 1px -1px 5px #fff;
}


@media screen and (max-width:960px) {
    .worksWrap li .subTtl{
        position: relative;
        bottom: auto;
        font-size: 1.6vw;
    }
    .worksWrap li dt{
        position: relative;
        bottom: auto;
        left: 0;
        font-size: 2vw;
    }
    .worksWrap .topCatch{
        margin-left: 0;
        font-size: 1.8vw;
    }
}
/*@media screen and (max-width:640px) {
    #works01 > div{
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        padding: 15px 3%;
    }
    .worksWrap ul{ width: 730px;}
    .worksWrap li .photoWrap{ height: 199px;}
    .worksWrap li .photoWrap::before{ height: 159px;}
}*/
@media screen and (max-width:640px) {
    #mainWrap > div.worksWrap > div::before,
    #mainWrap > div.worksWrap > div::after{ display: none;}
    .worksWrap ul.listWrap{
        width: 96%;
    }
    .worksWrap li{
        width: 300px;
        width: 48%;
        margin: 0 1% 3em;
    }
    /*.worksWrap li:nth-last-of-type(2){ margin-left: 10px;}*/
    .worksWrap li.new a:before{
        font-size: 2vw;
        left: 0;
        top: 0.8em;
    }
    .worksWrap li .subTtl{ font-size: 2.0vw;}
    .worksWrap li dt{ font-size: 2.4vw;}
    .worksWrap .topCatch{
        font-size: 2.2vw;
        line-height: 1.4;
        margin-top: 0;
    }
    .worksWrap li .photoWrap{
        width: 90%;
        height: 41.47vw;
    }
    .worksWrap li .photoWrap::before{
        height: 41.47vw;
        width: 100%;
    }
    .worksWrap ul.cursor li{ display: none;}
}

@media screen and (max-width:460px) {
    .worksWrap li .subTtl{ font-size: 2.2vw;}
    .worksWrap li dt{ font-size: 2.9vw;}
    .worksWrap .topCatch{ font-size: 2.8vw;}
}



/*------------------下部ボタン------------------*/
#btmBtn{
    background-color: #e8e8e8;
    padding: 20px 0;
    position: relative;
    z-index: 500;
}
#btmBtn ul{
    width: 960px;
    margin: 0 auto;
}
#btmBtn li{
    float: left;
    width: 474px;
}
#btmBtn li:nth-of-type(1){ margin-right: 12px;}
#btmBtn li a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: solid 5px #00aabe;
}
#btmBtn li:nth-of-type(1) a{ background-color: #fff;}
#btmBtn li:nth-of-type(2) a{ background-color: #00aabe;}
#btmBtn li a:hover{ border: solid 5px #00b4c9;}
#btmBtn li:nth-of-type(1) a:hover{ background-color: #f5fffb;}
#btmBtn li:nth-of-type(2) a:hover{ background-color: #00b4c9;}
#btmBtn li a p{
    text-align: center;
    line-height: 60px;
    font-size: 118%;
    -webkit-transform: skew(-15deg,0);
    -ms-transform: skew(-15deg,0);
    transform: skew(-15deg,0);
}
#btmBtn li:nth-of-type(1) a{ color: #00aabe;}
#btmBtn li:nth-of-type(2) a{ color: #fff;}

@media screen and (max-width: 960px) {
    #btmBtn ul{ width: 94%;}
    #btmBtn li{
        float: none;
        width: 100%;
    }
    #btmBtn li:nth-of-type(1){ margin: 0 0 12px;}
    #btmBtn li a p{ line-height: 72px;}
}

