@charset "UTF-8";

/*　ロード画面
-------------------------------------*/
.fl {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 200px;
    height: 70px;
}

.fl img {
    width: 200px;
    height: 70px;
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9998;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: 0px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 9999;
}

#content-wrapper>.slideBtn {
    display: none;
}

#main {
    width: 100%;
}

#main>.slideBtn {
    display: none;
}


/*　cover
-------------------------------------*/

.cover {
    margin: 5px auto 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cover ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cover ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.bxBox ul li.slide01 {
    background: url(/images/index/pic-main_001.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
}

.bxBox ul li.slide02 {
    background: url(/images/index/pic-main_002.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
}

.bxBox ul li.slide03 {
    background: url(/images/index/pic-main_003.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
}

.bxBox ul li.slide04 {
    background: url(/images/index/pic-main_004.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
}

.bxBox ul li.slide05 {
    background: url(/images/index/pic-main_005.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
}

.bxBox ul li.slide06 {
    background: url(/images/index/pic-main_006.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
}

.bxBox ul li img {
    width: 100%;
    display: none;
}

.cover ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.cover ul {
    display: inline-block;
    overflow: hidden;
}

.bxBox {
    position: relative;
    height: 600px;
    margin-bottom: 50px;
}

.bxBox {
    width: 100%;
}

.ipad .bxBox {
    min-width: 1120px;
}

.slideBox {
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9998;
    /*max-width: 760px;*/
    width: auto;
    height: 144px;
    text-align: center;
}

.slideTxt {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 40px;
}

.btnBox {
    /position: absolute;
    /top: 110px;
    /right: 0;
    /left: 0;
    /bottom: 0;
    /margin: auto;
    z-index: 9998;
    /width: 220px;
    /height: 60px;
    /border: 3px solid #fff;
    /text-align: center;
    /box-sizing: border-box;
    /transition-delay: 0.2s;
}

.slideBtn {
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    position: relative;
    display: inline-block;
    padding: 2px 35px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    transition: all .2s;
}

.slideBtn::before,
.slideBtn::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    transition: all .2s;
}

.slideBtn::before {
    top: 0;
    left: 0;
    border-top: 3px solid #006f97;
    border-left: 3px solid #006f97;
}

/*.slideBtn::before {
    top: 0;
    left: 0;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}*/

.bxBox .slideBtn::before,
.box02 .slideBtn::before,
.footPhoto .slideBtn::before {
    top: 0;
    left: 0;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}



.slideBtn::after {
    right: 0;
    bottom: 0;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.slideBtn:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #006f97 !important;
    transition: all .2s;
    opacity: 1;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 3px #006f97 inset;
    -moz-box-shadow: 0px 0px 0px 3px #006f97 inset;
    -webkit-box-shadow: 0px 0px 0px 3px #006f97 inset;
}

.slideBtn:hover::before,
.slideBtn:hover::after {
    width: 0;
    height: 0;
    opacity: 1;
    transition: all .2s;
    margin-left: -3px;
    margin-right: -3px;
}

/.btnBox::before:hover {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #006f97;
    position: absolute;
    left: 4px;
    z-index: 9998;
}

/.btnBox::after:hover {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #006f97;
    position: absolute;
    right: 4px;
    bottom: 4px;
}

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

    .cover,
    .cover ul#slideShow,
    .cover ul#slideShow li {
        height: 600px !important;
    }
}

@media screen and (max-width: 760px) {

    .cover,
    .cover ul#slideShow,
    .cover ul#slideShow li {
        height: 450px !important;
    }
}

@media screen and (max-width: 540px) {

    .cover,
    .cover ul#slideShow,
    .cover ul#slideShow li {
        height: 300px !important;
    }
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    left: 0;
    border: none;
    max-height: 600px;
    height: 100% !important;
}

.bx-wrapper .bx-viewport ul.bxslider {
    height: 100%;
}


/*　news
-------------------------------------*/

.news {
    margin: 50px auto;
    padding-bottom: 5px;
    width: 1120px;
}

/.news {
    display: table;
    width: 800px;
    margin: 0 auto 32px;
}

.news h3 {
    line-height: 1;
    width: 150px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 55px;
    text-align: center;

}

.news dl {
    margin-bottom: 10px;
}

.news dl:last-child {
    margin-bottom: 60px;
}

.news dl dt {
    float: left;
    margin-right: 50px;
}

.news dl dd {
    /float: left;
    overflow: auto;
}

.news .newsBtn {
    float: right;
    margin-top: 60px;
}

.news .newsBtn a {
    font-size: 14px;
    line-height: 1;
    padding: 12px 17px;
    font-weight: bold;
    color: #000;
    font-style: normal;
    font-family: "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.news .newsBtn .slideBtn {
    position: relative;
    display: inline-block;
    color: #000 !important;
    text-align: center;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    transition: all .2s;
}

.news .newsBtn .slideBtn::after {
    right: 0;
    bottom: 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.news .newsBtn .slideBtn::before {
    top: 0;
    left: 0;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

.news .newsBtn .slideBtn:hover {
    background-color: rgba(000, 000, 000, 0.8);
    color: #fff !important;
    transition: all .2s;
    opacity: 1;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 2px #fff inset;
    -moz-box-shadow: 0px 0px 0px 2px #fff inset;
    -webkit-box-shadow: 0px 0px 0px 2px #fff inset;
}


/*　contentBox
-------------------------------------*/

.contentBox {}

.contentBox>.slideBtn {
    display: none;
}

.contentBox>section {
    margin-bottom: 10px;
    min-width: 1120px;
}

.contentBox>section:last-child {
    margin-bottom: 0;
}

.contentBox>section .boxIn {
    width: 1129px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 690px 0 0;
    display: table;
    height: 516px;
}

.contentBox>section .boxIn .inner {
    display: table-cell;
    vertical-align: middle;
}

.contentBox>section .boxIn .inner h2 {
    font-size: 38px;
    line-height: 1.158;
    margin-bottom: 35px;
}

.contentBox>section .boxIn .inner .txt {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
}

#top.en .contentBox>section .boxIn .inner .txt {
    line-height: 1.6;
    text-align: left;
}

.contentBox>section .boxIn .inner .btnBox {
    text-align: center;
    height: 56px;
}

.contentBox>section .boxIn .inner .slideBtn {
    padding: 2px 0;
    margin: 0 auto;
    width: 221px;
}

.contentBox .box01 {
    background: url(/images/index/bgi-contentBox_001.png) right bottom no-repeat #e5f3fd;
}

.contentBox .box01 .boxIn {
    padding-bottom: 40px;
}

.contentBox .box01 h2 {
    color: #006f97;
}

.contentBox .box01 .btnBox {
    /border: 3px solid #006f97;
}

.contentBox .box01 .slideBtn {
    color: #006f97 !important;
}


/*　COMING SOON（ページが完成したら文字を修正し、はずす）
-------------------------------------*/
.contentBox>section .boxIn .inner .slideBtn.soon {
    padding: 3px 12px;
}

.contentBox .box01 .slideBtn.soon {
    color: #aaa !important;
    pointer-events: none;
}

.contentBox .box01 .slideBtn.soon:hover {
    padding: 3px 0px !important;
    width: 245px;
    transition: none;
}

.contentBox .box01 .slideBtn.soon::before {
    border-top: 3px solid #aaaaaa;
    border-left: 3px solid #aaaaaa;
}

.contentBox .box01 .slideBtn.soon::after {
    border-right: 3px solid #aaa;
    border-bottom: 3px solid #aaa;
}

/*.contentBox > section .boxIn .inner .btnBox {*/
position: relative;
}

/*.contentBox > section .boxIn .inner .btnBox:after {*/
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0, 0, 0, 0.5);
}






