/* =================================================================== 
 *  Ethos Main Stylesheet
 *  Template Ver. 1.0.0
 *  11-05-2019
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  # custom block grid STACK breakpoints
 *  # base style overrides
 *    ## links
 *  # typography & general theme styles
 *    ## Lists
 *    ## responsive video container
 *    ## floated image 
 *    ## tables
 *    ## Spacing
 *  # preloader
 *  # forms
 *    ## Style Placeholder Text
 *    ## Change Autocomplete styles in Chrome
 *  # buttons
 *  # additional components
 *    ## additional typo styles 
 *    ## skillbars
 *    ## alert box 
 *  # Common and Reusable Styles
 *  # site header
 *    ## header logo
 *    ## main navigation
 *    ## mobile menu toggle
 *    ## download resume button
 *  # hero
 *    ## hero social
 *    ## hero scroll
 *    ## animate intro content
 *    ## animations
 *  # about section
 *    ## career position
 *  # services section
 *    ## services list
 *  # portfolio
 *    ## portfolio list
 *  # testimonials
 *  # CTA
 *  # footer
 *    ## contact block
 *    ## copyright
 *    ## go top
 *
 * =================================================================== */




/* ===================================================================
 * # custom block grid STACK breakpoints
 *
 * ------------------------------------------------------------------- */
@media screen and (max-width:1000px) {
    .block-1000-full>.column {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media screen and (max-width:900px) {
    .block-900-full>.column {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

form#mailformpro dl dt {
    color: #000;
}


/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
html {
    font-size: 10px;
}

@media screen and (max-width:400px) {
    html {
        font-size: 9.44px;
    }

}

html,
body {
    height: 100%;
}


  
body {
    background: #fff;
    font-family: 'Noto sans JP', sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.778;
    color: #000000;
    margin: 0;
    padding: 0;
    position: relative;
}




  .content-wrap{
    width:100%;
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
  }



/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
    color: #f9861a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #544d9d;
}

a:hover,
a:active {
    outline: 0;
}



/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Gothic A1", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt"1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    margin-top: 2rem;
    margin-bottom: 1.6rem;
}

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

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4 {
        margin-top: 1rem;
    }

}

h5,
.h5,
h6,
.h6 {
    margin-top: 4.8rem;
    margin-bottom: 1.2rem;
}

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

    h5,
    .h5,
    h6,
    .h6 {
        margin-top: 4.4rem;
        margin-bottom: 0.8rem;
    }

}

h1,
.h1 {
    font-size: 3.6rem;
    line-height: 1.222;
}

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

    h1,
    .h1 {
        font-size: 3.3rem;
    }

}

h2,
.h2 {
    font-size: 3.2rem;
    line-height: 1.25;
}

h3,
.h3 {
    font-size: 2.5rem;
    line-height: 1.467;
}

h4,
.h4 {
    font-size: 2.1rem;
    line-height: 1.333;
}

h5,
.h5 {
    font-size: 1.8rem;
    line-height: 1.333;
}

h6,
.h6 {
    font-size: 1.6rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .3rem;
}

p {
    font-feature-settings: "palt"1;
    text-align: justify;
    text-justify: inter-ideograph;
}


p img {
    margin: 0;
}

p.lead {
    font-family: "Gothic A1", sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.833;
    margin-bottom: 3.6rem;
    color: #000000;
}

@media screen and (max-width:1200px) {
    p.lead {
        font-size: 2.2rem;
    }

}

@media screen and (max-width:600px) {
    p.lead {
        font-size: 2.1rem;
    }

}

em,
i,
strong,
b {
    font-size: inherit;
    line-height: inherit;
}

em,
i {
    font-family: "Martel", serif;
    font-style: italic;
}

strong,
b {
    font-family: "Martel", serif;
    font-weight: 700;
}

small {
    font-size: 1.2rem;
    line-height: inherit;
}

blockquote {
    margin: 4rem 0;
    padding: 4rem 4rem;
    border-left: 4px solid black;
    position: relative;
}

@media screen and (max-width:600px) {
    blockquote {
        padding: 3.2rem 3.2rem;
    }

}

@media screen and (max-width:400px) {
    blockquote {
        padding: 2.8rem 2.8rem;
    }

}

blockquote p {
    font-family: "Martel", serif;
    font-weight: 400;
    padding: 0;
    font-size: 2.8rem;
    line-height: 1.857;
    color: #000000;
}

@media screen and (max-width:1200px) {
    blockquote p {
        font-size: 2.6rem;
    }

}

@media screen and (max-width:600px) {
    blockquote p {
        font-size: 2.2rem;
    }

}

blockquote cite {
    display: block;
    font-family: "Gothic A1", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.333;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite,
blockquote cite a,
blockquote cite a:visited {
    color: #7e7e7e;
    border: none;
}

abbr {
    font-family: "Martel", serif;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .05rem;
    color: #7e7e7e;
}

var,
kbd,
samp,
code,
pre {
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
    padding: 2.4rem 3.2rem 3.2rem;
    background: #efefef;
    overflow-x: auto;
}

code {
    font-size: 1.4rem;
    margin: 0 .2rem;
    padding: .4rem .8rem;
    white-space: nowrap;
    background: #efefef;
    border: 1px solid #d3d3d3;
    color: #000000;
    border-radius: 3px;
}

pre>code {
    display: block;
    white-space: pre;
    line-height: 2;
    padding: 0;
    margin: 0;
}

pre.prettyprint>code {
    border: none;
}

del {
    text-decoration: line-through;
}

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

mark {
    background: #fff099;
    color: #000000;
}

hr {
    border: solid #e0e0e0;
    border-width: 1px 0 0;
    clear: both;
    margin: 8rem 0 9.6rem;
    height: 0;
}


.brsp {
    display: none;
}



.text_red {
    color: #cc0000;
    font-weight: 700;
}




form#mailformpro dl dt {
    padding: 12px 0px 10px 0px;
}











.entry-button {
    pointer-events: auto;
    cursor: pointer;
    background: #2185D0;
    border: none;
    padding: 1.2rem 3rem 1rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    width: 100%;
}

.entry-button::before,
.entry-button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.entry-button--pandora {
    background: #000;
    font-weight: 400;
    font-size: 1.6rem;
    padding: 0;
    border-radius: 5px;
}

.entry-button--pandora span {
    display: block;
    background: #2185D0;
    color: #fff;
    font-weight: 400;
    padding: 1.5rem 2rem;

    border-radius: 5px;
    transform: translate3d(-6px, -6px, 0);
    transition: transform 0.2s cubic-bezier(0.7, 0, 0.2, 1);
}

.entry-button--pandora:hover span {
    transform: translate3d(0px, 0px, 0);

}





/* ------------------------------------------------------------------- 
 * ## Lists
 * ------------------------------------------------------------------- */
ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    display: list-item;
}

ol,
ul {
    margin-left: 1.6rem;
}

ul li {
    padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: .8rem 0 .8rem 1.6rem;
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f9861a;
    position: absolute;
    left: -16px;
    top: 11px;
    vertical-align: middle;
}

dt {
    margin: 0;

}

dd {
    margin: 0 0 0 2rem;
}

form#mailformpro dl dd {
    margin-bottom: 3rem;

}



/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------------------------------------------------------------- 
 * ## floated image 
 * ------------------------------------------------------------------- */
img.h-pull-right {
    margin: 1.2rem 0 1.2rem 2.8rem;
}

img.h-pull-left {
    margin: 1.2rem 2.8rem 1.2rem 0;
}

/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: "Gothic A1", sans-serif;
    border-collapse: collapse;
}

