/* stylelint-disable custom-property-empty-line-before */

:root {
    --max-width: 1280px;

    --color-grey: #969696;
    --color-light-grey: #f3f3f3;
    --color-blue: #614466;
    --color-red: #c26f19;
    --color-gold: #a88e50;
    --color-border: #e4e4e4;
    --color-border-dark: #bfbfbf;
}

/* stylelint-disable function-whitespace-after */

@font-face {
    font-family: YuGothicM;
    src: local("Yu Gothic Medium");
}

:root {
    /*
     * z-index
     */
    --z-lv-1: 1;
    --z-lv-2: 10;
    --z-lv-3: 100;
    --z-lv-4: 1000;
    --z-lv-5: 10000;
    --z-lv-6: 100000;
    --z-lv-7: 1000000;
    --z-lv-8: 10000000;
    --z-lv-9: 100000000;
    --z-lv-10: 1000000000;
    --z-behindLv-1: -1;
    --z-behindLv-2: -10;
    --z-behindLv-3: -100;
    --z-behindLv-4: -1000;
    --z-behindLv-5: -10000;
    --z-behindLv-6: -100000;
    --z-behindLv-7: -1000000;
    --z-behindLv-8: -10000000;
    --z-behindLv-9: -100000000;
    --z-behindLv-10: -1000000000;

    /*
     * font
     * http://mw-s.jp/2017css-font-win-mac/
     * http://silight.hatenablog.jp/entry/2015/07/02/214601
     */
    --fontFamily-base: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    --fontFamily-mincho: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    --fontFamily-mono: monospace, serif;
    --fontWeight-thin: 100;
    --fontWeight-extraLight: 200;
    --fontWeight-light: 300;
    --fontWeight-normal: 400;
    --fontWeight-medium: 500;
    --fontWeight-semiBold: 600;
    --fontWeight-bold: 700;
    --fontWeight-extraBold: 800;
    --fontWeight-black: 900;

    /*
     * easing
     */
    --easeIn-sine: cubic-bezier(0.47, 0, 0.745, 0.715);         /* http://easings.net/ja#easeInSine */
    --easeOut-sine: cubic-bezier(0.39, 0.575, 0.565, 1);        /* http://easings.net/ja#easeOutSine */
    --easeInOut-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);    /* http://easings.net/ja#easeInOutSine */
    --easeIn-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);       /* http://easings.net/ja#easeInQuad */
    --easeOut-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);       /* http://easings.net/ja#easeOutQuad */
    --easeInOut-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);  /* http://easings.net/ja#easeInOutQuad */
    --easeIn-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);     /* http://easings.net/ja#easeInCubic */
    --easeOut-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);       /* http://easings.net/ja#easeOutCubic */
    --easeInOut-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);    /* http://easings.net/ja#easeInOutCubic */
    --easeIn-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);     /* http://easings.net/ja#easeInQuart */
    --easeOut-quart: cubic-bezier(0.165, 0.84, 0.44, 1);        /* http://easings.net/ja#easeOutQuart */
    --easeInOut-quart: cubic-bezier(0.77, 0, 0.175, 1);         /* http://easings.net/ja#easeInOutQuart */
    --easeIn-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);     /* http://easings.net/ja#easeInQuint */
    --easeOut-quint: cubic-bezier(0.23, 1, 0.32, 1);            /* http://easings.net/ja#easeOutQuint */
    --easeInOut-quint: cubic-bezier(0.86, 0, 0.07, 1);          /* http://easings.net/ja#easeInOutQuint */
    --easeIn-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);      /* http://easings.net/ja#easeInExpo */
    --easeOut-expo: cubic-bezier(0.19, 1, 0.22, 1);             /* http://easings.net/ja#easeOutExpo */
    --easeInOut-expo: cubic-bezier(1, 0, 0, 1);                 /* http://easings.net/ja#easeInOutExpo */
    --easeIn-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);        /* http://easings.net/ja#easeInCirc */
    --easeOut-circ: cubic-bezier(0.075, 0.82, 0.165, 1);        /* http://easings.net/ja#easeOutCirc */
    --easeInOut-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);   /* http://easings.net/ja#easeInOutCirc */
    --easeIn-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);      /* http://easings.net/ja#easeInBack */
    --easeOut-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);    /* http://easings.net/ja#easeOutBack */
    --easeInOut-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);   /* http://easings.net/ja#easeInOutBack */

    /*
     * famous layouts
     */
    --size-ipad-long: 1024px;
    --size-ipad-short: 768px;
    --size-ipadPro10inch-long: 1112px;
    --size-ipadPro10inch-short: 834px;
}

/* major breakpoints */

