/* stylelint-disable custom-property-empty-line-before */
:root {
    --max-width: 1280px;

    --color-grey: #969696;
    --color-light-grey: #f3f3f3;
    --color-blue: #004066;
    --color-red: #b10510;
    --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;
}
.Header {
    position: relative;
    z-index: 10000000;
    z-index: var(--z-lv-8);
    width: 100%;
    background: #fff;
}
.BodyWrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    z-index: var(--z-lv-7);
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    transition: background 400ms;
}
.BodyWrapper.-visually-hidden {
    background: transparent;
}
.BodyWrapper[hidden] {
    display: none;
}

: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;
}
/* this file is imported on common.css so don't need to import for each pages' css */
.SharedSection-Assessment {
    font-size: 4.3vw;
    line-height: 1.92308;
}
@media (min-width: 768px) {
.SharedSection-Assessment {
        font-size: 1.6rem;

        line-height: 2.28571
}
    }
@media (min-width: 768px) {
.SharedSection-Assessment.TwoupImageAndText {
            padding: 70px 0
    }
        }
.SharedSection-Assessment__headline {
    font-size: 4.53333vw;
    line-height: 1.76471;

    margin-bottom: 1em;

}
@media (min-width: 768px) {
.SharedSection-Assessment__headline {
        font-size: 2.2rem;

        line-height: 2.13636;

}
    }
.SharedSection-Assessment__tout {
    font-size: 4.53333vw;
    line-height: 1.76471;

    color: #004066;

    color: var(--color-blue);
    text-align: center;
}
@media (min-width: 768px) {
.SharedSection-Assessment__tout {
        font-size: 2.2rem;

        line-height: 2.13636
}
    }
@media (min-width: 768px) {
.SharedSection-Assessment__tout {
        text-align: left
}
    }
.SharedSection-Assessment__link {
    font-size: 3.73333vw;
    line-height: 1.14286;
    /* NOTE: blue background button */
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #004066;
    border: 1px solid #004066;
    transition-duration: 400ms;
    transition-property: color, background-color;
    position: relative;

    display: block;
    width: 84.05%;
    padding: 1.3em 2em;
    margin: 1em auto 0;
    line-height: 1.3;
}
@media (min-width: 768px) {
.SharedSection-Assessment__link {
        font-size: 1.6rem;

        line-height: 2.28571
}
    }
@media (min-width: 768px) {
        .SharedSection-Assessment__link:hover {
            color: #004066;
            background-color: #fff;
        }
    }
.SharedSection-Assessment__link svg {
        position: absolute;
        top: 50%;
        right: 1em;
        z-index: 1;
        width: 0.4em;
        transform: rotate(0deg) translateY(-50%);
        transform-origin: top left;
    }
@media (min-width: 768px) {
.SharedSection-Assessment__link {
        width: 100%;
        max-width: 360px;
        padding: 1.71em 3em;
        margin-left: 0;
        line-height: 1.71
}

        .SharedSection-Assessment__link svg {
            right: 2em;
        }
    }
/* this file is imported on common.css so don't need to import for each pages' css */
.SharedSection-Services {
    background-color: #f3f3f3;
}
.SharedSection-Services__inner {
    max-width: 1280px;
    max-width: var(--max-width);
    padding: 10vw 4vw;
    margin: 0 auto;
}
@media (min-width: 768px) {
.SharedSection-Services__inner {
        padding: 70px 40px 90px
}
    }
.SharedSection-Services__headline {
    position: relative;
    padding-left: 2.25em;
    font-size: 4.26667vw;
    line-height: 1.5625;
}
.SharedSection-Services__headline::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 1.5em;
        height: 1px;
        content: "";
        background-color: #4c4a4b;
    }
@media (min-width: 768px) {
.SharedSection-Services__headline {
        padding-left: 2.5em;
}

        .SharedSection-Services__headline::before {
            width: 1.75em;
        }
    }
@media (min-width: 768px) {
.SharedSection-Services__headline {
        font-size: 2.2rem;

        line-height: 1.18182;
}
    }
.SharedSection-Services__content {
    padding-top: 2em;
    margin-top: 2em;
    border-top: 1px solid #e4e4e4;
    border-top: 1px solid var(--color-border);
}
@media (min-width: 768px) {
.SharedSection-Services__content {
        padding-top: 4em;
        margin-top: 4em
}
    }
.SharedSection-Services__headline + .SharedSection-Services__content {
        padding-top: 0 !important;
        border-top: none;
    }
@media (min-width: 768px) {
.SharedSection-Services__contentList {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start
}
    }
.SharedSection-Services__contentListItem {
    margin-bottom: 3em;
}
@media (min-width: 768px) and (max-width: 1100px) {
.SharedSection-Services__contentListItem {
        width: 48%;
        margin-bottom: 0
}

        .SharedSection-Services__contentListItem:not(:nth-child(-n+2)) {
            margin-top: 4%;
        }

        .SharedSection-Services__contentListItem:not(:nth-child(2n)) {
            margin-right: 4%;
        }
    }
@media (min-width: 1101px) {
.SharedSection-Services__contentListItem {
        width: 30.66667%;
        margin-bottom: 0
}

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

        .SharedSection-Services__contentListItem:not(:nth-child(3n)) {
            margin-right: 4%;
        }
    }
.SharedSection-Services__contentListItem a {
      text-decoration: none;
    }
.SharedSection-Services__contentListItemLinkInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 768px) {
.SharedSection-Services__contentListItemLinkInner {
        display: block
}
    }
.SharedSection-Services__contentListItemLinkInnerText {
    width: 41%;
}
@media (min-width: 768px) {
.SharedSection-Services__contentListItemLinkInnerText {
        width: 100%
}
    }
.SharedSection-Services__contentListItemTag {
    font-size: 4.3vw;

    display: inline-block;
    padding: 0.5em 1em;
    margin-bottom: 10px;
    line-height: 1;
    color: #fff;
    background-color: #045ab4;
}
@media (min-width: 768px) {
.SharedSection-Services__contentListItemTag {
        font-size: 1.3rem
}
    }
.SharedSection-Services__contentListItemTag.-dark {
        background-color: #034667;
    }