.contentBox .box01 .slideBtn::before {
    border-top: 3px solid #006f97;
    border-left: 3px solid #006f97;
}

.contentBox .box01 .slideBtn::after {
    border-right: 3px solid #006f97;
    border-bottom: 3px solid #006f97;
}

.contentBox .box01 .slideBtn:hover {
    background-color: rgba(0, 111, 151, 0.8);
    color: #fff !important;
    box-shadow: 0px 0px 0px 3px #fff inset;
    -moz-box-shadow: 0px 0px 0px 3px #fff inset;
    -webkit-box-shadow: 0px 0px 0px 3px #fff inset;
}

.contentBox .box01 /.btnBox::before:hover {
    background-color: #fff;
}

.contentBox .box01 /.btnBox::after:hover {
    background-color: #fff;
}

.contentBox .box02 {
    background: url(/images/index/bgi-contentBox_002.png) right bottom no-repeat;
    background-size: cover;
}

.contentBox .box02 .boxIn {
    padding-bottom: 5px;
}

#top.ja .contentBox .box02 .boxIn {
    padding: 0 0 0 690px;
}

#top.en .contentBox .box02 .boxIn {
    padding: 0 0 0 670px;
}

#top.zh .contentBox .box02 .boxIn {
    padding: 0 0 0 630px;
}

/*--windows用--*/
.win #top.zh .contentBox .box02 .boxIn {
    padding: 0 0 0 600px;
}