@keyframes funyafunya {
    from {
        border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
    }

    12.5% {
        border-radius: 80% 30% 50% 50%/50%;
    }

    25% {
        border-radius: 40% 40% 50%/30% 50% 50%;
    }

    37.5% {
        border-radius: 20% 30% 56% 70%/80% 50% 70% 20%;
    }

    50% {
        border-radius: 5%;
    }

    62.5% {
        border-radius: 3%;
    }

    75% {
        border-radius: 2%;
    }

    86.5% {
        border-radius: 1%;
    }

    to {
        border-radius: 0;
    }
}

:root {
    --max-width: 1280px;
}
.observer-fadein {
    opacity: 0;

    /*transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);*/
    transition: all 1s ease-out;
    transform: translate3d(0, 30px, 0);
}

.observer.-active.observer-fadein {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.-delay300 {
    transition-delay: 300ms;
}

.-delay1200 {
    transition-delay: 1200ms;
}

.Footnotes {
    font-size: 3vw;
    line-height: 1.66667;
    max-width: 1280px;
    max-width: var(--max-width);
    padding: 0 4vw;
    margin: 0 auto 25px;
    color: #969696;
    color: var(--color-grey);
}

@media (min-width: 768px) {

.Footnotes {
        font-size: 1.3rem;
        line-height: 1.58333
}
    }

@media (min-width: 768px) {

.Footnotes {
        padding: 0 40px
}
    }

.-withBackground + .Footnotes {
        margin-top: 40px;
    }

.Breadcrumb {
    background: none;
}

.Intro {
    max-width: 1280px;
    max-width: var(--max-width);
    padding: 0 4vw;
    margin: 0 auto;
}

@media (min-width: 768px) {

.Intro {
        padding: 0 40px
}
    }

.Intro p {
        font-size: 4.3vw;
        line-height: 2.07692;

        padding: 10vw 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

@media (min-width: 768px) {

.Intro p {
        font-size: 1.6rem;
        line-height: 2.28571
    }
    }

@media (min-width: 768px) {

.Intro p {
            padding: 0 0 50px;
            text-align: center
    }
        }

.Service-Twoup {
    padding: 10vw 0;
}

@media (min-width: 768px) {

.Service-Twoup {
        padding: 80px 0 100px
}
    }

.Service-Twoup.-withBackground {
        background-color: #f3f3f3;
    }

.Service-Twoup__heading,
.Service-Twoup__content {
    max-width: 1280px;
    max-width: var(--max-width);
    padding-right: 4vw;
    padding-left: 4vw;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {

.Service-Twoup__heading,
.Service-Twoup__content {
        padding-right: 40px;
        padding-left: 40px
}
    }

.Service-Twoup__heading {
    position: relative;
    padding-bottom: 0.9em;
    margin-bottom: 0.9em;
    text-align: center;
    font-size: 5.86667vw;
    line-height: 1.77273;

    text-align: center;
}

@media (min-width: 768px) {

.Service-Twoup__heading {
        padding-bottom: 1.07em;
        margin-bottom: 1.25em;
}
    }

.Service-Twoup__heading::before,
    .Service-Twoup__heading::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 0.45em;
        height: 2px;
        content: "";
    }

@media (min-width: 768px) {

.Service-Twoup__heading::before,
    .Service-Twoup__heading::after {
            width: 0.35em;
            height: 3px
    }
        }

.Service-Twoup__heading::before {
        background-color: #e87722;
        transform: translateX(-90%);
    }

.Service-Twoup__heading::after {
        background-color: #671e75;
    }

@media (min-width: 768px) {

.Service-Twoup__heading {
        font-size: 2.8rem;

        line-height: 1.57143;
}
    }

@media (min-width: 768px) {

.Service-Twoup__content {
        display: flex;
        align-items: center;
        justify-content: space-between
}
    }

.Service-Twoup__contentImage {
    display: block;
    width: 100%;
    height: auto;

    margin-bottom: 25px;
}

@media (min-width: 768px) {

.Service-Twoup__contentImage {
        width: 43.5%;
        margin: 0
}
    }

@media (min-width: 768px) {

.Service-Twoup__contentText {
        width: 50%
}
    }

.Service-Twoup__contentText h4 {
        font-size: 4.8vw;
        line-height: 2.625;
    }

@media (min-width: 768px) {

.Service-Twoup__contentText h4 {
        font-size: 2.2rem;

        line-height: 2.54545;
    }
    }

.Service-Twoup__contentText p {
        font-size: 4.3vw;
        line-height: 2.07692;
    }

@media (min-width: 768px) {

.Service-Twoup__contentText p {
        font-size: 1.6rem;
        line-height: 2.28571
    }
    }

.Service-Twoup__contentText p + h4 {
            padding-top: 1em;
            margin-top: 1.5em;
            border-top: 1px solid rgba(170, 170, 170, 0.55);
        }

.Service-Twoup__contentText .-disclaimer {
        font-size: 3vw;
        line-height: 1.66667;
        padding-left: 1em;
        color: #969696;
    }

@media (min-width: 768px) {

.Service-Twoup__contentText .-disclaimer {
        font-size: 1.3rem;
        line-height: 1.58333
    }
    }

.Service-Twoup__contentText .-disclaimer span {
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

.Service-Twoup__contentText ul {
        padding-top: 2.25em;
        margin: 2.25em 0 1em;
        border-top: 1px solid rgba(170, 170, 170, 0.55);
    }

.Service-Twoup__contentText li {
        font-size: 4.3vw;
        line-height: 2.07692;
        padding-left: 1em;
    }

@media (min-width: 768px) {

.Service-Twoup__contentText li {
        font-size: 1.6rem;
        line-height: 2.28571
    }
    }

.Service-Twoup__contentText li::before {
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            content: "\30FB";
        }

.Service {
    max-width: 1280px;
    max-width: var(--max-width);
    padding: 10vw 4vw;
    margin: 0 auto;
}

@media (min-width: 768px) {

.Service {
        padding: 60px 40px 80px
}
    }

.Service__heading {
    position: relative;
    padding-bottom: 0.9em;
    margin-bottom: 0.9em;
    text-align: center;
    font-size: 5.86667vw;
    line-height: 1.77273;

    text-align: center;
}

@media (min-width: 768px) {

.Service__heading {
        padding-bottom: 1.07em;
        margin-bottom: 1.25em;
}
    }

.Service__heading::before,
    .Service__heading::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 0.45em;
        height: 2px;
        content: "";
    }

@media (min-width: 768px) {

.Service__heading::before,
    .Service__heading::after {
            width: 0.35em;
            height: 3px
    }
        }

.Service__heading::before {
        background-color: #e87722;
        transform: translateX(-90%);
    }

.Service__heading::after {
        background-color: #671e75;
    }

@media (min-width: 768px) {

.Service__heading {
        font-size: 2.8rem;

        line-height: 1.57143;
}
    }

.Service__bodyCopy {
    font-size: 4.3vw;
    line-height: 2.07692;
}

@media (min-width: 768px) {

.Service__bodyCopy {
        font-size: 1.6rem;
        line-height: 2.28571
}
    }

@media (min-width: 768px) {

.Service__bodyCopy {
        text-align: center
}
    }

.Service__list {
    max-width: 800px;
    padding-top: 2em;
    margin: 2em auto 0;
    border-top: 1px solid #e4e4e4;
    border-top: 1px solid var(--color-border);
}

@media (min-width: 768px) {

.Service__list {
        padding-top: 30px;
        margin-top: 35px
}
    }

.Service__listHeading {
    position: relative;
    padding-left: 2.25em;
    font-size: 4.5vw;
    line-height: 1.0625;
    margin-bottom: 1em;
}

.Service__listHeading::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 1.5em;
        height: 1px;
        content: "";
        background-color: #4c4a4b;
    }

@media (min-width: 768px) {

.Service__listHeading {
        padding-left: 2.5em
}

        .Service__listHeading::before {
            width: 1.75em;
        }
    }

@media (min-width: 768px) {

.Service__listHeading {
        font-size: 2.2rem;

        line-height: 1.18182
}
    }

@media (min-width: 768px) {

.Service__listHeading {
        margin-bottom: 30px
}
    }

.Service__listBody {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.Service__listBody li {
        width: calc(50% - 3.5vw);
    }

@media (max-width: 767px) {
            .Service__listBody li:not(:nth-child(2n)) {
                margin-right: 7vw;
            }

            .Service__listBody li:not(:nth-child(-n+2)) {
                margin-top: 7vw;
            }
        }

@media (min-width: 768px) {

.Service__listBody li {
            width: 30.66667%
    }

            .Service__listBody li:not(:nth-child(3n)) {
                margin-right: 4%;
            }

            .Service__listBody li:not(:nth-child(-n+3)) {
                margin-top: 4%;
            }
        }

.Service__listBody img {
        display: block;
        width: 100%;
        height: auto;
    }

.Service__listBody p {
        font-size: 4.3vw;
        line-height: 2.07692;
        margin-top: 0.7em;
    }

@media (min-width: 768px) {

.Service__listBody p {
        font-size: 1.4rem;

        line-height: 1.57143;
    }
    }