.SharedSection-Services__contentListItemImage {
    display: block;
    width: 55%;
    height: auto;
    transition: opacity 0.3s;
}
@media (min-width: 768px) {
.SharedSection-Services__contentListItemImage {
        width: 100%;
        margin-bottom: 1.2em
}
    }
a:hover .SharedSection-Services__contentListItemImage,
    a:focus .SharedSection-Services__contentListItemImage {
      opacity: 0.7;
    }
@media (min-width: 768px) {
.SharedSection-Services__contentListItemInner {
        display: flex;
        align-items: center;
        justify-content: space-between
}
    }
.SharedSection-Services__contentListItemInner p {
        font-size: 4.26667vw;

        margin-bottom: 1.25em;
    }
@media (min-width: 768px) {
.SharedSection-Services__contentListItemInner p {
        font-size: 1.6rem
    }
    }
@media (min-width: 768px) {
.SharedSection-Services__contentListItemInner p {
            margin: 0 27px 0 0
    }
        }
.SharedSection-Services__contentListItemButton {
    /* NOTE: ghost like, but has white background button */
    color: #004066;
    color: var(--color-blue);
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #004066;
    border: 1px solid var(--color-blue);
    transition-duration: 400ms;
    transition-property: color, background-color;
    position: relative;
    font-size: 3.73333vw;

    display: block;
    width: 100%;
    padding: 0.8em 2em;
    margin: 0;
}
@media (min-width: 768px) {
        .SharedSection-Services__contentListItemButton:hover {
            color: #fff;
            background-color: #004066;
            background-color: var(--color-blue);
        }
    }
.SharedSection-Services__contentListItemButton svg {
        position: absolute;
        top: 50%;
        right: 1em;
        z-index: 1;
        width: 0.4em;
        transform: rotate(0deg) translateY(-50%);
        transform-origin: top left;
    }
@media (min-width: 768px) {
.SharedSection-Services__contentListItemButton {
        font-size: 1.6rem
}
    }
@media (min-width: 768px) {
.SharedSection-Services__contentListItemButton {
        width: 45%
}
    }
/* stylelint-disable no-descending-specificity */
.Overview {
    border-top: 1px solid #f3f3f3;
    border-top: 1px solid var(--color-light-grey);
}
@media (min-width: 768px) {
.Overview {
        max-width: calc(100% - 80px);
        margin: 0 auto
}
    }
.Overview.-sub {
        margin-top: -2vw;
    }
@media (min-width: 768px) {
.Overview.-sub {
            margin-top: -50px
    }
        }
.Overview.-sub .Overview__inner {
            padding-top: 8vw;
        }
@media (min-width: 768px) {
.Overview.-sub .Overview__inner {
                padding-top: 40px
        }
            }
.Overview__inner {
    max-width: 880px;
    padding: 10vw 4vw;
    margin: 0 auto;
}
@media (min-width: 768px) {
.Overview__inner {
        padding: 70px 40px 90px
}
    }
.Overview__heading {
    position: relative;
    padding-left: 2.25em;
    font-size: 4.26667vw;
    line-height: 1.0625;

    margin-bottom: 1em;
}
.Overview__heading::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 1.5em;
        height: 1px;
        content: "";
        background-color: #4c4a4b;
    }
@media (min-width: 768px) {
.Overview__heading {
        padding-left: 2.5em
}

        .Overview__heading::before {
            width: 1.75em;
        }
    }
@media (min-width: 768px) {
.Overview__heading {
        font-size: 2.2rem;

        line-height: 1.18182
}
    }
@media (min-width: 768px) {
.Overview__heading {
        margin-bottom: 40px
}
    }
.Overview__subHead {
    font-size: 4.3vw;

    position: relative;
    display: inline-block;
    padding: 0.25em 1.5em;
    margin-bottom: 1em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #61879f;
}
@media (min-width: 768px) {
.Overview__subHead {
        font-size: 1.6rem
}
    }
@media (min-width: 768px) {
.Overview__subHead {
        padding: 0.25em 2em
}
    }
.Overview__subHead::after {
        position: absolute;
        top: 0;
        left: 100%;
        display: block;
        content: "";
        border-color: transparent transparent transparent #61879f;
        border-style: solid;
        border-width: 0.75em 0 0.75em 0.75em;
    }
.Overview__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 0.75em;
}
.Overview__list dt,
    .Overview__list dd {
        font-size: 4.3vw;
        line-height: 2.07692;

        padding: 0.75em 0;
        border-bottom: 1px solid #e4e4e4;
        border-bottom: 1px solid var(--color-border);
    }
@media (min-width: 768px) {
.Overview__list dt,
    .Overview__list dd {
        font-size: 1.6rem;

        line-height: 2.28571
    }
    }
.Overview__list dt.-notBorder, .Overview__list dd.-notBorder {
            border-bottom-width: 0;
        }
.Overview__list dt {
        width: 32%;
        padding-right: 1.5em;
        font-weight: bold;
    }
.Overview__list dd {
        width: 68%;
    }
.Overview__list ol {
        padding-left: 0.5em;
    }
.Overview__list ol li {
        padding-left: 1em;
        text-indent: -1em;
    }
.Overview__list ol li span {
        display: inline-block;
        width: 1em;
        text-align: center;
    }
.Overview__list ul li {
        position: relative;
        padding-left: 1.5em;
    }
.Overview__list ul li::before {
            position: absolute;
            left: -0.025em;
            display: inline-block;
            width: 1em;
            text-align: center;
            content: "\30FB";
        }
.Overview__list .-hasMargin {
        margin-top: 1.5em;
    }
.Overview__listSubHead {
    padding-left: 1em;
    text-indent: -0.75em;
}
.Overview__listSubHead span {
        display: inline-block;
        width: 1em;
        text-align: center;
    }
.Overview__listDisclaimer {
    font-size: 3vw;
    line-height: 1.66667;

    padding-left: 1em;
    margin-top: 0.5ex;
}
@media (min-width: 768px) {
.Overview__listDisclaimer {
        font-size: 1.3rem;

        line-height: 1.75
}
    }
.Overview__listDisclaimer span {
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }
.Overview__listDisclaimer + .Overview__listDisclaimer {
        margin-top: 0;
    }
