@charset "UTF-8";
/*--------------------------------------------------------------
    Theme Name: Chepro Recruit
    Author:
    Description:
    Version: 1.5
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    PC
--------------------------------------------------------------*/
/*----------------------------------------
    General Setting
----------------------------------------*/
html {
    -webkit-overflow-scrolling:touch;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
html, body {
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: 'Noto Sans JP', '游ゴシック Medium', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    color: #000;
    font-size: 100%;
    line-height: 1.8;
    letter-spacing: .05em;
    overflow-x: hidden;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* iOS reset */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}
/*----------------------------------------
    Clearfix
----------------------------------------*/
#container:after,
header .menu > ul:after,
header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}
#container,
header .menu > ul,
header ul.menu,
.clearfix {
	display: block;
}
/*----------------------------------------
    Typography
----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1,h2 {
    font-weight: bold;
    margin: 0;
}
blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
/*----------------------------------------
    List
----------------------------------------*/
ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul ul {
	margin-left: 1em;
}
/*----------------------------------------
    Link
----------------------------------------*/
a {
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
a:hover {
	border-bottom: 1px solid #0089d8;
	color: #0089d8;
}
a.button:hover  {
    background: #0089d8;
}
a.read-more {
    position: relative;
    display: inline-block;
    padding-right: 80px;
    font-weight: 600;
    padding-bottom: 10px;
}
a.read-more:after {
    content: '';
    width: 7px;
    height: 7px;
    top: 13px;
    right: 4px;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin-top: -3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
a.read-more:hover:after {
    border-top: solid 2px #0089d8;
    border-right: solid 2px #0089d8;
    right: -6px;
}
/* item */
a.item-read-more {
    position: relative;
    display: block;
    padding-right: 80px;
    font-weight: 600;
    border: none;
}
a.item-read-more:after {
    content: '';
    width: 7px;
    height: 7px;
    top: 50%;
    right: 4px;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    position: absolute;
    margin-top: -3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
a.item-read-more:hover:after {
    border-top: solid 2px #0089d8;
    border-right: solid 2px #0089d8;
    right: -6px;
}
/*----------------------------------------
    Images
----------------------------------------*/
figure {
    margin: 0;
}
img {
    width: 100%;
    height: auto;
	vertical-align: bottom;
}
/*----------------------------------------
    Layout
----------------------------------------*/
header {
    width: 100%;
    height: 80px;
    min-width: 960px;
    position: fixed;
    background: #fff;
    z-index: 10000;
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
header .alignleft,
header .alignright {
	width: auto;
}
main {
    padding-top: 80px;
}
footer {
    position: relative;
    margin-top: 100px;
    padding: 70px 0;
    background: #F4F4F4;
    clear: both;
}
#container {
	position: relative;
    left: 0;
    -webkit-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
.wrap {
    position: relative;
    margin: 0 auto;
}
.w-max,
.foot-max {
    width: 100%;
}
.w-learge,
.foot-learge,
.wp-post-page {
    width: 1160px;
    padding: 0 60px;
}
.w-middle,
.foot-middle {
    width: 904px;
    padding: 0 20px;
}
/*----------------------------------------
    Sidebar
----------------------------------------*/
.sidebar-box {
    margin-bottom: 80px;
}
/*----------------------------------------
    Header
----------------------------------------*/
header #logo {
    overflow: hidden;
    padding: 11px;
}
header #logo a {
	border: none;
}
header #logo a img {
    width: 53px;
}
header #logo .alignright {
    padding-left: 25px;
    margin-left: 15px;
    border-left: 1px solid #D6D6D6;
}
header #logo .alignright span {
    font-size: 12px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
}
/*----------------------------------------
    Menu Navigation
----------------------------------------*/
header .menu {
	position: relative;
	clear: both;
}
header div.menu > ul > li,
header ul.menu > li {
    float: left;
}
header .menu li {
	position: relative;
}
header .menu li a {
    display: block;
    margin: 0 10px;
    padding: 0 20px;
    border-bottom: none;
    font-size: 12px;
    color: #000;
    text-align: center;
    height: 80px;
    line-height: 80px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
header .menu li a:hover {
    color: #0089d8;
}
header ul.menu > li.current_page_item a,
header ul.menu > li.current_page_parent a,
header ul.menu > li.current-page-ancestor a {
    color: #0089d8;
}
header .menu li:last-child a {
    margin: 0;
    padding: 0 35px;
    font-size: 13px;
    background: #232323;
    color: #fff;
    height: 80px;
    line-height: 80px;
}
header .menu li:last-child a:hover {
    background: #0089d8;
}
/* drawer menu */
header #toggle {
    display: none;
}
/*----------------------------------------
    Section
----------------------------------------*/
#primary {
    position: relative;
    padding: 40px 0;
}
#page-title {
    padding: 80px 0;
}
#page-title h2 {
    font-size: 38px;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
