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

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

html, body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Hiragino Sans", sans-serif;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.765;
    color: #757575;
    margin: 0;
    padding: 0;
}


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

a:hover, a:focus, a:active {
    color: #2da0ce;
}

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



/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Hiragino Sans", sans-serif;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 6rem;
    margin-bottom: 1.8rem;
}

@media only screen and (max-width: 600px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
        margin-top: 5.1rem;
    }
}

h5, .h5, h6, .h6 {
    margin-top: 4.2rem;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 600px) {
    h5, .h5, h6, .h6 {
        margin-top: 3.6rem;
        margin-bottom: 0.9rem;
    }
}

h1, .h1 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

@media only screen and (max-width: 600px) {
    h1, .h1 {
        font-size: 3.3rem;
        letter-spacing: -.07rem;
    }
}

h2, .h2 {
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: 0.4rem;
}
h2 .h2-span {
    font-size: 84%;
}

h3, .h3 {
    font-size: 2.4rem;
    line-height: 1.25;
}
h3.sub-title {
    display: inline-block;
    font-size: 29px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin: 0;
    background: linear-gradient(152deg, #2ea0ce 50%, #1b6988 57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.2rem;
}

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

h5, .h5 {
    font-size: 1.6rem;
    line-height: 1.313;
}

h6, .h6 {
    font-size: 1.3rem;
    line-height: 1.385;
    text-transform: uppercase;
    letter-spacing: .16rem;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 3.6rem;
    color: #000000;
}
.sp-only {
    display: none!important;
}
@media only screen and (max-width: 900px) {
    p.lead {
        font-size: 1.8rem;
    }
    .pc-only {
        display: none!important;
    }
    .sp-only {
        display: block!important;
    }
}

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

em, i {
    font-family: "Hiragino Sans", sans-serif;
}

strong, b {
    font-family: "Hiragino Maru Gothic ProN W4", serif;
}

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

blockquote {
    margin: 3.9rem 0;
    padding-left: 4.5rem;
    position: relative;
}

blockquote:before {
    content: "\201C";
    font-size: 10rem;
    line-height: 0px;
    margin: 0;
    color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 3.6rem;
    left: 0;
}

blockquote p {
    padding: 0;
    font-size: 2.1rem;
    line-height: 1.857;
    color: #111111;
}

blockquote cite {
    display: block;
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.5;
}

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

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

abbr {
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .05rem;
    color: #828282;
}

var, kbd, samp, code, pre {
    font-family: "Hiragino Sans", sans-serif;
}

pre {
    padding: 2.4rem 3rem 3rem;
    background: #F1F1F1;
    overflow-x: auto;
}

code {
    font-size: 1.4rem;
    margin: 0 .2rem;
    padding: .3rem .6rem;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    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: #ffd900;
    color: #000000;
}

hr {
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0 0;
    clear: both;
    margin: 2.4rem 0 1.5rem;
    height: 0;
}


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

ul {
    list-style: disc;
}

li {
    display: list-item;
}

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

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

ul ul, ul ol, ol ol, ol ul {
    margin: .6rem 0 .6rem 1.7rem;
}

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: #2da0ce;
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle;
}

dt {
    margin: 0;
    color: #2da0ce;
}

dd {
    margin: 0 0 0 2rem;
}


/* ------------------------------------------------------------------- 
 * ## 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.pull-right {
    margin: 1.5rem 0 0 3rem;
}

img.pull-left {
    margin: 1.5rem 3rem 0 0;
}


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

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

th {
    color: #000000;
    font-family: "Hiragino Sans", sans-serif;
}

td {
    line-height: 1.5;
}

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.2rem;
}

fieldset {
    margin-bottom: 1.5rem;
}

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


/* ------------------------------------------------------------------- 
 * ## pace.js styles - minimal
 * ------------------------------------------------------------------- */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #2da0ce;
    position: fixed;
    z-index: 900;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.oldie .pace {
    display: none;
}



/* ===================================================================
 * # preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 800;
    height: 100%;
    width: 100%;
    display: table;
}

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

#loader {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* ===================================================================
 * # forms
 *
 * ------------------------------------------------------------------- */
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 {
    display: block;
    height: 6rem;
    padding: 1.5rem 0;
    border: 0;
    outline: none;
    color: #333333;
    font-family: "Hiragino Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 3rem;
    max-width: 100%;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

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

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

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

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


/* IE9 and below */

.oldie .cl-custom-select::after {
    display: none;
}

textarea {
    min-height: 25rem;
}

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: 2px solid black;
}

label, legend {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: .9rem;
    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: "Hiragino Sans", sans-serif;
    font-weight: normal;
    line-height: inherit;
}

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


/* ------------------------------------------------------------------- 
 * ## style placeholder text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
    color: #828282;
}

:-moz-placeholder {
    color: #828282;
    /* Firefox 18- */
}

::-moz-placeholder {
    color: #828282;
    /* Firefox 19+ */
}

:-ms-input-placeholder {
    color: #828282;
}

.placeholder {
    color: #828282 !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: #2da0ce;
    transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-family: "Hiragino Sans", sans-serif;
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    height: 7.4rem;
    line-height: calc(5.4rem - .4rem);
    padding: 0 3rem;
    margin: 0 .3rem 1.2rem 0;
    color: #000000;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #c5c5c5;
    /* border: .2rem solid #c5c5c5; */
}
input[type="submit"] {
    width: 164px;
    height: 46px;
    color: #fff;
    background-color: #3f8efc;
    box-shadow: none;
    line-height: 3;
    padding: 2px 0;
    font-size: 1.5rem;
    border-radius: 100vh;
    border: none;
    font-weight: 600;
    width: 350px;
    height: 60px;
    margin-bottom: 1rem;
}

.btn:hover,
button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
/* .btn:focus,
button:focus, */
input[type="reset"]:focus,
input[type="button"]:focus {
    /* background-color: #b8b8b8;
    border-color: #b8b8b8; */
    color: #999;
    outline: 0;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #2da0ce;
    border-color: #2da0ce;
    color: #FFFFFF;
}


/* button primary
 * ------------------------------------------------- */

.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
    background: #2da0ce;
    border-color: #2da0ce;
    color: #FFFFFF;
}

.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: #33a242;
    border-color: #33a242;
}


/* button modifiers
 * ------------------------------------------------- */

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

.btn--medium, button.btn--medium {
    height: 5.7rem !important;
    line-height: calc(5.7rem - .4rem) !important;
}

.btn--large, button.btn--large {
    height: 6rem !important;
    line-height: calc(6rem - .4rem) !important;
}

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

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

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

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

.btn--bluesky,
a.btn--bluesky {
  color: #fff;
  background-color: #7ec8e5;
  width: 100%;
  height: 90px;
  font-weight: 600;
  box-shadow: 2px 2px 4px gray;
}
a.btn--bluesky.ic:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 38px;
    margin: 0px 0px 0 10px;
    background: url("../images/tel-icon2.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
 }
.btn--bluesky:hover,
a.btn--bluesky:hover {
  color: #fff;
  background: #94cee4;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #ed9b40;
  width: 100%;
  height: 90px;
  font-weight: 600;
  box-shadow: 2px 2px 4px gray;
}
a.btn--orange.ic:after {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 6px 0px -2px 9px;
    background: url("../images/mailicon02.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
 }
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #ebab61;
}
.btn--green,
a.btn--green {
  color: #fff;
  background-color: #33a242;
  width: 100%;
  height: 90px;
  font-weight: 600;
  box-shadow: 2px 2px 4px gray;
}
a.btn--green.ic:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 53px;
    margin: 6px 0px -2px 9px;
    background: url("../images/line-icon.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
 }
.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #44b255;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}

.btn--radius,
a.btn--radius,
button.btn--radius
{
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


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


/* ------------------------------------------------------------------- 
 * ## alert box
 * ------------------------------------------------------------------- */
.alert-box {
    padding: 2.1rem 4rem 2.1rem 3rem;
    position: relative;
    margin-bottom: 3rem;
    border-radius: 3px;
    font-size: 1.5rem;
    line-height: 1.6;
}

.alert-box__close {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    cursor: pointer;
}

.alert-box__close.fa {
    font-size: 12px;
}

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

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

.alert-box--info {
    background-color: #d7ecfb;
    color: #4a95cc;
}

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


/* ------------------------------------------------------------------- 
 * ## additional typo styles 
 * ------------------------------------------------------------------- */


/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
    float: left;
    margin: 0;
    padding: 1.5rem .6rem 0 0;
    font-size: 8.4rem;
    font-weight: bold;
    line-height: 6rem;
    text-indent: 0;
    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) ". ";
}