.Overview__listDisclaimer + .Overview__listDisclaimer.-hasMargin {
            margin-top: 1em;
        }
.Overview__footnote {
    font-size: 3vw;
    line-height: 1.66667;

    padding-left: 1em;
}
@media (min-width: 768px) {
.Overview__footnote {
        font-size: 1.3rem;

        line-height: 1.75
}
    }
.Overview__footnote span {
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }
.Overview__note {
    font-size: 2.4vw;
    line-height: 1.66667;
}
@media (min-width: 768px) {
.Overview__note {
        font-size: 1.2rem;

        line-height: 1.75;
}
    }
.Overview__footnote + .Overview__note {
    margin-top: 1em;
}
.TwoupImageAndText {
    padding: 10vw 0;
}
@media (min-width: 768px) {
.TwoupImageAndText {
        padding: 60px 0 100px
}
    }
.TwoupImageAndText__heading,
.TwoupImageAndText__subhead,
.TwoupImageAndText__body,
.TwoupImageAndText__content,
.TwoupImageAndText__note {
    max-width: 1080px;
    padding-right: 4vw;
    padding-left: 4vw;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
.TwoupImageAndText__heading,
.TwoupImageAndText__subhead,
.TwoupImageAndText__body,
.TwoupImageAndText__content,
.TwoupImageAndText__note {
        padding-right: 40px;
        padding-left: 40px
}
    }
.TwoupImageAndText__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) {
.TwoupImageAndText__heading {
        padding-bottom: 1.07em;
        margin-bottom: 1.25em
}
    }
.TwoupImageAndText__heading::before,
    .TwoupImageAndText__heading::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 0.45em;
        height: 2px;
        content: "";
    }
@media (min-width: 768px) {
.TwoupImageAndText__heading::before,
    .TwoupImageAndText__heading::after {
            width: 0.35em;
            height: 3px
    }
        }
.TwoupImageAndText__heading::before {
        background-color: #b10510;
        transform: translateX(-90%);
    }
.TwoupImageAndText__heading::after {
        background-color: #004066;
    }
@media (min-width: 768px) {
.TwoupImageAndText__heading {
        font-size: 2.8rem;

        line-height: 1.57143
}
    }
.TwoupImageAndText__heading.-marginBottomCollapse {
      margin-bottom: 0;
    }
.TwoupImageAndText__subhead {
    margin-bottom: 2em;
}
@media (min-width: 768px) {
.TwoupImageAndText__subhead {
        margin-bottom: 3em
}
    }
.TwoupImageAndText__subheadContent {
    position: relative;
    padding-left: 2.25em;
    font-size: 4.26667vw;
    line-height: 1.6875;
}
.TwoupImageAndText__subheadContent::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 1.5em;
        height: 1px;
        content: "";
        background-color: #4c4a4b;
    }
@media (min-width: 768px) {
.TwoupImageAndText__subheadContent {
        padding-left: 2.5em;
}

        .TwoupImageAndText__subheadContent::before {
            width: 1.75em;
        }
    }
@media (min-width: 768px) {
.TwoupImageAndText__subheadContent {
        font-size: 2.2rem;

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

    padding-top: 1.5em;
    padding-bottom: 0;
    margin-bottom: 1.5em;
}
@media (min-width: 768px) {
.TwoupImageAndText__body {
        font-size: 1.6rem;

        line-height: 2.28571
}
    }
@media (min-width: 768px) {
.TwoupImageAndText__body {
        padding-top: 30px;
        padding-bottom: 0;
        margin-bottom: 30px;
        text-align: center
}
    }
@media (min-width: 768px) {
.TwoupImageAndText__content {
        display: flex;
        align-items: center;
        justify-content: space-between
}
    }
.TwoupImageAndText__note {
    font-size: 2.4vw;
    line-height: 1.66667;

    max-width: 1280px;

    max-width: var(--max-width);
    padding-top: 1.5em;
    color: #969696;
    color: var(--color-grey);
}
@media (min-width: 768px) {
.TwoupImageAndText__note {
        font-size: 1.2rem;

        line-height: 1.58333
}
    }
@media (min-width: 768px) {
.TwoupImageAndText__note {
        padding-top: 30px
}
    }
.TwoupImageAndText__note.-isRight {
        text-align: right;
    }
.TwoupImageAndText__contentImage {
    display: block;
    width: 100%;
    height: auto;

    margin-bottom: 25px;
}
@media (min-width: 768px) {
.TwoupImageAndText__contentImage {
        width: 56.52%;
        margin: 0
}
    }
@media (min-width: 768px) {
.TwoupImageAndText__contentText {
        width: 38.48%
}
    }
@media (min-width: 768px) {
.-even .TwoupImageAndText__contentImage {
            width: 46%
    }
        }
@media (min-width: 768px) {
.-even .TwoupImageAndText__contentText {
            width: 46%
    }
        }
.-inSection .TwoupImageAndText__heading,
    .-inSection .TwoupImageAndText__body,
    .-inSection .TwoupImageAndText__content,
    .-inSection .TwoupImageAndText__note {
        padding-right: 0;
        padding-left: 0;
    }
.TwoupImageAndText__contentTextHeading {
    font-size: 4.26667vw;
}
@media (min-width: 768px) {
.TwoupImageAndText__contentTextHeading {
        font-size: 2rem;
}
    }
.Breadcrumb {
    background: none;
}
.Intro {
    padding-top: 0 !important;
    padding-bottom: 0;
}
.Intro em {
        color: #61879f;
    }
.Intro em.-coating {
            color: #a88e50;
        }
.Intro .Section__inner {
    padding: 6vw 4vw 12vw;
}
@media (min-width: 768px) {
.Intro .Section__inner {
        max-width: 1080px;
        padding: 40px 40px 100px;
        margin: auto
}
    }
.Intro__navBody {
    margin-top: 1em;
}
@media (min-width: 768px) {
.Intro__navBody {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        width: 80%;
        margin: 3em auto 0
}
    }
.Intro__navItem {
    position: relative;
    color: #fff;
}
@media (min-width: 768px) {
.Intro__navItem {
        width: 49%
}
    }
.Intro__navItem a {
        display: block;
        height: 100%;
        text-decoration: none;
        background-color: #61879f;
        border: 1px solid #61879f;
        transition: opacity 0.3s;
    }
.Intro__navItem a:hover,
        .Intro__navItem a:focus {
            opacity: 0.7;
        }
@media (max-width: 767px) {
.Intro__navItem:last-child {
            margin-top: 2em
    }
        }
.Intro__navItem:last-child a {
            background-color: #a88e50;
            border-color: #a88e50;
        }
.Intro__navItemInner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
}
.Intro__navItemInner img {
        flex-shrink: 0;
    }