#page-title p.page-sub-title {
    text-align: center;
    margin: 0;
}
#page-main {
    margin-bottom: 59px;
}
/*----------------------------------------
    Page
----------------------------------------*/
/*----------------------------------------
    Footer
----------------------------------------*/
footer #logo a {
	border: none;
}
footer #logo a img {
    width: 264px;
}
footer .alignleft {
    border-right: 1px solid #D6D6D6;
    padding-right: 90px;
}
footer .alignright {
    padding-right: 100px;
    margin: 30px 0;
}
footer .alignright nav li {
    margin-bottom: 12px;
}
footer .alignright nav li a {
    border: none;
    font-size: 11px;
}
footer p {
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
}
footer .foot-contents {
    overflow: hidden;
    padding: 20px 0 20px;
    margin-left: 80px;
}
footer .foot-contents .row {
    display: inline-block;
}
footer .foot-contents .row:last-child {
    padding-left: 40px;
}
footer .company-info {
    padding-bottom: 96px;
}
footer .company-info a {
    border: none;
}
ul#menu-footer-navigation li:last-child {
    margin-top: 30px;
}
/*----------------------------------------
    Error
----------------------------------------*/
.no-post {
    padding: 0 20px;
}
.no-post .error p {
    font-size: 100%;
    text-align: center;
    font-weight: normal;
    margin: 10px 0 0;
    line-height: 2.3;
}
/*----------------------------------------
    Misc
----------------------------------------*/
.pc--view {
    display: block;
}
.sp--view {
    display: none;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alignclear {
    clear: both;
}
img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}
img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}
.mt0  {margin-top:0px!important;}
.mt10 {margin-top:10px!important;}
.mt20 {margin-top:20px!important;}
.mt30 {margin-top:30px!important;}
.mt40 {margin-top:40px!important;}
.mt50 {margin-top:50px!important;}
.mt60 {margin-top:60px!important;}
.mb10 {margin-bottom:10px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}
.mb60 {margin-bottom:60px!important;}
.ml10 {margin-left:10px!important;}
.ml20 {margin-left:20px!important;}
.ml30 {margin-left:30px!important;}
.ml40 {margin-left:40px!important;}
.ml50 {margin-left:50px!important;}
.ml60 {margin-left:60px!important;}
.mr10 {margin-right:10px!important;}
.mr20 {margin-right:20px!important;}
.mr30 {margin-right:30px!important;}
.mr40 {margin-right:40px!important;}
.mr50 {margin-right:50px!important;}
.mr60 {margin-right:60px!important;}
.pt0  {padding-top:0px!important;}
.pt10 {padding-top:10px!important;}
.pt20 {padding-top:20px!important;}
.pt30 {padding-top:30px!important;}
.pt40 {padding-top:40px!important;}
.pt50 {padding-top:50px!important;}
.pt60 {padding-top:60px!important;}
.pb10 {padding-bottom:10px!important;}
.pb20 {padding-bottom:20px!important;}
.pb30 {padding-bottom:30px!important;}
.pb40 {padding-bottom:40px!important;}
.pb50 {padding-bottom:50px!important;}
.pb60 {padding-bottom:60px!important;}
.pl10 {padding-left:10px!important;}
.pl20 {padding-left:20px!important;}
.pl30 {padding-left:30px!important;}
.pl40 {padding-left:40px!important;}
.pl50 {padding-left:50px!important;}
.pl60 {padding-left:60px!important;}
.pr10 {padding-right:10px!important;}
.pr20 {padding-right:20px!important;}
.pr30 {padding-right:30px!important;}
.pr40 {padding-right:40px!important;}
.pr50 {padding-right:50px!important;}
.pr60 {padding-right:60px!important;}
/*----------------------------------------
    Overlay
----------------------------------------*/
/*----------------------------------------
    Loading
----------------------------------------*/
#loading-contents.active {
    opacity: 1;
    visibility: visible;
}
#loading-contents {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 90000;
    -webkit-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