/* ===================================================================
 * # reusable and common theme styles
 *
 * ------------------------------------------------------------------- */
.wide {
    max-width: 1400px;
}

.narrow {
    max-width: 800px;
}


/* ------------------------------------------------------------------- 
 * ## display headings
 * ------------------------------------------------------------------- */
.display-1 {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 7.8rem;
    line-height: 1.25;
    color: #000000;
    margin-top: 0;
}

.display-1--light {
    color: #333;
}

.display-2 {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 5.2rem;
    line-height: 1.255;
    color: #000000;
    margin-top: 0;
}

.display-2--light {
    color: #333;
}

.subhead + .display-2 {
    margin-top: .6rem;
}

.subhead {
    font-size: 1.7rem;
    line-height: 1.333;
    text-transform: uppercase;
    letter-spacing: .25rem;
    color: #2da0ce;
    margin-top: 0;
    margin-bottom: 0;
}

.subhead--dark {
    color: #000000;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * display headings
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .display-1 {
        font-size: 7.2rem;
    }
    .display-2 {
        font-size: 4.4rem;
    }
}

@media only screen and (max-width: 800px) {
    .display-1 {
        font-size: 6.5rem;
    }
    .display-2 {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 600px) {
    .display-1 {
        font-size: 5rem;
    }
    .display-2 {
        font-size: 3.3rem;
    }
    .subhead {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 400px) {
    .display-1 {
        font-size: 4.2rem;
    }
    .display-2 {
        font-size: 3rem;
    }
}


/* ------------------------------------------------------------------- 
 * ## section header
 * ------------------------------------------------------------------- */
.section-header {
    text-align: center;
    position: relative;
    margin-bottom: 3.6rem;
    max-width: 800px;
}

.section-header.has-bottom-sep {
    padding-bottom: 2.1rem;
    position: relative;
}

.section-header.has-bottom-sep::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 550px;
    /* background-color: rgba(0, 0, 0, 0.1); */
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* ------------------------------------------------------------------- 
 * responsive:
 * section-header
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
    .section-header {
        max-width: 800px;
    }
}

@media only screen and (max-width: 800px) {
    .section-header.has-bottom-sep::before {
        width: 400px;
    }
}

@media only screen and (max-width: 600px) {
    .section-header.has-bottom-sep {
        padding-bottom: 0;
    }
    .section-header.has-bottom-sep::before {
        width: 250px;
    }
}


/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
.s-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 500;
    background-color: #fff;
}


/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
    display: inline-block;
    position: absolute;
    margin:0;
    padding: 0;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 501;
}

.header-logo a {
    display: block;
    padding: 0;
    outline: 0;
    border: none;
    width: 200px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 5px;
}


.header-logo h1 {
    display: flex;
    font-size: 3rem;
    margin-top: 0rem;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}
@media screen and (max-width:765px) {
    .header-logo p{
        margin: 0px 0px 0px 0px;
        font-size: 1rem;
    }    
    .header-logo h1{
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
}

/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
    background: #7ec8e5;
    opacity: 0.94;
    color: rgba(255, 255, 255, 0.25);
    font-family: "Hiragino Sans", sans-serif;
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 3.6rem 3rem 3.6rem 3.6rem;
    height: 100%;
    width: 190px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 700;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
}

.header-nav a, .header-nav a:visited {
    color: rgba(255, 255, 255, 0.5);
}

.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
    color: white;
}

.header-nav h3 {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .25rem;
    margin-bottom: 4.8rem;
    margin-top: .9rem;
    color: #2da0ce;
}

.header-nav p {
    margin-bottom: 2.7rem;
}

.header-nav__content {
    position: relative;
    left: 50px;
    opacity: 0;
    visibility: hidden;
}

.header-nav__list {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 1.8rem;
    margin: 3.6rem 0 3rem 0;
    padding: 0 0 1.8rem 0;
    list-style: none;
}

.header-nav__list li {
    padding-left: 0;
    line-height: 4.5rem;
}

.header-nav__list a,
.header-nav__list a:visited {
    color: #FFFFFF;
}

.header-nav__social {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-size: 1.8rem;
}

.header-nav__social li {
    margin-right: 12px;
    padding-left: 0;
    display: inline-block;
}

.header-nav__social li a {
    color: rgba(255, 255, 255, 0.15);
}

.header-nav__social li a:hover,
.header-nav__social li a:focus {
    color: white;
}

.header-nav__social li:last-child {
    margin: 0;
}

.header-nav__close {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 36px;
    right: 30px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    z-index: 800;
}

.header-nav__close span::before, 
.header-nav__close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px;
}

.header-nav__close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-nav__close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-navi-wrap {
    float: right;
    padding: 48px 108px 0 0;
}
.header-navi-wrap ul{
    display: flex;
    align-items: center;
}

.header-navi-wrap ul li{
    list-style: none;
    margin-left: 25px;
    color: #333;
}
.header-navi-wrap ul li a,
.header-nav__content ul li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #333;
    display: flex;
}
.header-nav__content ul li a {
    font-size: 1.8rem;
    display: block;
}
.header-navi-wrap ul li .contact-btn {
    position: relative;
}
.header-navi-wrap ul li .btn--orange {
    width: 164px;
    height: 46px;
    bottom: 0;
    margin-bottom: 0;
    color: #fff;
    box-shadow: none;
    line-height: 3;
    padding: 2px 0;
    font-size: 1.4rem;
}
.header-navi-wrap .contact-tel {
    margin-top: -22px;
    color: rgba(46, 159, 205, 1);
}
.header-navi-wrap .contact-tel div {
    display: inline-block; 
}
.header-navi-wrap .tel-icon {
    background-color: rgba(46, 159, 205, 1);
    -webkit-mask: url("../images/tel-icon.png") center / contain no-repeat;
    mask: url("../images/tel-icon.png") center / contain no-repeat;
}
.header-navi-wrap .tel-icon img {
    width: 54px;
    opacity: 0;
    /* margin-top: -14px; */
}
.header-navi-wrap .contact-tel .tel-number-area a.tel-number {
    color: rgba(46, 159, 205, 1);
    font-size: 3.2rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.1rem;
}
.header-navi-wrap .contact-tel .tel-number-area p {
    color: rgba(46, 159, 205, 1);
    font-size: 1.4rem;
    font-weight: 600;
    margin: -12px 0 0 7px;
}


/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    left: 0;
}


/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
    position: fixed;
    right: 38px;
    top: 20px;
    height: 28px;
    width: 28px;
    line-height: 42px;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #2da0ce;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

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

.header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 70px;
    padding-left: 12px;
}

.header-menu-icon {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #2da0ce;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-icon::before, .header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-icon::before {
    top: -9px;
}

.header-menu-icon::after {
    bottom: -9px;
}
.parallax-mirror{
    /* top: 40px!important; */
}


/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .header-logo{
        left: 0px;
    }
    .header-navi-wrap {
        padding: 42px 20px 0 0;
    }
}
@media only screen and (max-width: 1100px) and (min-width: 901px) {
    .header-logo a {
        width: 150px;
    }
    .header-navi-wrap {
        padding: 38px 14px 0 0;
    }
    .header-navi-wrap ul li {
        margin-left: 14px;
    }
    .header-navi-wrap ul li a,
    .header-nav__content ul li a {
        font-size: 1.3rem;
        letter-spacing: 0;
    }
    .header-navi-wrap ul li .btn--orange {
        width: 132px;
        height: 40px;
        font-size: 1.2rem;
        line-height: 3;
    }
    .header-navi-wrap .tel-icon img {
        width: 42px;
    }
    .header-navi-wrap .contact-tel {
        margin-top: -16px;
    }
    .header-navi-wrap .contact-tel .tel-number-area a.tel-number {
        font-size: 2.5rem;
        letter-spacing: 0.04rem;
    }
    .header-navi-wrap .contact-tel .tel-number-area p {
        font-size: 1.1rem;
        margin: -10px 0 0 4px;
    }
}
@media only screen and (max-width: 1070px) {
    .parallax-mirror{
        /* height: 644px !important */
    }
    .parallax-slider{
        height: auto !important;
        width: 100% !important;
        left: 0 !important;
        top: 0px !important;
    }
}
@media only screen and (max-width: 900px) {
    .header-navi-wrap .contact-btn-li {
        float: right;
        padding: 0px 170px 0 0;
        margin-top: -22px;
    }
    .header-navi-wrap ul li .btn--orange {
        width: 124px;
        height: 36px;
        bottom: 0;
        color: #fff;
        box-shadow: none;
        line-height: 3;
        padding: 2px 0;
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 900px) {
    /* .parallax-slider{
        height: auto !important;
        width: 610px !important;
        left: -63px !important;
    } */
    .s-header {
        height: 70px;
    }
    .header-logo {
        left: 30px;
    }
    .header-logo a {
        width: 120px;
        margin-right: 3px;
    }
    .header-logo h1 {
        display: flex;
        margin-top: 0;
        font-size: 2rem;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0;
    }
    .header-menu-toggle {
        right: 25px;
    }
}
/* @media only screen and (max-width: 740px) {
    .parallax-slider{
        left: -100px !important;
    }
} */

@media only screen and (max-width: 400px) {
    .header-menu-text {
        display: none;
    }
}



/* ===================================================================
 * # home 
 *
 * ------------------------------------------------------------------- */
.s-home {
    width: 100%;
    height: 100%;
    max-height: 800px;
    background-color: transparent;
    position: relative;
    display: table;
}

.s-home .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.no-js .s-home {
    background: #888;
}


/* ------------------------------------------------------------------- 
 * ## home content
 * ------------------------------------------------------------------- */
.home-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-bottom: 15.6rem;
    position: relative;
    overflow: hidden;
}

