@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 15px;
    text-align: left;
    line-height: 1.7;
    color: #000;
    min-width: 1040px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    padding: 0;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    padding: 0;
    margin: 0;
}

img {
    -webkit-touch-callout: none;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    display: block;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
}

a:active,
a:hover,
a:focus {
    outline: none;
}

a,
input {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a.color:hover {
    opacity: 1;
}

a:hover,
input:hover {
    opacity: 0.6;
}


/*============================
Clearfix
============================*/

.clearfix:after {
    content: "";
    /*空のコンテンツを挿入 これがないとafterが機能しない*/
    display: block;
    /*表示形式はブロックレベルに指定しないとうまく機能しないブラウザがある*/
    clear: both;
    /*そして、floatの解除をする*/
}

/*============================
customize
============================*/

/*
-js-display: flex;
font-family: "Yu Mincho", "YuMincho";
*/

.lead p {
    padding-bottom: 15px;
}

.lead p:last-of-type {
    padding-bottom: 0;
}

.eng,
footer p.num {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.min {
    font-size: 13px;
}

/*============================
Link
============================*/

.link {
    width: 980px;
    margin: auto;
    padding-top: 40px;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.link li {
    width: 340px;
    margin: 0 20px;
}

.link li a,
.link li input {
    display: block;
    line-height: inherit;
    width: 100%;
    padding: 13px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.04em;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: url(../images/common/link_arrow01.png) no-repeat center right 6% #ff6475;
    background-size: 7px auto;
    outline: none;
}

.cont .link {
    width: 100%;
}


/*btn*/

.link .btn01 a,
.link .btn02 a,
.link .btn03 a{
    background: url(../images/home/btn/service_btn_jp.png) no-repeat center center;
    background-size: 100%;
    width: 340px;
    height: 0;
    padding: 60px 0 0 0;
    overflow: hidden;
    transition: all 1.0s;
}

.link .btn01 a:hover,
.link .btn02 a:hover,
.link .btn03 a:hover {
    background-image: url(../images/home/btn/service_btn_eng.png) ;
    opacity: 1;
}


/*============================
wrapper
============================*/

.wrapper {
    position: relative;
    overflow: hidden;
}


/*============================
header（共通設定）
============================*/

.top_right {
    width: 750px;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;

}

#top .announce {
    width: 210px;
    height: auto;
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    font-size: 12px;
    color: #444444;
    border-left: 1px solid hsla(0, 0%, 100%, 0.5);
    line-height: 1.3;
}

#top .tel a {
    padding-top: 30px;
    display: block;
    overflow: hidden;
    height: 0;
    width: 213px;
    background: url(../images/common/header/tel.png) no-repeat left top;
    background-size: 100%;
}

#top .tel a:hover {
    opacity: 1;
}

a[href^="tel:"] {
    pointer-events: none;
}

/*============================
PC Navigation（共通設定）
============================*/

nav {
    width: 100%;
    background: #606060;
}

.nav-toggle {
    display: none;
}

.globalNav {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.globalNav li {}

.globalNav li a {
    display: block;
    padding: 5% 0;
    color: #444444;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.4;
    background: url(../images/common/header/nav/line.png) no-repeat left center;
}

.globalNav li:last-child a {
    background-image: url(../images/common/header/nav/line.png), url(../images/common/header/nav/line.png);
    background-repeat: no-repeat;
    background-position: left center, right center;
}

.globalNav li a .eng {
    display: block;
    font-size: 12px;
}

/*============================
SP Navigation
============================*/

.menu {
    display: none;
}

/*============================
PC Navigation（type２：一列）
============================*/

#top nav {
    width: 750px;
    float: right;
    background: none;
    margin-left: auto;
}

#top .globalNav {
    width: 100%;
    margin: auto;
}

#top .globalNav > li {
    background-image: none;
    padding-bottom: 10px;
}

#top .globalNav li.nav a {
    font-size: 14px;
    background-image: none;
    width: auto;
    padding: 5px 10px;
    padding: 13px 10px;
    margin: 0 5px;
    position: relative;
    display: inline-block;
}