th,
td {
    padding: 1.5rem 3.2rem;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

th {
    color: #000000;
    font-family: "Gothic A1", sans-serif;
    font-weight: 700;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * ## Spacing
 * ------------------------------------------------------------------- */
button,
.btn {
    margin-bottom: 1.6rem;
}

fieldset {
    margin-bottom: 1.6rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.ss-custom-select {
    margin-bottom: 3.2rem;
}



/* ===================================================================
 * # preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00a0e9;
    z-index: 500;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.no-js #preloader,
.oldie #preloader {
    display: none;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    padding: 0;
    display: inline-block;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#loader>div {
    content: "";
    background: #ffffff;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

#loader>div:nth-of-type(1) {
    left: 15px;
}

#loader>div:nth-of-type(3) {
    left: -15px;
}

/* dots jump */
.dots-jump>div {
    -webkit-animation: dots-jump 1.2s infinite ease;
    animation: dots-jump 1.2s infinite ease;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.dots-jump>div:nth-of-type(1) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.dots-jump>div:nth-of-type(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes dots-jump {
    0% {
        top: 0;
    }

    40% {
        top: -6px;
    }

    80% {
        top: 0;
    }

}

@keyframes dots-jump {
    0% {
        top: 0;
    }

    40% {
        top: -6px;
    }

    80% {
        top: 0;
    }

}

/* dots fade */
.dots-fade>div {
    -webkit-animation: dots-fade 1.6s infinite ease;
    animation: dots-fade 1.6s infinite ease;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.dots-fade>div:nth-of-type(1) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.dots-fade>div:nth-of-type(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes dots-fade {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0.2;
    }

    80% {
        opacity: 1;
    }

}

@keyframes dots-fade {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0.2;
    }

    80% {
        opacity: 1;
    }

}

/* dots pulse */
.dots-pulse>div {
    -webkit-animation: dots-pulse 1.2s infinite ease;
    animation: dots-pulse 1.2s infinite ease;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.dots-pulse>div:nth-of-type(1) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.dots-pulse>div:nth-of-type(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes dots-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.3);
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

}

@keyframes dots-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.3);
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

}



/* ===================================================================
 * # forms
 *
 * ------------------------------------------------------------------- */

.form-area {
    width: 100%;
    max-width: 800px;
    padding: 7rem 5rem 5rem 5rem;
    background: #fff;
    margin: -2rem auto 0 auto;
}



form#mailformpro {
    width: 100%;
    max-width: 800px;
    overflow: hidden;


}



fieldset {
    border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {

    height: 6.8rem;
    padding: 1.8rem 1.5rem 1.5rem;
    border: 0;
    outline: none;
    color: #000000;
    font-family: "Gothic A1", sans-serif;
    font-size: 1.6rem;
    line-height: 3.2rem;
    max-width: 100%;
    background: #fff;
    border-bottom: 1px solid #d3d3d3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ss-custom-select {
    position: relative;
    padding: 0;
}

.ss-custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    margin: 0;
    line-height: 3rem;
    vertical-align: middle;
}

.ss-custom-select select option {
    padding-left: 2rem;
    padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
    display: none;
}

.ss-custom-select::after {
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

textarea {
    min-height: 25.6rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    color: #000000;
    border-bottom: 1px solid #000000;
}

label,
legend {
    font-family: "Gothic A1", sans-serif;

    font-size: 1.6rem;
    margin-bottom: .8rem;
    line-height: 1.714;
    color: #000000;
    display: block;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label>.label-text {
    display: inline-block;
    margin-left: 1rem;
    font-family: "Gothic A1", sans-serif;
    line-height: inherit;
}

label>input[type="checkbox"],
label>input[type="radio"] {
    margin: 0;
    position: relative;
    top: .2rem;

}


.kakunin-check {}



.kakunin-check .mfp_err {

    bottom: .5em !important;
}


.modal-header {
    position: relative;
}

.modal-header .close {
    position: absolute;
    right: 0;
    top: -4rem;
}



.mfp_buttons {
    display:flex;
justify-content: center;
align-items: center;
    
}



/* ------------------------------------------------------------------- 
 * ## Style Placeholder Text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {

    /* WebKit, Blink, Edge */
    color: #8c8c8c;
}

:-ms-input-placeholder {

    /* Internet Explorer 10-11 */
    color: #8c8c8c;
}

::-ms-input-placeholder {

    /* Microsoft Edge */
    color: #8c8c8c;
}

::placeholder {

    /* Most modern browsers support this now. */
    color: #8c8c8c;
}

.placeholder {
    color: #8c8c8c !important;
}

/* ------------------------------------------------------------------- 
 * ## Change Autocomplete styles in Chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #111;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: .6rem;
    height: 6rem;
    line-height: 5.6rem;
    padding: 0 3.2rem;
    margin: 0 .4rem 1.6rem 0;
    color: #000000;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #d3d3d3;
    border: 0.2rem solid #d3d3d3;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    outline: 0;
}

/* button primary
 * ------------------------------------------------- */
.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
    background: #f9861a;
    border-color: #f9861a;
    color: #ffffff;
}








.btn--works {
    width:100%;
    text-align: center;
}




.btn--works a {
    background: #00a0e9;
    border:2px solid #00a0e9;
    border-radius:3rem;
    width:80%;
    position:relative;
    
text-decoration: none;
text-align: center;
cursor: pointer;
-webkit-transition: all .3s;
    transition: all .3s;

    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: .6rem;
    line-height: 5.6rem;

    margin: 0 auto 3rem auto;
    padding: 0rem 1.2rem 0rem 1.2rem;
    font-size:2rem;
    color: #ffffff;
    display:block;
}



.btn--works a:hover{
    background: #fff;
    border-color: #000000;
    color: #000;
}



  .dli-caret-circle-fill-right {
    top:1.3rem;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    background: #fff;
    border-radius: 50%;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    float:right;
  }
  
  .dli-caret-circle-fill-right::before {
    content: '';
    color: #00a0e9;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.3em 0.5em;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

 .btn--works a:hover .dli-caret-circle-fill-right {
    background: #111;
  }


.btn--works a:hover .dli-caret-circle-fill-right::before {
    color: #fff;
  }






.works_btn{
    text-align:center;
    margin-bottom:3rem;
}




.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
    background: #fff;
    border-color: #000000;
    color: #000;
}

/* button modifiers
 * ------------------------------------------------- */
.btn.h-full-width,
button.h-full-width {
    width: 100%;
    margin-right: 0;
}

.btn--small,
button.btn--small {
    height: 5.6rem !important;
    line-height: 5.2rem !important;
}

.btn--medium,
button.btn--medium {
    height: 6.4rem !important;
    line-height: 6rem !important;
}

.btn--large,
button.btn--large {
    height: 6.8rem !important;
    line-height: 6.4rem !important;
}

.btn--stroke,
button.btn--stroke {
    background: transparent !important;
    border: 0.2rem solid #000000;
    color: #000000;
}

.btn--stroke:hover,
button.btn--stroke:hover {
    background: #000000 !important;
    border: 0.2rem solid #000000;
    color: #ffffff;
}

.btn--pill,
button.btn--pill {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
    border-radius: 1000px !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}



/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## additional typo styles 
 * ------------------------------------------------------------------- */
.drop-cap:first-letter {
    float: left;
    font-family: "Gothic A1", sans-serif;
    font-weight: 700;
    font-size: 5.334em;
    line-height: 1;
    padding: 0 0.125em 0 0;
    text-transform: uppercase;
    background: transparent;
    color: #000000;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt,
.lining dd {
    display: inline;
    margin: 0;
}

.lining dt+dt:before,
.lining dd+dt:before {
    content: "\A";
    white-space: pre;
}

.lining dd+dd:before {
    content: ", ";
}

.lining dd+dd:before {
    content: ", ";
}

.lining dd:before {
    content: ": ";
    margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
    display: inline;
    counter-reset: definitions;
}

.dictionary-style dt+dt:before {
    content: ", ";
    margin-left: -0.2em;
}

.dictionary-style dd {
    display: block;
    counter-increment: definitions;
}

.dictionary-style dd:before {
    content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *    <blockquote>
 *      <p></p>
 *    </blockquote>
 *  </aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
    position: relative;
    padding: 2.4rem 0;
}

.pull-quote blockquote {
    background-color: #efefef;
    border: none;
    margin: 0;
    padding-top: 9.6rem;
    position: relative;
}

.pull-quote blockquote:before {
    content: "";
    display: block;
    height: 3.2rem;
    width: 3.2rem;
    background-repeat: no-repeat;
    background: center center;
    background-size: contain;
    background-image: url(../images/icons/icon-quote.svg);
    position: absolute;
    top: 4rem;
    left: 4rem;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *    <li><a href="#">[value]<em>[name]</em></a></li>
 *  </ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
    padding: 0;
    margin: 3.2rem 0;
}

.stats-tabs li {
    display: inline-block;
    margin: 0 1.6rem 3.2rem 0;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid #e0e0e0;
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.stats-tabs li a {
    display: inline-block;
    font-size: 2.5rem;
    font-family: "Gothic A1", sans-serif;
    font-weight: 700;
    border: none;
    color: #000000;
}

.stats-tabs li a:hover {
    color: #f9861a;
}

.stats-tabs li a em {
    display: block;
    margin: .8rem 0 0 0;
    font-family: "Gothic A1", sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    color: #7e7e7e;
}

/* ------------------------------------------------------------------- 
 * ## skillbars
 * ------------------------------------------------------------------- */
.skill-bars {
    list-style: none;
    margin: 6.8rem 0 3.2rem;
}

.skill-bars li {
    height: .4rem;
    background: #c3c3c3;
    width: 100%;
    margin-bottom: 6.8rem;
    padding: 0;
    position: relative;
}

.skill-bars li strong {
    position: absolute;
    left: 0;
    top: -4rem;
    font-family: "Gothic A1", sans-serif;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.skill-bars li .progress {
    background: #000000;
    position: relative;
    height: 100%;
}

.skill-bars li .progress span {
    position: absolute;
    right: 0;
    top: -3.6rem;
    display: block;
    font-family: "Gothic A1", sans-serif;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1;
    background: #000000;
    padding: .8rem .8rem;
    border-radius: 3px;
}

.skill-bars li .progress span::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #000000;
    content: "";
}

.skill-bars li .percent5 {
    width: 5%;
}

.skill-bars li .percent10 {
    width: 10%;
}

.skill-bars li .percent15 {
    width: 15%;
}

.skill-bars li .percent20 {
    width: 20%;
}

.skill-bars li .percent25 {
    width: 25%;
}

.skill-bars li .percent30 {
    width: 30%;
}

.skill-bars li .percent35 {
    width: 35%;
}

.skill-bars li .percent40 {
    width: 40%;
}

.skill-bars li .percent45 {
    width: 45%;
}

.skill-bars li .percent50 {
    width: 50%;
}

.skill-bars li .percent55 {
    width: 55%;
}

.skill-bars li .percent60 {
    width: 60%;
}

.skill-bars li .percent65 {
    width: 65%;
}

.skill-bars li .percent70 {
    width: 70%;
}

.skill-bars li .percent75 {
    width: 75%;
}

.skill-bars li .percent80 {
    width: 80%;
}

.skill-bars li .percent85 {
    width: 85%;
}

.skill-bars li .percent90 {
    width: 90%;
}

.skill-bars li .percent95 {
    width: 95%;
}

.skill-bars li .percent100 {
    width: 100%;
}

/* ------------------------------------------------------------------- 
 * ## alert box 
 * ------------------------------------------------------------------- */
.alert-box {
    padding: 2.4rem 4rem 2.4rem 3.2rem;
    position: relative;
    margin-bottom: 3.2rem;
    border-radius: 3px;
    font-family: "Gothic A1", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.6;
}

.alert-box__close {
    position: absolute;
    display: block;
    right: 1.6rem;
    top: 1.6rem;
    cursor: pointer;
    width: 12px;
    height: 12px;
}

.alert-box__close::before,
.alert-box__close::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 12px;
    top: 0;
    left: 5px;
}

.alert-box__close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.alert-box__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.alert-box--error {
    background-color: #ffd1d2;
    color: #dd4043;
}

.alert-box--error .alert-box__close::before,
.alert-box--error .alert-box__close::after {
    background-color: #dd4043;
}

.alert-box--success {
    background-color: #c8e675;
    color: #637533;
}

.alert-box--success .alert-box__close::before,
.alert-box--success .alert-box__close::after {
    background-color: #637533;
}

.alert-box--info {
    background-color: #d5ebfb;
    color: #387fb2;
}

.alert-box--info .alert-box__close::before,
.alert-box--info .alert-box__close::after {
    background-color: #387fb2;
}

.alert-box--notice {
    background-color: #fff099;
    color: #827217;
}

.alert-box--notice .alert-box__close::before,
.alert-box--notice .alert-box__close::after {
    background-color: #827217;
}



/* ===================================================================
 * # Common and Reusable Styles
 *
 * ------------------------------------------------------------------- */
.wide {
    max-width: 1400px;
}

.wider {
    max-width: 1600px;
}

.narrow {
    max-width: 1000px;
}

.subhead {
    font-size: 1.4rem;
    line-height: 1.286;
    text-transform: uppercase;
    letter-spacing: .4em;
    margin-top: 0;
    margin-bottom: 6rem;
    color: #f9861a;
}

.display-1 {
    font-size: 4rem;
    line-height: 1.333;
}

.section-intro {
    position: relative;
    margin-bottom: 5rem;
}

.section-intro .display-1 {
    margin-top: 0;
}

.section-intro .subhead,
.section-intro .display-1 {
    position: relative;
}

.section-intro::before {
    content: attr(data-num);
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 30rem;
    line-height: 1;
    letter-spacing: -.045em;
    color: rgba(0, 0, 0, 0.12);
    position: absolute;
    top: -.25em;
    left: 4.4rem;
}

.h-dark-bg {
    color: #ffffff;
}

.h-dark-bg .section-intro .display-1 {
    color: #ffffff;
}

.h-dark-bg .section-intro::before {
    color: rgba(255, 255, 255, 0.08);
}

.h-dark-bg p.lead {
    color: #ffffff;
}

.right-vert-line {
    width: 1px;
    height: 8rem;
    background-color: #302c59;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    position: absolute;
    top: 0;
    right: 11.2rem;
}



.right-vert-line-upper {
    width: 2px;
    height: 10rem;
    background-color: #f9861a;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    position: absolute;
    bottom: 0;
    right: 11.2rem;
}


.left-vert-line {
    width: 2px;
    height: 10rem;
    background-color: #302c59;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    position: absolute;
    top: -20rem;
    left: 20px;
}

.s-portfolio__header {
    position: relative;
}




/* ------------------------------------------------------------------- 
 * responsive:
 * common and reusable styles
 * ------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
    .right-vert-line {
        right: 9rem;
    }

    .right-vert-line-upper {
        right: 9rem;
    }

}

@media screen and (max-width:800px) {
    .section-intro::before {
        font-size: 24rem;
    }

    .right-vert-line {
        height: 16rem;
        right: 6.2rem;
    }


    .right-vert-line-upper {
        right: 6.2rem;
    }


    .section-intro {
        margin-bottom: 3rem;
    }


}

@media screen and (max-width:600px) {
    .subhead {
        font-size: 1.3rem;
    }

    .display-1 {
        font-size: 4.2rem;
    }

    .section-intro::before {
        font-size: 22rem;
    }

    .right-vert-line {
        height: 12rem;
        right: 3.4rem;
    }

    .right-vert-line-upper {
        right: 5rem;
    }


}

@media screen and (max-width:650px) {
    .display-1 {
        font-size: 2.7rem;
    }

}

@media screen and (max-width:400px) {
    .section-intro {
        margin-bottom: 9.6rem;
    }

    .section-intro::before {
        font-size: 20rem;
    }

}

@media screen and (max-width:360px) {
    .display-1 {
        font-size: 3.6rem;
    }

    .section-intro::before {
        font-size: 18rem;
    }

}



/* ===================================================================
 * # site header
 *
 * ------------------------------------------------------------------- */







.s-header {
    z-index: 100;
    width: 100%;
    height: 6.6rem;
    position: fixed;
    top: 0rem;
    left: 0;
    background: #fff;

}

.s-header.offset {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.s-header.scrolling {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.s-header.sticky {
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.s-header.sticky .header-logo img {}

.s-header.sticky .header-content .btn {
    height: 4.8rem !important;
    line-height: 4.4rem !important;
}

.s-header.sticky .header-nav a {
    color: rgba(0, 0, 0, 1);
    font-size: 1.5rem;
}

.s-header.sticky.scrolling {
    opacity: 1;
    visibility: visible;
}

.header-content {
    
    position: relative;
}




/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
    z-index: 101;
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: absolute;
    left: 8rem;
    top: 50%;
}

.header-logo a {


    display: flex;
    align-items: center;

    border: none;
    padding: 0;
    outline: 0;
    color: #000;
}


.s-header.sticky .header-logo a {
    color: rgba(0, 0, 0, 1);

}



.header-logo img {
width:100%;
max-width: 180px;
    vertical-align: bottom;
    margin-right: 1rem;
    margin-top:-1.3rem;
}

/* -------------------------------------------------------------------
 * ## main navigation
 * ------------------------------------------------------------------- */
.header-nav-wrap {
    max-width: 1400px;
    padding-left: 10px;
}

.header-nav {
    list-style: none;
    font-family: "Gothic A1", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 4rem 0 0;

}


.header-content .row {
    justify-content: flex-end;
    align-items: center;
    height: 6.6rem;
}


.header-nav a {
    color: rgba(0, 0, 0, 1);
    font-size: 1.5rem;
}

.header-nav a:hover,
.header-nav a:focus {
    color: rgba(233, 85, 19, 1) !important;
}

.header-nav li {
    display: inline-block;
    padding-left: 0;
    margin: 0 1rem;
}

/* ------------------------------------------------------------------- 
 * ## mobile menu toggle
 * ------------------------------------------------------------------- */
.header-menu-toggle {
    z-index: 101;
    display: none;
    height: 4.2rem;
    width: 4.2rem;
    line-height: 4.2rem;
    font-family: "Gothic A1", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #111;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    right: 5.2rem;
    top: 1.6rem;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
    color: #ffffff;
}

.header-menu-toggle span {
    display: block;
    width: 2.4rem;
    height: 2px;
    background-color: #111;
    -webkit-transition: all .5s;
    transition: all .5s;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: .9rem;
    right: auto;
    bottom: auto;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    left: 0;
}

.header-menu-toggle span::before {
    top: -.9rem;
}

.header-menu-toggle span::after {
    bottom: -.9rem;
}

.header-menu-toggle.is-clicked span {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .1s;
    transition: all .1s;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
    background-color: #111;
}

.header-menu-toggle.is-clicked span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* ------------------------------------------------------------------- 
 * ## download resume button
 * ------------------------------------------------------------------- */
.header-content .btn {
    border-color: #ffffff;
    color: #ffffff;
    padding: 0 4rem;
    font-size: 1.1rem;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);


}

.header-content .btn:hover,
.header-content .btn:focus {
    background-color: #f9861a !important;
    border-color: #f9861a !important;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media screen and (max-width:1700px) {
    .header-logo {
        left: 6rem;
    }

    .header-nav-wrap {
        max-width: none;
        width: 100%;
        padding-left: 13.2rem;
    }


}




@media screen and (max-width:1080px) {
    .header-content .btn {
        height: 4.8rem !important;
        line-height: 4.4rem !important;
    }

}

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



    .header-logo img {}

    .header-content {
        display: block;
        background-color:rgba(255,255,255,0.9);
        height: auto;
        width: 100%;
        padding: 10rem 6rem 8rem;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        
        height:100vh;

        position: fixed;
    }

    .header-content .btn {
        margin-top: 4.8rem;
        -webkit-transform: translate3d(0, -2rem, 0);
        transform: translate3d(0, -2rem, 0);
        opacity: 0;
        visibility: hidden;
        position: static;
    }

    .header-nav-wrap {
        padding: 0;
        -webkit-transform: translate3d(0, -2rem, 0);
        transform: translate3d(0, -2rem, 0);
        opacity: 0;
        visibility: hidden;
    }

    .header-nav {
        display: block;
        width: 100%;
        padding: 0;
    }

    .header-nav a {
        display: block;
    }

    .header-nav li {
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        display: block;
        margin: 0 0 2rem 0;
    }

    .header-nav li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .header-menu-toggle {
        display: block;
    }

    .menu-is-open .header-content {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .menu-is-open .header-content .btn {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition-delay: .7s;
        transition-delay: .7s;
    }

    .menu-is-open .header-nav-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
    }


    .dw_btn {
        margin-top: 3rem !important;
    }

}

@media screen and (max-width:600px) {
    .header-logo {
        left: 4rem;
    }

    .header-menu-toggle {
        right: 3.2rem;
    }

    .header-content {
        padding: 10rem 4rem 8rem;
    }

    .header-content .btn {
        display: block;
    }

}



/* ===================================================================
 * # hero
 *
 * ------------------------------------------------------------------- */
.s-hero {
    width: 100%;
    height: 100vh;
    min-height: 82rem;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    padding-top:8rem;
}

.s-hero::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, black), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(0deg, black 10%, rgba(0, 0, 0, .5) 100%);
    opacity: .0;
}

.no-js .s-hero {
    background: #ffffff;
}

.hero-content {
    height: 100%;
    max-width: 1400px;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    padding-top: 10vh;
    padding-bottom: 2vh;
    position: relative;
}

.hero-content img {

    margin-bottom: 3rem;
}

.hero-content h1 {
    font-size: 10rem;
    font-weight: 700;
    line-height: 1.257;
    padding-right: 3.2rem;
    margin-top: 0;
    color: #007780;
    position: relative;



}

.hero-content h1::before {
    content: "";
    display: block;
    height: 2px;
    width: 8rem;
    background-color: #f9861a;
    position: absolute;
    left: -10.8rem;
    top: .55em;
}


.header_hero{
    padding-top:6.6rem;
    text-align: center;
    margin-bottom:1.5rem;
}


/* -------------------------------------------------------------------
 * ## hero social
 * ------------------------------------------------------------------- */
.hero-social {
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    font-family: "Gothic A1", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 3.2rem;
    text-transform: uppercase;
    letter-spacing: .5em;
    margin-top: 8rem;
    margin-left: .4rem;
    margin-bottom: 0;
    position: relative;
}

.hero-social a {
    color: #ffffff;
}

.hero-social a:hover,
.hero-social a:focus,
.hero-social a:active {
    color: #f9861a;
}

.hero-social li {
    padding-left: 0;
}

.hero-social li::after {
    content: '/';
    color: rgba(255, 255, 255, 0.1);
    margin-left: 0rem;
    margin-right: 1rem;
}

.hero-social li:last-child::after {
    display: none;
}

/* -------------------------------------------------------------------
 * ## hero scroll
 * ------------------------------------------------------------------- */
.hero-scroll {
    position: absolute;
    right: 8rem;
    bottom: 10rem;
}

.hero-scroll::after {
    content: "";
    display: block;
    width: 1px;
    height: 12rem;
    background-color: white;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    position: absolute;
    right: 50%;
    bottom: -12rem;
}

.hero-scroll .scroll-link,
.hero-scroll .scroll-link svg path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hero-scroll .scroll-link {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 6.4rem;
    width: 6.4rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    position: relative;
}

.hero-scroll .scroll-link svg {
    height: 1.2rem;
    width: 1.2rem;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    top: 50%;
}

.hero-scroll .scroll-link svg path {
    fill: #ffffff;
}

.hero-scroll .scroll-link:hover,
.hero-scroll .scroll-link:focus {
    background-color: #f9861a;
}

/* -------------------------------------------------------------------
 * ## animate intro content
 * ------------------------------------------------------------------- */
html.ss-preload .hero-content {
    opacity: 0;
}

html.ss-loaded .hero-content {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

html.no-csstransitions .hero-content {
    opacity: 1;
}






/* ------------------------------------------------------------------- 
 * ## animations
 * ------------------------------------------------------------------- */

/* fade in */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

}

/* fade in left */
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

}