.home-content h3 {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: .3rem;
    position: relative;
    margin-top: 0;
    margin-bottom: 1.2rem;
    margin-left: 6px;
}

.home-content h1 {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 6.3rem;
    line-height: 1.333;
    margin-top: 0;
    color: #FFFFFF;
}

.home-content {
    padding-top: 24rem;
    position: relative;
}
.home-content .mainview_label {
    border-collapse: separate;
    border-spacing: 5px 0;
    margin: 278px 0px 0px 90px;
}
.home-content .mainview_label .m_label1 {
    padding-right: 20px;
}
.home-content .mainview_label .m_label1,
.home-content .mainview_label .m_label2 {
    display:table-cell;
}
.home-content .mainview_label .m_label1 img,
.home-content .mainview_label .m_label2 img {
    width: 200px;
}

.home-content__buttons {
    padding-top: 6rem;
    text-align: left;
}

.home-content__buttons .btn {
    width: 215px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1.5rem 1.5rem 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-content__buttons .btn:last-child {
    margin-right: 0;
}

.home-content__buttons .btn:hover, 
.home-content__buttons .btn:focus {
    background: #FFFFFF !important;
    color: #000000;
}

.home-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem;
}

.home-content__scroll a {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}

.home-content__scroll a::before {
    border-bottom: 2px solid #2da0ce;
    border-right: 2px solid #2da0ce;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.home-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #2da0ce;
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}


/* fade in */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* fade out */

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}


/* ------------------------------------------------------------------- 
 * responsive:
 * home
 * ------------------------------------------------------------------- */
@media only screen and (min-width: 1800px) {
    .parallax-mirror {
        height: 1000px!important;
    }
    .parallax-mirror .parallax-slider {
        top: -100px!important;
    }
    .s-trouble {
        margin-top: 200px;
    }
}
@media only screen and (min-width: 2200px) {
    .parallax-mirror {
        height: 1300px!important;
    }
    .parallax-mirror .parallax-slider {
        top: -100px!important;
    }
    .s-trouble {
        margin-top: 500px;
    }
}
@media only screen and (min-width: 2800px) {
    .parallax-mirror {
        height: 1500px!important;
    }
    .parallax-mirror .parallax-slider {
        top: -100px!important;
    }
    .s-trouble {
        margin-top: 700px;
    }
}
@media only screen and (min-width: 3200px) {
    .parallax-mirror .parallax-slider {
        top: -250px!important;
    }
}
@media only screen and (max-width: 1070px) {
    .s-home {
        max-height: 510px!important;
    }
}
@media only screen and (max-width: 0px) {
    .s-home {
        max-height: 650px!important;
    }
}

@media only screen and (max-width: 1200px) {
    .home-content h1 {
        font-size: 5.5rem;
    }
    .home-content__main {
        max-width: 800px;
    }
}

@media only screen and (max-width: 1000px) {
    .home-content h1 {
        font-size: 4.6rem;
    }
    .home-content br {
        display: none;
    }
    br.fv-area-copy__break {
        display: block;
    }
    .home-content__main {
        padding-top: 21rem;
        padding-right: 80px;
        max-width: 680px;
    }
}

@media only screen and (max-width: 800px) {
    .s-home {
        max-height: none;
        height: auto;
    }
    .home-content h3 {
        font-size: 1.5rem;
    }
    .home-content h1 {
        font-size: 4rem;
    }
    .home-content__main {
        padding-right: 70px;
        max-width: 550px;
    }
}

@media only screen and (max-width: 700px) {
    .home-content__main {
        max-width: 490px;
    }
    .home-content__buttons {
        padding-top: 1.2rem;
        text-align: center;
    }
    .home-content__buttons .btn {
        display: block;
        width: 70%;
        margin: 1.5rem 0 0 0;
    }
    .home-social {
        right: 4rem;
    }
    .home-content__scroll {
        right: 7.5rem;
    }
    .home-content__line {
        right: 5.5rem;
    }
}

@media only screen and (max-width: 600px) {
    .s-home {
        /* max-height: 400px !important; */
        background-position: top 20px center!important;
        margin-bottom: 20px;
        background-image: url(../images/mainview_sp.png) !important;
    }
    .home-content {
        padding-bottom: 7.6rem;
    }
    .home-content h1 {
        font-size: 3.8rem;
    }
    .home-social {
        right: 2rem;
    }
    .home-social li {
        padding: .6rem 0;
    }
    .home-social i {
        font-size: 17px;
        border: none;
    }
    .home-social span {
        display: none;
    }
    .home-content__scroll {
        bottom: 5.4rem;
    }
    .home-content__line {
        height: 7.2rem;
    }
}

@media only screen and (max-width: 400px) {
    /* .s-home {
        min-height: 630px;
    } */
    .home-content h1 {
        font-size: 3.2rem;
    }
    .home-content__main {
        padding-top: 16.2rem;
        width: auto;
    }
}



.fv-improvement {
    display: block;
    height: auto;
    margin-top: 120px;
    min-height: clamp(520px, 50vw, 760px);
    max-height: none !important;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(178, 232, 252, 0.94) 0%, rgba(214, 244, 255, 0.82) 42%, rgba(255, 251, 244, 0.92) 100%);
}

.fv-improvement::before,
.fv-improvement::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 4;
    background: #fff;
}

.fv-improvement::before {
    top: 8px;
}

.fv-improvement::after {
    bottom: 8px;
}

.fv-improvement .home-content {
    display: block;
    min-height: inherit;
    padding: 0;
    overflow: hidden;
}

.fv-inner {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: min(100%, 1360px);
    min-height: inherit;
    margin: 0 auto;
    padding: clamp(36px, 4vw, 56px) clamp(24px, 5vw, 72px) clamp(38px, 5vw, 72px);
    display: flex;
    align-items: center;
}

.fv-bg-mark {
    position: absolute;
    z-index: 1;
    top: clamp(28px, 5vw, 72px);
    left: clamp(20px, 5vw, 70px);
    width: clamp(120px, 16vw, 210px);
    opacity: 0.3;
    pointer-events: none;
}

.fv-bg-mark img,
.fv-main-copy,
.fv-badges,
.fv-person,
.fv-fukidashi {
    display: block;
}

.fv-copy {
    position: relative;
    z-index: 3;
    width: min(62%, 760px);
}

.fv-lead-copy {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0 clamp(18px, 1.8vw, 26px);
    padding: 0.18em 0.42em;
    color: #fff;
    background: #29aee7;
    font-size: clamp(2rem, 1.9vw, 3rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
}

.fv-lead-copy__break {
    display: none;
}

.fv-area-copy {
    width: min(100%, 720px);
    margin: 0 0 clamp(6px, 0.8vw, 10px);
    color: #232323;
    font-size: clamp(1.7rem, 1.7vw, 2.4rem);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0;
}

.fv-area-copy__break {
    display: none;
}

.fixed-contact-banner {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 500;
    display: block;
    width: clamp(140px, 16vw, 240px);
    line-height: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.fixed-contact-banner:hover,
.fixed-contact-banner:focus {
    opacity: 0.88;
    transform: translateY(-2px);
}

.fixed-contact-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.fv-main-copy {
    width: min(100%, 720px);
    margin: 0;
    color: #232323;
    font-size: clamp(4rem, 4.1vw, 5.8rem);
    font-weight: 900;
    line-height: 1.42;
    letter-spacing: 0;
}

.fv-main-copy__brand {
    color: #1498c9;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.08em;
}

.fv-main-copy br {
    display: block;
}

.fv-badges {
    width: clamp(300px, 30vw, 390px);
    height: auto;
    margin-top: clamp(14px, 1.6vw, 22px);
    /*margin-left: clamp(12px, 3vw, 44px);*/
}

.fv-visual {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: calc((100% - 100vw) / 2);
    width: 100vw;
    pointer-events: none;
}

.fv-visual::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 28%;
    width: 24%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(207, 241, 253, 0) 0%, rgba(245, 251, 252, 0.86) 58%, rgba(255, 255, 255, 0) 100%);
}