#top .globalNav li.nav a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

#top .globalNav > li a:hover::after {
    transform: scale(1, 1);
}

#top .globalNav li.nav ul li a::after {
    content: none;
}

#top .globalNav li.nav ul {
    background: #eee;
}

#top .globalNav li a .eng {
    font-size: 11px;
}

#top .globalNav li.nav_contact a {
    margin-right: 0;
}

/*テキスト頭文字*/

#top .globalNav li.nav_service a .eng span,
#service .btn01 .eng span {
    color: #009944;
}

#top .globalNav li.nav_management a .eng span,
#service .btn02 .eng span,
#strength .btn01 .eng span {
    color: #00479d;
}

#top .globalNav li.nav_blog a .eng span {
    color: #ff6ab8;
}

#top .globalNav li.nav_recruit a .eng span,
#recruit .btn01 .eng span {
    color: #ff823f;
}

#top .globalNav li.nav_company a .eng span,
#company .btn01 .eng span {
    color: #7543cd;
}

#top .globalNav li.nav_contact a .eng span {
    color: #fb586c;
}

/*アンダーライン*/

#top .globalNav li.nav_service a::after {
    background: #b3d465;
}

#top .globalNav li.nav_management a::after {
    background: #7ecef4;
}

#top .globalNav li.nav_blog a::after {
    background: #f7b1d0;
}

#top .globalNav li.nav_recruit a::after {
    background: #ffbf39;
}

#top .globalNav li.nav_company a::after {
    background: #aa94d1;
}

#top .globalNav li.nav_contact a::after {
    background: #ff6475;
}



/*ここから階層変更後*/

/*============================
header hoshi
============================*/

#top {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 80000;
    display: block;
}

#top .inner {
    padding-top: 10px;
    padding-bottom: 0;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top .tel {
    margin-left: auto;
    margin-bottom: 10px;
}

#top .tel a {
    padding-top: 30px;
    display: block;
    overflow: hidden;
    height: 0;
    width: 213px;
    background: url(../images/common/header/tel.png) no-repeat left top;
    background-size: 100%;
}

#top .tel a:hover {
    opacity: 1;
}

.siteTitle {
    float: left;
    margin-left: 10px;
}

.siteTitle a {
    padding-top: 80px;
    display: block;
    overflow: hidden;
    height: 0;
    width: 134px;
    background: url(../images/common/header/sitetitle.png) no-repeat left center;
    margin-bottom: 10px;
}


/*============================
PC Navigation
============================*/

.globalNav .second-level ul li {
    float: left;
    width: 16.6666%;
}

.globalNav > li > a {
    font-size: 14px;
    background-image: none;
    width: auto;
    padding: 0 10px;
    margin: 0 5px;
    position: relative;
    display: inline-block;
}

.globalNav > li > a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.globalNav > li > a:hover::after {
    width: 100%;
}

.globalNav > li > a:hover {
    opacity: 1;
}

/*navが上についている時*/

.transform nav {
    width: 840px;
}

.transform .globalNav li {
    width: 14.28571428%;
}

.transform .globalNav li.add-company {
    display: block;
}

.transform .globalNav li a::after {
    bottom: auto;
    top: 0;
}

/*******ドロップダウン部分*****************/

li.custom .second-level {
    visibility: hidden;
    /*非表示*/
    opacity: 0;
    position: absolute;
    top: 97px;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 10;
    padding: 18px 0;
}

li.custom:hover .second-level {
    visibility: visible;
    /*表示*/
    opacity: 1;
}

li.custom .second-level ul {
    width: 980px;
    margin: 0 auto;
}

li.custom .second-level li {
    width: 220px;
}

li.custom .second-level li:not(:last-child) {
    margin-right: 30px;
}