/* fade out */
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

}

@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

}

/* ------------------------------------------------------------------- 
 * responsive:
 * hero
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1800px) {
    .hero-content h1 {
        font-size: 6.3rem;
    }

    .hero-content h1::before {
        width: 6rem;
        left: -8.8rem;
    }

}

@media only screen and (max-width:1700px) {
    .hero-content {
        max-width: 1200px;
    }

}

@media screen and (max-width:1500px) {
    .hero-content {
        max-width: 1000px;
    }

}

@media only screen and (max-width:1300px) {
    .hero-content {
        max-width: 1200px;
    }

    .hero-content h1 {
        font-size: 6rem;
        padding-top: 3.2rem;
    }

    .hero-content h1::before {
        width: 6rem;
        top: 0;
        left: 0;
    }

}

@media only screen and (max-width:1200px) {
    .hero-scroll {
        right: 6rem;
    }



    .hero-scroll .scroll-link {
        height: 6rem;
        width: 6rem;
    }

}

@media only screen and (max-width:1000px) {
    .hero-content h1 {
        font-size: 5.6rem;
    }

    .hero-social {
        font-size: 1.1rem;
    }

}

@media only screen and (max-width:800px) {
    .hero-content h1 {
        font-size: 4.8rem;
    }

    .hero-social {
        padding-right: 7.2rem;
    }

    .hero-scroll {
        right: 3.6rem;
    }

    .hero-scroll .scroll-link {
        height: 5.2rem;
        width: 5.2rem;
    }

}

@media only screen and (max-width:600px) {
    .hero-content h1 {
        font-size: 3rem;
    }


    .hero-social {
        font-size: 1rem;
    }

    .hero-scroll {
        right: .8rem;
    }

}

@media only screen and (max-width:500px) {
    .hero-content h1 {
        font-size: 3rem;
        padding-right: 0;
    }

    .hero-content h1 span {
        padding-top: .6rem;
    }


    .hero-scroll {
        bottom: 4rem !important;
    }


}

@media only screen and (max-width:400px) {
    .hero-content h1 {
        font-size: 3rem;
    }



}

@media only screen and (max-width:360px) {
    .hero-content h1 {
        font-size: 3rem;
    }

}


section {
    overflow: hidden;
}



/* ===================================================================
 * # about section
 *
 * ------------------------------------------------------------------- */