.Intro__navItemInner div {
        flex-grow: 1;
    }
.Intro__navItemImage {
    display: block;
    width: 100%;
    height: auto;
}
.Intro__navItemText {
    position: relative;

    padding: 0.5em 2.25em 0.75em 0.5em;
}
.Intro__navItemText svg {
        position: absolute;
        top: 50%;
        right: 1em;
        z-index: 1;
        width: 0.4em;
        transform: rotate(90deg) translateY(-50%);
        transform-origin: top left;
    }
@media (min-width: 768px) {
.Intro__navItemText {
        padding: 0.5em 2.5em 1em 1.25em
}
    }
.Intro__navItemHeading {
    font-size: 5.33333vw;
    line-height: 1.75;
}
@media (min-width: 768px) {
.Intro__navItemHeading {
        font-size: 2rem;

        line-height: 1.8;
}
    }
.Intro__navItemBodyCopy {
    font-size: 3.73333vw;
    line-height: 1.42857;
}
@media (min-width: 768px) {
.Intro__navItemBodyCopy {
        font-size: 1.6rem;

        line-height: 1.625;
}
    }
.Cleaning {
    background-color: #e3e9ed;
}
.Cleaning.Section {
        padding-top: 6vw;
    }
@media (min-width: 768px) {
.Cleaning.Section {
            padding-top: 70px
    }
        }
@media (max-width: 767px) {
.Cleaning .Section__inner {
            padding-bottom: 19vw
    }
        }
.Cleaning .Section__article {
        margin-bottom: 12vw;
    }
@media (min-width: 768px) {
.Cleaning .Section__article {
            margin-bottom: 60px
    }
        }
.Cleaning__eyebrow {
    display: block;
    margin-bottom: 0.5em;
    color: #61879f;
}
.Cleaning__service {
    position: relative;
    background-color: #fff;
}
@media (min-width: 768px) {
.Cleaning__service {
        display: flex;
        align-items: stretch;
        justify-content: flex-start
}

        .Cleaning__service > div {
            width: 50%;
        }
    }
.Cleaning__service:not(:last-child) {
        margin-bottom: 6vw;
    }
@media (min-width: 768px) {
.Cleaning__service:not(:last-child) {
            margin-bottom: 40px
    }
        }
.Cleaning__service img {
        display: block;
        width: 100%;
        height: auto;
    }
.Cleaning__service h4 {
        font-size: 4.26667vw;
        line-height: 1.875;

        margin-bottom: 0.5em;
        color: #61879f;
    }
@media (min-width: 768px) {
.Cleaning__service h4 {
        font-size: 2rem;

        line-height: 1.4;
    }
    }
.Cleaning__service p {
        font-size: 4.3vw;
        line-height: 1.69231;
    }
@media (min-width: 768px) {
.Cleaning__service p {
        font-size: 1.6rem;

        line-height: 2
    }
    }
.Cleaning__service p.-disclaimer {
            font-size: 3vw;
            line-height: 2;
        }
@media (min-width: 768px) {
.Cleaning__service p.-disclaimer {
        font-size: 1.3rem;
        line-height: 2.33333
        }
    }
@media (max-width: 767px) {
.Cleaning__service p.-disclaimer {
                color: #505050
        }
            }
.Cleaning__serviceIndex {
    font-size: 3.2vw;

    position: absolute;
    top: -0.5em;
    left: -0.3em;
    z-index: 1;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #61879f;
}
@media (min-width: 768px) {
.Cleaning__serviceIndex {
        font-size: 1.2rem
}
    }
@media (min-width: 768px) {
.Cleaning__serviceIndex {
        top: -0.7em;
        left: -0.5em;
        padding: 0.7em 1em
}
    }
.Cleaning__serviceIndex span:last-child {
        font-size: 6.4vw;

        display: block;
        margin-top: 0.25ex;
    }
@media (min-width: 768px) {
.Cleaning__serviceIndex span:last-child {
        font-size: 2.4rem;
    }
    }
.Cleaning__serviceText {
    padding: 1.5em;
}
@media (min-width: 768px) {
.Cleaning__serviceText {
        padding: 30px 40px
}
    }
.Cleaning__serviceSubhead {
    font-size: 3.5vw;
    line-height: 1.27273;

    position: relative;
    display: block;
    margin: 1.75em 0 1.5em;
    color: #8d8d8d;
}
@media (min-width: 768px) {
.Cleaning__serviceSubhead {
        font-size: 1.2rem;

        line-height: 2.33333
}
    }
@media (min-width: 768px) {
.Cleaning__serviceSubhead {
        margin: 1.25em 0 0.5em
}
    }
.Cleaning__serviceSubhead::after {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        display: block;
        width: 100%;
        height: 1px;
        content: "";
        background-color: #8d8d8d;
    }
.Cleaning__serviceSubhead span {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding-right: 1em;
        background-color: #fff;
    }
