/* stylelint-disable no-descending-specificity */
/* stylelint is buggy.. */
/* 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;
}
/* stylelint-disable no-descending-specificity */
.SharedSection-KaikaeLinks h3 {
        position: relative;
        padding-bottom: 0.9em;
        margin-bottom: 0.9em;
        text-align: center;
        font-size: 5.86667vw;
        line-height: 1.77273;
    }
@media (min-width: 768px) {
.SharedSection-KaikaeLinks h3 {
        padding-bottom: 1.07em;
        margin-bottom: 1.25em;
    }
    }
.SharedSection-KaikaeLinks h3::before,
    .SharedSection-KaikaeLinks h3::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 0.45em;
        height: 2px;
        content: "";
    }
@media (min-width: 768px) {
.SharedSection-KaikaeLinks h3::before,
    .SharedSection-KaikaeLinks h3::after {
            width: 0.35em;
            height: 3px
    }
        }
.SharedSection-KaikaeLinks h3::before {
        background-color: #b10510;
        transform: translateX(-90%);
    }
.SharedSection-KaikaeLinks h3::after {
        background-color: #004066;
    }
@media (min-width: 768px) {
.SharedSection-KaikaeLinks h3 {
        font-size: 2.8rem;

        line-height: 1.57143;
    }
    }
.SharedSection-KaikaeLinks__inner {
    max-width: 1280px;
    max-width: var(--max-width);
    padding: 8vw 4vw 12vw;
    margin: 0 auto;
}
@media (min-width: 768px) {
.SharedSection-KaikaeLinks__inner {
        padding: 80px 40px
}
    }
.SharedSection-KaikaeLinks__items > div:not(:first-child) {
        margin-top: 2.5em
    }
@media (min-width: 768px) {
.SharedSection-KaikaeLinks__items {
        display: flex;
        align-items: stretch;
        justify-content: center
}

        .SharedSection-KaikaeLinks__items > div {
            width: calc((100% - 120px)/4);
        }

            .SharedSection-KaikaeLinks__items > div:not(:first-child) {
                margin-top: 0;
                margin-left: 40px;
            }
    }
.SharedSection-KaikaeLinks__items a {
        text-decoration: none;
    }
@media (min-width: 768px) {
.SharedSection-KaikaeLinks__items a {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            justify-content: flex-start;
            height: 100%
    }
        }
.SharedSection-KaikaeLinks__items a:hover span, .SharedSection-KaikaeLinks__items a:focus span {
                color: #fff;
                background-color: #004066;
                background-color: var(--color-blue);
            }
.SharedSection-KaikaeLinks__items a:hover img, .SharedSection-KaikaeLinks__items a:focus img {
                opacity: 0.7;
            }
.SharedSection-KaikaeLinks__items img {
        display: block;
        width: 100%;
        height: auto;

        flex-shrink: 0;
        min-width: 100%;
        opacity: 1;
        transition: opacity 0.4s;
    }
.SharedSection-KaikaeLinks__items p {
        font-size: 4.3vw;
        line-height: 1.84615;
        margin: 1em 0;
    }
@media (min-width: 768px) {
.SharedSection-KaikaeLinks__items p {
        font-size: 1.6rem;
        line-height: 2
    }
    }
@media (min-width: 768px) {
.SharedSection-KaikaeLinks__items p {
            margin-bottom: 1.25em
    }
        }
.SharedSection-KaikaeLinks__items span {
        position: relative;
        font-size: 3.9vw;
        line-height: 1.33333;
        display: block;
        width: 100%;
        padding: 1em 0;
        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;
    }
.SharedSection-KaikaeLinks__items span 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-KaikaeLinks__items span {
        font-size: 1.6rem;
        line-height: 1.57143
    }
    }
@media (min-width: 768px) {
.SharedSection-KaikaeLinks__items span {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0.75em 2em;
            margin-top: auto
    }
        }
.Breadcrumb {
    background: none;
}
.Navigation {
    padding-top: 0 !important;
}
.Navigation .Section__inner {
        padding: 10vw 4vw;
    }
@media (min-width: 768px) {
.Navigation .Section__inner {
            padding: 20px 40px 80px;
            margin: auto
    }
        }
.Navigation .Section__desc {
        padding-bottom: 10vw;
        margin-bottom: 10vw;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
@media (min-width: 768px) {
.Navigation .Section__desc {
            padding-bottom: 40px;
            margin-bottom: 60px
    }
        }
@media (min-width: 768px) {
.Navigation__body {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 840px;
        margin: 0 auto
}
    }
.Navigation__item:first-child {
        margin-bottom: 12vw;
    }
@media (min-width: 768px) {
.Navigation__item {
        width: 44.04%
}

        .Navigation__item:first-child {
            margin-bottom: 0;
        }
    }
.Navigation__item h3 {
        position: relative;
        padding-left: 2.25em;
        font-size: 4.5vw;
        line-height: 1.0625;
        margin-bottom: 1em;
        color: #61879f;
    }
.Navigation__item h3::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 1.5em;
        height: 1px;
        content: "";
        background-color: #4c4a4b;
    }