.fv-person {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: min(65vw, 890px);
    height: 100%;
    object-fit: cover;
    object-position: right center;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 8%, #000 22%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 8%, #000 22%, #000 100%);
}

.fv-fukidashi {
    position: absolute;
    z-index: 2;
    top: clamp(58px, 7vw, 104px);
    right: clamp(28px, 7vw, 96px);
    width: clamp(140px, 15vw, 197px);
    height: auto;
    filter: drop-shadow(0 6px 10px rgba(83, 83, 83, 0.12));
}

@media only screen and (max-width: 900px) {
    .fv-improvement {
        margin-top: 70px;
        min-height: 720px;
    }

    .fv-bg-mark {
        right: clamp(20px, 5vw, 70px);
        left: inherit;
    }

    .fv-inner {
        align-items: flex-start;
        padding-top: 54px;
        padding-bottom: 340px;
    }

    .fv-copy {
        width: 100%;
        padding-bottom:5rem;
    }

    .fv-main-copy {
        width: min(100%, 620px);
    }

    .fv-badges {
        width: min(58vw, 300px);
        margin-left: 0;
    }

    .fv-lead-copy {
        display: block;
        width: 100%;
        max-width: calc(100vw - 36px);
        width: fit-content;
        margin-bottom: 12px;
        font-size: clamp(1.45rem, 4vw, 1.8rem);
    }

    .fv-area-copy {
        width: calc(100vw - 36px);
        max-width: calc(100vw - 36px);
        font-size: clamp(1.35rem, 3.8vw, 1.65rem);
        line-height: 1.45;
    }

    .home-content .fv-lead-copy__break {
        display: block;
    }

    .fv-person {
        width: 100%;
        height: 48%;
        object-position: 72% center;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .fv-visual::before {
        content: none;
    }

    .fv-fukidashi {
        top: auto;
        right: 18px;
        bottom: 245px;
        width: 150px;
    }
}

@media only screen and (max-width: 600px) {
    .fv-improvement {
        min-height: 640px;
        margin-bottom: 20px;
        background-image:
            linear-gradient(180deg, rgba(178, 232, 252, 0.96) 0%, rgba(222, 246, 255, 0.9) 48%, rgba(255, 251, 244, 0.92) 100%) !important;
        background-position: center !important;
    }

    .fv-inner {
        padding: 42px 18px 300px;
    }

    .fv-bg-mark {
        top: 36px;
        width: 128px;
    }

    .fv-improvement .fv-main-copy {
        width: calc(100vw - 36px) !important;
        max-width: calc(100vw - 36px) !important;
        font-size: clamp(2.6rem, 7.2vw, 2.8rem);
        line-height: 1.32;
    }

    .fv-badges {
        width: min(60vw, 240px);
        margin-top: 12px;
    }

    .fv-area-copy__separator {
        display: none;
    }

    .fv-area-copy__break {
        display: block;
    }

    .fixed-contact-banner {
        right: 12px;
        bottom: 12px;
        width: min(42vw, 180px);
    }

    .fv-person {
        height: 45%;
        object-position: 68% center;
    }

    .fv-fukidashi {
        right: 12px;
        bottom: 212px;
        width: 128px;
    }
}

@media only screen and (max-width: 400px) {
    .fv-improvement {
        min-height: 590px;
    }

    .fv-inner {
        padding-top: 36px;
        padding-bottom: 270px;
    }

    .fv-badges {
        width: min(62vw, 220px);
    }

    .fv-fukidashi {
        width: 116px;
        bottom: 195px;
    }
}

/* ===================================================================
 * # trouble
 *
 * ------------------------------------------------------------------- */
.s-trouble {
    /* padding-top: 15.2rem; */
    padding-top: 5.2rem;
    /* padding-bottom: 9rem; */
    background: linear-gradient(to top, rgba(211, 237, 248, 1) 0%, rgba(255, 255, 255, 0.7) 100%);
    color: #010507;
    position: relative;
}
.s-trouble .section-header {
    margin-bottom: 0.2rem;
    padding-bottom: 0;
}
.s-trouble::before{
    content: "";
    position: absolute;
    height: 200px;
    width: 100%;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background-color: #fff;
    bottom: -1px;
    left: 0;
    color: #fff;
    text-align: center;
    background: #fff;
    background-position: right 33px;
}

.s-trouble .trouble-title1 {
    margin-top: 15px;
}
.s-trouble .trouble-title1 img {
    width: 90%;
}
.s-trouble .trouble-item {
    /* position: relative; */
    display: flex;
    justify-content: center;
    margin-top: -50px;
}
.s-trouble .trouble-image {
    text-align: center;
    z-index: 30;
}
.s-trouble .trouble-image img {
    max-width: 65%;
}
.s-trouble .trouble-line {
    height: 240px;
    width: 49.5%;
}
.s-trouble .trouble-line .contact__line2 {
    position: absolute;
    display: block;
    width: 2px;
    height: 15.7rem;
    background-color: #333;
    left: 49.9%;
    z-index: 30;
}
.s-trouble .blur {
    position: absolute;
    aspect-ratio: 1 / 1;
    background: radial-gradient(circle, rgb(211, 237, 248), rgb(211 237 248 / 0%));
    filter: blur(13px);
    width: min(40%, 1000px);
    height: 100px;
    left: 29.9%;
    top: 73%;
    z-index: 1;
}


/* ------------------------------------------------------------------- 
 * ## trouble stats
 * ------------------------------------------------------------------- */
.trouble-stats {
    text-align: center;
}

.stats__col {
    margin: 5.4rem 0;
    padding: 0 2rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.stats__col:last-child {
    border-right: none;
}

.trouble__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #FFFFFF;
    position: absolute;
    right: 7.2rem;
    top: 0;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * trouble
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .s-trouble .border-radius{
        width: 200px;
        height: 200px;
        font-size: 2.0rem;
    }
}
@media only screen and (max-width: 1070px) {
    .s-trouble {
        padding-top: 2rem;
    }
    .s-trouble-contents {
        margin-top: 40px;
    }
    .s-trouble .trouble-image img {
        max-width: 80%;
    }
}
@media only screen and (max-width: 900px) {
    .banner {
        width: 92%;
        margin: 0 auto;
    }
    .s-trouble {
        padding-bottom: 2rem;
    }
    .s-trouble .border-radius{
        width: 200px;
        height: 200px;
        font-size: 2.0rem;
    }
    .trouble-item {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    /* .s-trouble .border-radius.r1, 
    .s-trouble .border-radius.r2 {
        margin: 0;
    }
    .s-trouble .border-radius.r1, 
    .s-trouble .border-radius.r4 {
        margin: 0;
    }
    .s-trouble .border-radius.r3,
    .s-trouble .border-radius.r4 {
        margin: 0;
    }
    .s-trouble .border-radius.r1, 
    .s-trouble .border-radius.r2, 
    .s-trouble .border-radius.r3, 
    .s-trouble .border-radius.r4 {
        margin: 10px;
    } */
    .s-trouble .trouble-image img {
        max-width: 94%;
    }
    .s-trouble .trouble-image {
        position: unset;
    }
    .s-trouble::before {
        height: 100px;
    }
    .s-trouble .trouble-line {
        height: 120px;
    }
    .s-trouble .trouble-line .contact__line2 {
        height: 7.7rem;
        margin-top: 8px;
    }
    .s-trouble .blur {
        top: 80%;
    }
}
@media only screen and (max-width: 600px) {
    .s-trouble-contents {
        margin-top: -10px;
    }
    .s-trouble .border-radius{
        width: 180px;
        height: 180px;
        font-size: 1.8rem;
    }
    .s-trouble .blur {
        background: radial-gradient(circle, rgb(211, 237, 248), rgb(211 237 248 / 60%));
        height: 60px;
        top: 72%;
    }
}
@media only screen and (max-width: 400px) {
    .s-trouble .border-radius {
        width: 165px;
        height: 165px;
        font-size: 1.6rem;
    }
}


/* ------------------------------------------------------------------- 
 * ## services list 選ばれる理由
 * ------------------------------------------------------------------- */
.s-services {
    padding-top: 0.1rem;
    padding-bottom: 2.0rem;
    background-color: #fff;
    color: #757575;
    position: relative;
}
.s-services .section-header {
    max-width: 1440px;
}
.stripe {
    background: repeating-linear-gradient(-59deg, #fee5c9, #fee5c9 2px, #feead2 0, #feead2 26px);
}
.s-services.stripe {
    background: #fff;
}
.s-services h2 {
    font-size: 7.6rem;
    font-weight: bold;
    color: rgba(46, 159, 205, 1);
    margin-bottom: -20px;
}
.s-services .services-h {
    margin-top: -88px;
}
.services-list {
    margin-top: 6rem;
    padding: 0 98px;
}

.services-list .service-item {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    height: 350px;
    padding-left: 0;
    padding-right: 0;
}
.services-list .service-item h4 {
    position: relative;
    padding: 4px 8px 4px 4px;
    background: linear-gradient(270deg, #06BEEB 0%, #1793EC 100%);
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0px;
    text-align: left;
    font-size: 2.7rem;
    width: 86%;
    width: fit-content;
}
.s-services .services-subtitle {
    
}
.s-services .services-subtitle img {
    width: 630px;
}

.services-list .service-item h3::before,
.services-list .service-item h3::after {
    position: absolute;
    content: '';
}
.service-item .service-text.srigth {
    margin-left: 40px;
}
.service-item .service-img {
    position: relative;
}
.service-item .service-img img.top-left {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 100px;
}
.service-item .service-img img.top-rigth {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 100px;
}
.service-item .service-text p {
    padding: 0 6px 0 12px;
    color: #222;
    font-weight: 600;
    font-size: 1.6rem;
}
.service-item .service-text p.slt {
    padding: 0 30px 0 12px;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * services
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .services-list {
        padding: 0 34px;
    }
    .s-services h2 {
        font-size: 6.0rem;
    }
}
@media only screen and (max-width: 800px) {
    .services-list {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .services-list .service-item {
        float: none;
        clear: none;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .services-list .service-item:nth-child(1) {
        order: 1;
    }
    .services-list .service-item:nth-child(2) {
        order: 2;
    }
    .services-list .service-item:nth-child(3) {
        order: 4;
    }
    .services-list .service-item:nth-child(4) {
        order: 3;
    }
    .services-list .service-item:nth-child(5) {
        order: 5;
    }
    .services-list .service-item:nth-child(6) {
        order: 6;
    }
    .services-list .service-item:nth-child(7) {
        order: 8;
    }
    .services-list .service-item:nth-child(8) {
        order: 7;
    }
    .services-list .service-item:nth-child(9) {
        order: 9;
    }
    .services-list .service-item:nth-child(10) {
        order: 10;
    }
    .services-list .service-item:nth-child(11) {
        order: 12;
    }
    .services-list .service-item:nth-child(12) {
        order: 11;
    }
    .service-item .service-img {
        margin: 0 auto;
        padding: 10px;
    }
    .service-item .service-text.srigth,
    .service-item .service-text {
        margin-left: 20px;
    }
    .service-item .service-text p,
    .service-item .service-text p.slt {
        padding: 10px 10px 0px 0px;
    }
    .service-item.item2 .service-text,
    .services-list .service-item.item3,
    .services-list .service-item.item3 .service-text,
    .services-list .service-item.item4 .service-text,
    .services-list .service-item.item5,
    .services-list .service-item.item5 .service-text {
        margin-top: 0;
    }
}
@media only screen and (max-width: 600px) {
    .s-services h2 {
        font-size: 4.0rem;
    }
    .services-list .service-item {
        height: auto;
    }
    .service-item .service-img img.top-left {
        left: 0px;
    }
    .service-item .service-img img.top-rigth {
        right: 0px;
    }
}
@media only screen and (max-width: 400px) {
    .s-services  {
        padding-top: 5rem;
    }
    .services-list .service-item {
        height: auto;
    }
    .services-list .service-item.item1 {
        margin-bottom: 6px;
    }
}


/* ------------------------------------------------------------------- 
 * ## services2 サービスのご紹介
 * ------------------------------------------------------------------- */
 .s-services2 {
    padding-top: 16rem;
    padding-bottom: 19.2rem;
    background: linear-gradient(90deg, rgba(240, 249, 253, 1) 20%, rgba(209, 237, 248, 1) 60%);
    color: #757575;
    position: relative;
}
.s-services2 .section-header {
    max-width: 1440px;
}
.s-services2 h2 {
    font-size: 5.7rem;
    font-weight: bold;
    color: #323232;
    margin-bottom: -20px;
    margin-top: 26px;
}
.s-services2 .services-h {
    margin-top: -88px;
}
.s-services2 .services2-subtitle {
    padding-right: 10px;
}
.s-services2 .services2-subtitle img {
    max-width: 850px;
}
.s-services2 .services2-list {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
.services2-list .services2-item{
    padding: 1.4em 12px;
    flex-basis: 10%;
    color: #000;
}
.services2-list .services2-item .border-radius {
    width: 180px;
    height: 180px;
    line-height: 200px;
    background-color: #2ea0ce;
    border-radius: 50%;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services2-list .services2-item .border-radius img {
    width: 110px;
}
.services2-list .services2-item .border-radius img.img3-4 {
    width: 140px;
}
.services2-list .services2-item .border-square {
    background: #fff;;
    max-width: 900px;
    height: 180px;
    border-radius: 12px;
    box-shadow: 4px 6px #000;
}
.services2-list .services2-item .text {
    font-size: 2.5rem;
    font-weight: 500;
    color: #333;
    line-height: 3.0rem;
    margin-top: 16px;
}
.services2-list .services2-item .text.text4 {
    margin-left: 20px;
}
.services2-list .services2-item .text span {
    background: linear-gradient(transparent 78%, #ed9b40 78%);
}

/* サービス一覧 タイトル */
.s-services2 .services2-list-text{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 35px;
}
.s-services2 .service2-text h4 {
    position: relative;
    padding: 10px 8px 10px 4px;
    background: linear-gradient(150deg, #2ea0ce 40%, #1b6988 56%);
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0px;
    font-size: 3.2rem;
    font-weight: 500;
    max-width: 590px;
    margin: 0 auto;
}

/* サービス一覧 */
.s-services2 .services2-list-detail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
.services2-list-detail .services2-item-detail {
    padding: 6px 10px;
    flex-basis: 25.2%;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * services2
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1300px) {
    .services2-list .services2-item {
        padding: 1em 10px;
    }
    .services2-list .services2-item .border-radius {
        width: 140px;
        height: 140px;
    }
    .services2-list .services2-item .border-radius img {
        width: 80px;
    }
    .services2-list .services2-item .border-radius img.img3-4 {
        width: 110px;
    }
    .services2-list .services2-item .text {
        font-size: 2.0rem;
    }
    .services2-list-detail .services2-item-detail {
        flex-basis: 30%;
    }
}
@media only screen and (max-width: 1000px) {
    .s-services2 h2 {
        font-size: 4.4rem;
        margin-bottom: -30px;
        margin-top: 14px;
    }
    .s-services2 .services2-list {
        width: 100%;
        justify-content: space-around;
    }
    .s-services2 .services2-subtitle img {
        width: 96%;
    }
    .services2-list-detail .services2-item-detail {
        flex-basis: 47.2%;
    }
}
@media only screen and (max-width: 600px) {
    .s-services2 {
        padding-bottom: 12.2rem;
    }
    .services2-list .services2-item {
        padding: 1em 14px;
    }
    .s-services2 h2 {
        font-size: 3.4rem;
    }
    .s-services2 .service2-text h4 {
        font-size: 2.2rem;
    }
    .services2-list-text .service2-text {
        width: 80%;
        margin: 0 auto;
    }
}

/* ===================================================================
 * # works
 * 施工事例
 * ------------------------------------------------------------------- */
#works .section-header {
    margin-top: -322px;
}
#works h3.sub-title {
    margin-bottom: 24px;
}
.s-works {
    background: #FFFFFF;
    padding: 0 0 17rem 0;
    position: relative;
    margin-top: 10px;
}
.s-works::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background: linear-gradient(90deg, rgba(240, 249, 253, 1) 20%, rgba(209, 237, 248, 1) 60%);
    top: -50px;
    right: 0;
}
.s-works h2 {
    font-weight: 600;
    font-size: 5.8rem;
}
.s-works .intro-wrap {
    padding: 22rem 0 25.2rem;
    background: linear-gradient(270deg, #06BEEB 0%, #1793EC 100%);
    transform: skewY(-7deg);
    height: 542px;
}
.s-works .intro-wrap .section-header {
    transform: skewY(7deg);
}

.works-content {
    max-width: 1200px;
    margin-top: -63.4rem;
    transform: skewY(7deg);
}
.works-list {
    display: flex;
    justify-content: center;
    /* justify-content: space-around; */
}
.works-list .works-item {
    padding: 1em 0.8em;
    flex-basis: 24%;
}
.works-list .works-item .img-tag {
    position: relative;
    width: 100%;
}
.works-list .works-item .img-tag p {
    position: absolute;
    font-size: 1.6rem;
    font-weight: 600;
    top: 0;
    left: 0;
    background: #fff;
    color: #222;
    padding: 0.3rem 0.5rem;
    margin: 0;
    width: 120px;
    height: 35px;
    text-align: center;
    letter-spacing: 0.15rem;
}
.works-list .works-item .img-tag p.img-tag-after {
    background: #ed9b40;
    color: #fff;
}
.works-list .works-arrow {
    width: 70px;
    margin: -4px auto;
    max-width: 80px;
    transform: translate3d(0, 0, 0);
}
.works-list .works-item img {
    width: 100%;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * works
 * ------------------------------------------------------------------- */
 @media only screen and (max-width: 1000px) {
    .s-works .intro-wrap{
        padding: 22rem 0 15.2rem;
        height: 1310px;
    }
    .works-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }
    .works-list .works-item {
        flex-basis: 49%;
    }
    .works-content {
        margin-top: -300rem;
    }
}
@media only screen and (max-width: 800px) {
    .s-works .intro-wrap{
        height: 1000px;
    }
}
@media only screen and (max-width: 600px) {
    .s-works {
        padding: 0 0 12rem 0;
    }
    .s-works h2 {
        font-size: 4.4rem;
    }
    #works .section-header {
        margin-top: -330px;
    }
    .s-works .intro-wrap {
        padding: 23rem 0 2.2rem;
        height: 770px;
    }
    .works-content {
        margin-top: -200rem;
    }
    .works-list .works-item img {
        width: 100%;
    }
}
@media only screen and (max-width: 400px) {
    .s-works .intro-wrap {
        padding: 25rem 0 2.2rem;
        height: 670px;
    }
    .works-content {
        margin-top: -175rem;
    }
    [class*="col-"] {
        float: left!important;
    }
}

/* ===================================================================
 * # price
 * 料金プラン
 * ------------------------------------------------------------------- */
 #price .section-header {
    margin-top: -310px;
}
.s-price {
    background: #FFFFFF;
    padding: 0 0 48px 0;
    min-height: 520px;
    position: relative;
}

.s-price .intro-wrap {
    padding: 25rem 0 25.2rem;
    height: 560px;
}
.s-price h2 {
    font-size: 5.9rem;
    font-weight: 600;
}
.s-price h3.sub-title {
    margin-bottom: 30px;
}
.price-content {
    max-width: 1160px;
    margin-top: -63.4rem;
}
.price-list {
    width: 600px;
    width: 100%;
    margin: 0 auto;
    max-width: 802px;
}
.price-list .price-item {
    padding-left: 0px;
    padding-right: 0px;
}
.price-list .price-item img {
    width: 400px;
}
.price-list .price-table {
    border-spacing: 1px;
    margin-top: 10px;
    font-size: 2.2rem;
}
.price-list .price-table.t-right {
    padding-left: 16px;
}
.price-list .price-table.t-left {
    padding-right: 16px;
}

.price-list .price-table th {
    background-color: #2da0cd;
    color: #fff;
    padding: 0 10px 0 20px;
    height: 64px;
    width: 140px;
}
.price-list .price-table td {
    padding: 0.6rem 1rem;
    color: #000;
}
.price-list .price-table td.t-top {
    border-top: 1px #E8E8E8 solid;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * price
 * ------------------------------------------------------------------- */
 @media only screen and (max-width: 800px) {
    .price-list .price-table.t-right,
    .price-list .price-table.t-left {
        padding-left: 16px;
    }
    .price-list .price-table.t-right{
        padding-right: 16px;
    }
    .price-list .price-item table {
        margin-bottom: 0rem;
    }
 }
@media only screen and (max-width: 600px) {
    .s-price h2 {
        font-size: 4rem;
    }
    .s-price h3.sub-title {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 400px) {
    .s-price h2 {
        font-size: 3.6rem;
    }
    .price-content {
        margin-top: -53.4rem;
    }
}

/* ===================================================================
 * # contact-area
 * お問い合わせはこちら　インクルードファイル
 * ------------------------------------------------------------------- */
#contact-area .s-contact-area {
    margin-top: 50px;
}
.s-contact-area {
    color: #fff;
    height: 326px;
}
.final-cta-image {
    background: #fff;
    text-align: center;
    width: 33.33%;
    display: flex;
    flex-direction: row;
}
.final-cta-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.s-contact-area h2 {
    color: #fff;
    margin-bottom: 1.4rem;
    font-weight: bold;
    font-size: 3.3rem;
}
.s-contact-area p {
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 0px;
    margin-top: -10px;
}
.s-contact-area p.time {
    font-weight: bold;
    font-size: 1.6rem;
}

.s-contact-area .intro-wrap {
    padding: 1px;
    background: linear-gradient(270deg, #06BEEB 0%, #1793EC 100%);
    height: 460px;
}

.contact-area-content {
    max-width: 1160px;
    margin-top: -63.4rem;
}
.contact-area-list {
    width: 67%;
    display: flex;
    width: 1200px;
    justify-content: space-around;
}
.contact-area-list .contact-area-item,
.contact-area-list .tel-area-item,.contact-area-list .line-area-item {
    padding: 1em;
    flex-basis: 30%;
    margin-top: -52px;
}
.contact-area-list .contact-area-item .contact-area-tel,
.contact-area-list .tel-area-item .contact-area-tel,
.contact-area-list .line-area-item .contact-area-tel {
    display: flex;
}
.contact-area-list .contact-area-item .img-tag-after,
.contact-area-list .tel-area-item .img-tag-after,
.contact-area-list .line-area-item .img-tag-after {
    font-size: 4.6rem;
    font-weight: bold;
    margin-top: -16px;
    width: 340px;
}
.contact-area-list .contact-area-item .contact-area-tel img,
.contact-area-list .tel-area-item .contact-area-tel img,
.contact-area-list .line-area-item .contact-area-tel img {
    width: 50px;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * contact-area
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .s-contact-area{
        height: 450px;
    }
    .s-contact-area p {
        font-size: 2.1rem;
    }
    .contact-area-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: -20px;
    }
    .contact-area-list.row {
        padding-left: 5px;
        padding-right: 5px;
    }
    .btn--bluesky, a.btn--bluesky {
        width: 100%;
        height: 70px;
        margin-bottom: 30px;
        font-size: 1.8rem;
    }
    .btn--orange, a.btn--orange {
        width: 100%;
        height: 70px;
        font-size: 1.8rem;
    }
    .btn--green, a.btn--green {
        width: 100%;
        height: 70px;
        font-size: 1.8rem;
    }
    .contact-area-list .contact-area-item, 
    .contact-area-list .tel-area-item ,.contact-area-list .line-area-item{
        flex-basis: unset;
        margin-top: -22px;
    }
    .contact-area-list .contact-area-item a, 
    .contact-area-list .tel-area-item a,
    .contact-area-list .line-area-item a {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 600px) {
    .s-contact-area .section-header {
        padding: 0 10px;
    }
}

/* ===================================================================
 * # flow
 * 施工の流れ
 * ------------------------------------------------------------------- */
 #flow .section-header {
    margin-top: -180px;
}
.s-flow {
    background: #FFFFFF;
    /* padding: 0 0 15rem 0; */
    min-height: 760px;
    /* position: relative; */
}
.s-flow h2 {
    font-weight: bold;
    font-size: 5.6rem;
    color: #fff;
}
.s-flow h3.sub-title {
    margin-bottom: 30px;
}

.s-flow .intro-wrap {
    padding: 25rem 0 25.2rem;
    background: #7ec7e5;
    height: 1460px;
}
.flow-item.radius {
    width: 180px;
}
.flow-item.square {
    width: 83%;
}
.flow-item .border-radius {
    width: 150px;
    height: 150px;
    line-height: 200px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow-item .border-radius img {
    width: 64px;
}
.flow-item .border-square {
    background: #fff;;
    max-width: 900px;
    height: 180px;
    border-radius: 12px;
    box-shadow: 4px 6px #000;
}

.flow-content {
    max-width: 1160px;
    width: 100%;
    margin-top: -130rem;
    padding: 50px;
}

.flow-list .flow-item{
    padding: 1.4em;
    flex-basis: 30%;
    color: #000;
}
.flow-list .flow-item .title {
    padding: 1em 0em 0em 1em;
    font-weight: 600;
    font-size: 2.2rem;
}
.flow-list .flow-item .detail {
    padding: 1rem 2rem 0 2.3rem;
    font-size: 1.6rem;
    color: #222;
    width: 630px;
}
.flow-list .flow-item .number {
    color: #7cc3e0;
    display: flex;
    float: right;
    font-size: 8.6rem;
    margin: -90px 22px -50px 0;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}
.flow-list .flow-item .number.z1 {
    letter-spacing: 0.5rem;
}
.s-flow .contact__line {
    display: block;
    width: 8px;
    height: 7.7rem;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 17.4rem;
    margin-left: 3px;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * flow
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .flow-content {
        padding: 0;
    }
}
@media only screen and (max-width: 1100px) {
    .flow-item.square {
        width: 80%;
    }
    .flow-list .flow-item .detail {
        width: 560px;
    }
}
@media only screen and (max-width: 950px) {
    .flow-item.square {
        width: 75%;
    }
}
@media only screen and (max-width: 800px) {
    .flow-item.square {
        width: 98%;
    }
}
@media only screen and (max-width: 600px) {

    #flow .section-header {
        margin-top: -200px;
    }
    .s-flow h2 {
        font-size: 4rem;
    }
    .s-flow h3.sub-title {
        margin-bottom: 10px;
    }
    .flow-content {
        padding: 5px;
    }
    .flow-list .flow-item {
        padding: 0.7em;
        width: 100%;
    }
    .flow-list .flow-item .detail {
        width: 100%;
        font-size: 1.5rem;
    }
    .flow-item .border-square {
        height: 209px;
    }
    .flow-list .flow-item .number{
        font-size: 6.6rem;
        margin: -56px 6px -50px 0;
    }
}
@media only screen and (max-width: 400px) {
    .s-flow h3.sub-title {
        margin-bottom: 10px;
    }
    .s-flow h2 {
        font-size: 4.6rem;
    }
    .flow-list .flow-item .number{
        margin: -40px 6px -50px 0;
    }
    .s-flow .intro-wrap {
        height: 1380px;
    }
}
@media only screen and (max-width: 380px) {
    .flow-list .flow-item .number{
        margin: -66px 6px -50px 0;
    }
    .flow-list .flow-item .number.z1,
    .flow-list .flow-item .number.z4 {
        margin: -41px 6px -50px 0;
    }
}

/* ===================================================================
 * # faq
 * よくあるご質問
 * ------------------------------------------------------------------- */
 #faq .section-header {
    margin-top: -180px;
}
.s-faq {
    background: #e8f6fc;
    margin-top: 44px;
}
.s-faq h2 {
    font-weight: bold;
    font-size: 5.6rem;
}
.s-faq h3.sub-title {
    margin-bottom: 24px;
}

.s-faq .intro-wrap {
    padding: 25rem 0 25.2rem;
    /* height: 1460px; */
}
.faq-item.square {
    width: 100%;
}
.faq-item .border-square {
    background: #fff;
    /* max-width: 900px; */
    height: 202px;
    border-radius: 12px;
    border: 1px solid rgba(46, 159, 205, 0.16);
    box-shadow: 0 8px 22px rgba(46, 159, 205, 0.08);
    display: table;
    width: 100%;
}
.faq-item .border-square div.title {
    /* width: calc(80% - 20px); */
}
.faq-item .border-square div.number {
    padding: 40px 32px 40px 42px;
    font-size: 4rem;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    width: 164px;
}
.faq-item .border-square div.title div {
    padding: 20px 0 10px 0;
    font-size: 2.5rem;
    font-weight: 500;
}
.faq-item .border-square div.title p {
    padding: 10px 10px 10px 0;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    max-width: 760px;
}

.faq-content {
    max-width: 1060px;
    margin-top: -130rem;
    padding-bottom: 65px;
}
.faq-list .faq-item{
    padding: 1.0em;
    flex-basis: 30%;
    color: #000;
}
.faq-list .faq-item .number {
    color: rgba(46, 159, 205, 1);
    /* display: flex; */
    /* float: right; */
    font-size: 5.2rem;
    /* margin: -75px 17px -50px 0; */
}
.faq-list .faq-item .title {
    padding: 0.8em 0em 0em 0.8em;
    color: rgba(46, 159, 205, 1);
    font-weight: bold;
    font-size: 2.2rem;
}
.faq-list .faq-item .detail {
    padding: 1rem 2rem 0 2rem;
    width: 810px;
}
.s-faq .contact__line {
    display: block;
    width: 8px;
    height: 12.4rem;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 17.4rem;
    margin-left: 3px;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * faq
 * ------------------------------------------------------------------- */
 @media only screen and (max-width: 600px) {
    .s-faq h2 {
        font-size: 4.6rem;
    }
    .faq-content.row {
        padding-left: 5px;
        padding-right: 5px;
    }
    .faq-item .border-square{
        display: block;
        height: auto;
        padding-bottom: 1px;
    }
    .faq-item .border-square div.number {
        padding: 10px 0px 0px 20px;
        font-size: 2.2rem;
        max-width: 100%;
    }
    .faq-list .faq-item .title {
        padding: 0.2em 0em 0em 0.2em;
    }
    .faq-item .border-square div.title div {
        padding: 0px 0 0px 14px;
        font-size: 2.0rem;
    }
    .faq-item .border-square div.title p {
        padding: 10px 16px 0px 16px;
        font-size: 1.4rem;
        width: 100%;
    }
 }
 @media only screen and (max-width: 400px) {
    .faq-content {
        margin-top: -30rem;
    }
 }

/* ------------------------------------------------------------------- 
 * ## banner
 * ------------------------------------------------------------------- */
.top-banner {
    position: absolute;
    top: -292px;
    float: left;
}
.banner {
    text-align: center; 
    padding: 10px 0;
}
.banner img {
    width: 800px;
}

@media only screen and (max-width: 1070px) {
    .top-banner {
        top: -200px;
    }
    .banner {
        padding: 0;
    }
    .banner img {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    [class*="col-"] {
        padding: 0;
    }
}
@media only screen and (max-width: 400px) {
    .top-banner {
        top: -180px;
    }
}


/* ------------------------------------------------------------------- 
 * ## bricks/masonry
 * ------------------------------------------------------------------- */
.masonry:after {
    content: "";
    display: table;
    clear: both;
}

.masonry .grid-sizer, .masonry__brick {
    width: 50%;
}

.masonry__brick {
    float: left;
    padding: 0;
}

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

.item-folio__thumb img {
    vertical-align: bottom;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.item-folio__thumb a {
    display: block;
}

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

.item-folio__thumb a::after {
    content: "+";
    font-size: 2.7rem;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 1;
}

.item-folio__text {
    position: absolute;
    left: 0;
    bottom: 3.6rem;
    padding: 0 3.3rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item-folio__title {
    font-size: 1.4rem;
    line-height: 1.286;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin: 0 0 .3rem 0;
}

.item-folio__cat {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.4rem;
    line-height: 1.714;
    margin-bottom: 0;
}

.item-folio__caption {
    display: none;
}

.item-folio__project-link {
    display: block;
    color: #FFFFFF;
    box-shadow: 0 0 0 1px #FFFFFF;
    border-radius: 50%;
    height: 4.2rem;
    width: 4.2rem;
    text-align: center;
    z-index: 500;
    position: absolute;
    top: 3rem;
    left: 3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.item-folio__project-link i {
    font-size: 1.8rem;
    line-height: 4.2rem;
}

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

.item-folio__project-link:hover,
.item-folio__project-link:focus,
.item-folio__project-link:active {
    background-color: #FFFFFF;
    color: #000000;
}


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

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

.item-folio:hover .item-folio__thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

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


/* ===================================================================
 * # contact 
 *
 * ------------------------------------------------------------------- */
.s-contact {
    background-color: #151515;
    background-image: url("../images/contact-bg.jpg");
    background-repeat: no-repeat;
    background-position: center, center;
    padding-top: 15rem;
    padding-bottom: 12rem;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.s-contact .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-color: #151515;
}

.s-contact .form-field {
    position: relative;
}

.s-contact .form-field:after {
    content: "";
    display: table;
    clear: both;
}

.s-contact .form-field label {
    font-size: 1rem;
    line-height: 2.4rem;
    position: absolute;
    bottom: -0.3rem;
    right: .6rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: 0 2rem;
    margin: 0;
    color: #FFFFFF;
    background: #2da0ce;
}

.s-contact .form-field label::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #2da0ce;
}

.contact__line {
    display: block;
    width: 2px;
    height: 20.4rem;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: -10.2rem;
    margin-left: -1px;
}

.contact-content {
    max-width: 1000px;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.4);
    padding-top: 6rem;
    padding-bottom: 6rem;
    font-size: 1.5rem;
    line-height: 2;
    position: relative;
}

.contact-content h3 {
    margin-top: 0;
    margin-bottom: 6.6rem;
    color: #FFFFFF;
}

.contact-content h5 {
    margin-top: 0;
    color: #2da0ce;
}

.contact-content input[type="email"],
.contact-content input[type="number"],
.contact-content input[type="search"],
.contact-content input[type="text"],
.contact-content input[type="tel"],
.contact-content input[type="url"],
.contact-content input[type="password"],
.contact-content textarea,
.contact-content select {
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin-bottom: .9rem;
}

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

.contact-content button,
.contact-content .btn {
    margin-top: 3.6rem;
}
.contact-content input::-webkit-input-placeholder,
.contact-content select::-webkit-input-placeholder,
.contact-content textarea::-webkit-input-placeholder {
    color: #4f4f4f;
}

.contact-content input:-moz-placeholder,
.contact-content select:-moz-placeholder,
.contact-content textarea:-moz-placeholder {
    color: #4f4f4f;    /* Firefox 18- */
}

.contact-content input::-moz-placeholder,
.contact-content select::-moz-placeholder,
.contact-content textarea::-moz-placeholder {
    color: #4f4f4f;    /* Firefox 19+ */
}

.contact-content input:-ms-input-placeholder,
.contact-content select:-ms-input-placeholder,
.contact-content textarea:-ms-input-placeholder {
    color: #4f4f4f;
}

.contact-content input.placeholder,
.contact-content select.placeholder,
.contact-content textarea.placeholder {
    color: #4f4f4f !important;
}
.contact-primary, .contact-secondary {
    float: left;
    padding: 0 5rem;
}

.contact-primary {
    width: 65%;
}

.contact-primary #contactForm {
    margin-top: -1.5rem;
}

.contact-secondary {
    width: 35%;
}

.contact-secondary::before {
    content: "";
    display: block;
    width: 35%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #121212;
}

.contact-secondary .contact-info {
    position: relative;
}

.contact-secondary .cinfo {
    margin-bottom: 4.8rem;
}

.contact-social {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-size: 2rem;
}

.contact-social li {
    margin-right: 15px;
    padding-left: 0;
    display: inline-block;
}

.contact-social li a {
    color: white;
}

.contact-social li a:hover, 
.contact-social li a:focus {
    color: #2da0ce;
}

.contact-social li:last-child {
    margin: 0;
}

.message-warning, 
.message-success {
    display: none;
    background: #111111;
    font-size: 1.5rem;
    line-height: 2;
    padding: 3rem;
    margin-bottom: 3.6rem;
    width: 100%;
}

.message-warning {
    color: #ff6163;
}

.message-success {
    color: #2da0ce;
}

.message-warning i, .message-success i {
    margin-right: 10px;
    font-size: 1.2rem;
}


/* form loader
 * ----------------------------------------------- */
.submit-loader {
    display: none;
    position: relative;
    left: 0;
    top: 1.8rem;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
}

.submit-loader .text-loader {
    display: none;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.846;
    color: #FFFFFF;
    letter-spacing: .2rem;
    text-transform: uppercase;
}

.oldie .submit-loader .s-loader {
    display: none;
}

.oldie .submit-loader .text-loader {
    display: block;
}


/* --------------------------------------------------------------- 
 * ## loader animation 
 * --------------------------------------------------------------- */
.s-loader {
    margin: 1.2rem auto 3rem;
    width: 70px;
    text-align: center;
    -webkit-transform: translateX(0.45rem);
    -ms-transform: translateX(0.45rem);
    transform: translateX(0.45rem);
}

.s-loader > div {
    width: 9px;
    height: 9px;
    background-color: #FFFFFF;
    border-radius: 100%;
    display: inline-block;
    margin-right: .9rem;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.s-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/* ------------------------------------------------------------------- 
 * responsive:
 * contact
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .contact-content {
        max-width: 900px;
    }
}

@media only screen and (max-width: 1000px) {
    .contact-content {
        max-width: 700px;
    }
    .contact-primary, .contact-secondary {
        float: none;
        width: 100%;
    }
    .contact-primary #contactForm {
        margin-top: -1.5rem;
        margin-bottom: 7.2rem;
    }
    .contact-secondary .hide-on-fullwidth {
        display: none;
    }
    .contact-secondary::before {
        display: none;
    }
    .message-warning, .message-success {
        margin-bottom: 6rem;
    }
}

@media only screen and (max-width: 800px) {
    .contact-content h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .s-contact {
        padding-top: 12rem;
        padding-bottom: 0;
    }
    .contact__line {
        height: 14.4rem;
        top: -7.2rem;
    }
    .contact-content {
        padding-bottom: 12rem;
        text-align: center;
    }
    .contact-primary, .contact-secondary {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 400px) {
    .contact-primary, .contact-secondary {
        padding: 0 5px;
    }
}



/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */
.s-footer {
    background: #fff;
}
footer {
    padding: 3.4rem 0 0 0;
    font-size: 15px;
    line-height: 2;
    text-align: center;
}

footer h4 {
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 1.313;
    margin-top: 0;
    margin-bottom: 3.6rem;
}

footer a {
    color: #333;
}

footer .row {
    max-width: 980px;
}


/* --------------------------------------------------------------- 
 * ## footer main
 * --------------------------------------------------------------- */
.footer-main {
    text-align: center;
}

/* ---------------------------------------------------------------
 * ## footer bottom
 * --------------------------------------------------------------- */
.footer-bottom {
    margin-top: 5.4rem;
    text-align: center;
    font-size: 14px;
    width: 286px;
}

.footer-bottom .menu ul {
    display: flex;
    margin: 0;
    justify-content: space-around;
}
.footer-bottom .menu ul li {
    list-style: none;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    margin: -40px 10px;
    color: #333;
}
.footer-bottom .menu ul li a:hover,
.footer-bottom .menu ul li a:focus {
    color: #2da0ce;
}
.footer-bottom .menu ul li a:active {
    color: #2da0ce;
}

.footer-copyright {
    background-color: #124960;
    color: #fff;
    height: 40px;
    font-weight: 500;
    letter-spacing: 0.15rem;
    display: table;
    width: 100%;
}
.footer-copyright div {
    display: table-cell;
    vertical-align: middle;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * faq
 * ------------------------------------------------------------------- */
 @media only screen and (max-width: 600px) {
    .footer-bottom{
        width: 70%;
    }
    .footer-bottom .menu ul li {
        margin: -40px 0px;
    }
 }


/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */
.go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    display: none;
}

.go-top a, .go-top a:visited {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #7ec8e5;
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-top a i, .go-top a:visited i {
    font-size: 18px;
    line-height: inherit;
}

.go-top a:hover, .go-top a:focus {
    color: #FFFFFF;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
    .footer-main .left {
        padding-right: 20px;
    }
    .footer-main .right {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .row {
        max-width: 600px;
    }
    .footer-main .left {
        padding-right: 15px;
        margin-bottom: 4.2rem;
    }
    .footer-main .right {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-main .left {
        padding-right: 10px;
    }
    .footer-main .right {
        padding-left: 10px;
    }
    .footer-logo {
        margin: -.6rem auto 3.6rem;
    }
    .footer-bottom {
        padding-bottom: .6rem;
    }
    .footer-bottom .copyright span {
        display: block;
    }
    .footer-bottom .copyright span::after {
        display: none;
    }
    .go-top {
        right: 0;
        bottom: 0;
    }
}

@media only screen and (max-width: 500px) {
    .footer-subscribe #mc-form input[type="email"] {
        padding: 1.2rem 20px 1.2rem;
        background: rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    .footer-subscribe #mc-form input[type=submit] {
        position: static;
        width: 100%;
        margin-bottom: 1.8rem;
    }
    .footer-subscribe #mc-form label {
        text-align: center;
    }
}

@media only screen and (max-width: 400px) {
    .footer-main .left {
        padding-right: 0;
    }
    .footer-main .right {
        padding-left: 0;
    }
}