.Cleaning__servicePlaces {
    font-size: 4.3vw;
    line-height: 2.15385;

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
@media (min-width: 768px) {
.Cleaning__servicePlaces {
        font-size: 1.6rem;

        line-height: 1.71429
}
    }
.Cleaning__servicePlaces > li {
        width: 50%;
    }
@media (min-width: 768px) {
.Cleaning__servicePlaces.-three > li {
            width: 33.33%
    }
        }
.Coating {
    position: relative;
    padding-top: 12vw;
    margin-top: 2vw;
    background-color: #f7f3e9;
}
@media (min-width: 768px) {
.Coating {
        margin-top: 20px
}
    }
.Coating .Section__article {
        margin-bottom: 12vw;
    }
@media (min-width: 768px) {
.Coating .Section__article {
            margin-bottom: 60px
    }
        }
.Coating::before {
        position: absolute;
        top: -1vw;
        left: 50%;
        width: 26.66vw;
        height: 26.66vw;
        content: "";
        background-image: url("/plus/cleaning/images/or.jpg");
        background-size: cover;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }
@media (min-width: 768px) {
.Coating::before {
            top: -10px;
            width: 98px;
            height: 98px
    }
        }
.Coating__eyebrow {
    display: block;
    margin-bottom: 0.5em;
    color: #a88e50;
}
@media (min-width: 768px) {
.Coating__servicesContainer {
        display: flex;
        align-items: stretch;
        justify-content: space-between
}
    }
.Coating__service {
    position: relative;
    background-color: #fff;
}
@media (min-width: 768px) {
.Coating__service {
        width: 31.33333%
}
    }
.Coating__service:not(:last-child) {
        margin-bottom: 6vw;
    }
@media (min-width: 768px) {
.Coating__service:not(:last-child) {
            margin-bottom: 0
    }
        }
.Coating__service img {
        display: block;
        width: 100%;
        height: auto;
    }
.Coating__service h4 {
        font-size: 4.26667vw;
        line-height: 1.875;

        margin-bottom: 0.5em;
        color: #a88e50;
    }
@media (min-width: 768px) {
.Coating__service h4 {
        font-size: 2rem;

        line-height: 1.4;
    }
    }
.Coating__serviceIndex {
    font-size: 3.2vw;

    position: absolute;
    top: -0.5em;
    left: -0.3em;
    z-index: 1;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #a88e50;
}
@media (min-width: 768px) {
.Coating__serviceIndex {
        font-size: 1.2rem
}
    }
@media (min-width: 768px) {
.Coating__serviceIndex {
        top: -0.7em;
        left: -0.5em;
        padding: 0.7em 1em
}
    }
.Coating__serviceIndex span:last-child {
        font-size: 6.4vw;

        display: block;
        margin-top: 0.25ex;
    }
@media (min-width: 768px) {
.Coating__serviceIndex span:last-child {
        font-size: 2.4rem;
    }
    }
.Coating__serviceText {
    padding: 1.5em;
}
@media (min-width: 768px) {
.Coating__serviceText {
        padding: 30px 40px
}
    }
.Coating__serviceSubhead {
    font-size: 3.5vw;
    line-height: 1.27273;

    position: relative;
    display: block;
    margin: 1.75em 0 1.5em;
    color: #8d8d8d;
}
@media (min-width: 768px) {
.Coating__serviceSubhead {
        font-size: 1.2rem;

        line-height: 2.33333
}
    }
@media (min-width: 768px) {
.Coating__serviceSubhead {
        margin: 1.25em 0 0.5em
}
    }
.Coating__serviceSubhead::after {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        content: "";
        background-color: #8d8d8d;
        z-index: 1;
    }
.Coating__serviceSubhead span {
        position: relative;
        display: inline-block;
        padding-right: 1em;
        background-color: #fff;
        z-index: 2;
    }
.Coating__servicePlaces {
    font-size: 4.3vw;
    line-height: 2.15385;

    display: block;
}
@media (min-width: 768px) {
.Coating__servicePlaces {
        font-size: 1.6rem;

        line-height: 1.71429
}
    }
.Coating__servicePlaces > li {
        display: inline-block;
        margin-right: 1.5em;
        vertical-align: baseline;
    }
.Coating__servicePlaces > li:last-child {
            display: block;
        }
.Point__description {
    padding: 8vw 6vw;
    margin-top: 6vw;
    background-color: #fff;
}
@media (min-width: 768px) {
.Point__description {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 30px 25px;
        margin-top: 30px
}
    }
.Point__description h4 {
        font-size: 4.26667vw;
        line-height: 1.875;

        color: #a88e50;
    }
@media (min-width: 768px) {
.Point__description h4 {
        font-size: 1.8rem;

        line-height: 1.55556
    }
    }
@media (min-width: 768px) {
.Point__description h4 {
            margin-right: 3em
    }
        }
.Point__description ul li {
        font-size: 4.3vw;
        line-height: 2.15385;

        padding-left: 0.5em;
        text-indent: -0.5em;
    }
@media (min-width: 768px) {
.Point__description ul li {
        font-size: 1.6rem;

        line-height: 2.14286
    }
    }
.Point__description ul li::before {
            display: inline-block;
            width: 0.5em;
            text-align: center;
            content: "\30FB";
        }
.Flow {
    background-color: #f3f3f3;
}
.Flow h3 {
        position: relative;
        padding-left: 2.25em;
        font-size: 4.26667vw;
        line-height: 1.6875;

        margin-bottom: 1em;
    }
.Flow h3::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 1.5em;
        height: 1px;
        content: "";
        background-color: #4c4a4b;
    }
@media (min-width: 768px) {
.Flow h3 {
        padding-left: 2.5em
    }

        .Flow h3::before {
            width: 1.75em;
        }
    }
@media (min-width: 768px) {
.Flow h3 {
        font-size: 2.2rem;

        line-height: 1.18182
    }
    }
@media (min-width: 768px) {
.Flow h3 {
            margin-bottom: 2em
    }
        }
.Flow img {
        display: block;
        width: 100%;
        height: auto;
    }
.Flow__inner {
    max-width: 1080px;
    padding: 10vw 4vw;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
.Flow__inner {
        padding: 80px 40px 100px
}
    }

.Section__beforeAfter {
    background-color: #f3f3f3;
}
@media (max-width: 767px) {
.Section__beforeAfter.Section__inner {
        width: 100%;
        padding-right: 0;
        padding-left: 0
}
    }
@media (min-width: 768px) {
.Section__beforeAfter.Section__inner {
        max-width: 1200px;
        padding-bottom: 100px;
        margin: auto
}
    }
.Section__beforeAfter .SectionDetail__title {
    margin-top: 1em;
}
.Section__beforeAfterHead {
    width: 100%;
    padding: 0 4vw 5vw;
}
@media (min-width: 768px) {
.Section__beforeAfterHead {
        max-width: 1000px;
        padding: 15px 0 0.5em;
        margin: auto
}
    }
