@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

li {
    list-style: none
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

ins {
    text-decoration: none
}

ins,
mark {
    background-color: #ff9;
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

img,
input,
select {
    vertical-align: bottom
}

body {
    font-family: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, sans-serif
}

body.is-fixed {
    overflow: hidden
}

input {
    font-family: メイリオ, sans-serif
}

img {
    width: 100%;
    display: block
}

main {
    overflow: hidden
}

.header {
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #222;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998
}

.header,
.header_logo {
    width: 100%
}

.header_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.headerHamburger {
    width: 30px;
    height: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.headerHamburger_list {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}

.headerHamburger_list--top {
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.headerHamburger_list--mid {
    top: calc(50% + 1px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.headerHamburger_list--btm {
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.headerHamburger.is-active .headerHamburger_list--top {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.headerHamburger.is-active .headerHamburger_list--mid {
    opacity: 0
}

.headerHamburger.is-active .headerHamburger_list--btm {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.headerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.headerNav.is-active {
    opacity: 1;
    z-index: 9999;
    pointer-events: auto
}

.headerNav_cont {
    margin: 0 72px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.headerNav_list+.headerNav_list {
    margin: 0 0 0 48px
}

.headerNav_link {
    font-size: 18px;
    color: #fff;
    position: relative
}

.headerNav_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.headerNav_phoneInner {
    color: #fff
}

.headerNav_phoneInner .fa-phone {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg)
}

.headerNav_contact {
    margin: 0 16px 0 0;
    padding: 0 16px 0 0;
    font-size: 16px;
    color: #fff;
    border-right: 2px solid #fff
}

.footer {
    padding: 10px;
    background-color: #222
}

.footer_copy {
    font-size: 12px;
    color: #fff;
    text-align: center
}

.wrap {
    width: 100%;
    margin: 0 auto
}

.kv {
    width: 110vw;
    height: calc(100vh - 72px);
    margin: 72px 0 0 -4.5vw;
    overflow: hidden
}

.kv,
.kv_box {
    position: relative;
    z-index: 1
}

.kv_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.kv_box:first-child {
    background: url(../img/87208847.jpg) no-repeat 50%;
    background-size: cover
}

.kv_box:first-child:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, .4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.kv_box:first-child .kv_boxInner,
.kv_box:first-child .kv_boxInner--black {
    margin: 16px -4.5vw 0 0;
/*    margin: 0 -4.5vw 0 0*/
}


.kv_box:nth-of-type(2) {
    background: url(../img/592641555.jpg) no-repeat 50%;
    background-size: cover
}

.kv_box:nth-of-type(2):after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, .4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.kv_box:nth-of-type(3) {
    background: url(../img/215650471.jpg) no-repeat 50%;
    background-size: cover
}

.kv_box:nth-of-type(3):after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, .4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}


.kv_boxInner,
.kv_boxInner--black {
    padding: 1.5vw 1.7vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 2.4vw;
    font-weight: 700;
    line-height: 3.4vw;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.kv_boxInner--black:after,
.kv_boxInner:after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.kv_boxInner--black {
    color: #222
}

.kv_boxInner--black:after {
    border-color: #222
}

.kv_boxInner--black .kv_boxRect--btm,
.kv_boxInner--black .kv_boxRect--top {
    background-color: #222
}

.kv_boxRect,
.kv_boxRect--btm,
.kv_boxRect--top {
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute
}

.kv_boxRect--top {
    top: -10px;
    left: -10px
}

.kv_boxRect--btm {
    bottom: -10px;
    right: -10px
}

.kvItem {
    width: 100%;
    height: 100%;
    position: relative
}

.kv_scroll {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: calc(100% - 30px);
    left: 50%;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.kv_scroll:before {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #222;
    border: 2px solid #222;
    top: 0;
    z-index: -1;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.kv_scroll:after,
.kv_scroll:before {
    content: "";
    position: absolute;
    left: 50%
}

.kv_scroll:after {
    width: 24px;
    height: 12px;
    background: url(../img/scroll.svg) no-repeat 50%;
    background-size: contain;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.heading {
    margin: 0 0 116px;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .06em;
    text-align: center;
    color: #222;
    position: relative
}

.heading:after {
    content: "";
    width: 24px;
    height: 4px;
    background-color: #222;
    position: absolute;
    top: calc(100% + 32px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.service {
    padding: 200px 0 0
}

.service_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service_cont:nth-of-type(2) .service_box {
    padding: 0 3.2% 0 3.2%;
}

.service_pic {
    width: 50%
}

.service_box {
    width: 50%;
    padding: 0 3.2% 0 3.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #efefef
}

.service_box,
.service_heading {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.service_heading {
    margin: 0 0 24px;
    padding: 12px 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .12em;
    border-top: 4px solid #222;
    border-bottom: 4px solid #222
}

.service_text,
.serviceInfo {
    font-size: 16px;
    line-height: 1.8
}

.serviceInfo {
    margin: 24px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.serviceInfo+.serviceInfo {
    margin: 0
}

.serviceInfo_head {
    width: 60px;
    font-weight: 700
}

.serviceInfo_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1
}

.about {
    padding: 200px 0 0
}

.about_cont {
    width: 100%;
    margin: -18% auto 0;
    padding: 64px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    position: relative;
    z-index: 1
}

.about_box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1
}

.about_map {
    width: 100%
}

.about_map iframe {
    width: 100%;
    height: 280px
}

.aboutInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.8
}

.aboutInfo+.aboutInfo {
    margin: 8px 0 0
}

.aboutInfo_head {
    width: 115px;
    font-weight: 700
}

.aboutInfo_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1
}

.contact {
    padding: 200px 0 160px
}

.contact_cont {
    margin: 0 auto;
    padding: 80px 112px 84px;
    background-color: #efefef;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    border-radius: 6px
}

.contact_cont,
.contact_input,
.contact_textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.contact_input,
.contact_textarea {
    padding: 4px 8px;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-appearance: none
}

.contact_textarea {
    height: 120px;
    line-height: 1.6;
    resize: none
}

.contact_check {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0
}

.contact_check+label {
    width: 100%;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap
}

.contact_check:checked+label+.contact_checkIco {
    background-color: #fff
}

.contact_check:checked+label+.contact_checkIco:after {
    opacity: 1
}

.contact_check:checked+span {
    background-color: #fff
}

.contact_check:checked+span:after {
    opacity: 1
}

.contact_checkIco {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #222;
    position: relative
}

.contact_checkIco:after {
    content: "";
    width: 8px;
    height: 3px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #222;
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    opacity: 0
}

.contact_checkText {
    display: block;
    line-height: 1.4
}

.contact_submit,
.contact_submit--edit,
.contactComplete_btn {
    width: 100%;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    background: none;
    border: 4px solid #222;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    cursor: pointer
}

.contact_submit--edit {
    color: #aaa;
    border-color: #aaa
}

.contact_confirm,
.contactInfo {
    font-size: 16px
}

.contactInfo {
    padding: 24px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 4px solid #222
}

.contactInfo_head {
    width: 100%;
    font-weight: 700
}

.contactInfo_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1
}

.contactPrivacy {
    padding: 48px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 4px solid #222;
    border-bottom: 4px solid #222
}

.contactPrivacy_heading {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.contactPrivacy_cont {
    height: 160px;
    padding: 20px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    overflow-y: scroll
}

.contactPrivacy_text {
    font-size: 14px;
    line-height: 1.4
}

.contactPrivacy_text+.contactPrivacy_text {
    margin: 20px 0 0
}

.contactPrivacy_textIndent {
    padding: 0 0 0 1em;
    text-indent: -1em;
    display: block
}

.contactPrivacy_form {
    margin: 48px 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer
}

.contactPrivacy_formIco {
    width: 16px;
    height: 16px;
    margin: 0 12px 0 0;
    position: relative
}

.contactBtn {
    width: 320px;
    margin: 40px auto 0
}

.contactBtns {
    margin: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contactBtns_box {
    width: 200px
}

.contactComplete {
    width: 100%;
    height: calc(100vh - 72px);
    margin: 72px auto 0;
    padding: 0 0 72px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contactComplete_lead {
    margin: 0 0 60px;
    font-size: 32px;
    font-weight: 700
}

.contactComplete_text {
    font-size: 16px;
    line-height: 1.6
}

.contactComplete_btn {
    width: 320px;
    margin: 60px auto 0;
    padding: 12px 0;
    display: block;
    text-align: center
}

.error {
    margin: 6px 0 0;
    display: block;
    font-size: 14px;
    color: red
}

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

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

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

@media (-ms-high-contrast:none) {
    body,
    input {
        font-family: Meiryo, sans-serif
    }
}

@media screen and (min-width:769px) {
    .pc {
        display: block
    }
    .sp {
        display: none
    }
    .header {
        height: 72px
    }
    .header_logo {
        max-width: 400px
    }
    .headerHamburger {
        display: none
    }
    .headerNav_link:after {
        content: "";
        width: 0;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: calc(100% + 2px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: width .3s ease;
        transition: width .3s ease
    }
    .headerNav_link:hover:after {
        width: 100%
    }
    .wrap {
        max-width: 1366px
    }
    .kv {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .kv_box {
/*        width: 50%;*/
        width: 32.5%;
        height: 100%;
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
        overflow: hidden
    }
    .kv_boxInner,
    .kv_boxInner--black {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    .kv_boxInner--plus {
    padding: 1.5vw 1.7vw!important;
}

    .kv_boxInner:nth-child(1){
        margin-left: 1.2vw!important;
        padding: 1.5vw 5.3vw;
    }
        .kv_boxInner:nth-child(3){
        margin-left: -1.2vw!important;
        padding: 1.5vw 5.3vw!important;
    }

    .kv_scroll {
        -webkit-transition: color .3s ease;
        transition: color .3s ease
    }
    .kv_scroll:before {
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease
    }
    .kv_scroll:after {
        -webkit-transition: background-image .3s ease;
        transition: background-image .3s ease
    }
    .kv_scroll:hover {
        color: #222
    }
    .kv_scroll:hover:before {
        background-color: #fff
    }
    .kv_scroll:hover:after {
        background: url(../img/scroll_on.svg) no-repeat 50%;
        background-size: contain
    }
    .about_cont {
        max-width: 1024px
    }
    .about_map {
        max-width: 480px
    }
    .contact_cont {
        max-width: 1024px
    }
    .contact_submit,
    .contact_submit--edit,
    .contactComplete_btn {
        -webkit-transition: color .3s ease, background-color .3s ease;
        transition: color .3s ease, background-color .3s ease
    }
    .contact_submit--edit:hover,
    .contact_submit:hover,
    .contactComplete_btn:hover {
        color: #fff;
        background-color: #222
    }
    .contact_submit--edit {
        -webkit-transition: color .3s ease, background-color .3s ease;
        transition: color .3s ease, background-color .3s ease
    }
    .contact_submit--edit:hover {
        color: #fff;
        background-color: #aaa
    }
    .contactInfo_head {
        max-width: 170px
    }
    .contactBtns_box+.contactBtns_box {
        margin: 0 0 0 40px
    }
    .contactComplete {
        max-width: 1024px
    }
}

@media screen and (max-width:768px) {
    .pc {
        display: none
    }
    .sp {
        display: block
    }
    .header {
        height: 8vh;
        padding: 0 20px
    }
    .header_logo {
        width: 50%;
    }
    .header_cont {
        height: 100%
    }
    .headerHamburger {
        display: block;
        right: 0
    }
    .headerNav {
        width: 100vw;
        height: 92vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #222;
        position: absolute;
        top: 8vh;
        left: -20px;
        z-index: -9998;
        border-top: 2px solid #fff;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        pointer-events: none
    }
    .headerNav_cont {
        margin: 0;
        display: block
    }
    .headerNav_list+.headerNav_list,
    .headerNav_phone {
        margin: 40px 0 0
    }
    .headerNav_contact {
        display: none
    }
    .kv {
        width: 100vw;
        height: 92vh;
        margin: 8vh 0 0
    }
    .kv_box {
        height: 33.3%
    }
    .kv_boxInner,
    .kv_boxInner--black {
        padding: 16px 20px;
        font-size: 30px;
        line-height: 34px;

    }
    .kv_boxInner--black:after,
    .kv_boxInner:after {
        border-width: 2px
    }

    .kv_boxInner--plus {
    padding: 16px 20px!important;
}

        .kv_boxInner:nth-child(1){
        margin-left: 0vw!important;
        padding: 16px 64px;
    }
        .kv_boxInner:nth-child(3){
        margin-left: 0vw!important;
        padding: 16px 64px!important;
    }

    .kv_scroll {
        top: calc(100% - 30px);
        color: #222
    }
    .kv_scroll:before {
        background-color: #fff
    }
    .kv_scroll:after {
        background: url(../img/scroll_on.svg) no-repeat 50%;
        background-size: contain
    }
    .heading:after {
        height: 2px;
        top: calc(100% + 12px)
    }
    .heading {
        margin: 0 0 60px;
        font-size: 24px
    }
    .about,
    .service {
        padding: 90px 0 0
    }
    .about_cont {
        width: 90%;
        margin: -50px auto 0;
        padding: 24px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
    .about_box {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .about_map {
        margin: 0 0 24px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .aboutInfo {
        display: block
    }
    .aboutInfo+.aboutInfo {
        margin: 12px 0 0
    }
    .aboutInfo_head {
        width: 100%
    }
    .contact {
        padding: 90px 0
    }
    .contact_cont {
        width: 90%;
        padding: 40px 5%
    }
    .contact_input,
    .contact_textarea {
        padding: 12px 8px
    }
    .contact_check+label {
        top: calc(100% + 20px)
    }
    .contact_checkText {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1 1
    }
    .contact_submit,
    .contact_submit--edit,
    .contactComplete_btn {
        padding: 12px 0;
        border: 2px solid #222
    }
    .contactInfo {
        padding: 20px 12px;
        display: block;
        border-top: 2px solid #222
    }
    .contactInfo_head {
        margin: 0 0 12px
    }
    .contactPrivacy {
        padding: 20px 12px;
        border-top: 2px solid #222;
        border-bottom: 2px solid #222
    }
    .contactPrivacy_form {
        margin: 32px 0;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .contactBtn {
        width: 100%
    }
    .contactBtns {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .contactBtns_box {
        width: 46%
    }
    .contactComplete {
        height: 92vh;
        margin: 8vh auto 0;
        padding: 0 0 8vh
    }
    .contactComplete_lead {
        margin: 0 0 30px;
        font-size: 24px
    }
    .contactComplete_btn {
        width: 230px
    }
    .ta--center {
        text-align: left
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .headerHamburger {
        display: block;
        right: 0
    }
    .headerNav {
        display: none
    }
}

@media screen and (max-width:1024px) {
    .service_cont:nth-of-type(2) .service_box {
/*        padding: 48px 32px 90px*/
        padding: 48px 4% 90px;
    }
    .service_cont {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
    .service_pic {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .service_box {
        width: 100%;
        padding: 48px 4% 90px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .service_heading {
        margin: 0 0 32px;
        padding: 16px 12px;
        font-size: 20px;
        word-break: keep-all;
        border-top: 2px solid #222;
        border-bottom: 2px solid #222
    }
}

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


    .header_logo {
        width: 75%!important;
    }


        .kv_boxInner,
    .kv_boxInner--black {
        padding: 16px 34px;
        font-size: 18px;
        line-height: 28px;
    }


    .kv_boxInner--plus {
    padding: 16px 20px!important;
}

        .kv_boxInner:nth-child(1){
        margin-left: 0vw!important;
        padding: 16px 60px;
    }

        .kv_boxInner:nth-child(3){
        margin-left: 0vw!important;
        padding: 16px 61px!important;
    }


}
