@charset "utf-8";

/* -------------------------------------------------
    トップへ戻るボタン
----------------------------------------------------*/
.czr-btta {
    background-color: rgba(59, 59, 59, .2);
    color: #fff;
    width: auto !important;
    height: 55px;
    position: fixed !important;
    bottom: 0 !important;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    z-index: -100;
    border-width: 1px;
    padding: 0 10px;
}

.icn-up-small:before {
    content: '\e810';
    font-size: 2em;
}

.czr-btta.show.right {
    right: 20px !important;
}

.czr-btta {
    display: block !important;
}

/* -------------------------------------------------
    トップ　view more ボタン
----------------------------------------------------*/

.readmore {
    position: relative;
    display: inline-block;
    float: right;
    display: block;
}



.readmore a {
    padding-right: 1rem;
    padding-left: .5rem;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.readmore a:hover {
    padding-right: 5rem;
}

.readmore a::after {
    position: absolute;
    width: 100%;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    bottom: 0;
    right: 0;
    content: '';
}



.archive-pager {
    margin-left: auto;
    margin-right: auto;
}


.backlistbtn {
    text-align: center;
    width: auto;
    margin: 0 auto 5px auto;
}

.backlistbtn a {
    white-space: nowrap;
    border: 1px solid #ccc;
    padding: 10px 12px;
    font-size: .9em;
    font-weight: 700;
    letter-spacing: 0;
    display: block;
    color: #036eb8;
    background: #f1f1f1;
    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;

}


.backlistbtn a:hover {
    border: 1px solid #036eb8;
    background: #036eb8;
    color: #fff;
    text-decoration: none;
}




/* -------------------------------------------------
    詳しくはコチラ・一覧へ〜などのボタン
----------------------------------------------------*/
.kuwashiku__btn {
    display: block;
    text-align: center;
    border: none;
}

.kuwashiku__btn a {
    font-size: 1em;
    display: inline-block;
    margin: auto;
    padding: 10px 45px 10px 70px;
    border: solid 1px #2a87d3;
    color: #2a87d3 !important;
    text-decoration: none;
    position: relative;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(42, 135, 211, 1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}

.kuwashiku__btn a:hover {
    background-position: -100% 0;
    background-color: #2a87d3;
    color: #fff !important;
}

.kuwashiku__btn a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #2a87d3;
    border-right: 1px solid #2a87d3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.kuwashiku__btn a:hover::before {
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}





.kuwashiku__btn-mini {
    display: block;
    text-align: left;
    border: none;
}

.kuwashiku__btn-mini a {
    font-size: 1em;
    display: inline-block;
    margin: auto;
    padding: 10px 5px 10px 13px;
    border: solid 1px #2a87d3;
    color: #2a87d3 !important;
    text-decoration: none;
    position: relative;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(42, 135, 211, 1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}

.kuwashiku__btn-mini a:hover {
    background-position: -100% 0;
    background-color: #2a87d3;
    color: #fff !important;
}

.kuwashiku__btn-mini a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #2a87d3;
    border-right: 1px solid #2a87d3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.kuwashiku__btn-mini a:hover::before {
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}





/* -------------------------------------------------
    詳しくはコチラ・一覧へ〜などのボタン　白罫線・白文字
----------------------------------------------------*/
.kuwashiku__btn--white {
    display: block;
    text-align: center;
    border: none;
}

.kuwashiku__btn--white a {
    font-size: 1.2em;
    display: inline-block;
    margin: auto;
    padding: 10px 45px 10px 70px;
    border: solid 1px #fff;
    color: #fff !important;
    text-decoration: none;
    position: relative;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.kuwashiku__btn--white a:hover {
    background-position: -100% 0;
    background-color: #fff;
    color: #2a87d3 !important;
}

.kuwashiku__btn--white a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.kuwashiku__btn--white a:hover::before {
    content: '';
    border-top: 1px solid #2a87d3;
    border-right: 1px solid #2a87d3;
}

/* -------------------------------------------------
    詳しくはコチラ CSR ボタン
----------------------------------------------------*/
.CSR-kuwashiku__btn {
    display: block;
    text-align: center;
    border: none;
}

.CSR-kuwashiku__btn a {
    font-size: 1.2em;
    display: inline-block;
    margin: auto;
    padding: 10px 45px 10px 70px;
    border: solid 1px #fff;
    color: #2a87d3 !important;
    text-decoration: none;
    position: relative;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.CSR-kuwashiku__btn a:hover {
    background-position: -100% 0;
    background-color: rgba(255, 255, 255, 0);
    color: #fff !important;
}

.CSR-kuwashiku__btn a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #2a87d3;
    border-right: 1px solid #2a87d3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.CSR-kuwashiku__btn a:hover::before {
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

/* ---------- クリエイティブ 詳しくはコチラボタン ---------- */
.creative-kuwashiku__btn {
    display: block;
    text-align: center;
    border: none;
}

.creative-kuwashiku__btn a {
    font-size: 1.2em;
    display: inline-block;
    margin: auto;
    padding: 10px 45px 10px 70px;
    border: solid 1px #fff;
    color: #fff !important;
    text-decoration: none;
    position: relative;
    background-image: linear-gradient(to right, rgba(42, 135, 211, 0.2) 50%, rgba(0, 0, 0, 0) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.creative-kuwashiku__btn a:hover {
    background-position: -100% 0;
    background-color: #fff;
    color: #2a87d3 !important;
}

.creative-kuwashiku__btn a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.creative-kuwashiku__btn a:hover::before {
    content: '';
    border-top: 1px solid #2a87d3;
    border-right: 1px solid #2a87d3;
}

/* -------------------------------------------------
    クリエイティブ - 動画制作 無料相談・お見積ボタン
----------------------------------------------------*/
/* ---------- お問い合わせボタン ---------- */
.Movie__contact__btn {
    display: block;
    text-align: center;
    border: none;
}

.Movie__contact__btn a {
    font-weight: bold;
    width: 600px;
    font-size: 2em;
    display: inline-block;
    margin: auto;
    padding: 10px 45px 10px 70px;
    border: solid 1px #fff;
    color: #595151 !important;
    text-decoration: none;
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.Movie__contact__btn a:hover {
    background-color: #2a87d3;
    color: #fff !important;
}

.Movie__contact__btn a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #595151;
    border-right: 1px solid #595151;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Movie__contact__btn a:hover::before {
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}




/* -------------------------------------------------
    WEB実績　ボタン
----------------------------------------------------*/
.view-site__btn {

    text-align: center;
    border: none;
}

.view-site__btn a {
    font-size: 2em;
    width: 100%;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    padding: 20px 15px 20px 15px;
    border: solid 5px #2a87d3;
    color: #2a87d3 !important;
    text-decoration: none;
    position: relative;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(42, 135, 211, 1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.view-site__btn a:hover {
    background-position: -100% 0;
    background-color: #2a87d3;
    color: #fff !important;
}





/* -------------------------------------------------
    グローバルフォルダ ページ下部の別事業所へのリンクボタンエリア
----------------------------------------------------*/
.gf__next {
    min-width: 100%;
}

.gf__next__btn {
    width: 48%;
    margin: 0 0.5%;
}

#Max-width__btn a {
    display: block;
    width: 100%;
}

/* -------------------------------------------------
    ページ下部の別事業所へのリンクボタンエリア
----------------------------------------------------*/
.facility__next {
    margin: 30px 0;
    min-width: 100%;
}

.facility__next__btn {
    width: 32%;
    margin: 0 0.5%;
}

.creative__next__btn {
    width: 45%;
    margin: 0 0.5%;
}

/* -------------------------------------------------
    @メディアクエリ 767px以下
----------------------------------------------------*/
@media (max-width: 767px) {

    /* ---------- お問い合せ 同意ボタン ----------*/
    .kuwashiku__btn a,
    .creative-kuwashiku__btn a,
    .CSR-kuwashiku__btn a {
        display: block;
        width: 100%;
        font-size: 1.1em;
        padding: 0.6em 0;
    }

    /* ---------- お問い合せ 同意ボタン ----------*/
    .kuwashiku__btn,
    .creative-kuwashiku__btn,
    .CSR-kuwashiku__btn {
        display: block;
        width: 100%;
        padding: 0 10px;
    }

    .gf__next__btn {
        width: 100%;
        margin: 0;
    }

    #Global-folder .kuwashiku__btn a {
        font-size: 1.1em;
    }

    .creative__next__btn {
        width: 100%;
    }
}

/* -------------------------------------------------
    マウスオーバー グレイオーバレイ　.gray-overlay
----------------------------------------------------*/
.gray-overlay {
    overflow: hidden;
    position: relative;
}

.gray-overlay a::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.gray-overlay a:hover::after {
    background: rgba(22, 83, 137, 0.5);
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gray-overlay a:hover::before {
    display: block;
    opacity: 1;
}

/* -------------------------------------------------
    マウスオーバー ブルーオーバレイ　.blue-overlay
----------------------------------------------------*/
.blue-overlay {
    overflow: hidden;
    position: relative;
}

.blue-overlay a::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.blue-overlay a:hover::after {
    background: rgba(22, 83, 137, 0.8);
    opacity: 0.6;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blue-overlay a::before {
    z-index: 100;
    content: '続きを読む';
    position: absolute;
    color: #fff;
    border: solid 1px #fff;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 140px;
    height: 40px;
    padding: 6px 10px;
    transition: 0.5s;
    text-align: center;
    opacity: 0;
    font-size: 16px;
}

.blue-overlay a:hover::before {
    display: block;
    opacity: 1;
}

/* -------------------------------------------------
    マウスオーバー オレンジオーバーレイ　.orange-overlay
----------------------------------------------------*/
.orange-overlay {
    overflow: hidden;
    position: relative;
}

.orange-overlay a::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.orange-overlay a:hover::after {
    background: rgba(243, 152, 1, 0.6);
    opacity: 0.6;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.orange-overlay a::before {
    z-index: 100;
    content: '続きを読む';
    position: absolute;
    color: #fff;
    border: solid 1px #fff;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 140px;
    height: 40px;
    padding: 6px 10px;
    transition: 0.5s;
    text-align: center;
    opacity: 0;
    font-size: 16px;
}

.orange-overlay a:hover::before {
    display: block;
    opacity: 1;
}

/* -------------------------------------------------
    マウスオーバー グリーンオーバーレイ　.green-overlay
----------------------------------------------------*/
.green-overlay {
    overflow: hidden;
    position: relative;
}

.green-overlay a::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.green-overlay a:hover::after {
    background: rgba(132, 211, 80, 0.6);
    opacity: 0.6;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.green-overlay a::before {
    z-index: 100;
    content: '続きを読む';
    position: absolute;
    color: #fff;
    border: solid 1px #fff;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 140px;
    height: 40px;
    padding: 6px 10px;
    transition: 0.5s;
    text-align: center;
    opacity: 0;
    font-size: 16px;
}

.green-overlay a:hover::before {
    display: block;
    opacity: 1;
}

/* -------------------------------------------------
    マウスオーバー ピンクオーバーレイ　.pink-overlay
----------------------------------------------------*/
.pink-overlay {
    overflow: hidden;
    position: relative;
}

.pink-overlay a::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.pink-overlay a:hover::after {
    background: rgba(232, 88, 102, 0.6);
    opacity: 0.6;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pink-overlay a::before {
    z-index: 100;
    content: '続きを読む';
    position: absolute;
    color: #fff;
    border: solid 1px #fff;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 140px;
    height: 40px;
    padding: 6px 10px;
    transition: 0.5s;
    text-align: center;
    opacity: 0;
    font-size: 16px;
}

.pink-overlay a:hover::before {
    display: block;
    opacity: 1;
}

/* -------------------------------------------------
    会社概要 ページ内リンクボタン
----------------------------------------------------*/
#Profile #setsubi,
#Profile #enkaku {
    margin-top: -100px;
}

#Profile {
    position: relative;
}

/* ----- サイド固定　ボタン ----- */
#fixed-side-nav {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fixed-side-nav {
    position: fixed;
    z-index: 100;
    right: -1px;
    top: 30%;
}

.fixed-side-nav__menu-wrap {
    position: relative;
}

.fixed-side-nav__menu-wrap:first-child {
    position: absolute;
    right: 0;
    top: 0;
}

.fixed-side-nav__menu-wrap:nth-child(2) {
    position: absolute;
    right: 0;
    top: 115px;
}

.fixed-side-nav__menu-wrap:nth-child(3) {
    position: absolute;
    right: 0;
    top: 230px;
}

.fixed-side-nav__menu p {
    margin-right: 0 !important;
    margin-bottom: 8px;
}

.fixed-side-nav__menu p a {
    color: #fff !important;
    font-size: 1.2em;
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed-side-nav-list--first a,
.fixed-side-nav-list--second a,
.fixed-side-nav-list--third a {
    padding: 15px 25px 15px 5px;
}

.fixed-side-nav-list--first a:hover,
.fixed-side-nav-list--second a:hover,
.fixed-side-nav-list--third a:hover {
    padding: 15px 55px 15px 5px;
}

/* ----- サイド固定ボタン テキスト縦書き ----- */
.fixed-side-nav__menu p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

/* -------------------------------------------------
    サイド固定ボタン スマホ用
----------------------------------------------------*/
/* ----- スクロール位置調整 ----- */
.fixed-side-nav--mobile {
    position: absolute;
    bottom: 0;
    left: 0;
}

.fixed-side-nav__menu-wrap--mobile {
    width: 100%;
}

.fixed-side-nav__item--mobile {
    width: 33%;
    margin: 0;
    padding: 0;
}

.ixed-side-nav__item--mobile a {
    font-size: 2em;
    color: #fff !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* -------------------------------------------------
    ヘッダートップからコンテンツへ　.to-next-btn
----------------------------------------------------*/
.to-next-btn {
    font-size: 1.3em;
    border: solid 1px #fff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    transition: 0.3s ease;
}

.to-next-btn:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

.to-next-btn:visited,
.to-next-btn:link,
.to-next-btn:active {
    color: #fff;
}

#Facility .to-next-btn {
    background-color: #2a87d3;
    border: solid 1px #2a87d3;
}

#Facility .to-next-btn:hover {
    color: #2a87d3 !important;
    background-color: rgba(255, 255, 255, 1) !important;
}

/* -------------------------------------------------
    @メディアクエリ 767px以下
----------------------------------------------------*/
@media (max-width: 767px) {
    .to-next-btn {
        font-size: 1em;
    }

    /* ---------- クリエイティブ - 動画制作　お問い合わせボタン ---------- */
    .Movie__contact__btn a {
        width: 100%;
        font-size: 1.8em;
    }
}

/* -------------------------------------------------
    @メディアクエリ 500px以下
----------------------------------------------------*/
@media (max-width: 500px) {

    /* ---------- クリエイティブ - 動画制作　お問い合わせボタン ---------- */
    .Movie__contact__btn a {
        width: 100%;
        font-size: 1.5em;
        padding: 15px 0;
    }
}