li.custom .second-level li a {
    display: inline-block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding: 8px 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

li.custom .second-level li a:hover {
    background-color: #ff6475;
    opacity: 1;
    color: #fff;
}

/*.transform*/

.transform li.custom .second-level {
    top: 44px;
    padding: 12px 12%;
}




/*============================
container
============================*/

/*
.cont .container {
    width: 980px;
    margin: auto;
    padding-bottom: 60px;
    text-align: left;
}
*/

.cont .container {
    width: 100%;
    text-align: left;
}

.cont_img {
    text-align: center;
    position: relative;
    background: url(../images/common/cont_img.jpg) no-repeat center top;
    background-size: cover;
    margin-bottom: 70px;
    margin-top: 100px;
}

.cont_img h1 {
    padding-top: 325px;
    display: block;
    overflow: hidden;
    width: 980px;
    height: 0;
    margin: auto;
    background: url(../company/images/page_title.png) no-repeat center top;
    background-size: 100%;
}

/*============================
primary
============================*/

.primary {
    width: 100%;
}

.root {
    font-size: 15px;
    height: 70px;
    line-height: 70px;
    text-align: left;
}

.root li {
    width: 980px;
    margin: 0 auto;
}

.root .arrow {
    padding: 0 10px;
}

.cont .primary article {
    padding-top: 60px;
}

.cont .primary article:first-of-type {
    padding-top: 0;
}

.inner {
    width: 980px;
    margin: auto;
    /*    overflow: hidden;*/
}

.cont .primary .inner {
    width: 980px;
    margin: auto;
    padding-bottom: 60px;
}

.cont h2.title {
    background: url(../contact/images/title.jpg) no-repeat center center;
    width: 300px;
    height: 0;
    padding-top: 146px;
    overflow: hidden;
}

h2.span_title,
.title_lead {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

h2.span_title span,
.title_lead span {
    font-size: 26px;
    display: block;
}

/*
.cont h3 {
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
    clear: both;
    font-weight: bold;
    border-left: 8px solid #606060;
    border-bottom: 1px solid #b5b5b5;
}
*/

.cont h4 {
    font-size: 16px;
    margin: 10px 0 10px;
}


/*============================
primary
============================*/

table.info {
    width: 100%;
}

table.info tr {
    display: block;
    margin-bottom: 10px;
    background: #f7f7f7;
}

table.info tr:last-child {
    border: none;
    margin-bottom: 0;
}

table.info th {
    width: 120px;
    text-align: center;
    vertical-align: middle;
    background: #f7f7f7;
    color: #444444;
    font-weight: normal;
}

table.info th,
table.info td {
    padding: 15px 0;
}

table.info tr:first-child {
    padding-top: 0;
}

table.info td {
    text-align: left;
}

table.info td ul {
    padding-left: 18px;
}

table.info td li {
    padding-top: 8px;
    list-style-type: disc;
}

table.info td li:first-child {
    padding-top: 0;
}

table.info td dt {
    padding-top: 10px;
}

table.info td dt:first-of-type {
    padding-top: 0;
}

table.info td strong {
    display: block;
}

a.google {
    display: block;
    padding-left: 17px;
    margin-top: 5px;
    font-weight: bold;
    background: url("../images/common/icon_map.png") no-repeat left top 4px;
    background-size: 12px auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#map {
    width: 100%;
    height: 400px;
}

#map iframe {
	width: 100%;
	height: 100%;
}

.cont #map {
    margin-top: 40px;
}


/*============================
secondary
============================*/

.company a.google {
    margin-bottom: 15px;
}



/*============================
toTop
============================*/

.toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
}

.toTop li a {
    padding-top: 45px;
    display: block;
    overflow: hidden;
    width: 45px;
    height: 0;
    background: url(../images/common/footer/totop.png) no-repeat center top rgba(255, 100, 117, 0.8);
}

/*============================
ad floating
============================*/

#ad {
    width: 100%;
    height: 120px;
    background: url(../images/common/ad/contact_btn_bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 999;
}

#ad .text {
    background: url(../images/common/ad/contact_btn_inner.png) no-repeat center center;
    width: 980px;
    height: 0;
    padding-top: 123px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
    overflow: hidden;
}

#ad .ad_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    width: 980px;
    margin: auto;
    top: 26px;
    left: -20px;
}

