@charset "utf-8";

/* reset
*********************************************************/

* {
    margin: 0;
    padding: 0;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}


/* common
*********************************************************/
html {
    font-size: 62.5%;
}

body {
    color: #333;
}

body,
.pure-g [class*=pure-u] {
    font-family: "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

@media all and (-ms-high-contrast:none) {

    body,
    .pure-g [class*=pure-u] {
        font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    }
}

.mincho {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-feature-settings: "palt" !important;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;

    @media only screen and(-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

p {
    font-size: 1.6rem;
    line-height: 1.7;
}


a {
    color: inherit;
}

a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.container {
    width: 100%;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.center-block {
    display: block;
    margin: auto;
}

.wp-pagenavi {
    padding: 20px 0;
    background: #F9F9F9;
    margin-top: 45px;
    font-size: 1.6rem;
    overflow: hidden;
}

.wp-pagenavi.var01 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-pagenavi a,
.wp-pagenavi span {
    background: #FFF;
}

.wp-pagenavi.var01 a {
    border: none;
    color: #333;
    background: none;
}

.wp-pagenavi span.current {
    background: #666;
    color: #fff;
    border-color: #666;
}

.bg-danger {
    background-color: #f2dede;
    padding: 5px;
}

.text-danger {
    color: #a94442;
}

a[href^=tel] {
    text-decoration: none;
    color: inherit;
    cursor: default;
}

a[href^=tel]:hover {
    opacity: 1;
}

.lazy {
    opacity: 0;
    position: relative;
    -webkit-transform: translate(0%, 50px);
    transform: translate(0%, 50px);
}

.lazy-show {
    opacity: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all 1s;
}

.flickWrap {
    width: 100%;
}

.columns {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


@media screen and (max-width:768px) {
    a[href^=tel] {
        /*text-decoration: underline;*/
    }

    .flickWrap {
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 60px;
        padding: 5px 0;
    }

    .flickWrap::before {
        content: "※表が見切れる場合は横スクロールでご覧ください。";
        color: #F55;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .flickWrap::-webkit-scrollbar {
        height: 5px;
    }

    .flickWrap::-webkit-scrollbar-track {
        background: #F1F1F1;
    }

    .flickWrap::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
}


/* Header
*********************************************************/

#header {
    background: #F7F7F7;
    position: relative;
    height: 95px;
}

#header a {
    text-decoration: none;
}

#header h1 {
    font-size: 2.2rem;
    margin-top: 20px;
}

#header h1 img {
    margin-right: 10px;
}

#header .columns {
    position: absolute;
    right: 0;
    top: 0;
}

#header .columns .column1 .wrap1 {
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 15px;
    padding-right: 30px;
}

#header .columns .column1 .wrap1 small {
    font-size: 1.6rem;
    font-weight: normal;
}

#header .columns .column1 .wrap1 a {
    display: inline-block;
    margin-right: 1em;
}

#header .columns .column2 .btn1 {
    display: block;
    font-size: 2rem;
    font-weight:bold;
    text-align: center;
    width: 250px;
    height: 95px;
    line-height: 95px;
    color: #FFF;
    background: #39BB36;
}

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

    #header {
        height: auto;
        padding-bottom: 20px;
    }

    #header .columns {
        position: static;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #header .columns>[class*=column] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }

    #header .columns .column2 .btn1 {
        margin: auto;
        height: auto;
        line-height: 1;
        padding: 20px 0;
    }

    #header .columns .column1 .wrap1 {
        text-align: center;
        padding: 10px 0;
    }

    #header .columns .column1 .wrap1 a {
        display: block;
        margin: 0;
    }

    #header a.menu-trigger,
    #header a.menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    #header a.menu-trigger {
        position: fixed;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
        z-index: 600;
        background: rgba(255, 255, 255, 0.75);
    }

    #header a.menu-trigger:hover {
        opacity: 1;
    }

    #header a.menu-trigger span {
        position: absolute;
        left: 5px;
        width: 30px;
        height: 2px;
        background-color: #333;
        border-radius: 1px;
    }

    #header a.menu-trigger span:nth-of-type(1) {
        top: 10px;
    }

    #header a.menu-trigger span:nth-of-type(2) {
        top: 48%;
    }

    #header a.menu-trigger span:nth-of-type(3) {
        bottom: 10px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-315deg);
        transform: translateY(9px) rotate(-315deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(315deg);
        transform: translateY(-9px) rotate(315deg);
    }
}

/* GlobalNavi
*********************************************************/

#gNavi {
    /*padding-top: 12px;*/
}

#gNavi ul li {
    display: inline-block;
    font-size: 1.8rem;
    white-space: nowrap;
}

#gNavi ul li+li {
    padding-left: 1em;
}

#gNavi ul li a {
    color: #333;
    text-decoration: none;
}


@media screen and (max-width:768px) {
    #gNavi {
        display: none;
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        overflow: hidden;
    }

    #gNavi .container {
        overflow: hidden;
        position: relative;
        width: 100vw;
        height: 100vh;
        padding: 0;
    }

    #gNavi ul {
        display: block;
        height: 100vh;
        overflow-y: scroll;
        padding-bottom: 100px;
        border: none;
        position: absolute;
        right: -100vw;
        top: 50px;
        width: 100vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 110;
        padding-left: 0;
    }

    #gNavi ul li,
    #gNavi ul li:first-of-type {
        float: none;
        display: block;
        width: 100%;
        border: none;
        padding-left: 0;
        border-bottom: 1px dotted #fff;
    }

    #gNavi ul li+li {
        padding-left: 0;
    }

    #gNavi ul li a {
        color: #FFF;
        line-height: 1;
        border: none;
        display: block;
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 0;
    }

    #gNavi ul li:first-of-type a {
        border: none;
    }

    #gNavi ul li a small {
        display: none;
    }
}