.s-about {
    padding-bottom: 16rem;
    background-color: #ffffff;
    position: relative;
}

.s-about .right-vert-line {
    background-color: #302c59;
}

.s-about__section--profile {
    padding-top: 28rem;
    padding-bottom: 4rem;
    min-height: 108rem;
    position: relative;
}

.s-about__section--profile::before {
    content: "";
    display: block;
    background-color: #b3c2c1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: calc(50% + 12vw);
}

.s-about__section--profile .row {
    position: relative;
}

.s-about__section--profile .profile-pic {
    width: 24vw;
    position: absolute;
    top: 8rem;
    left: calc(50% + 80px);
}


.three_title {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    padding: .1rem 0;
    margin-top: 3rem;
}



/* ------------------------------------------------------------------- 
 * ## career position
 * ------------------------------------------------------------------- */
.work-positions {
    margin-top: 2rem;
}

.work-positions .column:nth-child(2n + 1) {
    padding-right: 40px;
}

.work-positions .column:nth-child(2n + 2) {
    padding-left: 40px;
}

.position {
    padding-top: 3.6rem;
    padding-bottom: 3.2rem;
    border-top: 1px solid #b3c2c1;
}

.position__header {
    margin-bottom: 1rem;
}

.position__header h6 {

    line-height: 2.8rem;
    margin-top: 0;
    margin-bottom: .4rem;
}

.position__header h6 .position__co {
    margin-right: 2rem;
}


.position__co i {
    color: #f9861a;
}

.position__co {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.position__header h6 .position__pos {
    display: inline-block;
    font-size: 1.8rem;
    text-transform: none;
    letter-spacing: 0;
}

.position__timeframe {
    font-family: "Gothic A1", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #7e7e7e;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * about
 * ------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
    .s-about__section--profile::before {
        left: 75%;
    }

    .s-about__section--profile .profile-pic {
        width: 26vw;
        right: 0;
        left: auto;
    }

    .work-positions .column:nth-child(2n + 1) {
        padding-right: 30px;
    }

    .work-positions .column:nth-child(2n + 2) {
        padding-left: 30px;
    }

}

@media screen and (max-width:900px) {
    .work-positions .column:nth-child(n) {
        padding: 0 16px;
    }

    .position {
        padding-right: 8rem;
    }

}

@media screen and (max-width:800px) {
    .s-about__section--profile {
        padding-top: 20rem;
        padding-bottom: 0;
        min-height: 0;
    }

    .s-about__section--profile::before,
    .s-about__section--profile .profile-pic {
        display: none;
    }

    .position {
        padding-right: 0;
    }

}

@media screen and (max-width:600px) {
    .work-positions .column:nth-child(n) {
        padding: 0 10px;
    }

}

@media screen and (max-width:400px) {
    .work-positions .column:nth-child(n) {
        padding: 0;
    }

}

.catch{
    font-size:max(2.6vw,25px);
}

.catch-red{
    font-size:max(2.8vw,29px);
    color:#cc0000;
}

.catch-red span{
    font-size:max(2vw,22px);
}



.catch-tsuyomi{
    font-size:max(2.2vw,21px);
    line-height:200%;
    margin-bottom:0rem;
}

.catch-tsuyomi span{
    font-size:max(1.5vw,18px);
    font-weight:500;
    line-height:100%;
    margin-bottom:.5rem;
    margin-top:-.5rem;
    display:block;
}


.catch-tsuyomi-txt{
    font-size:max(2.2vw,21px);
    line-height:200%;
    
    margin-bottom:4rem;
}


#price{
    padding-top: 100px;
    margin-top: -100px;
}


.aircon-type{
    font-size: max(1.7vw, 19px);
    margin-bottom:2%;
    margin-top:clamp(12px, .5vh, 30px);
}

.aircon-type:first-child{
    margin-top:0;
}



.menu_wrap{

    margin-bottom:max(3vw,3rem);
}


.menu_title {
    font-size:max(2vw,21px);
    background:#00a0e9;
    padding:.4rem 0;
    color:#fff;
    width:clamp(300px, 30vw, 600px);
    margin-left:auto;
    margin-right:auto;
    margin-bottom:1rem;
    line-height: 100%;
}

.menu_txt{
    font-size:max(1.5vw,15px);
    line-height: 140%;
    margin-bottom:1.5rem;
}

.menu_title.aircon {
    margin-bottom:0;
}

.caution_list {
    font-size:max(1.8vw,18px);
    width:clamp(300px, 30vw, 600px);
    margin-left:auto;
    margin-right:auto;
    margin-top:1rem;
    margin-bottom:1rem;
    line-height: 100%;
    position:relative;
    text-align: left;
    color:#00a0e9;
}


.caution_list ul {
    list-style-type: none;
	margin-left:18px
    
}

.caution_list li {
	list-style-type: none;
    margin-bottom:.4rem;
    line-height: 1.4;
    font-weight: 600;
}

.caution_list li:before {
	content: '★'; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-18px; /* 1文字分、左に寄せる */
}



.koukin-coat {
    font-size:max(1.8vw,18px);
    background:#fff100;
    padding:.4rem 0;
    
    width:clamp(300px, 30vw, 600px);
    margin-left:auto;
    margin-right:auto;
    margin-bottom:1rem;
    line-height: 100%;;
}

.mizumawari{
    margin-bottom:4rem;
    padding:1rem 1rem .5rem 1rem;
    line-height: 1.8;
}
.text-red{
    color:#c30d23;
    font-weight:700;
    font-size:120%;
}






.price-img{
    height: clamp(32px, 4vh, 65px);
    margin-bottom:1%;
}


.price-img img{
    height: clamp(32px, 4vh, 65px);
    margin-left:auto;
    margin-right:auto;
    max-height:38px;
    
}

.menu_time{
    font-size:max(1.7vw,19px);
    font-weight:700;
}

.open_time{
    font-size:max(1.7vw,19px);
    line-height:140%;
    font-weight:700;
}

.menu_caution{
    font-size:max(1.1vw,13px);
    line-height: 140%;
}

.aircon-price{
    text-align: center;
    display:flex;
    
    justify-content: center;

    width:clamp(300px, 30vw, 600px);
    margin-left:auto;
    margin-right:auto;

}
.aircon-price h4{
    text-align: left;
}
.aircon-price span{
    font-size:90%;
}


/* ===================================================================
 * # services section
 *
 * ------------------------------------------------------------------- */
.s-services {

    background-color: #1d1b37;
    position: relative;
}

.s-services__content {
    position: relative;
}

.s-services__leftcol {
    padding-bottom: 12rem;
}

.s-services__leftcol p.lead {
    max-width: 90%;
}

.s-services .vert-line {
    width: 2px;
    height: 20rem;
    background-color: #f9861a;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    position: absolute;
    bottom: -20rem;
    left: 20px;
}



#service {
    position: relative;
    overflow: visible;
}

#service:before {
    content: "";
    position: absolute;
    width: calc(100% - 70vw);
    height: calc(100% - 30vw);
    left: 2rem;
    bottom: 0;
    background: url(../images/oneday_logo_bg.png) no-repeat left 0 bottom 80rem;
    background-size: 100%;
    mix-blend-mode: multiply;
}


.mission_area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 6rem;
}

.mission_area p {

    font-size: 2.2rem;
    font-weight: 500;
}

.ceo-img img {
    width: clamp(200px, 30vw, 420px);
}

.mission_two {
    padding-left: 40px;
}

.mission_three {
    padding-left: 80px;
}

.sub_catch{
    background:#00a0e9;
    color:#fff;
    padding:1rem 1rem;
    margin-bottom:3rem;
}




/* ------------------------------------------------------------------- 
 * ## services list
 * ------------------------------------------------------------------- */
.services-list {
    list-style: none;
    padding-left: 20px;
    margin: 8.8rem 0 0 0;
    counter-reset: ctr;
}

.services-list h5 {
    color: #ffffff;
}

.services-list__item {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-left: 0;
}

.services-list__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.services-list__item-header {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-right: 6rem;
    cursor: pointer;
    position: relative;
}

.services-list__item-header h5 {
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    font-size: 3.6rem;
    padding-left: 1.111em;
    margin: 0;
    position: relative;
}

.services-list__item-header h5::before {
    content: counter(ctr, decimal-leading-zero) ".";
    counter-increment: ctr;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: .5em;
    line-height: 1;
    color: #f9861a;
    position: absolute;
    top: .5em;
    left: 0;
}