#ad .tel a {
    background: url(../images/common/ad/tel_btn.jpg) no-repeat center center;
    background-size: 100%;
    width: 255px;
    padding-top: 68px;
    height: 0;
    overflow: hidden;
    display: block;
    margin-left: 20px;
}


#ad .mail a {
    background: url(../images/common/ad/mail_btn.jpg) no-repeat center center;
    background-size: 100%;
    width: 253px;
    padding-top: 68px;
    height: 0;
    overflow: hidden;
    display: block;
}


body {
    position: relative;
}

.floating {
    position: fixed;
    bottom: 10px;
}


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

    #ad {
        width: 100%;
        height: 110px;
        background: url(../images/common/ad/contact_btn_bg.png) no-repeat center center;
        background-size: cover;
        position: relative;
        z-index: 999;

    }

    #ad .text {
        background: url(../images/common/ad/contact_btn_bg_sp.png) no-repeat left top #fff;
        background-size: contain;
        width: 90.625%;
        height: 0;
        padding-top: 90px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        overflow: hidden;
        border: 1px solid #ff6475;
    }

    #ad .ad_box {
        width: 90.625%;
        top: 37px;
        left: -20px;
    }

    #ad .tel a {
        background: url(../images/common/ad/tel_btn_sp.png) no-repeat center center;
        background-size: 100%;
        width: 46px;
        padding-top: 46px;
        height: 0;
        overflow: hidden;
        display: block;
        margin-left: 10px;
    }

    #ad .mail a {
        background: url(../images/common/ad/mail_btn_sp.png) no-repeat center center;
        background-size: 100%;
        width: 46px;
        padding-top: 46px;
        height: 0;
        overflow: hidden;
        display: block;
    }

}



/*============================
footer
============================*/

footer {
    margin-top: 120px;
}

footer .inner {
    padding: 70px 0 0 0;
}

footer .sitetitle a {
    background: url(../images/common/footer/sitetitle.png) no-repeat center center;
    width: 217px;
    height: 0;
    padding-top: 40px;
    overflow: hidden;
    display: block;
    margin: 0 auto 20px auto;
}

footer .announce {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
}