.Section__beforeAfterBody {
    position: relative;
}
@media (max-width: 767px) {
.Section__beforeAfterBody.-modal {
        width: 100%
}
    }
@media (min-width: 768px) {
.Section__beforeAfterBody.-modal {
        max-width: 1000px;
        margin: auto
}
    }
.beforeAfter__wrap {
    position: relative;
    width: 100%;
}
.beforeAfter__wrap::before {
    display: block;
    padding-top: 64.38%;
    content: "";
}
.beforeAfter__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 2400ms;
}
.beforeAfterModal__image {
    position: relative;
}
.beforeAfterModal__image span,
.beforeAfter__image span {
    z-index: 2;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 180px;
    height: 55px;
    font-size: 2.4rem;
    line-height: 55px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
}
@media (max-width: 767px) {
.beforeAfterModal__image span,
.beforeAfter__image span {
        top: -10px;
        left: -10px;
        width: 75px;
        height: 25px;
        font-size: 1.1rem;
        line-height: 25px
}
    }
.beforeAfterModal__image span {
    width: 100px;
    height: 32px;
    font-size: 1.6rem;
    line-height: 32px;
    top: -8px;
    left: -8px;
}
.beforeAfterModal__image.-before span,
.beforeAfter__image.-before span {
    background-color: #004066;
}
.beforeAfterModal__image.-after span,
.beforeAfter__image.-after span {
    background-color: #b10510;
}
.beforeAfter__image.-show {
    opacity: 1;
}
.beforeAfter__image img {
    width: 100%;
    height: auto;
}
.beforeAfter__container {
    background-color: #000;
}
@media (max-width: 767px) {
.beforeAfter__container {
        padding-bottom: 76px
}
    }
@media (min-width: 768px) {
.beforeAfter__container {
        margin-top: 2rem;
        padding-bottom: 80px
}
    }
@media (max-width: 767px) {
.beforeAfter__cell {
        padding: 20px 15px 0
}
    }
@media (min-width: 768px) {
.beforeAfter__cell {
        padding: 40px 160px 0
}
    }
@media (max-width: 767px) {
.Section__beforeAfterBody.-modal .beforeAfter__cell {
        padding: 20px 15px 25px
}
    }
@media (min-width: 768px) {
.Section__beforeAfterBody.-modal .beforeAfter__cell {
        padding: 40px 68px
}
    }
@media (max-width: 767px) {
.Section__beforeAfterBody.-modal .beforeAfter__container {
        width: calc(100% - 8vw);
        margin-left: 4vw;
        margin-right: 4vw
}
    }
.Section__beforeAfterBody.-modal .beforeAfter__cell::after {
    display: block;
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
}
.beforeAfter__head {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    color: #fff;
}
@media (min-width: 768px) {
.beforeAfter__head {
        margin-bottom: 2.6rem
}
    }
.beforeAfterModal__titleWrap {
    display: flex;
    align-items: center;
    padding-bottom: 33px;
    position: relative;
}
@media (max-width: 767px) {
.Section__beforeAfterBody.-modal .beforeAfterModal__titleWrap {
        display: block;
        padding-bottom: 23px
}
    }
.beforeAfterModal__titleWrap::after {
    width: 20px;
    height: 3px;
    background-color: #fff;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 767px) {
.beforeAfterModal__titleWrap::after {
        width: 10px;
        height: 2px
}
    }
.beforeAfter__area {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 2rem;
    padding-left: 2rem;
}
.beforeAfter__area::before {
    display: block;
    content: "";
    width: 3px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #fff;
}
.beforeAfter__seq {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-weight: var(--fontWeight-medium);
    letter-spacing: 0;
}
@media (max-width: 767px) {
.beforeAfter__seq {
        font-size: 3rem
}
    }
@media (min-width: 768px) {
.beforeAfter__seq {
        font-size: 4.0rem;
        line-height: 1
}
    }
@media (max-width: 767px) {
.Section__beforeAfterBody.-modal .beforeAfter__seq {
        margin-bottom: 1rem
}
    }
@media (max-width: 767px) {
.beforeAfter__title {
        margin-left: 1rem;
        font-size: 1.6rem
}
    }
@media (min-width: 768px) {
.beforeAfter__title {
        margin-left: 1rem;
        font-size: 2.2rem
}
    }
@media (max-width: 767px) {
.Section__beforeAfterBody.-modal .beforeAfter__title {
        margin-left: 0
}
    }
@media (min-width: 768px) {
.beforeAfter__cell.-modal {
        display: flex;
        justify-content: space-between
        /*align-items: flex-end;*/
}
    }
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .beforeAfter__cell.-modal {
        align-items: flex-end;
    }
    /* IE11 */
}
.beforeAfterModal__head {
    color: #fff;
    display: flex;
    justify-content: space-between;
}
@media (min-width: 768px) {
.beforeAfterModal__head {
        width: 36.3%;
        flex-direction: column;
        align-items: flex-start;
        min-height: 0.1%
}
    }
@media (max-width: 767px) {
.beforeAfterModal__head {
        align-items: flex-start
}
    }
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .beforeAfterModal__head {
        display: block;
    }
    /* IE11 */
}
.beforeAfterModal__wrap {
    position: relative;
    width: 58.72%;
}
@media (max-width: 767px) {
.beforeAfterModal__wrap {
        width: 100%
}
    }
.beforeAfterModal__image,
.beforeAfterModal__image img {
    width: 100%;
}
@media (max-width: 767px) {
.beforeAfterModal__image.-before {
        width: 60.3%
}
    }
.beforeAfterArrow {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}
@media (min-width: 768px) {
.beforeAfterArrow {
        width: 21px;
        height: 27px;
        transform: translateY(60px);
        background-image: url("/plus/cleaning/images/beforeAfterArrow.png");
        background-size: 100% auto;
        background-position: 70% center
}
    }
@media (max-width: 767px) {
.beforeAfterArrow {
        margin: 10px 0;
        width: 100%;
        height: 11px;
        background-image: url("/plus/cleaning/images/beforeAfterArrow-sp.png");
        background-size:  auto 100%;
        background-position: 70% center
}
    }