.services-list__item-header::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transition: all, .3s;
    transition: all, .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.services-list__item-body {
    padding-top: 1.2rem;
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
}

.is-active .services-list__item-header::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.is-active .services-list__item-body {
    display: block;
}








h3.lead {
    margin-top: 0;
}


.service_list__item {
    width: 50%;
    display: flex;
    justify-content: space-between;


    background: #fff;
    border: 1px solid #111;
}


.service_name {
    display: inline-block;
    background: #0071bc;
    color: #ffff00;
    font-weight: 700;
    padding: .5rem 1rem .7rem 1rem;
    margin-bottom: 3rem;
}


.service_list__item_img {
    width: 100% !important;
    padding: 0;
}

.service_list__item_txt {
    width: 100% !important;
    padding: 2rem;
}


.service_list__item_txt h4 {
    color: #fff100;
}


.service_list__item_txt p {
    color: #fff;
}



.strength_list__item {
    width: 50%;

    background: #fff;

}

.strengtharea01 {
    background: #007bc7;
    padding: 3rem;
}

.strengtharea02 {
    background: #852183;
    padding: 3rem;
}

.strengtharea03 {
    background: #f59400;
    padding: 3rem;
}

.strengtharea04 {
    background: #00a93a;
    padding: 3rem;
}

.strengtharea01 p {
    margin-bottom: 0;
}



.strength_name {
    display: inline-block;
    background: #0071bc;
    color: #ffff00;
    font-weight: 700;
    padding: .5rem 1rem .7rem 1rem;
    margin-bottom: 3rem;
}




.strength_list__item_txt {
    width: 80% !important;
    padding: 2rem;
}



.creative-img01 {
    height: 100%;
    width: 100%;
    background: url(../images/creative_img01.jpg) no-repeat center center;
    background-size: cover;
}


.creative-img02 {
    height: 100%;
    width: 100%;
    background: url(../images/creative_img02.jpg) no-repeat center top;
    background-size: cover;
}


.creative-img03 {
    height: 100%;
    width: 100%;
    background: url(../images/creative_img03.jpg) no-repeat center top;
    background-size: cover;
}


.creative-img04 {
    height: 100%;
    width: 100%;
    background: url(../images/creative_img04.jpg) no-repeat center top;
    background-size: cover;
}




.service_list__item_img img {
    display: none;
}



.block-center {
    justify-content: center;
}


.mov_sec{
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}

.mov_sec video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}




/* ------------------------------------------------------------------- 
 * responsive:
 * services
 * ------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
    .services-list {
        padding-left: 10px;
    }

}

@media screen and (max-width:1040px) {
    .s-services .vert-line {
        height: 12rem;
        left: 16px;
    }


    .left-vert-line {
        left: 16px;
    }


    .s-services__content .column {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .s-services__content .s-services__leftcol {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
        padding-bottom: 0;
    }

    .s-services__content .s-services__leftcol p.lead {
        max-width: none;
    }

    .services-list {
        padding-left: 0;
        margin: 0;
    }

}

@media screen and (max-width:800px) {
    .s-services {
        padding-top: 1rem;
    }

    .s-services__content .s-services__leftcol {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media screen and (max-width:600px) {
    .s-services .vert-line {
        left: 34px;
    }

    .left-vert-line {
        left: 34px;
    }

    .services-list__item-header h5 {
        font-size: 3.2rem;
    }

}

@media screen and (max-width:500px) {
    .services-list__item-header h5 {
        font-size: 3rem;
    }

}

@media screen and (max-width:400px) {
    .s-services .vert-line {
        left: 24px;
    }

    .left-vert-line {
        left: 24px;
    }


    .services-list__item-header h5 {
        font-size: 2.8rem;
    }

}


/* ===================================================================
 * # company
 *
 * ------------------------------------------------------------------- */

.s-company {
    padding-top: 5rem;
    padding-bottom: calc(30px + 30*((100vw - 320px) / 1150));;
    
    position: relative;
}



.flex_wrap {
    display: flex;
    align-items: flex-start;
}

.sec_title_v_wrap {
    margin-right: 7%;

}


.sec_cnt_v_wrap {
    width: 100%;
}



.gmap_area {
    border: 1px solid #111;
    margin-bottom:calc(30px + 20*((100vw - 320px) / 1150));
}





.access-tab {
    display: inline-block;
    background: #000;
    color: #ffffff;
    padding: .1rem 1.5rem;
}




.googleMap {
    position: relative;
    width: 100%;
    height: 450px !important;

}


.googleMap iframe {
    height: 450px !important;
}


h2.sec_title_v {
    display: flex;
    align-items: flex-start;

}

h2.sec_title_v span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    line-height: 1;
}

h2.sec_title_v span.ja2 {
    margin: 0 16px 0 0;
    font-size: 2.5rem;
    white-space: nowrap;
}

h2.sec_title_v span.en1 {
    font-size: .8rem;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #2185D0;
}




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

    .flex_wrap {
        display: block;
        text-align: center;
    }

    .sec_title_v_wrap {
        margin-right: 0;
    }

    h2.sec_title_v {
        display: block;
        margin-bottom: 40px;
    }

    h2.sec_title_v span {
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-text-orientation: unset;
        display: block;
    }

    h2.sec_title_v span.ja2 {
        font-size: 2rem;
    }

    h2.sec_title_v span.en1 {
        font-size: .6rem;
    }

    h2.sec_title_v span+span {
        margin-top: .6rem;
    }


}



#company {
    position: relative;
    overflow: visible;
}





#company-outline {}

#company-history {

    background: #faf9f4;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-top: 1px solid #ccc;

}


.outline-gmap {
    margin-top: 2rem;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 340px;

    &: after {
        ;
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background-color: #ff6c00;
        position: absolute;
        top: 0;
        left: 0;
        mix-blend-mode: hue;
        pointer-events: none;
    }

    :;
}




.outline {
    margin: 0 auto 5rem auto;
    width: 100%;
    max-width: 900px;

    padding: 3rem 3rem 2rem 3rem;
}



#company-intro .outline {
    margin-top: -8rem;
    background: #fff;
    max-width: 800px !important;
    line-height: 1.8rem;
}


.ol_line {
    display: block;
    width: 100%;
    align-items: start;
    justify-content: space-between;
    padding-right: 0;
    padding-left:10px;
    padding-top:calc(25px + 10*((100vw - 320px) / 1150));
    padding-bottom:calc(25px + 10*((100vw - 320px) / 1150));

    position: relative;

}





.ol_line::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #aaa;
}

.ol_subject {



    width: 100%;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    margin-bottom: .8rem;


}

.ol_detail {


    font-size: 14px;
    line-height: 28px;
    width: 100%;
    font-weight: 500;
    text-align: left;

}

.ol_detail p {
    margin-bottom: .5rem;
}

.ol_detail ul {
    margin-top: -.5rem;
    margin-bottom: .8rem;
    margin-left: 3.5rem;
}

.ol_detail h5 {
    margin-bottom: .8rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #333;
    padding-bottom: .6rem;
}

.ol_detail li {
    list-style-type: circle;
}





.h_line {
    display: block;
    width: 100%;
    align-items: start;
    justify-content: space-between;
    padding: 35px 0 35px 10px;
    position: relative;

}

.h_line::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0168B7;
}


.h_line::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #aaa;
}

.h_subject {
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 1rem;

}

.h_detail {
    font-size: 15px;
    line-height: 28px;
    width: 100%;
    font-weight: 500;
    text-align: left;
}





/* ===================================================================
 * # crossmedia
 *
 * ------------------------------------------------------------------- */

.s-crossmedia {
    padding-top: 20rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
    position: relative;
}


.crossmedia-box {
    position: relative;
}


#reason03 .section-intro::after {
    position: absolute;
    content: "";
    right: 0;
    top: -80px;

    background: right 0 top 0;
    background-image: url(../images/crossmedia_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 600px;
    height: 600px;
}



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

    #reason03 .section-intro::after {
        position: absolute;
        content: "";
        right: 0;
        top: -80px;

        background: right 0 top 0;
        background-image: url(../images/crossmedia_img.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 500px;
        height: 600px;
    }


}



.crossmedia-img {
    display: none;
    height: 1;
}


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

    #reason03 .section-intro::after {

        background: none;

    }

}



@media only screen and (max-width: 1140px) {
    .crossmedia-img {
        display: block;
        height: 1;
    }


}




/* ===================================================================
 * # portfolio
 *
 * ------------------------------------------------------------------- */
.s-portfolio {
    padding-top: 24rem;
    padding-bottom: 0;
    background-color: #ffffff;
    position: relative;
}

.s-portfolio::before {
    content: "";
    display: block;
    background-color: #b3c2c1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
}




/* ------------------------------------------------------------------- 
 * ## portfolio list
 * ------------------------------------------------------------------- */
.s-portfolio__list {
    max-width: 1240px;
}

.folio-item {
    position: relative;
    overflow: hidden;
}

.folio-item__caption {
    display: none;
}

/* thumbnail
 *---------------------------------------------- */
.folio-item__thumb a {
    display: block;
}

.folio-item__thumb a::before {
    z-index: 1;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all, .5s;
    transition: all, .5s;
}

.folio-item__thumb a::after {
    z-index: 1;
    content: "+";
    font-family: "Gothic A1", sans-serif;
    font-weight: 300;
    font-size: 3rem;
    color: #ffffff;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all, 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all, 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    left: 50%;
    top: 50%;
}

.folio-item__thumb img {
    vertical-align: bottom;
}

/* portfolio info
 *---------------------------------------------- */
.folio-item__info {
    z-index: 2;
    padding: 0 3rem;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all, 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    left: 0;
    top: 3.6rem;
}

.folio-item__title {
    color: #ffffff;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 1.333;
    margin: 0;
}

.folio-item__cat {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Gothic A1", sans-serif;
    font-size: 1.4rem;
    margin-bottom: 0;
}

.folio-item__project-link {
    z-index: 2;
    display: block;
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #000000;
    background-color: #ffffff;
    padding: .6rem 1.2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all, 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all, 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    bottom: 3.9rem;
    left: 3rem;
}

.folio-item__project-link::before {
    display: block;
    content: "";
    height: 1px;
    width: 3rem;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    left: -3rem;
}

.folio-item__project-link:hover,
.folio-item__project-link:focus,
.folio-item__project-link:active {
    background-color: #f9861a;
    color: #ffffff;
}

/* on hover
 *---------------------------------------------- */
.folio-item:hover .folio-item__thumb a::before {
    opacity: 1;
    visibility: visible;
}