footer .inner .box {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

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

footer .material:not(:last-of-type) {
    margin-bottom: 30px;
}

footer h3 {
    font-weight: normal;
    font-size: 15px;
}

footer .google {
    color: #ff6475;
    letter-spacing: 0.05em;
}

footer .num {
    letter-spacing: 0.05em;
}

.sitelink {
    width: 300px;
    margin-left: 50px;
}

.sitelink li {
    margin-bottom: 20px;
}

.sitelink li a {
    background: url(../images/common/link_arrow03.png) no-repeat left center;
    padding-left: 12px;
    padding-right: 20px;
}

.sitelink li:nth-child(4) ul.second_level {
    margin-top: 20px;
}

.sitelink li ul.second_level a {
    margin-left: 30px;
}

.sitelink li ul.third_level a {
    margin-left: 30px;
}

.under_box {
    width: 520px;
    background: #eee;
    padding: 35px;
    align-self: flex-start;
}

.copyright {
    width: 980px;
    margin: auto;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ff6475;
}

.sp_br {
    display: block;
}

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

    body {
        width: 100%;
        min-width: 0;
    }
    a {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    a:hover {
        opacity: 1;
    }

    a[href^="tel:"] {
        pointer-events: auto;
    }

    .sp_br {
    display: none;
}

    /*============================
customize
============================*/
    /*
-js-display: flex;
font-family: "Yu Mincho", "YuMincho";
*/
    .min {
        font-size: 12px;
    }
    .cont .right,
    .cont .left {
        float: none;
        padding: 0;
    }
    #top {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        border: none;
        min-width: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
        background-color: #fff;
    }
    #top .inner {
        width: 100%;
        position: relative;
        padding-bottom: 10px;
    }

    .siteTitle a {
        padding-top: 18.42%;
        width: 190px;
        background-image: url(../images/common/header/sitetitle_sp.png);
        background-size: 100%;
        margin-bottom: 0;
    }
    
    .announce {
        display: none;
    }
    
    #top p.tel {
        margin-right: 63px;
        margin-bottom: 0;
    }
    #top p.tel a {
        padding: 0;
        margin: 0;
        padding-top: 35px;
        width: 35px;
        background-image: url(../images/common/header/tel_sp.png);
        background-size: 100%;
    }
    .cont_img {
        margin-top: 55px;
        margin-bottom: 40px;
        background-image: url(../company/images/cont_img_sp.jpg);
    }
    .cont_img h1 {
        width: 100%;
        padding-top: 43.34%;
        background-image: url(../company/images/page_title_sp.png);
    }

    /*============================
nav
============================*/
    #top nav {
        width: 100%;
        float: none;
    }
    #top .globalNav {
        position: fixed;
        display: none;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        /*        background-color: #fff;*/
        z-index: 999;
        padding-top: 55px;
        background-image: none;
        /*        background-color: rgba(255, 255, 255, 0.8);*/
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #top .globalNav > li {
        float: none;
        width: 100%;
        position: relative;
        text-align: left;
        border-top: 1px solid rgba(255, 100, 117, 0.3);
        background-color: transparent;
        background: rgba(255, 231, 242, 0.9);
        padding-bottom: 0;
    }
    #top .globalNav > li:last-child {
        border-bottom: 1px solid rgba(255, 100, 117, 0.3);
    }
    #top .globalNav li a {
        overflow: inherit;
        width: 100%;
        height: inherit;
        color: #444444;
        padding: 15px 0;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 2px;
        background: none;
        margin: 0;
    }
    #top .globalNav li a > span {
        display: block;
        font-size: 14px;
        letter-spacing: 0;
        font-weight: normal;
    }
    #top .globalNav > li:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 13px;
        height: 13px;
        margin-top: -7px;
        background: url(../images/common/link_arrow03_sp.png) no-repeat center right;
        background-size: contain;
    }

    /*  nav add  */
    li.custom .second-level {
        visibility: visible;
        opacity: 1;
        position: static;
        width: 100%;
        color: #333;
        -webkit-transition: all 0s ease;
        transition: all 0s ease;
        z-index: 10;
        padding: 0;
        background-color: transparent;
    }
    li.custom .second-level ul {
        width: 100%;
        margin: 0;
    }

    li.custom .second-level li:first-child {
        border-top: 1px solid rgba(255, 100, 117, 0.3);
    }

    li.custom .second-level li {
        border-bottom: 1px solid rgba(255, 100, 117, 0.3);
    }

    li.custom .second-level li:last-child {
        border-top: 1px solid rgba(255, 100, 117, 0.3);
    }

    li.custom .second-level li a {
        display: inline-block;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        padding: 20px 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        background-color: none;
        background-color: transparent;
    }

    .globalNav .second-level ul li {
        float: none;
        width: 16.6666%;
    }

    li.custom .second-level li {
        width: 100%;
    }

    #top .globalNav > li.nav_recruit {
        background-color: transparent;
    }
    #top .globalNav > li.nav_recruit > a {
        background-color: rgba(255, 231, 242, 0.9);
    }

    #top .globalNav > li.nav_recruit ul li {
        background-color: rgba(255, 255, 255, 0.9);
    }

    #top .globalNav li.nav_recruit:after {
        top: 15%;
    }
    .globalNav li.nav_recruit ul li a {
        border: 0;
    }
    /* menu */
    .menu {
        display: block;
        position: absolute;
        top: 16px;
        right: 16px;
        z-index: 1000;
        width: 31px;
        height: 23px;
    }
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 31px;
        height: 23px;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #444444;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    /* anime */
    .active .menu-trigger span {
        background-color: #444444;
    }
    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }

    .top_right {
        width: 100px;
    }

    #top .globalNav li.nav a::after {
        content: none;
    }

    #top .globalNav > li a:hover::after {
        transform: none;
    }

    #top .globalNav li.nav ul li a::after {
        content: none;
    }

    /*アンダーライン*/
    #top .globalNav li.nav_service a::after {
        content: none;
    }

    #top .globalNav li.nav_management a::after {
        content: none;
    }

    #top .globalNav li.nav_blog a::after {
        content: none;
    }

    #top .globalNav li.nav_recruit a::after {
        content: none;
    }

    #top .globalNav li.nav_company a::after {
        content: none;
    }

    #top .globalNav li.nav_contact a::after {
        content: none;
    }

    /*============================
container
============================*/
    .cont .container {
        width: 100%;
        padding-bottom: 0;
    }

    .primary {
        width: 90.625%;
        margin: auto;
        float: none;
    }
    .cont .primary article {
        padding-top: 40px;
    }

    .inner {
        width: 100%;
    }

    .cont .primary .inner {
        width: 100%;
        padding-bottom: 40px;
    }
    /*
    .cont .primary .inner {
    width: 100%;
}
*/
    .root {
        font-size: 14px;
        height: 60px;
        line-height: 60px;
    }

    .root li {
    width: 90.625%;
    margin: 0 auto;
}
    .root .arrow {
        padding: 0 8px;
    }

    .cont h2.title {
        background: url(../contact/images/title_sp.jpg) no-repeat center center;
        background-size: 100%;
        width: 35%;
        padding-top: 26.44%;
        margin: 0 auto 20px auto;
    }
    h2.span_title,
    .title_lead {
        font-size: 24px;
        margin-bottom: 10px;
    }
    h2.span_title span,
    .title_lead span {
        font-size: 16px;
    }

    /*============================
Link
============================*/
    .link {
        width: 100%;
        padding-top: 30px;
    }
    .link li {
        width: 80%;
        margin: 0;
        margin-top: 20px
    }
    .link li:first-child {
        margin-top: 0;
    }
    .link li a,
    .link li input {
        font-size: 4.5vw;
        background-image: url(../images/common/link_arrow01_sp.png);
        padding: 4% 0;
    }
    .cont .link li {
        width: 80%;
    }
    
    /*btn*/