/* swiper */
.beforeAfter__list.swiper-wrapper {
    /*transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);*/
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
}
.Section__beforeAfterBody .swiper-button-next,
.Section__beforeAfterBody .swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-image: url("/plus/cleaning/images/arrow31-left.png");
    background-size: 100% auto;
    outline: none;
}
@media (max-width: 767px) {
.Section__beforeAfterBody .swiper-button-next,
.Section__beforeAfterBody .swiper-button-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px
}
    }
.Section__beforeAfterBody .swiper-button-prev {
    left: 0;
    background-image: url("/plus/cleaning/images/arrow31-left.png");
}
.Section__beforeAfterBody .swiper-button-next {
    right: 0;
    background-image: url("/plus/cleaning/images/arrow31-right.png");
}
.Section__beforeAfterBody .swiper-button-next::after,
.Section__beforeAfterBody .swiper-button-prev::after {
    display: none;
}
.beforeAfter__container .swiper-pagination-bullet {
    position: relative;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    outline: none;
    transition: 300ms;
}
@media (min-width: 768px) {
.beforeAfter__container .swiper-pagination-bullet {
        font-size: 1.6rem
}
    }
@media (max-width: 767px) {
.beforeAfter__container .swiper-pagination-bullet {
        width: 1.4em;
        height: 1.4em
}
    }
.beforeAfter__container .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
}
.beforeAfter__container .swiper-pagination-bullet::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30%;
    height: 30%;
    content: "";
    background: #fff;
    border-radius: 50%;
    transition: opacity .3s;
    transform: translate(-50%, -50%);
}
.beforeAfter__container .swiper-pagination-bullet:not(:first-child) {
    margin-left: 1.6em;
}
@media (max-width: 767px) {
.beforeAfter__container .swiper-pagination-bullet:not(:first-child) {
        margin-left: .4em
}
    }
}

.Details__values {
    margin-top: 1.5em;
}

@media (min-width: 768px) {

.Details__values {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 3em
}
    }

.Details__valueItem {
    position: relative;
}

@media (min-width: 768px) {

.Details__valueItem {
        width: 31.33333%
}
    }

@media (max-width: 767px) {

.Details__valueItem:not(:first-child) {
            margin-top: 1.5em
    }
        }

.Details__valueIndex {
    font-size: 3.2vw;
    position: absolute;
    top: -0.5em;
    left: -0.3em;
    z-index: 1;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #a88e50;
}

@media (min-width: 768px) {

.Details__valueIndex {
        font-size: 1.2rem
}
    }

@media (min-width: 768px) {

.Details__valueIndex {
        top: -0.7em;
        left: -0.5em;
        padding: 0.7em 1em
}
    }

.Details__valueIndex span:last-child {
        font-size: 6.4vw;

        display: block;
        margin-top: 0.25ex;
    }

@media (min-width: 768px) {

.Details__valueIndex span:last-child {
        font-size: 2.4rem;
    }
    }

.Details.-backgroundBlue .Details__valueIndex {
    background-color: #61879f;
}

.Details.-backgroundYellow .Details__valueIndex {
    background-color: #a88e50;
}

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