.folio-item:hover .folio-item__thumb a::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.folio-item:hover .folio-item__project-link {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.folio-item:hover .folio-item__info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * portfolio
 * ------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
    .s-portfolio::before {
        display: none;
    }

    .folio-item__thumb a::after {
        font-size: 2rem;
    }

    .folio-item__title {
        font-size: 1.8rem;
    }

    .folio-item__cat {
        font-size: 1.2rem;
    }

}

@media screen and (max-width:800px) {
    .s-portfolio {
        padding-top: 20rem;
    }

    .folio-item__thumb a::after {
        font-size: 3rem;
    }

    .folio-item__title {
        font-size: 2.1rem;
    }

    .folio-item__cat {
        font-size: 1.4rem;
    }

}

@media screen and (max-width:600px) {
    .folio-item__thumb a::after {
        font-size: 2rem;
    }

    .folio-item__title {
        font-size: 1.8rem;
    }

    .folio-item__cat {
        font-size: 1.2rem;
    }

}



/* ===================================================================
 * # testimonials
 *
 * ------------------------------------------------------------------- */
.s-testimonials {
    padding-top: 5rem;
    padding-bottom: 16rem;
    background-color: #f4f8f9;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider p {
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.882;
    color: #000000;
}

.testimonial-slider .slick-slide {
    outline: none;
}

.testimonial-slider .slick-dots {
    display: block;
    list-style: none;
    padding: 0;
    margin: 5.6rem 0 0 0;
    text-align: center;
}

.testimonial-slider .slick-dots li {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 9px;
    cursor: pointer;
}

.testimonial-slider .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.testimonial-slider .slick-dots li button:hover,
.testimonial-slider .slick-dots li button:focus {
    outline: none;
}

.testimonial-slider .slick-dots li.slick-active button,
.testimonial-slider .slick-dots li:hover button {
    background: #000000;
}

.testimonial-slider__slide {
    position: relative;
    padding: 0 20px;
}

.testimonial-slider__author {
    min-height: 7.2rem;
    margin-top: 4rem;
    padding-left: 8.8rem;
    position: relative;
}

.testimonial-slider__avatar {
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 100%;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-slider__cite {
    display: block;
}

.testimonial-slider__cite strong,
.testimonial-slider__cite span {
    font-family: "Gothic A1", sans-serif;
    font-style: normal;
}

.testimonial-slider__cite strong {
    font-size: 1.6rem;
    line-height: 1.75;
}

.testimonial-slider__cite span {
    display: block;
    font-size: 1.5rem;
    line-height: 1.333;
    color: rgba(0, 0, 0, 0.7);
}

.onayami-img {
    margin-top: -4rem;
}



/* ------------------------------------------------------------------- 
 * responsive:
 * testimonials
 * ------------------------------------------------------------------- */
@media screen and (max-width:800px) {
    .testimonial-slider__slide {
        text-align: center;
    }

    .testimonial-slider__author {
        display: inline-block;
    }

}

@media screen and (max-width:400px) {
    .testimonial-slider__author {
        margin: 0;
        padding: 0;
    }

    .testimonial-slider__avatar {
        position: static;
        margin-bottom: 2.4rem;
    }

}


/* ------------------------------------------------------------------- 
 * CASE
 * 
 * ------------------------------------------------------------------- */

.s-case {
    padding-top: 12rem;
    padding-bottom: 16rem;
}


#successful-case h2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1rem;
    margin-top: 0;
    font-size: 5rem;
    font-weight: 200;
    line-height: .8;
}


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

    #successful-case h2 {
        margin-left: -10rem;
    }

}




.case-title {


    color: #00c4cc;


}


.column-case {
    position: relative;
}

.column-case :before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;

    background: right top;

    background-image: url(../images/case_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0rem;
    top: -5rem;
}


.case-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px 4px;


}







@media screen and (max-width:600px) {
    .case-text:before {

        width: 120px;
        height: 120px;
        top: -10rem;
    }


}


.case-text p {}




.case-text p {

    font-size: 2rem;
    margin: 0;
}

.case-text p span {}


.case-text i {
    color: #f7931e;
    padding-top: 1rem;
}


.case-box {
    background: #eee;
    padding: 3rem;

    width: 49%;
    margin-bottom: 2rem;
}


@media screen and (max-width:900px) {
    .case-box {
        width: 100%;
    }

}


.case-box-title {
    width: 100%;
    display: flex;
    gap: 1rem;
}

.case-box-title h3 {
    margin-top: 0;
}

.case-box-title h3 i {
    margin-right: .8rem;
}

.case-box-text h4 {
    margin-top: 0;
    margin-bottom: 2rem;
}

.case-box-text p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.case-box-text ul {
    margin-top: 2rem;
}

.case-box-text li {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}


.case-box-text: first-letter {
    font-size: 5.6rem;
}


/* ------------------------------------------------------------------- 
 * FLOW
 * 
 * ------------------------------------------------------------------- */

.s-flow {
    padding-top: 5rem;
    padding-bottom: 5rem;

}

.flow {
    position: relative;

}


.flow-step {
    margin-bottom: 3rem;
    display: flex;

}


.flow-step h3 {
    margin-top: 1rem;
}

.flow-number {
    margin-top: 1rem;
    max-width: 100px;
    text-align: center;
    color: #00c4cc;
    font-size: 3rem;
    line-height: 120%;
    position: relative;
    margin-right: 3rem;
    flex: 0 0 100px;
    padding-top: 1rem;
}



.number-txt {
    font-size: 4rem;
}

.flow-number:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;

    background: left top;
    background-image: url(../images/number_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0rem;
    left: 0rem;
    z-index: -1;
}


@media screen and (max-width:500px) {
    .flow-number {
        max-width: 80px;
        font-size: 2rem;
    }

    .number-txt {
        font-size: 3rem;
    }

    .flow-number:before {
        width: 80px;
        height: 80px;
    }


}





/* ------------------------------------------------------------------- 
 * EXPERT
 * 
 * ------------------------------------------------------------------- */


.s-expert {
    padding-top: 5rem;
    padding-bottom: 6rem;
    text-align: center;

}

#expert {
    position: relative;
    background: #e2fbfc;

}

#expert img {
    margin: 3rem 2rem;
}

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

    #expert img {
        margin: 3rem 0rem;
    }

}



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

    #expert img {
        max-width: 320px;
    }

}



/* ===================================================================
 * # CTA
 *
 * ------------------------------------------------------------------- */
.s-cta {
    padding-top: 12rem;

    font-size: 2.2rem;
    line-height: 1.818;
    text-align: center;
    position: relative;
}


.s-cta h2 {
    margin-top: 0;
    margin-bottom: 5rem;
    line-height: 6rem;
}

.cta-content {
    max-width: 800px;
}

.cta-content .btn {
    max-width: 600px;
    font-size: 1.8rem;
}





/* ===================================================================
 * # faq
 *
 * ------------------------------------------------------------------- */
.s-faq {
    padding-top: 12rem;
    padding-bottom: 12rem;
    background: #f4f8f9;
    font-size: 2.2rem;
    line-height: 1.818;
    position: relative;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * cta
 * ------------------------------------------------------------------- */
@media screen and (max-width:800px) {
    .s-cta {
        font-size: 2rem;
    }

    .cta-content {
        max-width: 600px;
    }

}

@media screen and (max-width:600px) {
    .s-cta {
        font-size: 1.8rem;
    }

}





/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */
.s-footer {
    padding-top: 4rem;
    background-color: #e95513;
    position: relative;
}

.s-footer .right-vert-line {
    background-color: #fff;
}

.s-footer__bottom {
    font-family: "Gothic A1", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 8rem;
    background: #eee;
    padding-bottom: 8rem;
    color: #000;
    position: relative;
    overflow: visible;
}





.s-footer .footer-email-us .btn:hover,
.s-footer .footer-email-us .btn:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.s-footer .footer-contacts {
    margin-top: 7.2rem;

    margin-top:clamp(3rem, 10vw, 7.2rem);

}


.s-footer .subhead {
    color: #fff;
}


.footer-add{
    font-size:1.6rem;
    margin-top:3rem;
    margin-left:8rem;
}

.footer-add div{
    margin-bottom: 1rem;
}



.footer-logo-block img {
    
    width:100%;
    max-width:300px
}







/* ------------------------------------------------------------------- 
 * Privacy Policy
 * 
 * ------------------------------------------------------------------- */

.s-privacypolicy {
    padding-top: 12rem;
    padding-bottom: 16rem;
}

.s-policy-footer .s-footer__bottom {
    padding-top: 8rem;
}

/* ------------------------------------------------------------------- 
 * ## contact block
 * ------------------------------------------------------------------- */
.footer-contact-block {
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.2;
}

.footer-contact-block a {
    color: #000;
}

.footer-contact-block a:hover,
.footer-contact-block a:focus {
    color: #f9861a;
}

.footer-contact-block__content,
.footer-contact-block__list li {
    padding: .8rem 0;
}

.footer-contact-block__list {
    list-style: none;
    margin-top: .4rem;
    margin-left: 0;
}

.footer-contact-block__list li {
    padding-left: 0;
}

.footer-contact-block__header {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    margin: 0;
}


.footer-contact-block__logo {
    font-family: "Gothic A1", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 2rem;

}

.footer-catch{
    font-size:max(1.5vw,16px);
    display:flex;
    justify-content: flex-start;
margin-left:6rem;
margin-bottom:3rem;
line-height:180%;
letter-spacing: 0;
}


.footer-contact-block__logo img {
    
    width:100%;
    max-width:300px
}




.footer-contact-block__logo a {
    display: flex;
    align-items: center;
    border: none;
    padding: 0;
    outline: 0;
    color: #111;
    font-size: 2rem;
    gap: 1rem;
}




.footer-contact-block__add {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    margin: 0 0 0 2rem;
    font-size: 1.3rem;
}

.cotact-block-right .footer-contacts {
    display: flex;
    justify-content: right;
}



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

    .cotact-block-right .footer-contacts {
        justify-content: start;
    }

}


.contact-box {
    position: relative;
}

.footer-leaflet {
    margin-top: 3rem;

}


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

    .footer-leaflet {
        text-align: center;

    }

}



.footer-tel {
    font-weight: 700;
}


/* ------------------------------------------------------------------- 
 * ## copyright
 * ------------------------------------------------------------------- */
.ss-copyright {
    z-index: 2;
    position: relative;
    margin-top:5rem;
    margin-left:6rem;
}

.ss-copyright a {
    color: #ffffff;
}

.ss-copyright a:hover,
.ss-copyright a:focus {
    color: #f9861a;
}

.ss-copyright span {
    font-size: 1.5rem;
    display: inline-block;
}