.link .btn01 a,
.link .btn02 a,
.link .btn03 a{
    background-image: url(../images/home/btn/service_btn_jp_sp.png) ;
    width: 100%;
    padding: 17.91% 0 0 0;
}

.link .btn01 a:hover,
.link .btn02 a:hover,
.link .btn03 a:hover {
    background-image: url(../images/home/btn/service_btn_eng_sp.png) ;
}

    /*============================
secondary
============================*/

    a.google {
        background-image: url(../images/common/icon_map_sp.png);
    }

    /* table */
    table.info th {
        width: 120px;
        font-size: 13px;
    }
    table.info td {
        padding-left: 10px;
    }
    #company table.info td span br {
        display: block;
    }
    /* googlemap */
    #map {
        height: 300px;
    }
    .cont #map {
        margin-top: 20px;
    }

    /*============================
toTop
============================*/
    .toTop li a {
        width: 40px;
        height: 40px;
        padding-top: 40px;
        background-image: url(../images/common/footer/totop_sp.png);
        background-size: 40px;
    }


    /*============================
footer
============================*/
    footer {}
    footer .left_box {
        width: 100%;
    }

    footer .sitetitle a {
        background-image: url(../images/common/footer/sitetitle_sp.png);
        background-size: 100%;
        width: 190px;
    }

    footer .inner {
        width: 90.625%;
        padding: 30px 0 0 0;
    }
	
	footer .office {
    margin-bottom: 20px;
}

footer .material:not(:last-of-type) {
    margin-bottom: 20px;
}

    .sitelink {
        padding-bottom: 15px;
        width: 100%;
        margin-left: 0;
    }
    .sitelink li {
        width: 100%;
        margin-bottom: 15px;
    }
    .sitelink li:nth-of-type(3) {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }
    .sitelink li a {
        font-size: 13px;
        padding-right: 0;
    }

    .under_box {
        width: 100%;
        padding: 20px;
    }

    .copyright {
        padding-bottom: 10px;
        width: 90.625%;
    }
}