.contentBox .box02 h2,
.contentBox .box02 .txt {
    color: #fff;
}

.contentBox .box03 {
    background: url(/images/index/bgi-contentBox_003.png) center bottom no-repeat #e6f4fd;
}

.contentBox .box03 .boxIn {
    padding-top: 5px;
}

.contentBox .box03 .btnBox {
    /border: 3px solid #000;
}

.contentBox .box03 .slideBtn {
    color: #000 !important;
}

.contentBox .box03 .slideBtn::before {
    border-top: 3px solid #000;
    border-left: 3px solid #000;
}

.contentBox .box03 .slideBtn::after {
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
}

.contentBox .box03 .slideBtn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff !important;
    box-shadow: 0px 0px 0px 3px #fff inset;
    -moz-box-shadow: 0px 0px 0px 3px #fff inset;
    -webkit-box-shadow: 0px 0px 0px 3px #fff inset;
}

.contentBox .box03 /.btnBox::before:hover {
    background-color: #fff;
}

.contentBox .box03 /.btnBox::after:hover {
    background-color: #fff;
}


.contentBox .box04 h2 {
    color: #006F98;
}

.contentBox .box04 {
    background: url(/images/index/bgi-contentBox_004.png) right bottom no-repeat;
    background-size: cover;
}

.contentBox .box04 .boxIn {
    padding-bottom: 5px;
}

.contentBox .box04 .slideBtn::before {
    border-top: 3px solid #006f97;
    border-left: 3px solid #006f97;
}

.contentBox .box04 .slideBtn::after {
    border-right: 3px solid #006f97;
    border-bottom: 3px solid #006f97;
}

.contentBox .box04 .slideBtn {
    color: #006f97 !important;
}

.contentBox .box04 .slideBtn:hover {
    background-color: rgba(0, 111, 151, 0.8);
    color: #fff !important;
    box-shadow: 0px 0px 0px 3px #fff inset;
    -moz-box-shadow: 0px 0px 0px 3px #fff inset;
    -webkit-box-shadow: 0px 0px 0px 3px #fff inset;
}

.contentBox .box04 /.btnBox::before:hover {
    background-color: #fff;
}

.contentBox .box04 /.btnBox::after:hover {
    background-color: #fff;
}

#top.ja .contentBox .box04 .boxIn {
    padding: 0 0 0 690px;
}

#top.en .contentBox .box04 .boxIn {
    padding: 0 0 0 670px;
}

#top.zh .contentBox .box04 .boxIn {
    padding: 0 0 0 630px;
}

/* 202302 ADD */
.box04 .linkBtnImg {
    position: absolute;
    background: url(../images/common/ico-link_01.png) right center no-repeat;
    background-size: 19px auto;
    display: block;
    width: 19px;
    height: 14px;
    top: 22px;
    /*right: 26px;*/
    right: 17px;
}