.ss-copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 .8rem 0 1rem;
    color: rgba(255, 255, 255, 0.1);
}

.ss-copyright span:last-child::after {
    display: none;
}

/* ------------------------------------------------------------------- 
 * ## go top
 * ------------------------------------------------------------------- */
.ss-go-top {
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: fixed;
    bottom: 8.4rem;
    right: 8rem;
}

.ss-go-top a {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 6.4rem;
    width: 6.4rem;
    border-radius: 50%;
    background-color: #888888;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.ss-go-top a:hover,
.ss-go-top a:focus {
    background-color: #f9861a;
}

.ss-go-top svg {
    height: 1.2rem;
    width: 1.2rem;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    top: 50%;
}

.ss-go-top svg path {
    fill: #ffffff;
}

.ss-go-top.link-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
    .ss-go-top {
        right: 6rem;
    }

    .ss-go-top a {
        height: 6rem;
        width: 6rem;
    }

}

@media screen and (max-width:900px) {
    .s-footer .footer-contacts {
        margin-left: 0;
    }

    .s-footer__main .column {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media screen and (max-width:800px) {
    .s-footer {
        padding-top: 5rem;
    }

    .ss-copyright {
        padding-right: 10rem;
    }

    .ss-go-top {
        right: 3.6rem;
    }

    .ss-go-top a {
        height: 5.2rem;
        width: 5.2rem;
    }

}

@media screen and (max-width:600px) {
    .ss-copyright {
        padding-right: 8rem;
    }

    .ss-copyright span {
        display: block;
    }

    .ss-copyright span::after {
        display: none;
    }

    .ss-go-top {
        right: 1rem;
        bottom: 10rem;
    }

}




/*
Smart phone menu
*/


#foot3Menu {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0px;
    z-index: 100;

    padding: 0px 0px 0px 0px;
    line-height: 100%;

}



.foot_btn_txt{
    width:22%;
    display:flex;
align-items: center;
justify-content: center;
}



.foot_btn{
    width:33%;
}


.foot3btn {

    margin-left: 0;
    margin-right: 0;
    
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
    background-color: #00a0e9;
padding:.8rem 1rem;
    display:flex;
align-items: center;
justify-content: space-around;
flex-wrap: nowrap;
}

.foot3btn i {
    margin-right: .6rem;
}

.foot3btn a {
    padding: 15px 8px 15px 8px;
    line-height: 100%;
    color: #111;
    background:#fff;
    border-radius:1rem;
    font-size: 1.5rem;
    line-height: 120%;
    
    display: flex;
    justify-content: center;
    align-items: center;

    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;

}

.foot3btn a:hover {

    background: #0068e9;
    color: #fff;
    text-decoration: none;
}





@media only screen and (max-width: 767px) {
    #foot3Menu {
        display: block;
    }

}






/* ===================================================================
 * # form-mail
 *
 * ------------------------------------------------------------------- */






















.optionally {
    display: block;
    background-color: #06C;
    border: solid 2px #06C;
    text-shadow: 0px 1px 2px #933;
    padding: 2px 5px;
    font-size: 10px;
    color: #FFF;
    float: left;
    margin: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #CCC;
    background-image: url(_images/mfp_header.png);
    background-size: 100% 100%;
}

form#mailformpro label {
    border-radius: 3px;
    margin: 3px;

    white-space: nowrap;
}

form#mailformpro label.mfp_checked {
    padding: 3px;
    border: solid 1px #CCC;
    background-color: #E8EEF9;
    box-shadow: 0px 1px 3px #CCC inset;
}

form#mailformpro label.mfp_not_checked {
    padding: 3px;
    border: solid 1px #EEE;
}

table#mfp_confirm_table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {
    background-color: #F6F7F9;
}

table#mfp_confirm_table tr.mfp_achroma {
    background-color: #FFF;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
    text-align: left;
    font-size: 12px;
    border-top: solid 1px #CCC;
    padding: 5px 10px;
}

table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: 200px;
}

table#mfp_confirm_table tr td {
    line-height: 1.5em;
    word-break: break-all;
}

div#mfp_phase_confirm {
    clear: both;
}

div#mfp_phase_confirm h4 {
    font-size: 36px;
    padding: 10px 0px 0px 0px;
    text-align: center;
}

div#mfp_phase_confirm div#mfp_phase_confirm_inner {}

div#mfp_overlay {
    position: absolute;
    display: none;
    z-index: 10001;
}

div#mfp_overlay_inner {
    background-color: #FFF;
    padding: 15px;
    margin: 0px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #000;
    width: 640px;
    max-width: 90%;
}

div#mfp_overlay_background {
    background-color: #000;
    position: absolute;
    display: none;
    z-index: 10000;
}

div#mfp_loading_screen {
    z-index: 20000;
    opacity: 0.8;
    display: none;
    background-color: #000;
    position: absolute;
}

div#mfp_loading {
    z-index: 20001;
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(_images/mfp_loading.gif);
}













.s-form-mail {
    padding-top: 12rem;
    padding-bottom: 12rem;
    background: #f4f8f9;
    font-size: 2.2rem;
    line-height: 1.818;
    position: relative;
}



.subject {
    display: flex;
    align-items: center;
}

.form-title {
    margin-bottom: 5rem;


}

.form-title p {
    font-size: 1.6rem;
}

.form-title h2 span {
    font-size: 1.4rem;
    padding-left: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
}

.five-m {}

.siryou {
    padding-left: 10rem;
    position: relative;
}

.siryou:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 5rem;
    background-image: url(../images/five-m.svg);
}




/* ------------------------------------------------------------------- 
 * ## DM用
 * ------------------------------------------------------------------- */


.hero-social {
    font-size: 1.4rem;
}

.hero-content h1 {
    display: inline-block;
    position: relative;
}

.hero-content h1 .big {
    font-size: 12rem;
    font-weight: 900;
    line-height: 1;
}

.hero-content h1 .small {
    font-size: 2rem;
    line-height: 140%;
    display: block;
    color: #000;
}

.hero-content h1::before {
    content: "";
    display: block;
    height: 2px;
    width: 8rem;
    background-color: #f9861a;
    position: absolute;
    left: -10.8rem;
    top: .5em;

}


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

    .hero-content h1::before {
        top: 1.1em;
    }

}

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

    .hero-content h1::before {

        left: -9rem;
        top: 1.2em;
    }

}


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

    .hero-content h1::before {


        top: 1.6em;
    }

}




.hero-content .btn {
    background: #f7931e !important;
    border: 0.2rem solid #f7931e;
    color: #ffffff;
    margin: 0;
    padding: 0 4rem;
    font-size: 1.8rem;
    position: absolute;
    right: 3.2rem;
    bottom: -10rem;
}

.hero-content .btn:hover {
    background: transparent !important;
    border: 0.2rem solid #fff;
    color: #ffffff;
}


.header-content .btn {
    border-color: #f7931e;
    background-color: #f9861a !important;
    color: #ffffff;
    margin: 0;
    padding: 0 2rem;
    font-size: 1.4rem;
    letter-spacing: .5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}

.header-content .btn:hover,
.header-content .btn:focus {
    background-color: transparent !important;
    border-color: #fff !important;
}




#area{
    padding-top:5rem;
}






.footer-email-us .btn {
    font-size: 1.8rem;
}


.s-services {
    background-color: #fff;
    padding-top:5rem;
    padding-bottom:2rem;

    padding-top:clamp(3rem, 4vh, 4rem);
}


.h-dark-bg {
    color: #000;
}

.h-dark-bg .section-intro .display-1 {
    color: #000;
}

.h-dark-bg .section-intro::before {
    color: rgba(0, 0, 0, 0.08);
}

.h-dark-bg p.lead {
    color: #000;
}

.services-list h5 {
    color: #000;
}

.services-list__item {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 0;
}

.services-list__item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.services-list__item-header::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.s-about__section--profile {
    min-height: 82rem;
}



.s-about {
    padding-bottom: 16rem;
    background-color: #ffffff;
    position: relative;
}


.s-mission {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fff;
    position: relative;
}




.s-reason-list {
    padding-top: 1rem;
    padding-bottom: 8rem;
    background-color: #ffff00;
    position: relative;
}



.s-strength {
    padding-top: 2rem;
    padding-bottom: 8rem;

    padding-bottom: clamp(5rem, 7vh, 8rem);


    background-color: #efefef;
    position: relative;
    overflow: visible;
}





.s-vision {
    

    padding-top: clamp(2rem, 8vh, 3rem);

    padding-bottom: 5rem;
    background-color: #fff;
    position: relative;

}


.mission-img {
    z-index: 10;

}




.onayami_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}



.onayami_title h3 {
    width: 58%;
    line-height: 4.2rem;
    font-size: 2.3rem;
}

.onayami_title .onayamai_l {
    width: 18%;
    max-width: 120px;
}


.onayami_title .onayamai_r {
    width: 18%;
    max-width: 120px;
}





.contact_title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1rem;
    position: relative;

}


.contact_title h3 {
    background: #000;
    color: #ffffff;
    padding: 1rem 3rem .7rem 3rem;
    border-radius: 50px;
    font-size: 1.8rem;
    margin-bottom: 0 !important;

    z-index: 3;
}


.contact_title img {
    position: absolute;
    right: 50px;
    top: -1rem;
}




.reason-title {
    font-size: 3rem;
}


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

    .reason-title {
        font-size: 3rem;
    }

}




.reason-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    gap: .8rem;



}

.reason-link_btn {
    width: 24%;
    background: #fff;
    text-align: center;
    margin-bottom: .6rem;
    font-weight: bold;
    font-size: 2.2rem;
    display: block;
    padding: 2rem;
    align-items: center;
    display: flex;
    height: 15vw;
    max-height: 200px;
}


.reason-link_btn i {
    color: #00c4cc;
    -webkit-transition: color 0.2s linear 0.1s;
    -moz-transition: color 0.2s linear 0.1s;
    -o-transition: color 0.2s linear 0.1s;
    transition: color 0.2s linear 0.1s;
}

.reason-link_btn a:hover i {
    color: #f7931e;
}




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

    .reason-link_btn {
        width: 48%;

    }

}

.reason-link_btn a {
    color: #000;
}



.reason-link_number {
    color: #00c4cc;
    font-size: 6rem;
}


.reason-link_title {
    font-size: 2.5rem;
    font-weight: 700;
}

.reason-link_btn .reason-link_text {
    display: inline-block;
    text-align: left !important;
}





.position {
    padding-top: 3.6rem;
    padding-bottom: 1.8rem;
}

.position__header h6 {

    font-size: 2rem;
    font-weight: 700;
}

h5.point_list__header {
    font-family: "Gothic A1", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    padding-left: 1.7em;
    margin: 0;
    position: relative;
}