@media (min-width: 768px) {
.Navigation__item h3 {
        padding-left: 2.5em;
    }

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

        line-height: 1.18182;
    }
    }
.Navigation__item svg {
        fill: #61879f;
    }
.Navigation__item:last-child h3 {
            color: #a88e50;
        }
.Navigation__item:last-child svg {
            fill: #a88e50;
        }
.Navigation__list {
    font-size: 4.3vw;
    line-height: 3.15385;
}
@media (min-width: 768px) {
.Navigation__list {
        font-size: 1.6rem;
        line-height: 3.57143
}
    }
.Navigation__list li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
       line-height: 1.5;
    }
@media (max-width: 767px) {
.Navigation__list li:first-child {
                border-top: 1px solid rgba(0, 0, 0, 0.1)
        }
            }
.Navigation__list a {
        position: relative;
        display: block;
        padding: 1em 2em 1em 0.5em;
        text-decoration: none;
        background-color: #fff;
        transition: background-color 0.4s;
    }
.Navigation__list a svg {
        position: absolute;
        top: 50%;
        right: 1em;
        z-index: 1;
        width: 0.4em;
        transform: rotate(90deg) translateY(-50%);
        transform-origin: top left;
    }
.Navigation__list a:hover,
        .Navigation__list a:focus {
            background-color: #f3f3f3;
            background-color: var(--color-light-grey);
        }
.Qa {
    background-color: #e3e9ed;
}
.Qa.-tsunagi {
        margin-top: 2vw;
        background-color: #f7f3e9;
    }
@media (min-width: 768px) {
.Qa.-tsunagi {
            margin-top: 10px
    }
        }
.Qa h3 {
        position: relative;
        padding-bottom: 0.9em;
        margin-bottom: 0.9em;
        text-align: center;
        font-size: 5.86667vw;
        line-height: 1.77273;
    }
@media (min-width: 768px) {
.Qa h3 {
        padding-bottom: 1.07em;
        margin-bottom: 1.25em;
    }
    }
.Qa h3::before,
    .Qa h3::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 0.45em;
        height: 2px;
        content: "";
    }
@media (min-width: 768px) {
.Qa h3::before,
    .Qa h3::after {
            width: 0.35em;
            height: 3px
    }
        }
.Qa h3::before {
        background-color: #b10510;
        transform: translateX(-90%);
    }
.Qa h3::after {
        background-color: #004066;
    }
@media (min-width: 768px) {
.Qa h3 {
        font-size: 2.8rem;

        line-height: 1.57143;
    }
    }
.Qa__inner {
    max-width: 1080px;
    padding: 8vw 4vw 12vw;
    margin: 0 auto;
}
@media (min-width: 768px) {
.Qa__inner {
        padding: 80px 40px 100px
}
    }
.Qa__item {
    padding: 6vw 4vw;
    background-color: #fff;
}
@media (min-width: 768px) {
.Qa__item {
        padding: 40px 55px
}
    }
.Qa__item:not(:first-child) {
        margin-top: 2vw;
    }
@media (min-width: 768px) {
.Qa__item:not(:first-child) {
            margin-top: 10px
    }
        }
.Qa__item dt,
    .Qa__item dd {
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
    }
.Qa__item dt {
        font-size: 4.3vw;
        line-height: 1.6875;
        padding-bottom: 1em;
        margin-bottom: 1em;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    }
@media (min-width: 768px) {
.Qa__item dt {
        font-size: 2rem;
        line-height: 1.4
    }
    }
@media (min-width: 768px) {
.Qa__item dt {
            padding-right: 5px;
            padding-left: 5px
    }
        }
.Qa__item dd {
        font-size: 4.3vw;
        line-height: 2.07692;
    }
@media (min-width: 768px) {
.Qa__item dd {
        font-size: 1.6rem;
        line-height: 2
    }
    }
@media (min-width: 768px) {
.Qa__item dd {
            padding-right: 5px;
            padding-left: 5px
    }
        }
.Qa__item img {
        display: inline-block;
        width: 8vw;
        height: auto;
        margin-right: 2vw;
        vertical-align: middle;
    }
@media (min-width: 768px) {
.Qa__item img {
            width: 40px;
            margin-right: 25px
    }
        }
.Qa__item a {
        color: #034667;
        text-decoration: none;
    }
.Qa__item a:hover,
    .Qa__item a:focus {
        text-decoration: underline;
    }
.Qa__item a svg {
            width: 0.35em;
            height: 0.49em;
            margin-right: 0.5ex;
            transform: translateY(-25%);
        }
.Qa__item em {
        font-weight: bold;
        color: #b10510;
        color: var(--color-red);
    }