.box04 .recruitBtnText {
    /*padding-right: 24px;*/
    padding-right: 14px;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

@media screen and (max-width: 760px) {
    .contentBox .box04 .boxIn {
        padding: 0 0 0 0 !important;
    }

    .box04 .recruitBtnText {
        /*padding-right: 26px;*/
        padding-right: 2px;
        font-size: 20px;
    }

    .box04 .linkBtnImg {
        top: 15px;
        /*right: 44px;*/
        right: 14px;
    }
}



.hidePc {
    display: none;
}

.contentBox .footPhoto {
    margin-top: 82px;
    margin-bottom: 82px;
}

.contentBox .footPIn {
    margin: 0 auto;
    width: 1120px;
}

.contentBox .footPhoto .fMenu01,
.contentBox .footPhoto .fMenu02 {
    width: 550px;
    height: 360px;
    float: left;
    text-align: center;
}

.contentBox .footPhoto h3 {
    font-size: 28px;
    color: #fff;
    padding-top: 137px;
    padding-bottom: 60px;
}

.en .contentBox .footPhoto h3,
.zh .contentBox .footPhoto h3 {
    display: none;
}

.en .contentBox .footPhoto .btnBox,
.zh .contentBox .footPhoto .btnBox {
    margin-top: 160px;
}

.contentBox .footPhoto .fMenu01 {
    background: url(/images/index/foot_photo_001.jpg) no-repeat;
    background-size: 550px 360px;
    margin-right: 20px;
}

.contentBox .footPhoto .fMenu02 {
    background: url(/images/index/foot_photo_002.jpg) no-repeat;
    background-size: 550px 360px;
}

.contentBox .enterArea {
    width: 1120px;
    margin: 0 auto 68px;
}

.contentBox .enterArea>.slideBtn {
    display: none;
}

.contentBox .enterArea .enterAreaIn {
    text-align: center;
}

.contentBox .enterArea .enterAreaIn>.slideBtn {
    display: none;
}

.contentBox .enterArea .enterAreaIn .txt {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    color: #006f97;
    font-weight: bold;
    margin-bottom: 40px;
}

.contentBox .enterArea .enterAreaIn .btnBox .slideBtn {
    color: #006f97 !important;
    padding: 2px 60px;
}

.contentBox .enterArea .enterAreaIn .btnBox .slideBtn:after {
    border-right: 3px solid #006f97;
    border-bottom: 3px solid #006f97;
}

.contentBox .enterArea .enterAreaIn .btnBox .slideBtn:before {
    border-top: 3px solid #006f97;
    border-left: 3px solid #006f97;
}

.contentBox .enterArea .enterAreaIn .btnBox .slideBtn:hover {
    background-color: rgba(0, 111, 151, 0.8);
    color: #fff !important;
    box-shadow: 0px 0px 0px 3px #fff inset;
    -moz-box-shadow: 0px 0px 0px 3px #fff inset;
    -webkit-box-shadow: 0px 0px 0px 3px #fff inset;
}


/*　pager
-------------------------------------*/

.pager {
    text-align: center;
    font-size: 24px;
    margin: 40px auto 120px;
}

@media screen and (max-width: 760px) {
    #main {
        /margin: 0 20px !important;
    }

    /*　cover
    -------------------------------------*/
    .bxBox {
        height: initial;
        margin-bottom: 25px;
    }

    .bxBox ul li {
        background: none !important;
    }

    .bxBox ul li img {
        width: 100%;
        display: block;
    }

    @media screen and (max-width: 760px) {
        .slideTxt {
            font-size: 34px;
            margin-bottom: 28px;
        }

        .slideBox {
            height: 112px;
        }
    }

    @media screen and (max-width: 590px) {
        .slideTxt {
            font-size: 26px;
            margin-bottom: 25px;
        }

        .en .slideTxt {
            line-height: 1.5;
        }

        .slideBtn {
            font-size: 24px;
            padding: 2px 35px;
        }

        .slideBox {
            height: 103px;
        }
    }

    @media screen and (max-width: 470px) {
        .slideTxt {
            font-size: 18px;
            margin-bottom: 18px;
        }

        .slideBtn {
            font-size: 20px;
            padding: 3px 35px;
        }

        .slideBox {
            height: 81px;
        }
    }

    /*　news
    -------------------------------------*/
    .news {
        display: block;
        width: auto;
        margin: 0 auto 30px;
        padding: 0 20px;
    }

    .news h3 {
        display: block;
        border-right: 0;
        /*border-bottom:1px solid #aaa;*/
        width: auto;
        padding: 0 0 10px 0;
        text-align: center;
        margin-bottom: 10px;
        font-size: 25px;
    }

    .news dl dt {
        margin-right: 0;
        float: none;
    }

    .news dl dd {
        text-align: justify;
    }

    .news .newsBtn {
        margin-top: 30px;
    }

    /*.news .ticker { 
    width:auto;
    display:block;
    line-height:1.5;
    padding:12px 0 0 0;
}*/
    /*　contentBox
    -------------------------------------*/
    .contentBox>section {
        width: 100%;
    }

    .contentBox>section .boxIn {
        padding: 0;
        height: initial;
        width: 100%;
    }

    .contentBox>section {
        min-width: 320px;
    }

    .contentBox .box01 .boxIn,
    .contentBox .box03 .boxIn {
        padding: 0;

    }

    .contentBox>section .boxIn .inner .txt {
        padding: 0 20px;
        margin-bottom: 15px;
        font-size: 14px;
        color: #000;
    }

    .contentBox section {
        background: none !important;
        height: auto;
        border-top: 10px solid #006f97;
        padding-bottom: 50px;
    }

    .contentBox .box03 {
        /*border-bottom: 10px solid #006f97;*/
        padding-bottom: 60px;
        margin-bottom: 0;
    }

    .contentBox .box02 .boxIn {
        padding: 0 0 0 0 !important;
    }

    .contentBox section .slideBtn,
    .contentBox .box03 .slideBtn {
        color: #006f97 !important;
    }

    .contentBox section .slideBtn::before {
        border-top: 3px solid #006f97 !important;
        border-left: 3px solid #006f97 !important;
    }

    .contentBox section .slideBtn::after {
        border-right: 3px solid #006f97 !important;
        border-bottom: 3px solid #006f97 !important;
    }

    .contentBox section .slideBtn:hover {
        background-color: rgba(0, 111, 151, 0.8) !important;
        color: #fff !important;
        box-shadow: 0px 0px 0px 3px #fff inset !important;
        -moz-box-shadow: 0px 0px 0px 3px #fff inset !important;
        -webkit-box-shadow: 0px 0px 0px 3px #fff inset !important;
    }

    .contentBox>section .boxIn .inner h2 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 15px;
        color: #006f97;
    }

    .en .contentBox>section .boxIn .inner h2 {
        text-align: left;
        padding: 0 20px;
    }

    .hidePc {
        display: block;
    }

    .contentBox>section .boxIn .inner {
        display: block;
        padding-top: 20px;
    }

    .contentBox .footPhoto {
        /*margin-top: 50px;*/
        margin-top: 0;
    }

    .contentBox .footPhoto .fMenu01,
    .contentBox .footPhoto .fMenu02 {
        background-size: cover;
    }

    .contentBox .footPhoto .fMenu01,
    .contentBox .footPhoto .fMenu02 {
        width: 100%;
        height: auto;
        /min-height: 156px;
        min-height: 250px;
        float: none;
        padding: 20px 0;
        /*margin-bottom: 10px;*/
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        /*border-bottom: 10px solid #006f97;*/
    }

    .contentBox .footPhoto div:last-child {
        margin-bottom: 0;
        /*border-bottom: none;*/
    }

    .contentBox .footPhoto h3 {
        font-size: 25px;
        padding: 0 20px;
        line-height: 1.2;
        margin-bottom: 22px;
    }

    .contentBox .footPIn {
        width: 100%;
    }

    .contentBox .enterArea {
        width: 100%;
    }

    .contentBox .enterArea .enterAreaIn .txt {
        padding: 0 20px;
        max-width: 450px;
        text-align: left;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: justify;
    }

    .en .contentBox .enterArea .enterAreaIn .txt {
        text-align: center;
    }

    .contentBox .enterArea .enterAreaIn .txt br {
        display: none;
    }

    .en .contentBox .footPhoto .btnBox,
    .zh .contentBox .footPhoto .btnBox {
        margin-top: 30px;
    }

    /*　companyInfo
    -------------------------------------*/
    footer .companyInfo {
        text-align: center;
    }

    footer .companyInfo .address table th,
    footer .companyInfo .address table td {
        display: block;
        padding-left: 0;
        text-align: left;
    }

    footer .companyInfo .address table tr td:last-child {
        margin-bottom: 20px;
    }

    footer .companyInfo .address table tr:last-child td:last-child {
        margin-bottom: 0;
    }

    /*　eventBnr
    -------------------------------------*/
    .eventBnr {
        margin-bottom: 35px;
    }

    /*　box
    -------------------------------------*/
    .box {
        margin-bottom: 30px;
        padding-top: 20px;
    }

    .box .ttl p {}

    /*　event
    -------------------------------------*/
    .event {
        width: auto;
        float: none;
        padding-top: 10px;
    }

    .event .ttl {
        margin-bottom: 10px;
    }

    /*　blog
    -------------------------------------*/
    .blog {
        width: auto;
        float: none;
        padding-top: 10px;
    }

    .blog .ttl {
        margin-bottom: 10px;
    }

    .blog .txt {
        float: left;
        width: 100%;
        margin: 0 -130px 0 0;
    }

    .blog .txt p {
        margin: 0 150px 0 0;
        font-size: 12px;
    }

    .blog figure {
        float: right;
        width: 130px;
        height: 97px;
    }

    .blog figure img {
        width: 130px;
        height: auto;
    }

    /*　works
    -------------------------------------*/
    .works {
        padding-top: 10px;
    }

    .works .ttl {
        margin-bottom: 10px;
    }

    .works .ttl h3 {
        font-size: 18px;
        text-align: left;
    }

    .works .ttl p {
        top: 3px;
    }

    .works .articleIn article {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }

    .works .articleIn article:first-child {
        margin-top: 0;
    }

    .works .articleIn article figure {
        margin-bottom: 0;
        width: 140px;
        float: left;
    }

    .works .articleIn article figure img {
        max-width: 100%;
        height: auto;
    }

    .works .articleIn article .txt {
        float: right;
        width: 100%;
        margin: 0 0 0 -140px;
    }

    .works .articleIn article .txt p {
        margin: 0 0 0 150px;
    }

    /*　pager
    -------------------------------------*/
    .pager {
        font-size: 18px;
        margin: 10px auto 40px;
    }
}