.Details__valueText {
    font-size: 4.3vw;
    line-height: 1.69231;
    padding: 1em 0;
    color: #61879f;
}
.bg-color .Details__valueItem{background-color: #f3f3f3;}

@media (min-width: 768px) {

.Details__valueText {
        font-size: 1.4rem;
        line-height: 2;
        padding: 1em 0 0;
    }
}

.Details__valueText em {
        color: #b10510;
        color: var(--color-red);
    }

.Details__subHeading {
    position: relative;
    padding-left: 2.25em;
    font-size: 4.3vw;
    line-height: 1.375;
}

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

@media (min-width: 768px) {

.Details__subHeading {
        padding-left: 2.5em;
}

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

@media (min-width: 768px) {

.Details__subHeading {
        font-size: 2.2rem;

        line-height: 1.18182;
}
    }

.Details__subEyebrow {
    font-size: 3.5vw;
    line-height: 1.83333;
    display: block;
    margin-bottom: 0.25ex;
}

@media (min-width: 768px) {

.Details__subEyebrow {
        font-size: 1.6rem;
        line-height: 1.85714;
}
    }

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

    position: relative;
    padding: 3.25em 1.5em 2em;
    margin-top: 2em;
    background-color: #fff;
}

@media (min-width: 768px) {

.Details__subBody {
        font-size: 1.4rem;

        line-height: 2.28571
}
    }

@media (min-width: 768px) {

.Details__subBody {
        padding: 60px 70px 40px
}
    }

.Details__subBody.-withIcon {
        margin-top: 2.5em;
    }

@media (min-width: 768px) {

.Details__subBody.-withIcon {
            margin-top: 4em
    }
        }

.Details__subBody.-withFullWidthImage {
        padding: 0;
    }

.Details__subPopupIcon {
    font-size: 3.46667vw;
    line-height: 2;

    position: absolute;
    top: -1.1em;
    left: -0.3em;
    z-index: 1;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #fff;
    background-color: #0788c7;
    border-radius: 0.3em;
}

@media (min-width: 768px) {

.Details__subPopupIcon {
        font-size: 1.8rem;

        line-height: 1.44444
}
    }

@media (min-width: 768px) {

.Details__subPopupIcon {
        left: -0.8em;
        padding: 0.7em 1em
}
    }
.Details__subPopupArrow {
    right: calc(50% - 7px);
    width: 0;
    height: 0;
    background: none;
    border-color: transparent #0788c7 transparent transparent;
    border-style: solid;
    border-width: 0 14px 14px 0;
}

@media (min-width: 768px) {

.Details__subPopupArrow {
        right: 35%
}
    }

.Details__subPopupArrow,
    .Details__subPopupArrow::before,
    .Details__subPopupArrow::after {
        position: absolute;
        bottom: -14px;
        display: block;
    }

.Details__subPopupArrow::before {
        bottom: -17px;
        left: -14px;
        width: 28px;
        height: 28px;
        content: "";
        border-color: transparent;
        border-style: solid;
        border-width: 6px 3px 12px 8px;
        border-radius: 50%;
        box-shadow: inset -5px 5px 0 0 #0788c7;
    }

.Details__subPopupArrow::after {
        right: -18px;
        bottom: -4px;
        width: 8px;
        height: 8px;
        content: "";
        border-radius: 50%;
        box-shadow: inset 4px 4px 0 0 #0788c7;
    }

.Details__subImage {
    display: block;
    width: 100%;
    height: auto;

    max-width: 860px;
    margin: auto;
}

.Details__subText {
    margin: 1em 0 1.5em;
}

@media (min-width: 768px) {

.Details__subText {
        margin: 1.5em 0;
        text-align: center
}
    }

.Details__subLink {
    /* NOTE: blue background button */
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #004066;
    border: 1px solid #004066;
    transition-duration: 400ms;
    transition-property: color, background-color;
    position: relative;
    font-size: 3.73333vw;

    display: block;
    width: 74.62%;
    padding: 1.3em 2em;
    margin: 0 auto;
}

@media (min-width: 768px) {
        .Details__subLink:hover {
            color: #004066;
            background-color: #fff;
        }
    }

.Details__subLink svg {
        position: absolute;
        top: 50%;
        right: 1em;
        z-index: 1;
        width: 0.4em;
        transform: rotate(0deg) translateY(-50%);
        transform-origin: top left;
    }

@media (min-width: 768px) {

.Details__subLink {
        font-size: 1.4rem
}
    }

@media (min-width: 768px) {

.Details__subLink {
        width: 50%;
        padding: 1.71em 2em;
        margin: 0 auto;
        line-height: 1.71
}
    }

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

@media (min-width: 768px) {

.Details__subHoldContents {
        display: flex;
        align-items: stretch;
        justify-content: space-between
}
    }

.Details__subHoldItem {
    background-color: #f3f3f3;
}

@media (min-width: 768px) {

.Details__subHoldItem {
        width: 31.33333%
}
    }

.Details__subHoldItem + .Details__subHoldItem {
        margin-top: 4vw;
    }

@media (min-width: 768px) {

.Details__subHoldItem + .Details__subHoldItem {
            margin-top: 0
    }
        }

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

.Details__subHoldItem figcaption {
        font-size: 4.3vw;
        line-height: 1.23077;
        padding: 0.5em;
        text-align: center;
    }

@media (min-width: 768px) {

    .Details__subHoldItem figcaption {
        font-size: 1.4rem;
        line-height: 2.28571;
    }
   .Details__values:nth-of-type(3) {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
  }
  .Details__values:nth-of-type(3) .Details__valueItem{
       margin: 0 1.4em;
   }
}

.Intro__values {
    margin-top: 2.5em;
}

@media (min-width: 768px) {

.Intro__values {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 4em;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
}
    }

.Intro__valueItem {
    position: relative;
}

@media (min-width: 768px) {

.Intro__valueItem {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 46%;
        margin-bottom: 5rem;
}
    }

@media (max-width: 767px) {

.Intro__valueItem:not(:first-child) {
            margin-top: 1.5em
    }
        }

.Intro__valueIndex {
    font-size: 3.2vw;

    position: absolute;
    top: -0.5em;
    left: -0.3em;
    z-index: 1;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #a88e50;
}

@media (min-width: 768px) {

.Intro__valueIndex {
        font-size: 1.2rem
}
    }

@media (min-width: 768px) {

.Intro__valueIndex {
        top: -0.7em;
        left: -0.5em;
        padding: 0.7em 1em
}
    }

.Intro__valueIndex span:last-child {
        font-size: 6.4vw;

        display: block;
        margin-top: 0.25ex;
    }

@media (min-width: 768px) {

.Intro__valueIndex span:last-child {
        font-size: 2.4rem;
    }
    }

.Intro__valueImage {
    display: block;
    width: 100%;
    height: auto;

    flex-shrink: 0;
    max-width: 100%;
}

.Intro__valueText {
    font-size: 4.3vw;
    line-height: 1.84615;
    flex-grow: 1;
    width: 100%;
    padding: 1em 1.25em;
}

@media (min-width: 768px) {

.Intro__valueText {
        font-size: 1.5rem;
        line-height: 1.85714;
}
    }

.Intro__valueHeadline {
    font-size: 4.26667vw;
    line-height: 1.8125;

    color: #a88e50;
}

@media (min-width: 768px) {

.Intro__valueHeadline {
        font-size: 2rem;

        line-height: 1.6;
}
    }

.Intro__valueList {
    margin-top: 0.5em;
}

.Intro__valueList li {
        padding-left: 0.5em;
        text-indent: -0.5em;
    }
    .beforeAfter__box{margin-top: 3em}

.beforeAfter__box .img__box{
    position:relative;
}
.beforeAfter__box .img__box img{
    width: 100%;
}
.beforeAfter__box .-before{
    margin-bottom: 4rem;
    position:relative;
}
.beforeAfter__box .-before:after{
    content:"";
    border: transparent 23px solid;
    border-top: 16px solid #888;
    position: absolute;
    bottom: -47px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.beforeAfter__box .img__box.-before span {
    background-color: #004066;
}

.beforeAfter__box .img__box.-after span {
    background-color: #b10510;
}
.beforeAfter__box .img__box span {
    z-index: 2;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 150px;
    height: 40px;
    font-size: 2rem;
    line-height: 40px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
}
@media (min-width: 768px) {
    .beforeAfter__box {
        display: flex;
        align-items: stretch;
        justify-content: space-between;  
     }
     .beforeAfter__box .img__box{
         width: 46%;
     }
     .beforeAfter__box .-before:after{
       border: transparent 23px solid;
       border-left: 16px solid #888;
       position: absolute;
       bottom: 50%;
       left: 111%;
       -webkit-transform: translate(-50%,50%);
       transform: translate(-50%,50%);
     }
}
@media (max-width: 767px) {
   .beforeAfter__box .img__box span {
        top: -10px;
        left: -10px;
        width: 75px;
        height: 25px;
        font-size: 1.4rem;
        line-height: 25px
   }
}