/* pageVisual
*********************************************************/

#pageVisual {
    width: 100%;
    height: 300px;
    background: url(../../images/page/img_products1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#pageVisual.strength {
    width: 100%;
    height: 300px;
    background: url(../../images/page/img_strength1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#pageVisual.interview,
#pageVisual.requirements,
#pageVisual.personality {
    width: 100%;
    height: 300px;
    background: url(../../images/page/img_personality1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#pageVisual.message,
#pageVisual.outline,
#pageVisual.history,
#pageVisual.access {
    width: 100%;
    height: 300px;
    background: url(../../images/page/img_message1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#pageVisual.news {
    width: 100%;
    height: 300px;
    background: url(../../images/page/img_news1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#pageVisual.products {
    width: 100%;
    height: 300px;
    background: url(../../images/page/img_products1.jpg) 50% 50% no-repeat;
    background-size: cover;
}
#pageVisual.asct {
    background: url(../../images/page/img_asct1.jpg) 50% 50% no-repeat;
    background-size: cover;
}
/* Breadcrumbs
*********************************************************/

#breadcrumbs {
    padding: 15px 0;
    font-size: 1.4rem;
    margin-bottom: 35px;
    background: #f4f4f4;
}

#breadcrumbs a {
    color: #333;
    text-decoration: none;
}


@media screen and (max-width:768px) {
    #breadcrumbs {
        height: auto;
        padding: 15px 0;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}


/* Content
*********************************************************/

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



/* sidebar
*********************************************************/

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


/* Footer
*********************************************************/

footer {
    background: #F8F8F8;
    padding: 45px 0 25px;
    position: relative;
    display: block;
    margin-top: 100px;
}

footer::before {
    content: "";
    display: block;
    position: absolute;
    background: #4CA24A;
    width: 50vw;
    height: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
}

footer address {
    font-style: normal;
}

footer .columns .column1 dl {
    color: #FFF;
}

footer .columns .column1 dl dt {
    font-size: 2.2rem;
}

footer .columns .column1 dl dt a {
    text-decoration: none;
    display: block;
}

footer .columns .column1 dl dt img {
    margin-right: 10px;
}

footer .columns .column1 dl dd {
    font-size: 1.6rem;
    line-height: 2;
}

footer .columns .column1,
footer .columns .column2 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}

footer .columns .column2 {
    padding: 0px 30px 0 50px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

footer .columns .column2_2 {
    -webkit-flex-basis: 250px;
    flex-basis: 250px;
}

footer .columns .column2_2 a[class*=btn] {
    display: block;
    width: 100%;
    padding: 20px 0px;
    color: #FFF;
    background: #39BB36;
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight:bold;
    text-decoration: none;
}

footer .columns .column2_2 a.btn2 {
    margin-top: 25px;
    background: #2D95DD;
}


.footer-nav {
    margin-bottom: 30px;
}

.footer-nav li {
    display: block;
    margin-right: 30px;
    padding-left: 50px;
    position: relative;
}

.footer-nav li::before {
    content: "";
    display: block;
    width: 20%;
    border-top: solid 2px #4ca24a;
    background: #FFF;
    position: absolute;
    top: 1em;
    left: 0;
}

.footer-nav a {
    text-decoration: none;
    font-size: 1.6rem;
}

#copyright {
    font-size: 1.6rem;
    margin-top: 65px;
    color: #fff;
}

@media screen and (max-width:768px) {
    footer {
        text-align: center;
        padding-bottom: 0;
    }

    footer::before {
        display: none;
    }

    footer .columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    footer .columns [class*=column] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }

    footer .columns .column1 {
        padding: 25px 0;
        background: #4CA24A;
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
    }

    footer .columns .column2 {
        padding: 0 0 30px;
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
    }


    .footer-nav {
        margin: 0 -15px 20px;
        box-sizing: border-box;
        border-top: solid 1px #ccc;
    }

    .footer-nav li a {
        font-size: 1.1rem;
        display: block;
        padding: 5px;
    }

    .footer-nav li {
        margin: 0;
        text-align: center;
        padding: 5px;
        display: block;
        float: left;
        width: 50%;
        box-sizing: border-box;
        border-bottom: solid 1px #ccc;
    }

    .footer-nav li {
        padding-left: 0;
    }

    .footer-nav li::before {
        display: none;
    }

    .footer-nav li:nth-child(odd) {
        border-right: dotted 1px #ccc;
    }

}



/* WP default
*********************************************************/

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.cf::after {
    content: "";
    display: block;
    clear: both;
}

.rtt {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    font-size: 50px;
    color: #ccc;
    text-shadow: 0 0 5px #fff;
}

.changeBox {
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

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

    .area-img {
        margin-bottom: 20px;
    }

    body .pull-left,
    body .pull-right {
        float: none;
    }
}