.point_list .services-list {
    margin: 2rem 0 0 0;
}


.services-list__item-header h5::before {

    font-size: 1em;
    line-height: 1;
    color: #f9861a;
    position: absolute;
    top: 0.1em;
    left: 0;
}

.services-list__item-body {
    padding-top: 0rem;
}


.services-list {
    margin: 8.8rem 0 0 0;
}


.color_orange {
    color: #f93a62;
}





.point_list h4 {
    position: relative;
    margin-top: 0;
    z-index: 2;
}

.underline {
    position: relative;
    background: linear-gradient(transparent 70%, #fdea4c 0%);
    display: inline;
    /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
    padding: 0 6px 0 6px;
}

.underline-red {
    position: relative;
    background: linear-gradient(transparent 70%, #ffcccc 0%);
    display: inline;
    /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
    padding: 0 6px 0 6px;
}

.underline-white {
    position: relative;
    background: linear-gradient(transparent 70%, #fff 0%);
    display: inline;
    /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
    padding: 0 6px 0 6px;
}


.underline.point {
    font-size: 3rem;
}



.point-title {
    position: relative;
}

.point-title h2:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #f4f8f9 transparent transparent;

}

.point-title h2 {
    background: #000;
    color: #fff;
    display: inline-flex;
    line-height: 1;
    align-items: center;
    margin-top: 1rem;
    padding-top: 5px;
    height: 35px;
    padding-left: 2rem;
    margin-bottom: 0;
}


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

    .point-title h2 {
        font-size: 2rem;
    }

}


.point_list__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin: 2rem 0 0 0;
}

.point_list__item {
    width: 48%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 5rem;
    background: #fff;
    padding: 3rem;
}

.point_list__item_img {
    width: 100%;
}

.point_list__item_img img {

    height: 60px;
}


.point_list__item_txt {
    width: 80% !important;
}

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

    .point_list__item {
        width: 100%;
    }

}





.s-portfolio::before {
    left: calc(50% + 12vw);
}





footer h1 {
    color: #fff;
}






.stdc_sec {
    background: #999999;

    border-radius: 5px;
    margin-bottom: 5rem;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    max-width:600px;
}

.stdc_sec img {}


.triangle{
    font-size:max(2.6vw,28px);
    display:block;
    margin-top:0.8rem;
    margin-bottom:1rem;
    line-height: 1.4;
}


.map_txt{
    font-size:max(1.5vw,15px);
    line-height: 140%;
    margin-bottom:0rem;
}
.map_txt .triangle{
    margin-bottom:0rem;
}




.st-title{
    margin-bottom:clamp(1rem, 1vh, 2rem);
    font-size:180%;

}

.st-title span{
    border-bottom:1px solid #333;
    padding:0 2rem 1rem 2rem;
}


.st-title.strength-title span{
    border-bottom:none;
    padding:0;
}

.reason-txt{
    border-top:1px solid #333;
    padding:.3rem 1rem 0 1rem;
}


.flow-title{
    margin-top:3rem;
    margin-bottom:6rem;

    margin-bottom:clamp(4rem, 6vh, 6rem);
}

.flow-title span{
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    padding:.5rem 2rem .5rem 2rem;
}

.flow-box{
    background:#fcd12b;
    border-radius:50%;
    

    width:calc(220px + 60 * ((100vw - 320px) / 1150));
    height:calc(220px + 60 * ((100vw - 320px) / 1150));


    display:flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position:relative;
}

.flow-box:after{
    
    max-width:300px;
    height:300px;
    position:absolute;
    content:"";
    width:20px;
    left: calc(50% - 10px);
    bottom:-50px;
    background: url(../images/arrow_down.svg) no-repeat left 0 bottom 0;
    z-index: 10;
}

.flow-box:last-child:after{
    background: none;
}

.flow-box p{
    margin-bottom:0;
    text-align:center;
}

.flow-box h3{
        font-size:max(1.8vw, 21px);
        line-height:200%;
        margin-bottom:0rem;
}

.flow-box p {
    font-size: max(1.2vw, 15px);
    line-height: 140%;
    margin-bottom: 0;
}




.flow-wrap{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap:5rem;
    margin-bottom:5rem;
}




.stdc_sec_inner {
    width: 100%;

    background: #fff;
    color: #111;
    padding: 3rem 5rem 3rem 5rem;

    border-radius: 5px;
    transform: translate3d(-8px, -8px, 0);
    transition: transform 0.2s cubic-bezier(0.7, 0, 0.2, 1);
    display:flex;
    justify-content: center;
}

.stdc_sec_inner ul {
    margin-left:0;
    margin-bottom:2.4rem;
}

.stdc_sec_inner li {
    font-size:max(1.5vw,15px);
    margin-bottom:1.8rem;
    position:relative;
    list-style-type: none;
    padding-left:calc(2rem + 10 * ((100vw - 320px) / 1150));

}

.stdc_sec_inner li:before {
    content:"◆";
    position:absolute;
    left:0;
    top:4px;
}


.stdc_sec_inner li span {
    font-size:max(1.8vw,18px);
    color:#e95513;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;

}

.stdc_sec_inner p {
    margin-bottom:0;
}


.stdc_left {
    width: 50%;
}


.stdc_right {
    width: 50%;
}


.stdc_right img {
    max-height: 162px;
}

.stdc_title {
    color: #0071bc;
}

.mov_sec{
    width:100%;
    max-width: 600px;
    margin-left:auto;
    margin-right:auto;
}


.chubu_map {
    width:calc(300px + 300 * ((100vw - 320px) / 1150));
    max-width: 600px;
    margin-left:auto;
    margin-right:auto;
}

.chubu_map h3{
    font-size:max(2.2vw,18px);
    background:#fcd12b;
    margin: 0;
    line-height: 100%;
    padding:.5rem 0;
}

.greeting_img{
    width:calc(145px + 300 * ((100vw - 320px) / 1150));
    max-width:350px;
    margin:3rem auto 2rem auto;
}


.greeting_txt{
    font-size:max(1.3vw,15px);
    max-width: 600px;
    margin-left:auto;
    margin-right:auto;

    margin-bottom: 2.5rem;
}

.greeting_name{
    font-size:max(1.4vw,15px);
    text-align:right;
    max-width: 600px;
    margin-left:auto;
    margin-right:auto;
}


.exterior{
    text-align:center;
}

.exterior img{
    width:calc(280px + 400 * ((100vw - 320px) / 1150));
    max-width:400px;
    margin:5rem auto 5rem auto;
}

.join{
    background:#fcd12b;
    border-radius:2rem;
    padding:3rem 1rem;
}


.join h3{
    font-size:max(2vw,27px);
    margin-top:0;
}



.join h4{
    font-size:max(1.4vw,18px);
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}
.join p {
    font-size: max(1.1vw, 15px);
    line-height: 160%;
    margin-bottom: 0;
}


.bosyuyokou span{
    padding-right:2rem;
}


.s-footer__main h3 {
    color:#fff;
}

.s-footer__main .st-title span {
    border-bottom: 1px solid #fff;
}

.s-footer__main .menu_txt {
    color:#fff;
}

.s-footer__main p {
    color:#fff;
}


.randomScroll {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}


.voice-box {
    padding: 35px;
    margin: 0 -20px -20px 0px;
    background: #fff;
    color: #111;
    border: 1px solid #000;
    border-radius: 8rem;
    box-sizing: border-box;
    list-style: none;
    display: inline-block;

}


.voice-box:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 25px 0 0 20px;
    bottom: -22px;
    left: 50%;
    margin-left: -12px;
}

.voice-box:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: #000 transparent;
    border-width: 25px 0px 0 20px;

    margin-left: -11px;

    bottom: -25px;
    left: 50%;
}



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

    .voice-box {
        border-radius: 2rem;
        margin: 0 0px -10px 0px;
    }

    .voice-box:before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border: 25px solid transparent;
        border-right-color: #fff;
        border-left: 0;
        border-top: 0;
        bottom: 39px;
        left: 2px;

        margin-left: -25px;
    }


    .voice-box:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border: 25px solid transparent;
        border-right-color: #000;
        border-left: 0;
        border-top: 0;
        bottom: 40px;
        left: 0;

        margin-left: -25px;
    }


}






.fiveminutes-box {
    padding: 8px 30px;
    margin: 0 0px 30px 0px;
    background: #fff;
    color: #111;
    font-size: 1.5rem;
    border: 1px solid #000;
    border-radius: 8rem;
    box-sizing: border-box;
    list-style: none;
    display: inline-block;
    position: relative;
}


.fiveminutes-box:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 20px 20px 0 0px;
    bottom: -18px;
    left: 50%;
    margin-left: -10px;
}

.fiveminutes-box:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: #000 transparent;
    border-width: 20px 20px 0 0px;

    margin-left: -11px;

    bottom: -20px;
    left: 50%;
}





/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.voice-box {
    opacity: 0;
}

/*==================================================
ふわっ
===================================*/

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}





/*===========================================================*/
/*アコーディオン */
/*===========================================================*/

.accordion-area {
    list-style: none;
    width: 89%;
    margin: 0 auto;
    max-width: 1200px;
}


.accordion-area h3 {
    margin: 0;
}


.accordion-area p {
    font-size: 1.6rem;
    text-align: left;
}


@media screen and (max-width:768px) {
    .accordion-area {
        width: 100%;
        padding: 0;
    }

}

.accordion-area li {
    margin: 10px 0;
}

.accordion-area section {
    border: 1px solid #d4d4c3;
    background: #fff;
    border-radius: 4px;
}

.title {
    position: relative;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 3% 40px 3% 3%;
    transition: all .5s ease;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Noto sans JP', sans-serif;
}

.box p {
    font-family: 'Noto sans JP', sans-serif;
}

@media screen and (max-width:768px) {
    .title {
        font-size: 1.6rem;
    }

    .box p {
        font-size: 1.6rem;
    }

}


.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #4b4637;

}

.title::before {
    top: 48%;
    right: 15px;
    transform: rotate(0deg);

}

.title::after {
    top: 48%;
    right: 15px;
    transform: rotate(90deg);
}


.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

.num {
    font-size: 2.5rem;
    margin-right: 2rem;
    background: #00c4cc;
    color: #fff;
    padding: 0 .6rem .3rem .6rem;
}



.box {
    display: none;
    background: #f4f4ee;
    margin: 0 3% 3% 3%;
    padding: 3%;
    border-radius: 4px;
}

.box p {
    margin: 0;
}




.swiper {
    overflow: hidden;
    border: 1px solid #111;
    background: #fff;
    position: relative;
}

.swiper-flame {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}