.loader {
    position: fixed;
    z-index: 90001;
    margin: 0px auto;
    width: 42px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.loader:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}
@keyframes color {
    100%, 0% {
        stroke: #0089d8;
    }
    40% {
        stroke: #009844;
    }
    66% {
        stroke: #0089d8;
    }
    80%, 90% {
        stroke: #009844;
    }
}
/*--------------------------------------------------------------
    Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1400px){
}
@media screen and (max-width: 1120px){
    /*----------------------------------------
        General Setting
    ----------------------------------------*/
    /*----------------------------------------
        Clearfix
    ----------------------------------------*/
    /*----------------------------------------
        Typography
    ----------------------------------------*/
    /*----------------------------------------
        List
    ----------------------------------------*/
    /*----------------------------------------
        Link
    ----------------------------------------*/
    /*----------------------------------------
        Images
    ----------------------------------------*/
    /*----------------------------------------
        Layout
    ----------------------------------------*/
    /*----------------------------------------
        Sidebar
    ----------------------------------------*/
    /*----------------------------------------
        Header
    ----------------------------------------*/
    header #logo .alignright {
        display: none;
    }
    /*----------------------------------------
        Menu Navigation
    ----------------------------------------*/
    /*----------------------------------------
        Section
    ----------------------------------------*/
    /*----------------------------------------
        Page
    ----------------------------------------*/
    /*----------------------------------------
        Footer
    ----------------------------------------*/
    /*----------------------------------------
        Error
    ----------------------------------------*/
    /*----------------------------------------
        Misc
    ----------------------------------------*/
    /*----------------------------------------
        Overlay
    ----------------------------------------*/
    /*----------------------------------------
        Loading
    ----------------------------------------*/
}
@media screen and (max-width: 1160px){
    /*----------------------------------------
        General Setting
    ----------------------------------------*/
    /*----------------------------------------
        Clearfix
    ----------------------------------------*/
    /*----------------------------------------
        Typography
    ----------------------------------------*/
    /*----------------------------------------
        List
    ----------------------------------------*/
    /*----------------------------------------
        Link
    ----------------------------------------*/
    /*----------------------------------------
        Images
    ----------------------------------------*/
    /*----------------------------------------
        Layout
    ----------------------------------------*/
    .w-learge,
    .wp-post-page {
        width: 100%;
    }
    .foot-learge {
        width: 740px;
    }
    /*----------------------------------------
        Sidebar
    ----------------------------------------*/
    /*----------------------------------------
        Header
    ----------------------------------------*/
    /*----------------------------------------
        Menu Navigation
    ----------------------------------------*/
    /*----------------------------------------
        Section
    ----------------------------------------*/
    /*----------------------------------------
        Page
    ----------------------------------------*/
    /*----------------------------------------
        Footer
    ----------------------------------------*/
    footer .foot-learge {
        margin: 0 auto;
    }
    footer .alignleft {
        border-right: none;
        padding-right: 0;
    }
    footer .alignright {
        display: none;
    }
    footer .company-info {
        padding-bottom: 20px;
    }
    footer .foot-contents span {
        margin-bottom: 50px;
    }
    footer .foot-contents span a {
        border: none;
        font-size: 12px;
    }
    /*----------------------------------------
        Error
    ----------------------------------------*/
    /*----------------------------------------
        Misc
    ----------------------------------------*/
    /*----------------------------------------
        Overlay
    ----------------------------------------*/
    /*----------------------------------------
        Loading
    ----------------------------------------*/
}
@media screen and (max-width: 960px){
	/*----------------------------------------
	    General Setting
	----------------------------------------*/
    body {
        font-size: 80%;
    }
    /*----------------------------------------
        Clearfix
    ----------------------------------------*/
	/*----------------------------------------
	    Typography
	----------------------------------------*/
    /*----------------------------------------
        List
    ----------------------------------------*/
    /*----------------------------------------
        Link
    ----------------------------------------*/
    /*----------------------------------------
        Images
    ----------------------------------------*/
    /*----------------------------------------
        Layout
    ----------------------------------------*/
    .w-learge,
    .foot-learge,
    .wp-post-page {
        padding: 0 20px;
    }
    .w-middle,
    .foot-middle {
        width: 100%;
    }
    /*----------------------------------------
        Sidebar
    ----------------------------------------*/
	/*----------------------------------------
	    Header
	----------------------------------------*/
	header {
		margin: 0;
        min-width: inherit;
	}
    header .alignleft,
    header .alignright {
        float: none;
    }
    header #logo {
        text-align: center;
    }
    /*----------------------------------------
        Menu Navigation
    ----------------------------------------*/
	header .menu li:first-child {
	    border-left: 0;
	}
	header .menu li {
	}
	header div.menu > ul > li,
	header ul.menu > li {
	    float: none;
	    width: 100%;
	    height: auto;
	}
	header .menu li {
	    position: relative;
	    border-right: 0;
	}
    header ul.menu > li.current_page_item a,
    header ul.menu > li.current_page_parent a,
    header ul.menu > li.current-page-ancestor a {
	    border-bottom: 0;
	}
    header ul.menu > li:last-child {
        font-size: 12px;
        margin-top: 12px;
    }
    /*Nav drawer*/
    header #toggle {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10001;
        width: 23px;
        padding: 29px 20px 27px;
        cursor: pointer;
        will-change: transform;
        box-sizing: content-box;
        background: #fff;
        -webkit-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -moz-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -o-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    }
    header #toggle span {
        height: 1px;
        background: #3D3D3D;
        display: block;
        margin-bottom: 5px;
	    -webkit-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
	    -moz-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
	    -o-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
	    transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
	    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	}
    header #toggle span:nth-child(2),
    header #toggle span:nth-child(4) {
        position: relative;
        width: 16px;
        left: 6px;
    }
    header nav {
        position: fixed;
        overflow-y: auto;
        top: 0;
        right: -260px;
        width: 260px;
        height: 100%;
    	background: #F8F8F8;
        z-index: 10000;
    	padding: 80px 0 0 0;
        -webkit-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -moz-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -o-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    }
    header nav li {
        width: 100%;
        float: none;
    }
    header nav .menu li a {
        margin: 0;
        padding: 10px 5px 10px 50px;
        font-size: 1.2em;
        font-weight: normal;
        text-align: left;
        line-height: inherit;
        height: inherit;
    }
    header .menu li:last-child a {
        margin: 0;
        padding: 10px 5px 10px 50px;
        font-size: 1.2em;
        font-weight: normal;
        text-align: left;
        line-height: inherit;
        height: inherit;
        background: inherit;
        color: inherit;
    }
    header .menu li:last-child a:hover {
        background: inherit;
    }
	body.open {
        overflow: hidden;
        height: 100%;
    }
    body.open #container {
        left: -260px;
    }
    body.open nav {
        right: 0;
    }
    body.open #toggle {
        background: transparent;
    }
    body.open #toggle span {
        background: #3D3D3D;
        margin-bottom: 7px;
    }
    body.open #toggle span:nth-child(1) {
        transform:translate(0,8px) rotate(45deg);
        -webkit-transform:translate(0,8px) rotate(45deg);
    }
    body.open #toggle span:nth-child(2) {
        transform:translate(-20px ,0);
        -webkit-transform:translate(-20px ,0);
        opacity:0;
    }
    body.open #toggle span:nth-child(3) {
        transform:translate(0,-8px) rotate(-45deg);
        -webkit-transform:translate(0,-8px) rotate(-45deg);
    }
    body.open #toggle span:nth-child(4) {
        transform:translate(-20px ,0);
        -webkit-transform:translate(-20px ,0);
        opacity:0;
    }
    body.open #toggle span:last-child {
        margin: 0;
    }
    /*----------------------------------------
	    Section
	----------------------------------------*/
    /*----------------------------------------
        Page
    ----------------------------------------*/
    /*----------------------------------------
        Footer
    ----------------------------------------*/
    /*----------------------------------------
        Error
    ----------------------------------------*/
    /*----------------------------------------
        Misc
    ----------------------------------------*/
    .pc--view {
	    display: none;
	}
	.sp--view {
	    display: block;
	}
    /*----------------------------------------
        Overlay
    ----------------------------------------*/
    body header .ol {
        opacity: 0;
        visibility: hidden;
        width: 100%;
	    height: 100%;
	    position: fixed;
        z-index: 9000;
	    top: 0;
        left: 0;
        background: #fff;
        -webkit-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -moz-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -o-transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transition: all .4s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	}
	body.open header .ol {
        opacity: 1;
        visibility: visible;
        overflow: hidden;
	}
    /*----------------------------------------
        Loading
    ----------------------------------------*/
}
@media screen and (max-width: 864px) {
    /*----------------------------------------
        General Setting
    ----------------------------------------*/
    /*----------------------------------------
        Clearfix
    ----------------------------------------*/
    /*----------------------------------------
        Typography
    ----------------------------------------*/
    /*----------------------------------------
        List
    ----------------------------------------*/
    /*----------------------------------------
        Link
    ----------------------------------------*/
    /*----------------------------------------
        Images
    ----------------------------------------*/
    /*----------------------------------------
        Layout
    ----------------------------------------*/
    /*----------------------------------------
        Sidebar
    ----------------------------------------*/
    /*----------------------------------------
        Header
    ----------------------------------------*/
    /*----------------------------------------
        Menu Navigation
    ----------------------------------------*/
    /*----------------------------------------
        Section
    ----------------------------------------*/
    /*----------------------------------------
        Page
    ----------------------------------------*/
    /*----------------------------------------
        Footer
    ----------------------------------------*/

    /*----------------------------------------
        Error
    ----------------------------------------*/
    /*----------------------------------------
        Misc
    ----------------------------------------*/
    /*----------------------------------------
        Overlay
    ----------------------------------------*/
    /*----------------------------------------
        Loading
    ----------------------------------------*/
}
@media screen and (max-width: 768px) {
    /*----------------------------------------
        General Setting
    ----------------------------------------*/
    /*----------------------------------------
        Clearfix
    ----------------------------------------*/
    /*----------------------------------------
        Typography
    ----------------------------------------*/
    /*----------------------------------------
        List
    ----------------------------------------*/
    /*----------------------------------------
        Link
    ----------------------------------------*/
    /*----------------------------------------
        Images
    ----------------------------------------*/
    /*----------------------------------------
        Layout
    ----------------------------------------*/
    .foot-learge {
        width: 310px;
    }
    .foot-middle {
        width: 310px;
    }
    /*----------------------------------------
        Sidebar
    ----------------------------------------*/
    /*----------------------------------------
        Header
    ----------------------------------------*/
    /*----------------------------------------
        Menu Navigation
    ----------------------------------------*/
    /*----------------------------------------
        Section
    ----------------------------------------*/
    #page-title {
        padding: 20px 0 30px;
    }
    /*----------------------------------------
        Page
    ----------------------------------------*/
    /*----------------------------------------
        Footer
    ----------------------------------------*/
    footer {
        margin-top: 20px;
    }
    footer .foot-contents {
        padding-left: 0;
        margin-left: 0;
    }
    footer .foot-contents .row:last-child {
        margin-top: 14px;
        padding-left: 0;
        display: block;
    }
    /*----------------------------------------
        Error
    ----------------------------------------*/
    /*----------------------------------------
        Misc
    ----------------------------------------*/
    /*----------------------------------------
        Overlay
    ----------------------------------------*/
    /*----------------------------------------
        Loading
    ----------------------------------------*/
}
@media screen and (max-width: 560px){
    /*----------------------------------------
        General Setting
    ----------------------------------------*/
    /*----------------------------------------
        Clearfix
    ----------------------------------------*/
    /*----------------------------------------
        Typography
    ----------------------------------------*/
    /*----------------------------------------
        List
    ----------------------------------------*/
    /*----------------------------------------
        Link
    ----------------------------------------*/
    /*----------------------------------------
        Images
    ----------------------------------------*/
    /*----------------------------------------
        Layout
    ----------------------------------------*/
    /*----------------------------------------
        Sidebar
    ----------------------------------------*/
    /*----------------------------------------
        Header
    ----------------------------------------*/
    /*----------------------------------------
        Menu Navigation
    ----------------------------------------*/
    /*----------------------------------------
        Section
    ----------------------------------------*/
    /*----------------------------------------
        Page
    ----------------------------------------*/
    /*----------------------------------------
        Footer
    ----------------------------------------*/
    footer {
        padding: 30px 0 0;
    }
    /*----------------------------------------
        Error
    ----------------------------------------*/
    /*----------------------------------------
        Misc
    ----------------------------------------*/
    /*----------------------------------------
        Overlay
    ----------------------------------------*/
    /*----------------------------------------
        Loading
    ----------------------------------------*/
}
