@charset 'UTF-8';
/* ==========================================================================
   Foundation
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
/* Reset
   ----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

body
{
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

ul,
ol
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    background: transparent;
}

/*! change colours to suit your needs */
ins
{
    text-decoration: none;

    color: #000;
    background-color: #ff9;
}

/*! change colours to suit your needs */
mark
{
    font-weight: bold;
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help;

    border-bottom: 1px dotted;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

/*! change border colour to suit your needs */
hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

main
{
    display: block;
}

/* Base
   ----------------------------------------------------------------- */
html
{
    font-size: 62.5%;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    height: -webkit-fill-available;
}

*,
*:before,
*:after
{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

body
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.5;

    word-wrap: break-word;
    word-break: normal;

    color: #3e3a34;

    -webkit-font-feature-settings: 'palt';

            font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 1480px)
{
    body
    {
        font-size: 17px;
        font-size: 1.7rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    body
    {
        font-size: .988372093vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    body
    {
        font-size: 1.1486486486vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    body
    {
        font-size: 2.0731707317vw;
    }
}
body.is-fixed
{
    position: fixed;

    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

a
{
    text-decoration: none;

    color: #333;
}
a:hover,
a:active,
a:focus
{
    text-decoration: none;

    opacity: .8;
}

/* フルードイメージにします。 */
img
{
    max-width: 100%;
    height: auto;

    vertical-align: middle;
}

/* svgのIEバグ回避 */
img[src$='.svg']
{
    width: 100%;
    height: auto;
}

svg
{
    width: 100%;
    height: auto;
}

code,
pre
{
    font-family: Consolas, Menlo, Courier, monospace;
}

/* Container
   ----------------------------------------------------------------- */
.l-container
{
    position: relative;

    overflow: hidden;

    -webkit-transition: all .3s ease 0s;

    transition: all .3s ease 0s;
}

/* Header
   ----------------------------------------------------------------- */
/* Footer
   ----------------------------------------------------------------- */
/* Component
   ----------------------------------------------------------------- */
/* btn
-------------------------------------------------------------------------- */
.c-btn
{
    position: relative;

    width: 55px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    text-align: center;
    text-decoration: none;

    border: none;
    border-color: transparent;
    outline: none;
    background-color: transparent;

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;
}
.c-btn--primary
{
    color: #fff;
    background-color: #000;
}
@media screen and (max-width: 767px)
{
    .c-btn--primary
    {
        border: .5333333333vw solid #000;
    }
}
@media screen and (min-width: 768px)
{
    .c-btn--primary
    {
        -webkit-transition: .3s ease;
        transition: .3s ease;

        border: 2px solid #000;
    }
}
@media screen and (min-width: 768px)
{
    .c-btn--primary:hover
    {
        opacity: 1;
        color: #000;
        background: #fff;
    }
}
.c-btn--border
{
    color: #fff;
}
@media screen and (max-width: 767px)
{
    .c-btn--border
    {
        border: .5333333333vw solid #fff;
    }
}
@media screen and (min-width: 768px)
{
    .c-btn--border
    {
        -webkit-transition: .3s ease;
        transition: .3s ease;

        border: 2px solid #fff;
    }
}
@media screen and (min-width: 768px)
{
    .c-btn--border:hover
    {
        opacity: 1;
        color: #000;
        background: #fff;
    }
}
.c-btn--arrow::after
{
    position: absolute;
    top: 50%;

    display: block;

    content: '';
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
}
@media screen and (max-width: 767px)
{
    .c-btn--arrow::after
    {
        right: 4vw;

        width: 3.2vw;
        height: 3.2vw;

        border-top: 1.0666666667vw solid #000;
        border-right: 1.0666666667vw solid #000;
    }
}
@media screen and (min-width: 768px)
{
    .c-btn--arrow::after
    {
        right: 30px;

        width: 14px;
        height: 14px;

        border-top: 4px solid #000;
        border-right: 4px solid #000;
    }
}
.c-btn--en
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}

.c-btn-b
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    padding: 0;

    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    text-align: center;
    text-decoration: none;

    border: none;
    border-color: transparent;
    outline: none;
    background-color: transparent;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.c-btn-b--primary
{
    color: #000;
    background-color: #fff;
}
@media screen and (max-width: 767px)
{
    .c-btn-b--primary
    {
        border: .5333333333vw solid #fff;
    }
}
@media screen and (min-width: 768px)
{
    .c-btn-b--primary
    {
        -webkit-transition: .3s ease;
        transition: .3s ease;

        border: 2px solid #fff;
    }
}
@media screen and (min-width: 768px)
{
    .c-btn-b--primary:hover
    {
        opacity: 1;
        color: #fff;
        background: #000;
    }
}
.c-btn-b--border
{
    color: #000;
}
@media screen and (max-width: 767px)
{
    .c-btn-b--border
    {
        border: .5333333333vw solid #000;
    }
}
@media screen and (min-width: 768px)
{
    .c-btn-b--border
    {
        -webkit-transition: .3s ease;
        transition: .3s ease;

        border: 2px solid #000;
    }
}
@media screen and (min-width: 768px)
{
    .c-btn-b--border:hover
    {
        opacity: 1;
        color: #fff;
        background: #000;
    }
}
.c-btn-b--arrow::after
{
    position: absolute;
    top: 50%;

    display: block;

    content: '';
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
}
@media screen and (max-width: 767px)
{
    .c-btn-b--arrow::after
    {
        right: 4vw;

        width: 3.2vw;
        height: 3.2vw;

        border-top: 1.0666666667vw solid #000;
        border-right: 1.0666666667vw solid #000;
    }
}
@media screen and (min-width: 768px)
{
    .c-btn-b--arrow::after
    {
        right: 30px;

        width: 14px;
        height: 14px;

        border-top: 4px solid #000;
        border-right: 4px solid #000;
    }
}
.c-btn-b--en
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}

.moreBtn__wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.moreBtn__text
{
    display: block;

    width: 100%;
    margin-top: 40px;

    text-align: center;
}
.moreBtn__text.color
{
    color: #fff;
}
@media screen and (max-width: 767px)
{
    .moreBtn__text
    {
        margin-top: 20px;
    }
}
.moreBtn__btn
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 47px;
    font-size: 4.7rem;
    font-weight: 500;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 490px;
    height: 75px;

    -webkit-transition: all .5s;

    transition: all .5s;
    text-align: center;
    text-decoration: none;

    color: #fff;
    border: 1px solid #d7d2c6;
    border-radius: 100px;
    background: #d7d2c6;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.moreBtn__btn:hover
{
    color: #d7d2c6;
    background: #fff;
}
@media screen and (max-width: 1479px)
{
    .moreBtn__btn
    {
        font-size: 29px;
        font-size: 3.87vw;
    }
}
@media screen and (max-width: 1023px)
{
    .moreBtn__btn
    {
        font-size: 37px;
        font-size: 4.93vw;
    }
}
@media screen and (max-width: 767px)
{
    .moreBtn__btn
    {
        font-size: 32px;
        font-size: 3.2rem;

        width: 280px;
        height: 50px;
    }
}
.moreBtn__btn .jp
{
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 300;

    margin-top: 12px;
    margin-left: 10px;
}
@media screen and (max-width: 1479px)
{
    .moreBtn__btn .jp
    {
        font-size: 17px;
        font-size: 2.27vw;
    }
}
@media screen and (max-width: 1023px)
{
    .moreBtn__btn .jp
    {
        font-size: 25px;
        font-size: 3.33vw;
    }
}
@media screen and (max-width: 767px)
{
    .moreBtn__btn .jp
    {
        font-size: 28px;
        font-size: 3.73vw;
    }
}

/*ソースコード用*/
.code
{
    font-size: 12px;

    position: relative;

    overflow: hidden;

    max-width: 100%;
    margin-left: 0;
    padding: 30px 20px 10px;

    list-style: none;

    white-space: pre-wrap;

    color: #fff;
    border-left: solid 5px #c3ecfa;
    background: #2f3437;
}
.code.html:after
{
    content: 'HTML';

    color: #d6783a;
    background: #f2c9b9;
}
.code.css:after
{
    content: 'CSS';

    color: #527ac6;
    background: #b9cdf2;
}
.code.js:after
{
    content: 'JS';

    color: #d4c03d;
    background: #f2ebb9;
}
.code.php:after
{
    content: 'PHP';

    color: #6950c7;
    background: #c5b9f2;
}
.code.accesstoken:after
{
    content: '無期限ACCESSTOKEN';

    color: #fff;
    background: #4267b2;
}
.code.css:after,
.code.html:after,
.code.js:after,
.code.php:after,
.code.accesstoken:after
{
    font-size: .9em;
    line-height: 1;

    position: absolute;
    top: 0;
    left: 0;

    padding: 5px 10px;
}

/*コピー可に*/
pre code
{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;

     -khtml-user-select: all !important;
}

.d_fs.en
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
}
.d_fs.b_color
{
    color: #1a2869;
}
@media screen and (max-width: 767px)
{
    .d_fs
    {
        font-size: 32px;
        font-size: 4.27vw;
    }
}
@media screen and (min-width: 768px)
{
    .d_fs
    {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px)
{
    .s_hfs
    {
        font-size: 52px;
        font-size: 6.93vw;
    }
}
@media screen and (min-width: 768px)
{
    .s_hfs
    {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 767px)
{
    .m_hfs
    {
        font-size: 50px;
        font-size: 6.67vw;
    }
}
@media screen and (min-width: 768px)
{
    .m_hfs
    {
        font-size: 45px;
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 767px)
{
    .c_hfs
    {
        font-size: 75px;
        font-size: 10vw;
    }
}
@media screen and (min-width: 768px)
{
    .c_hfs
    {
        font-size: 65px;
        font-size: 6.5rem;
    }
}

.l_hfs
{
    font-weight: 500;
}
@media screen and (max-width: 767px)
{
    .l_hfs
    {
        font-size: 85px;
        font-size: 11.33vw;
    }
}
@media screen and (min-width: 768px)
{
    .l_hfs
    {
        font-size: 70px;
        font-size: 7rem;
    }
}

.l_hfs-en
{
    font-family: 'Josefin Sans', sans-serif;
}
@media screen and (max-width: 767px)
{
    .l_hfs-en
    {
        font-size: 75px;
        font-size: 10vw;
    }
}
@media screen and (min-width: 768px)
{
    .l_hfs-en
    {
        font-size: 58px;
        font-size: 5.8rem;
    }
}

/* c-hamburger
-------------------------------------------------------------------------- */
.c-hamburger
{
    position: relative;

    display: block;

    width: 16px;
    height: 14px;

    -webkit-transition: all .3s ease 0s;

    transition: all .3s ease 0s;

    outline: none;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .c-hamburger
    {
        height: .8139534884vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .c-hamburger
    {
        height: .9459459459vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .c-hamburger
    {
        height: 1.50390625vw;
    }
}
@media screen and (max-width: 767px)
{
    .c-hamburger
    {
        height: 1.8229166667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .c-hamburger
    {
        width: .9302325581vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .c-hamburger
    {
        width: 1.0810810811vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .c-hamburger
    {
        width: 1.71875vw;
    }
}
@media screen and (max-width: 767px)
{
    .c-hamburger
    {
        width: 2.0833333333vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .c-hamburger
    {
        width: 24px;
        height: 23px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .c-hamburger
    {
        height: 1.3372093023vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .c-hamburger
    {
        height: 1.5540540541vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .c-hamburger
    {
        height: 2.470703125vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px)
{
    .c-hamburger
    {
        height: 2.9947916667vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .c-hamburger
    {
        width: 1.3953488372vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .c-hamburger
    {
        width: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .c-hamburger
    {
        width: 2.578125vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px)
{
    .c-hamburger
    {
        width: 3.125vw;
    }
}
@media screen and (max-width: 767px)
{
    .c-hamburger
    {
        width: 34px;
        height: 32px;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .c-hamburger
    {
        height: 1.8604651163vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .c-hamburger
    {
        height: 2.1621621622vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .c-hamburger
    {
        height: 3.4375vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .c-hamburger
    {
        height: 4.1666666667vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .c-hamburger
    {
        width: 1.976744186vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .c-hamburger
    {
        width: 2.2972972973vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .c-hamburger
    {
        width: 3.65234375vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .c-hamburger
    {
        width: 4.4270833333vw;
    }
}
.c-hamburger span
{
    position: absolute;

    display: block;

    width: 100%;
    height: 3px;

    content: '';
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;

    background-color: #fff;
}
@media screen and (max-width: 767px)
{
    .c-hamburger span
    {
        height: 2px;
    }
}
.c-hamburger span:nth-of-type(1)
{
    top: 0;
    right: 0;
    left: 0;

    margin: auto;

    -webkit-animation: menu-bar01 .65s forwards;

            animation: menu-bar01 .65s forwards;
}
.c-hamburger span:nth-of-type(2)
{
    top: calc(50% - 2px);

    margin: auto;

    opacity: 1;
}
.c-hamburger span:nth-of-type(3)
{
    top: 100%;
    right: 0;
    left: 0;

    margin: auto;

    -webkit-animation: menu-bar02 .65s forwards;

            animation: menu-bar02 .65s forwards;
}
.c-hamburger.is-open
{
    margin-left: 0;

    -webkit-transform: skewX(0deg);

            transform: skewX(0deg);
}
.c-hamburger.is-open span:nth-of-type(1)
{
    -webkit-animation: active-menu-bar01 .65s forwards;
            animation: active-menu-bar01 .65s forwards;
}
.c-hamburger.is-open span:nth-of-type(2)
{
    width: 100%;

    opacity: 0;
}
.c-hamburger.is-open span:nth-of-type(3)
{
    top: calc(100% - 4px);

    -webkit-animation: active-menu-bar02 .65s forwards;

            animation: active-menu-bar02 .65s forwards;
}

@-webkit-keyframes menu-bar01
{
    0%
    {
        top: 50%;

        width: 80%;
        margin: 0 auto;

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);
    }
    50%
    {
        top: 50%;

        margin-right: 0;

        -webkit-transform: rotate(0);

                transform: rotate(0);
    }
    100%
    {
        top: 0;

        -webkit-transform: rotate(0);

                transform: rotate(0);
    }
}

@keyframes menu-bar01
{
    0%
    {
        top: 50%;

        width: 80%;
        margin: 0 auto;

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);
    }
    50%
    {
        top: 50%;

        margin-right: 0;

        -webkit-transform: rotate(0);

                transform: rotate(0);
    }
    100%
    {
        top: 0;

        -webkit-transform: rotate(0);

                transform: rotate(0);
    }
}
@-webkit-keyframes menu-bar02
{
    0%
    {
        top: 50%;

        width: 80%;
        margin: 0 auto;

        -webkit-transform: rotate(-45deg);

                transform: rotate(-45deg);
    }
    50%
    {
        top: 50%;

        margin-left: 0;

        -webkit-transform: rotate(0);

                transform: rotate(0);
    }
    100%
    {
        top: calc(100% - 4px);

        -webkit-transform: rotate(0);

                transform: rotate(0);
    }
}
@keyframes menu-bar02
{
    0%
    {
        top: 50%;

        width: 80%;
        margin: 0 auto;

        -webkit-transform: rotate(-45deg);

                transform: rotate(-45deg);
    }
    50%
    {
        top: 50%;

        margin-left: 0;

        -webkit-transform: rotate(0);

                transform: rotate(0);
    }
    100%
    {
        top: calc(100% - 4px);

        -webkit-transform: rotate(0);

                transform: rotate(0);
    }
}
@-webkit-keyframes active-menu-bar01
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    50%
    {
        top: calc(50% - 2px);

        -webkit-transform: rotate(0);

                transform: rotate(0);
    }
    100%
    {
        top: calc(50% - 2px);

        width: 80%;
        margin: 0 auto;

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);
    }
}
@keyframes active-menu-bar01
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    50%
    {
        top: calc(50% - 2px);

        -webkit-transform: rotate(0);

                transform: rotate(0);
    }
    100%
    {
        top: calc(50% - 2px);

        width: 80%;
        margin: 0 auto;

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);
    }
}
@-webkit-keyframes active-menu-bar02
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    50%
    {
        top: calc(50% - 2px);

        -webkit-transform: rotate(0);

                transform: rotate(0);
    }
    100%
    {
        top: calc(50% - 2px);

        width: 80%;
        margin: 0 auto;

        -webkit-transform: rotate(-45deg);

                transform: rotate(-45deg);
    }
}
@keyframes active-menu-bar02
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    50%
    {
        top: calc(50% - 2px);

        -webkit-transform: rotate(0);

                transform: rotate(0);
    }
    100%
    {
        top: calc(50% - 2px);

        width: 80%;
        margin: 0 auto;

        -webkit-transform: rotate(-45deg);

                transform: rotate(-45deg);
    }
}
/* headline
-------------------------------------------------------------------------- */
.c-headline
{
    width: 100%;
}
.c-headline__en,
.c-headline__jp
{
    display: block;

    text-align: center;
}
.c-headline__en
{
    font-weight: 500;
    line-height: 1;
}
@media screen and (max-width: 767px)
{
    .c-headline__en
    {
        font-size: 65px;
        font-size: 8.67vw;
    }
}
@media screen and (min-width: 768px)
{
    .c-headline__en
    {
        font-size: 60px;
        font-size: 6rem;
    }
}
.c-headline__en--rev
{
    color: #fff;
}
.c-headline__jp
{
    font-weight: 300;

    margin-bottom: 15px;

    letter-spacing: .1em;
}
@media screen and (max-width: 767px)
{
    .c-headline__jp
    {
        font-size: 34px;
        font-size: 4.53vw;

        margin-top: 1.87vw;
    }
}
@media screen and (min-width: 768px)
{
    .c-headline__jp
    {
        font-size: 20px;
        font-size: 2rem;

        margin-top: 8px;
    }
}
.c-headline__text
{
    font-size: 14px;
    font-size: 1.4rem;
}
.c-headline--qa .c-headline__en,
.c-headline--qa .c-headline__jp
{
    text-align: left;
}
@media screen and (min-width: 1024px)
{
    .c-headline--qa .c-headline__en
    {
        font-size: 100px;
        font-size: 10rem;
    }
}
@media screen and (max-width: 767px)
{
    .c-headline--qa .c-headline__word
    {
        display: block;
    }
}
@media screen and (min-width: 768px)
{
    .c-headline--qa .c-headline__word
    {
        margin-left: 0;
    }
}
@media screen and (min-width: 1024px)
{
    .c-headline--information .c-headline__en
    {
        font-size: 40px;
        font-size: 4rem;
    }
}
@media screen and (min-width: 768px)
{
    .c-headline--information .c-headline__jp
    {
        margin-top: 13px;
    }
}
@media screen and (max-width: 767px)
{
    .c-headline__word
    {
        display: block;
    }
}
@media screen and (min-width: 768px)
{
    .c-headline__word
    {
        margin-left: .5em;
    }
}

/* inset
-------------------------------------------------------------------------- */
.inset
{
    font-family: 'object-fit: contain;';

    -o-object-fit: contain;

       object-fit: contain;
}

/* instagram
-------------------------------------------------------------------------- */
.instagram__photoList
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.instagram__photoList::before
{
    display: block;

    width: 25%;

    content: '';

    -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

            order: 1;
}
.instagram__photoList::after
{
    display: block;

    width: 25%;

    content: '';
}
.instagram__photoItem
{
    position: relative;

    width: 25%;
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .instagram__photoItem
    {
        width: 33.33%;
    }
}
@media screen and (max-width: 767px)
{
    .instagram__photoItem
    {
        width: 50%;
    }
}
.instagram__photoItem img
{
    width: 100%;
}
.instagram__photoItem img.c-inset
{
    font-family: 'object-fit: cover';

    -o-object-fit: cover;

       object-fit: cover;
}
@media screen and (max-width: 767px)
{
    .instagram__photoItem img
    {
        height: 43.07vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .instagram__photoItem img
    {
        height: 31.6vw;
    }
}
@media screen and (min-width: 1024px)
{
    .instagram__photoItem img
    {
        height: 300px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px)
{
    .instagram__photoItem img
    {
        height: 23.8vw;
    }
}
.instagram__photoItem video
{
    display: block;

    width: 100%;
}
.instagram__photoItem video.c-inset
{
    font-family: 'object-fit: cover';

    -o-object-fit: cover;

       object-fit: cover;
}
@media screen and (max-width: 767px)
{
    .instagram__photoItem video
    {
        height: 43.07vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .instagram__photoItem video
    {
        height: 31.6vw;
    }
}
@media screen and (min-width: 1024px)
{
    .instagram__photoItem video
    {
        height: 300px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px)
{
    .instagram__photoItem video
    {
        height: 23.8vw;
    }
}
.instagram__photoItem video:hover
{
    opacity: .8;
}
.instagram__photoItem .icon
{
    position: absolute;
    top: 8px;
    right: 8px;

    opacity: .9;
}
@media screen and (max-width: 767px)
{
    .instagram__photoItem .icon
    {
        top: 2px;
        right: 10px;
    }
}
.instagram__photoItem .icon img
{
    width: 28px;
    height: auto;
}
@media screen and (max-width: 767px)
{
    .instagram__photoItem .icon img
    {
        width: 25px;
    }
}

/* logo
-------------------------------------------------------------------------- */
.c-logo a
{
    display: block;
}

@media screen and (min-width: 1024px)
{
    .first-mg
    {
        margin: 26.67vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .first-mg
    {
        margin: 18.67vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .first-mg
    {
        margin: 26.67vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .top-mg
    {
        margin: 9.33vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-mg
    {
        margin: 18.67vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-mg
    {
        margin: 26.67vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .top-h-mg
    {
        margin: 5.33vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-h-mg
    {
        margin: 11.33vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-h-mg
    {
        margin: 15.33vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .bottom-mg
    {
        margin: 0vw 0vw 9.33vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .bottom-mg
    {
        margin: 0vw 0vw 18.67vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .bottom-mg
    {
        margin: 0vw 0vw 26.67vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .bottom-h-mg
    {
        margin: 0vw 0vw 5.33vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .bottom-h-mg
    {
        margin: 0vw 0vw 11.33vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .bottom-h-mg
    {
        margin: 0vw 0vw 15.33vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .mid-mg
    {
        margin: 9.33vw 0vw 9.33vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-mg
    {
        margin: 18.67vw 0vw 18.67vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-mg
    {
        margin: 26.67vw 0vw 26.67vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .mid-h-mg
    {
        margin: 5.33vw 0vw 5.33vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-h-mg
    {
        margin: 11.33vw 0vw 11.33vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-h-mg
    {
        margin: 15.33vw 0vw 15.33vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .last-mg
    {
        margin: 0vw 0vw 26.67vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .last-mg
    {
        margin: 0vw 0vw 18.67vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .last-mg
    {
        margin: 0vw 0vw 26.67vw 0vw;
    }
}

/* modal
-------------------------------------------------------------------------- */
.c-modal
{
    z-index: 500;

    display: none;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%;

    background-repeat: no-repeat;
    background-attachment: fixed;
}
.c-modal .relative
{
    position: absolute;
    top: 0;

    overflow: hidden;

    width: 100%;
    min-height: 100vh;
    padding-bottom: 10vw;

    background: #1729ac;
}
@media screen and (max-width: 1023px)
{
    .c-modal .relative
    {
        padding-bottom: 20vw;
    }
}
@media screen and (max-width: 767px)
{
    .c-modal .relative
    {
        padding-top: 30vw;
        padding-bottom: 50vw;
    }
}
.c-modal__bgImage
{
    position: absolute;
}
@media screen and (min-width: 1024px)
{
    .c-modal__bgImage
    {
        right: 3%;
        bottom: 0;

        height: 100%;
    }
}
@media screen and (max-width: 1023px)
{
    .c-modal__bgImage
    {
        top: 0;
        left: 10%;

        width: 100%;
        height: 100%;
    }
}
.c-modal__bgImage img
{
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
}
@media screen and (max-width: 767px)
{
    .c-modal__bgImage
    {
        top: 0;
        left: 15%;
    }
}
.c-modal__contents
{
    position: relative;
    z-index: 1000;

    width: 100%;

    color: #000;
}
@media screen and (min-width: 768px)
{
    .c-modal__contents
    {
        margin: 0 auto;
        padding-top: 190px;
        padding-bottom: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .c-modal__contents
    {
        padding-top: 9.9418604651vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .c-modal__contents
    {
        padding-top: 10.2702702703vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .c-modal__contents
    {
        padding-top: 18.5546875vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px)
{
    .c-modal__contents
    {
        padding-top: 24.7395833333vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .c-modal__contents
    {
        padding-bottom: 1.5697674419vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .c-modal__contents
    {
        padding-bottom: 1.6216216216vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .c-modal__contents
    {
        padding-bottom: 3.22265625vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px)
{
    .c-modal__contents
    {
        padding-bottom: 4.296875vw;
    }
}
@media screen and (min-width: 1024px)
{
    .c-modal__contents
    {
        max-width: 1600px;
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media screen and (max-width: 767px)
{
    .c-modal__contents
    {
        overflow: hidden;

        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}
.c-modal.is-open
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    visibility: visible;

    width: 100%;
    min-height: 100%;

    opacity: 1;
}
.c-modal__title
{
    color: #fff;
}
@media screen and (min-width: 1024px)
{
    .c-modal__title
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: center;

            -ms-flex-pack: center;

                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
.c-modal__title .en
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;

    margin: 0 10px;
}
@media screen and (max-width: 767px)
{
    .c-modal__title .en
    {
        font-size: 6.5104166667vw;
    }
}
.c-modal__title .jp
{
    font-weight: 400;

    margin: 0 10px;
}
@media screen and (max-width: 767px)
{
    .c-modal__title .jp
    {
        font-size: 4.5572916667vw;
    }
}

/* modal
-------------------------------------------------------------------------- 
.c-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 500;
    height:0px;

    @include mq(large, max, true) {
        background-image: url(../image/slider01-m_tb.jpg);
        background-position:center bottom;
        background-size:cover;
    }
    @include mq(large) {
        background-image: url(../image/slider01-m.jpg);
        background-position:center center;
        background-size:cover;
    }
    @include mq(medium, max, true) {
        background-image: url(../image/slider01-m_sp.jpg);
        background-position:center bottom;
        background-size:cover;
    }

    .relative{
        position:relative;
        @include mq {
            height:100%;
        }
        @include mq(medium, max, true) {
          padding-top:18vw;
          padding-bottom:30vw;
        }

    }


    &__contents {
        position:relative;
        z-index:100;
        width: 100%;
        padding-top: 170px;

        @include mq(medium, max, true) {
            @include padding_vw(120, 40, 80, 40);
        }
        @include mq {
            @include mq(xxlarge, max, true) {
		        padding-top: 200px;
            }
            @include mq(large, max, true) {
		        padding-top: 260px;
                padding-bottom: 260px;
                margin-left: auto;
                margin-right: auto;
                padding-left: 20px;
                padding-right: 20px;
            }
        }
        @include mq(large) {
            max-width: 1500px;
            margin: 0 auto;
            padding-left: 40px;
            padding-right: 40px;
        }
    }



    &.is-open {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}
*/
.first-mg
{
    margin-top: 190px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .first-mg
    {
        margin-top: 9.9418604651vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .first-mg
    {
        margin-top: 10.2702702703vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .first-mg
    {
        margin-top: 18.5546875vw;
    }
}
@media screen and (max-width: 767px)
{
    .first-mg
    {
        margin-top: 24.7395833333vw;
    }
}

.top-xl-mg
{
    margin-top: 200px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-xl-mg
    {
        margin-top: 10.4651162791vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-xl-mg
    {
        margin-top: 10.8108108108vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-xl-mg
    {
        margin-top: 19.53125vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-xl-mg
    {
        margin-top: 26.0416666667vw;
    }
}

.top-l-mg
{
    margin-top: 130px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-l-mg
    {
        margin-top: 6.8023255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-l-mg
    {
        margin-top: 7.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-l-mg
    {
        margin-top: 12.6953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-l-mg
    {
        margin-top: 16.9270833333vw;
    }
}

.top-m-mg
{
    margin-top: 90px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-m-mg
    {
        margin-top: 4.7093023256vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-m-mg
    {
        margin-top: 4.8648648649vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-m-mg
    {
        margin-top: 9.66796875vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-m-mg
    {
        margin-top: 12.890625vw;
    }
}

.top-s-mg
{
    margin-top: 60px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-s-mg
    {
        margin-top: 3.1395348837vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-s-mg
    {
        margin-top: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-s-mg
    {
        margin-top: 6.4453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-s-mg
    {
        margin-top: 8.59375vw;
    }
}

.top-ss-mg
{
    margin-top: 30px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-ss-mg
    {
        margin-top: 1.5697674419vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-ss-mg
    {
        margin-top: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-ss-mg
    {
        margin-top: 3.22265625vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-ss-mg
    {
        margin-top: 4.296875vw;
    }
}

.btm-l-mg
{
    margin-bottom: 130px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-l-mg
    {
        margin-bottom: 6.8023255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-l-mg
    {
        margin-bottom: 7.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-l-mg
    {
        margin-bottom: 12.6953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-l-mg
    {
        margin-bottom: 16.9270833333vw;
    }
}

.btm-m-mg
{
    margin-bottom: 90px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-m-mg
    {
        margin-bottom: 4.7093023256vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-m-mg
    {
        margin-bottom: 4.8648648649vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-m-mg
    {
        margin-bottom: 9.66796875vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-m-mg
    {
        margin-bottom: 12.890625vw;
    }
}

.btm-s-mg
{
    margin-bottom: 60px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-s-mg
    {
        margin-bottom: 3.1395348837vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-s-mg
    {
        margin-bottom: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-s-mg
    {
        margin-bottom: 6.4453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-s-mg
    {
        margin-bottom: 8.59375vw;
    }
}

.btm-ss-mg
{
    margin-bottom: 30px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-ss-mg
    {
        margin-bottom: 1.5697674419vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-ss-mg
    {
        margin-bottom: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-ss-mg
    {
        margin-bottom: 3.22265625vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-ss-mg
    {
        margin-bottom: 4.296875vw;
    }
}

.mid-l-mg
{
    margin-top: 130px;
    margin-bottom: 130px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-l-mg
    {
        margin-top: 6.8023255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-l-mg
    {
        margin-top: 7.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-l-mg
    {
        margin-top: 12.6953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-l-mg
    {
        margin-top: 16.9270833333vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-l-mg
    {
        margin-bottom: 6.8023255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-l-mg
    {
        margin-bottom: 7.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-l-mg
    {
        margin-bottom: 12.6953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-l-mg
    {
        margin-bottom: 16.9270833333vw;
    }
}

.mid-m-mg
{
    margin-top: 90px;
    margin-bottom: 90px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-m-mg
    {
        margin-top: 4.7093023256vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-m-mg
    {
        margin-top: 4.8648648649vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-m-mg
    {
        margin-top: 9.66796875vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-m-mg
    {
        margin-top: 12.890625vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-m-mg
    {
        margin-bottom: 4.7093023256vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-m-mg
    {
        margin-bottom: 4.8648648649vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-m-mg
    {
        margin-bottom: 9.66796875vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-m-mg
    {
        margin-bottom: 12.890625vw;
    }
}

.mid-s-mg
{
    margin-top: 60px;
    margin-bottom: 60px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-s-mg
    {
        margin-top: 3.1395348837vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-s-mg
    {
        margin-top: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-s-mg
    {
        margin-top: 6.4453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-s-mg
    {
        margin-top: 8.59375vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-s-mg
    {
        margin-bottom: 3.1395348837vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-s-mg
    {
        margin-bottom: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-s-mg
    {
        margin-bottom: 6.4453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-s-mg
    {
        margin-bottom: 8.59375vw;
    }
}

.mid-ss-mg
{
    margin-top: 30px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-ss-mg
    {
        margin-top: 1.5697674419vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-ss-mg
    {
        margin-top: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-ss-mg
    {
        margin-top: 3.22265625vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-ss-mg
    {
        margin-top: 4.296875vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-ss-mg
    {
        margin-bottom: 1.5697674419vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-ss-mg
    {
        margin-bottom: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-ss-mg
    {
        margin-bottom: 3.22265625vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-ss-mg
    {
        margin-bottom: 4.296875vw;
    }
}

.last-mg
{
    margin-bottom: 190px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .last-mg
    {
        margin-bottom: 9.9418604651vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .last-mg
    {
        margin-bottom: 10.2702702703vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .last-mg
    {
        margin-bottom: 18.5546875vw;
    }
}
@media screen and (max-width: 767px)
{
    .last-mg
    {
        margin-bottom: 24.7395833333vw;
    }
}

.first-pd
{
    padding-top: 190px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .first-pd
    {
        padding-top: 9.9418604651vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .first-pd
    {
        padding-top: 10.2702702703vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .first-pd
    {
        padding-top: 18.5546875vw;
    }
}
@media screen and (max-width: 767px)
{
    .first-pd
    {
        padding-top: 24.7395833333vw;
    }
}

.top-l-pd
{
    padding-top: 130px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-l-pd
    {
        padding-top: 6.8023255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-l-pd
    {
        padding-top: 7.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-l-pd
    {
        padding-top: 12.6953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-l-pd
    {
        padding-top: 16.9270833333vw;
    }
}

.top-m-pd
{
    padding-top: 90px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-m-pd
    {
        padding-top: 4.7093023256vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-m-pd
    {
        padding-top: 4.8648648649vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-m-pd
    {
        padding-top: 9.66796875vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-m-pd
    {
        padding-top: 12.890625vw;
    }
}

.top-s-pd
{
    padding-top: 60px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-s-pd
    {
        padding-top: 3.1395348837vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-s-pd
    {
        padding-top: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-s-pd
    {
        padding-top: 6.4453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-s-pd
    {
        padding-top: 8.59375vw;
    }
}

.top-ss-pd
{
    padding-top: 30px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-ss-pd
    {
        padding-top: 1.5697674419vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-ss-pd
    {
        padding-top: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-ss-pd
    {
        padding-top: 3.22265625vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-ss-pd
    {
        padding-top: 4.296875vw;
    }
}

.btm-l-pd
{
    padding-bottom: 130px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-l-pd
    {
        padding-bottom: 6.8023255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-l-pd
    {
        padding-bottom: 7.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-l-pd
    {
        padding-bottom: 12.6953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-l-pd
    {
        padding-bottom: 16.9270833333vw;
    }
}

.btm-m-pd
{
    padding-bottom: 90px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-m-pd
    {
        padding-bottom: 4.7093023256vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-m-pd
    {
        padding-bottom: 4.8648648649vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-m-pd
    {
        padding-bottom: 9.66796875vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-m-pd
    {
        padding-bottom: 12.890625vw;
    }
}

.btm-s-pd
{
    padding-bottom: 60px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-s-pd
    {
        padding-bottom: 3.1395348837vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-s-pd
    {
        padding-bottom: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-s-pd
    {
        padding-bottom: 6.4453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-s-pd
    {
        padding-bottom: 8.59375vw;
    }
}

.btm-ss-pd
{
    padding-bottom: 30px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-ss-pd
    {
        padding-bottom: 1.5697674419vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-ss-pd
    {
        padding-bottom: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-ss-pd
    {
        padding-bottom: 3.22265625vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-ss-pd
    {
        padding-bottom: 4.296875vw;
    }
}

.mid-l-pd
{
    padding-top: 130px;
    padding-bottom: 130px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-l-pd
    {
        padding-top: 6.8023255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-l-pd
    {
        padding-top: 7.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-l-pd
    {
        padding-top: 12.6953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-l-pd
    {
        padding-top: 16.9270833333vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-l-pd
    {
        padding-bottom: 6.8023255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-l-pd
    {
        padding-bottom: 7.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-l-pd
    {
        padding-bottom: 12.6953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-l-pd
    {
        padding-bottom: 16.9270833333vw;
    }
}

.mid-m-pd
{
    padding-top: 90px;
    padding-bottom: 90px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-m-pd
    {
        padding-top: 4.7093023256vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-m-pd
    {
        padding-top: 4.8648648649vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-m-pd
    {
        padding-top: 9.66796875vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-m-pd
    {
        padding-top: 12.890625vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-m-pd
    {
        padding-bottom: 4.7093023256vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-m-pd
    {
        padding-bottom: 4.8648648649vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-m-pd
    {
        padding-bottom: 9.66796875vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-m-pd
    {
        padding-bottom: 12.890625vw;
    }
}

.mid-s-pd
{
    padding-top: 60px;
    padding-bottom: 60px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-s-pd
    {
        padding-top: 3.1395348837vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-s-pd
    {
        padding-top: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-s-pd
    {
        padding-top: 6.4453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-s-pd
    {
        padding-top: 8.59375vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-s-pd
    {
        padding-bottom: 3.1395348837vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-s-pd
    {
        padding-bottom: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-s-pd
    {
        padding-bottom: 6.4453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-s-pd
    {
        padding-bottom: 8.59375vw;
    }
}

.mid-s-pd-sp
{
    padding-top: 60px;
    padding-bottom: 60px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-s-pd-sp
    {
        padding-top: 3.1395348837vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-s-pd-sp
    {
        padding-top: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-s-pd-sp
    {
        padding-top: 6.4453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-s-pd-sp
    {
        padding-top: 8.59375vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-s-pd-sp
    {
        padding-bottom: 3.1395348837vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-s-pd-sp
    {
        padding-bottom: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-s-pd-sp
    {
        padding-bottom: 6.4453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-s-pd-sp
    {
        padding-bottom: 8.59375vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-s-pd-sp
    {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-s-pd-sp
    {
        padding-top: 4.7093023256vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-s-pd-sp
    {
        padding-top: 4.8648648649vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .mid-s-pd-sp
    {
        padding-top: 9.66796875vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .mid-s-pd-sp
    {
        padding-top: 12.890625vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-s-pd-sp
    {
        padding-bottom: 4.7093023256vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-s-pd-sp
    {
        padding-bottom: 4.8648648649vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .mid-s-pd-sp
    {
        padding-bottom: 9.66796875vw;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px)
{
    .mid-s-pd-sp
    {
        padding-bottom: 12.890625vw;
    }
}

.mid-ss-pd
{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-ss-pd
    {
        padding-top: 1.5697674419vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-ss-pd
    {
        padding-top: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-ss-pd
    {
        padding-top: 3.22265625vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-ss-pd
    {
        padding-top: 4.296875vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-ss-pd
    {
        padding-bottom: 1.5697674419vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-ss-pd
    {
        padding-bottom: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-ss-pd
    {
        padding-bottom: 3.22265625vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-ss-pd
    {
        padding-bottom: 4.296875vw;
    }
}

.last-pd
{
    padding-bottom: 190px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .last-pd
    {
        padding-bottom: 9.9418604651vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .last-pd
    {
        padding-bottom: 10.2702702703vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .last-pd
    {
        padding-bottom: 18.5546875vw;
    }
}
@media screen and (max-width: 767px)
{
    .last-pd
    {
        padding-bottom: 24.7395833333vw;
    }
}

/* outset
-------------------------------------------------------------------------- */
.outset
{
    font-family: 'object-fit: cover;';

    -o-object-fit: cover;

       object-fit: cover;
}

@media screen and (min-width: 1024px)
{
    .first-pd
    {
        padding: 25.33vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .first-pd
    {
        padding: 20vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .first-pd
    {
        padding: 25.33vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .top-pd
    {
        padding: 8vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-pd
    {
        padding: 17.33vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-pd
    {
        padding: 25.33vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .top-h-pd
    {
        padding: 6.67vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-h-pd
    {
        padding: 11.33vw 0vw 0vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-h-pd
    {
        padding: 15.33vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .bottom-pd
    {
        padding: 0vw 0vw 8vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .bottom-pd
    {
        padding: 0vw 0vw 17.33vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .bottom-pd
    {
        padding: 0vw 0vw 25.33vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .bottom-h-pd
    {
        padding: 0vw 0vw 6.67vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .bottom-h-pd
    {
        padding: 0vw 0vw 11.33vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .bottom-h-pd
    {
        padding: 0vw 0vw 15.33vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .bottom-hh-pd
    {
        padding: 0vw 0vw 4.67vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .bottom-hh-pd
    {
        padding: 0vw 0vw 8vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .bottom-hh-pd
    {
        padding: 0vw 0vw 12vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .title-bt
    {
        padding: 0vw 0vw 2vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .title-bt
    {
        padding: 0vw 0vw 3.33vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .title-bt
    {
        padding: 0vw 0vw 3.33vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .mid-pd
    {
        padding: 8vw 0vw 8vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-pd
    {
        padding: 17.33vw 0vw 17.33vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-pd
    {
        padding: 25.33vw 0vw 25.33vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .mid-h-pd
    {
        padding: 6.67vw 0vw 6.67vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-h-pd
    {
        padding: 11.33vw 0vw 11.33vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-h-pd
    {
        padding: 15.33vw 0vw 15.33vw 0vw;
    }
}

@media screen and (min-width: 1024px)
{
    .last-pd
    {
        padding: 0vw 0vw 25.33vw 0vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .last-pd
    {
        padding: 0vw 0vw 20vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .last-pd
    {
        padding: 0vw 0vw 25.33vw 0vw;
    }
}

/* p-pager
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px)
{
    .p-pager__wrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }
    .p-pager__wrap.bottom
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .p-pager__wrap.center
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
    }
    .p-pager__wrap.center .p-pager__numList
    {
        padding: 0vw 0vw 1.33vw 0vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-pager__wrap .p-pager__numList
    {
        padding: 0vw 0vw 4vw 0vw;
    }
}
.p-pager__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
.p-pager__btnArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 5px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
@media screen and (max-width: 767px)
{
    .p-pager__btnArea
    {
        margin: 0;
    }
}
.p-pager__btn
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-weight: 500;

    min-width: 90px;

    cursor: pointer;
    text-decoration: none;
    text-decoration: none;

    color: #fff;
    color: #fff;
    background: #000;
    background: #007cc6;
}
@media screen and (max-width: 767px)
{
    .p-pager__btn
    {
        width: 100%;

        text-decoration: none;
    }
}
@media screen and (max-width: 1023px)
{
    .p-pager__btn
    {
        min-width: 60px;
    }
}
@media screen and (max-width: 767px)
{
    .p-pager__btn
    {
        min-width: 50px;
    }
}
.p-pager__numArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
.p-pager__btn,
.p-pager__num
{
    font-size: 20px;
    font-weight: 400;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    display: flex;

    margin: 0 1%;

    text-align: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
.p-pager__btn,
.p-pager__num a,
.p-pager__num.now
{
    font-size: 20px;

    padding: 5px 0;

    border-radius: 5px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.p-pager__num
{
    font-family: 'Josefin Sans', sans-serif;

    width: 60px;

    color: #007cc6;
}
@media screen and (max-width: 1023px)
{
    .p-pager__num
    {
        width: 45px;
    }
}
@media screen and (max-width: 767px)
{
    .p-pager__num
    {
        width: 40px;
    }
}
.p-pager__num.now
{
    color: #fff;
    background: #007cc6;
}
.p-pager__num a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    text-align: center;
    text-decoration: none;

    color: #3c3c3c;
    border: 1px solid #9d9d9d;
    background: #fff;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
.p-pager__dotte
{
    font-weight: bold;
    font-weight: 500;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 30px;

    color: #9d9d9d;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .p-pager__dotte
    {
        width: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-pager__dotte
    {
        width: 15px;
    }
}

@media screen and (max-width: 767px)
{
    .p-pager-num
    {
        font-size: 20px;
        font-size: 2rem;
    }
    .p-pager-num a
    {
        width: 100%;
        margin: 0 1px;

        text-decoration: none;
        letter-spacing: .05em;
    }
    .p-pager-num.now
    {
        padding: 0 10px;
    }
}
/* c-rangeSlider
-------------------------------------------------------------------------- */
.c-rangeSlider
{
    width: 100%;
    margin: 0;
    margin: 0;
    padding: 0;

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;
    /* WebKit・Blink向け 溝のスタイル */
    /* WebKit・Blink向け つまみのスタイル */
    /* WebKit・Blink向け focus時のスタイル */
    /* Firefox向け 溝のスタイル */
    /* Firefox向け つまみのスタイル */
    /* Edge・IE向け 溝のスタイル */
    /* Edge・IE向け 溝の色（つまみより左側） */
    /* Edge・IE向け 溝の色（つまみより右側） */
    /* Edge・IE向け つまみのスタイル */
    /* Edge・IE向け focus時の色（つまみより左側） */
    /* Edge・IE向け focus時の色（つまみより右側） */
    /* Edge・IE向け ポップアップを非表示に */
}
.c-rangeSlider:focus
{
    outline: none;
}
.c-rangeSlider::-webkit-slider-runnable-track
{
    width: 100%;

    background-color: #000;

    -webkit-appearance: none;

            appearance: none;
}
@media screen and (max-width: 767px)
{
    .c-rangeSlider::-webkit-slider-runnable-track
    {
        height: 1.3333333333vw;

        border-radius: 1.6vw;
    }
}
@media screen and (min-width: 768px)
{
    .c-rangeSlider::-webkit-slider-runnable-track
    {
        height: 5px;

        border-radius: 6px;
    }
}
.c-rangeSlider::-webkit-slider-thumb
{
    position: relative;

    display: block;

    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;

    border-radius: 50%;
    background-color: #fff;

    -webkit-appearance: none;

            appearance: none;
}
@media screen and (max-width: 767px)
{
    .c-rangeSlider::-webkit-slider-thumb
    {
        width: 5.3333333333vw;
        height: 5.3333333333vw;
        margin-top: -2.1333333333vw !important;

        border: .5333333333vw solid rgba(0, 0, 0, .5);
    }
}
@media screen and (min-width: 768px)
{
    .c-rangeSlider::-webkit-slider-thumb
    {
        width: 20px;
        height: 20px;
        margin-top: -8px !important;

        border: 2px solid rgba(0, 0, 0, .5);
    }
}
.c-rangeSlider:active::-webkit-slider-thumb
{
    -webkit-transition: .4s;
    transition: .4s;
}
@media screen and (max-width: 767px)
{
    .c-rangeSlider:active::-webkit-slider-thumb
    {
        width: 6.6666666667vw;
        height: 6.6666666667vw;
    }
}
@media screen and (min-width: 768px)
{
    .c-rangeSlider:active::-webkit-slider-thumb
    {
        width: 25px;
        height: 25px;
    }
}
.c-rangeSlider:focus::-webkit-slider-runnable-track
{
    background: #000;
}
.c-rangeSlider::-moz-range-track
{
    width: 100%;

    background-color: #000;

    -moz-appearance: none;

         appearance: none;
}
@media screen and (max-width: 767px)
{
    .c-rangeSlider::-moz-range-track
    {
        height: 1.3333333333vw;

        border-radius: 1.6vw;
    }
}
@media screen and (min-width: 768px)
{
    .c-rangeSlider::-moz-range-track
    {
        height: 5px;

        border-radius: 6px;
    }
}
.c-rangeSlider::-moz-range-thumb
{
    position: relative;

    display: block;

    cursor: pointer;
    -moz-transition: .4s;
    transition: .4s;

    border-radius: 50%;
    background-color: #fff;

    -moz-appearance: none;

         appearance: none;
}
@media screen and (max-width: 767px)
{
    .c-rangeSlider::-moz-range-thumb
    {
        width: 5.3333333333vw;
        height: 5.3333333333vw;
        margin-top: -2.1333333333vw !important;

        border: .5333333333vw solid rgba(0, 0, 0, .5);
    }
}
@media screen and (min-width: 768px)
{
    .c-rangeSlider::-moz-range-thumb
    {
        width: 20px;
        height: 20px;
        margin-top: -8px !important;

        border: 2px solid rgba(0, 0, 0, .5);
    }
}
.c-rangeSlider:active::-moz-range-thumb
{
    -moz-transition: .4s;
    transition: .4s;
}
@media screen and (max-width: 767px)
{
    .c-rangeSlider:active::-moz-range-thumb
    {
        width: 6.6666666667vw;
        height: 6.6666666667vw;
    }
}
@media screen and (min-width: 768px)
{
    .c-rangeSlider:active::-moz-range-thumb
    {
        width: 25px;
        height: 25px;
    }
}
.c-rangeSlider::-ms-track
{
    width: 100%;

    cursor: pointer;

    color: transparent;
    border-width: 16px 0;
    border-color: transparent;
    background: transparent;

    animate: .2s;
}
@media screen and (max-width: 767px)
{
    .c-rangeSlider::-ms-track
    {
        height: 1.3333333333vw;
    }
}
@media screen and (min-width: 768px)
{
    .c-rangeSlider::-ms-track
    {
        height: 5px;
    }
}
.c-rangeSlider::-ms-fill-lower
{
    background: #000;
}
.c-rangeSlider::-ms-fill-upper
{
    background: rgb(25.5, 25.5, 25.5);
}
.c-rangeSlider::-ms-thumb
{
    width: 20px;
    height: 20px;

    cursor: pointer;
    -ms-transition: .4s;
    transition: .4s;

    border-radius: 50%;
    background-color: #fff;

    appearance: none;
}
@media screen and (max-width: 767px)
{
    .c-rangeSlider::-ms-thumb
    {
        width: 5.3333333333vw;
        height: 5.3333333333vw;

        border: .5333333333vw solid rgba(0, 0, 0, .5);
    }
}
@media screen and (min-width: 768px)
{
    .c-rangeSlider::-ms-thumb
    {
        width: 20px;
        height: 20px;

        border: 2px solid rgba(0, 0, 0, .5);
    }
}
.c-rangeSlider:active::-ms-thumb
{
    -ms-transition: .4s;
    transition: .4s;
}
@media screen and (max-width: 767px)
{
    .c-rangeSlider:active::-ms-thumb
    {
        width: 6.6666666667vw;
        height: 6.6666666667vw;
    }
}
@media screen and (min-width: 768px)
{
    .c-rangeSlider:active::-ms-thumb
    {
        width: 25px;
        height: 25px;
    }
}
.c-rangeSlider:focus::-ms-fill-lower
{
    background: #000;
}
.c-rangeSlider:focus::-ms-fill-upper
{
    background: #0089ef;
}
.c-rangeSlider::-ms-tooltip
{
    display: none;
}

/* 何故か上の margin-top 指定が Edge に効いてしまうので、Edge向けに設定をリセット */
@supports (-ms-ime-align: auto)
{
    .c-rangeSlider::-webkit-slider-thumb
    {
        margin-top: 0 !important;
    }
}
/* c-table
-------------------------------------------------------------------------- */
.c-table
{
    font-weight: 300;

    position: relative;
    z-index: 10;

    overflow: hidden;

    width: 100%;

    border-top: 1px solid #e5f2fa;
    border-bottom: 1px solid #e5f2fa;
}
.c-table.gray
{
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}
.c-table.gray tr:nth-child(odd)
{
    background: #fff;
}
.c-table.gray tr:nth-child(even)
{
    background: #f7f7f7;
}
.c-table tr
{
    overflow: hidden;
}
@media screen and (max-width: 767px)
{
    .c-table tr
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }
}
.c-table tr:nth-child(odd)
{
    background: #fff;
}
.c-table tr:nth-child(even)
{
    background: #e5f2fa;
}
.c-table th
{
    font-weight: 500;

    width: 40%;
    padding: 13px 30px 13px 40px;

    text-align: left;
}
@media screen and (max-width: 1023px)
{
    .c-table th
    {
        width: 30%;
    }
}
@media screen and (max-width: 767px)
{
    .c-table th
    {
        position: relative;

        overflow: hidden;

        -webkit-box-sizing: border-box;

                box-sizing: border-box;
        padding: 13px 20px 0 20px;
    }
}
@media screen and (min-width: 1024px)
{
    .c-table th
    {
        padding-left: 250px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1479px) and (min-width: 1280px)
{
    .c-table th
    {
        padding-left: 13.0813953488vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) and (min-width: 1024px)
{
    .c-table th
    {
        padding-left: 13.5135135135vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px)
{
    .c-table th
    {
        padding-left: 24.4140625vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 767px)
{
    .c-table th
    {
        padding-left: 32.5520833333vw;
    }
}
.c-table td
{
    line-height: 1.8;

    min-width: 200px;
    padding: 13px 30px;
}
@media screen and (max-width: 767px)
{
    .c-table td
    {
        padding: 13px 20px;
    }
}
.c-table td .block
{
    display: block;
}
@media screen and (max-width: 767px)
{
    .c-table td .block:last-child
    {
        margin-top: .7em;
    }
}
.c-table th,
.c-table td
{
    vertical-align: middle;
}
@media screen and (max-width: 767px)
{
    .c-table th,
    .c-table td
    {
        display: block;

        width: 100%;
    }
}

/* tableTopics
-------------------------------------------------------------------------- */
.info-table__date
{
    width: 210px;
    padding: 17px;
    padding-right: 0 !important;

    text-align: right !important;
    vertical-align: middle;
}
@media screen and (max-width: 767px)
{
    .info-table__date
    {
        margin-left: 10px;

        text-align: left !important;
    }
}
.info-table__date span
{
    display: inline-block;

    width: 60px;
    margin-left: 10px;

    text-align: center;
}
.info-table__date span.new
{
    font-size: 14px;

    color: #fff;
    background: red;
}
.info-table__text
{
    width: 800px;
}
@media screen and (max-width: 767px)
{
    .info-table__text
    {
        padding: 0 10px !important;

        text-align: left !important;
    }
}
.info-table__btn a
{
    width: 160px;
    height: 40px;
}
@media screen and (max-width: 767px)
{
    .info-table__btn a
    {
        display: inline-block;

        height: 32px;
    }
}
.info-table__btn .c-btn--arrow::after
{
    right: 10px;
}
/* tel
-------------------------------------------------------------------------- */
.c-tel
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    text-decoration: none;
    letter-spacing: normal;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 767px)
{
    .c-tel
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (max-width: 767px)
{
    .c-tel__icon
    {
        width: 9.3333333333vw;
        margin: 0vw 1.33vw 0vw 0vw;
    }
}
@media screen and (min-width: 768px)
{
    .c-tel__icon
    {
        margin-right: 7px;
    }
}
.c-tel__number
{
    color: #5a2f00;
}
@media screen and (max-width: 767px)
{
    .c-tel__number
    {
        font-size: 68px;
        font-size: 9.07vw;
    }
}
@media screen and (min-width: 768px)
{
    .c-tel__number
    {
        font-size: 40px;
        font-size: 4rem;
    }
}
.c-tel__number--white
{
    color: #fff;
}

/* title
-------------------------------------------------------------------------- */
.c-title
{
    text-align: center;
}
.c-title__jp,
.c-title__en
{
    display: block;
}
.c-title__jp
{
    font-weight: normal;

    letter-spacing: .1em;
}
@media screen and (max-width: 767px)
{
    .c-title__jp
    {
        font-size: 40px;
        font-size: 5.33vw;
    }
}
@media screen and (min-width: 768px)
{
    .c-title__jp
    {
        font-size: 30px;
        font-size: 3rem;

        margin-bottom: 6px;
    }
}
.c-title__en
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;

    letter-spacing: .1em;

    color: #000;
}
@media screen and (max-width: 767px)
{
    .c-title__en
    {
        font-size: 80px;
        font-size: 10.67vw;
    }
}
@media screen and (min-width: 768px)
{
    .c-title__en
    {
        font-size: 60px;
        font-size: 6rem;
    }
}

/* utility
   ----------------------------------------------------------------- */
a[href^='tel:']
{
    text-decoration: none;
}
@media screen and (min-width: 768px)
{
    a[href^='tel:']
    {
        display: inline-block;

        pointer-events: none;
    }
}

@media screen and (max-width: 1023px)
{
    .pc
    {
        display: none !important;
    }
}

@media screen and (max-width: 767px)
{
    .pc_tb
    {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .pc_sp
    {
        display: none !important;
    }
}

@media screen and (min-width: 1024px)
{
    .tb
    {
        display: none !important;
    }
}
@media screen and (max-width: 767px)
{
    .tb
    {
        display: none !important;
    }
}

@media screen and (min-width: 1024px)
{
    .tb_sp
    {
        display: none !important;
    }
}

@media screen and (min-width: 768px)
{
    .sp
    {
        display: none !important;
    }
}

/* ==========================================================================
   page 下層ページ共通部分
   ========================================================================== */
/* p-page
-------------------------------------------------------------------------- */
.p-page__btn.center
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-page__titleWrap.center .p-page__title
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-page__titleWrap.left .p-page__title
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 1023px)
{
    .p-page__titleWrap.left .p-page__title
    {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
.p-page__title
{
    position: relative;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;
}
.p-page__title .morebtnFlex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 767px)
{
    .p-page__title .morebtnFlex
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.p-page__title .morebtnFlex .morebtn
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 150px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;

    white-space: nowrap;

    border-bottom: 1px solid #000;
    border-left: 1px solid #000;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (min-width: 768px)
{
    .p-page__title .morebtnFlex .morebtn
    {
        margin-left: 25px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__title .morebtnFlex .morebtn
    {
        margin-left: 1.3081395349vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__title .morebtnFlex .morebtn
    {
        margin-left: 1.3513513514vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__title .morebtnFlex .morebtn
    {
        margin-left: 2.9296875vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px)
{
    .p-page__title .morebtnFlex .morebtn
    {
        margin-left: 6.5104166667vw;
    }
}
.p-page__title .morebtnFlex .morebtn span
{
    color: #1729ac;
}
@media screen and (max-width: 767px)
{
    .p-page__title .morebtnFlex .morebtn
    {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1023px)
{
    .p-page__title .morebtnFlex .morebtn.top30
    {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__title .morebtnFlex.tbleft
    {
        position: relative;
    }
    .p-page__title .morebtnFlex.tbleft .morebtn
    {
        position: absolute;
        bottom: 10px;
        left: 100%;

        margin: auto;
        margin-left: 25px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__title .morebtnFlex.tbleft .morebtn
    {
        margin-left: 1.3081395349vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__title .morebtnFlex.tbleft .morebtn
    {
        margin-left: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__title .morebtnFlex.tbleft .morebtn
    {
        margin-left: 2.9296875vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px)
{
    .p-page__title .morebtnFlex.tbleft .morebtn
    {
        margin-left: 6.5104166667vw;
    }
}
.p-page__title .maxleft
{
    position: relative;
}
.p-page__title .maxleft .morebtn
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;

    position: absolute;
    bottom: 10px;
    left: 100%;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 150px;
    margin: auto;
    margin-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;

    white-space: nowrap;

    border-bottom: 1px solid #000;
    border-left: 1px solid #000;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__title .maxleft .morebtn
    {
        margin-left: 1.3081395349vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__title .maxleft .morebtn
    {
        margin-left: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__title .maxleft .morebtn
    {
        margin-left: 2.9296875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__title .maxleft .morebtn
    {
        margin-left: 6.5104166667vw;
    }
}
.p-page__title .maxleft .morebtn span
{
    color: #1729ac;
}
@media screen and (max-width: 1023px)
{
    .p-page__title .maxleft .morebtn
    {
        display: none;
    }
}
.p-page__title .en
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    line-height: 1;

    position: relative;

    text-align: center;

    color: #1729ac;
}
@media screen and (min-width: 1480px)
{
    .p-page__title .en
    {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__title .en
    {
        font-size: 2.5581395349vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__title .en
    {
        font-size: 2.972972973vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__title .en
    {
        font-size: 5.3658536585vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-page__title .en
    {
        white-space: nowrap;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__title .en
    {
        font-size: 8.0729166667vw;
    }
}
.p-page__title .jp
{
    font-weight: 400;
    line-height: 1.3;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-top: 10px;
    margin-bottom: 30px;

    text-align: center;
    white-space: nowrap;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media screen and (min-width: 768px) and (min-width: 1480px)
{
    .p-page__title .jp
    {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__title .jp
    {
        font-size: 1.2790697674vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__title .jp
    {
        font-size: 1.4864864865vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__title .jp
    {
        font-size: 2.6829268293vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px)
{
    .p-page__title .jp
    {
        font-size: 2.8645833333vw;
    }
}
.p-page__title .jp:before
{
    margin-right: 20px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__title .jp:before
    {
        margin-right: 1.0465116279vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__title .jp:before
    {
        margin-right: 1.0810810811vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__title .jp:before
    {
        margin-right: 2.34375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__title .jp:before
    {
        margin-right: 5.2083333333vw;
    }
}
.p-page__title .jp:after
{
    margin-left: 20px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__title .jp:after
    {
        margin-left: 1.0465116279vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__title .jp:after
    {
        margin-left: 1.0810810811vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__title .jp:after
    {
        margin-left: 2.34375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__title .jp:after
    {
        margin-left: 5.2083333333vw;
    }
}
.p-page__title .jp:after,
.p-page__title .jp:before
{
    display: block;

    width: 5px;

    content: '';
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;

    border-right: 1px #3e57dc solid;
    border-left: 1px #3e57dc solid;
}
.p-page__title .en-big
{
    font-weight: 400;
    font-weight: 400;
    line-height: 1.3;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-top: 10px;
    margin-bottom: 30px;

    text-align: center;
    white-space: nowrap;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media screen and (min-width: 768px) and (min-width: 1480px)
{
    .p-page__title .en-big
    {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__title .en-big
    {
        font-size: 1.2790697674vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__title .en-big
    {
        font-size: 1.4864864865vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__title .en-big
    {
        font-size: 2.6829268293vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px)
{
    .p-page__title .en-big
    {
        font-size: 2.8645833333vw;
    }
}
.p-page__title .en-big:before
{
    margin-right: 20px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__title .en-big:before
    {
        margin-right: 1.0465116279vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__title .en-big:before
    {
        margin-right: 1.0810810811vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__title .en-big:before
    {
        margin-right: 2.34375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__title .en-big:before
    {
        margin-right: 5.2083333333vw;
    }
}
.p-page__title .en-big:after
{
    margin-left: 20px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__title .en-big:after
    {
        margin-left: 1.0465116279vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__title .en-big:after
    {
        margin-left: 1.0810810811vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__title .en-big:after
    {
        margin-left: 2.34375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__title .en-big:after
    {
        margin-left: 5.2083333333vw;
    }
}
.p-page__title .en-big:after,
.p-page__title .en-big:before
{
    display: block;

    width: 5px;

    content: '';
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;

    border-right: 1px #3e57dc solid;
    border-left: 1px #3e57dc solid;
}
.p-page__title .jp-small
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    line-height: 1;

    position: relative;

    text-align: center;

    color: #1729ac;
}
@media screen and (min-width: 1480px)
{
    .p-page__title .jp-small
    {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__title .jp-small
    {
        font-size: 2.5581395349vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__title .jp-small
    {
        font-size: 2.972972973vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__title .jp-small
    {
        font-size: 5.3658536585vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-page__title .jp-small
    {
        white-space: nowrap;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__title .jp-small
    {
        font-size: 8.0729166667vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-page__title
    {
        margin-right: auto;
        margin-left: auto;
    }
}
.p-page__title.center
{
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 1024px)
{
    .p-page__title.left
    {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}
.p-page__title.color .en
{
    color: #fff;
}
.p-page__title.color .jp
{
    color: #fff;
}
.p-page__title.color .jp:after,
.p-page__title.color .jp:before
{
    border-right: 1px #fff solid;
    border-left: 1px #fff solid;
}
.p-page__subPageTitle
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-page__subPageTitle .en
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1;

    position: relative;
    z-index: 10;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    color: #fff;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (min-width: 1480px)
{
    .p-page__subPageTitle .en
    {
        font-size: 30px;
        font-size: 3rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__subPageTitle .en
    {
        font-size: 1.7441860465vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__subPageTitle .en
    {
        font-size: 2.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__subPageTitle .en
    {
        font-size: 3.6585365854vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__subPageTitle .en
    {
        font-size: 4.5572916667vw;
    }
}
.p-page__subPageTitle .en:after
{
    display: block;

    width: 0;
    width: 300px;
    height: 1px;
    margin-left: 20px;

    content: '';
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;

    opacity: 1;
    background: #fff;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__subPageTitle .en:after
    {
        margin-left: 1.0465116279vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__subPageTitle .en:after
    {
        margin-left: 1.0810810811vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__subPageTitle .en:after
    {
        margin-left: 2.34375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__subPageTitle .en:after
    {
        margin-left: 5.2083333333vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__subPageTitle .en:after
    {
        width: 17.4418604651vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__subPageTitle .en:after
    {
        width: 20.2702702703vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__subPageTitle .en:after
    {
        width: 29.296875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__subPageTitle .en:after
    {
        width: 22.03125vw;
    }
}
.p-page__subPageTitle .jp
{
    font-weight: 400;
    line-height: 1;

    position: relative;
    z-index: 10;

    padding-bottom: 15px;

    color: #fff;
}
@media screen and (min-width: 1480px)
{
    .p-page__subPageTitle .jp
    {
        font-size: 55px;
        font-size: 5.5rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__subPageTitle .jp
    {
        font-size: 3.1976744186vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__subPageTitle .jp
    {
        font-size: 3.7162162162vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__subPageTitle .jp
    {
        font-size: 5.487804878vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__subPageTitle .jp
    {
        font-size: 7.8125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__subPageTitle .jp
    {
        line-height: 1.3;

        padding-bottom: 15px;
    }
}
.p-page__subTitle
{
    font-weight: 400;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    margin: 15px 0;
}
@media screen and (min-width: 1480px)
{
    .p-page__subTitle
    {
        font-size: 30px;
        font-size: 3rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__subTitle
    {
        font-size: 1.7441860465vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__subTitle
    {
        font-size: 2.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__subTitle
    {
        font-size: 3.6585365854vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__subTitle
    {
        font-size: 5.859375vw;
    }
}
.p-page__subTitle:before
{
    display: inline-block;

    width: .5em;
    height: 1em;
    margin-top: .3em;
    margin-right: .5em;

    content: '';

    background: -webkit-gradient(linear, left top, right top, from(#1729ac), color-stop(50%, #1729ac), color-stop(50%, #3e57dc), to(#3e57dc));

    background: linear-gradient(90deg, #1729ac 0%, #1729ac 50%, #3e57dc 50%, #3e57dc 100%);
}
.p-page__disc
{
    font-weight: 400;

    width: 100%;
    margin: 15px 0;
}
@media screen and (min-width: 1480px)
{
    .p-page__disc
    {
        font-size: 30px;
        font-size: 3rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__disc
    {
        font-size: 1.7441860465vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__disc
    {
        font-size: 2.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__disc
    {
        font-size: 3.6585365854vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__disc
    {
        font-size: 5.859375vw;
    }
}
.p-page__discBtmText
{
    width: 100%;
    padding-bottom: 15px;

    border-bottom: 1px solid #9d9d9d;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__discBtmText
    {
        padding-bottom: .7848837209vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__discBtmText
    {
        padding-bottom: .8108108108vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__discBtmText
    {
        padding-bottom: 1.611328125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__discBtmText
    {
        padding-bottom: 2.1484375vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-page__inner
    {
        width: 100%;
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__inner
    {
        padding-right: 5.33vw;
        padding-left: 5.33vw;
    }
}
.p-page__block
{
    margin-top: 135px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__block
    {
        margin-top: 7.0639534884vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__block
    {
        margin-top: 7.2972972973vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__block
    {
        margin-top: 13.18359375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__block
    {
        margin-top: 17.578125vw;
    }
}
.p-page__block.harf
{
    margin-top: 65.75px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__block.harf
    {
        margin-top: 3.4404069767vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__block.harf
    {
        margin-top: 3.5540540541vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__block.harf
    {
        margin-top: 7.0629882813vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__block.harf
    {
        margin-top: 9.4173177083vw;
    }
}
.p-page__btnArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-page__moreBtn
{
    font-size: 20px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;

    text-decoration: none;

    color: #0256b6;
    border-radius: 100vw;
    background: #fff;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__moreBtn
    {
        padding-top: .261627907vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__moreBtn
    {
        padding-top: .2702702703vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__moreBtn
    {
        padding-top: .537109375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__moreBtn
    {
        padding-top: .7161458333vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__moreBtn
    {
        padding-bottom: .261627907vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__moreBtn
    {
        padding-bottom: .2702702703vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__moreBtn
    {
        padding-bottom: .537109375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__moreBtn
    {
        padding-bottom: .7161458333vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__moreBtn
    {
        padding-left: 1.5697674419vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__moreBtn
    {
        padding-left: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__moreBtn
    {
        padding-left: 3.22265625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__moreBtn
    {
        padding-left: 4.296875vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__moreBtn
    {
        padding-right: 1.5697674419vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__moreBtn
    {
        padding-right: 1.6216216216vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__moreBtn
    {
        padding-right: 3.22265625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__moreBtn
    {
        padding-right: 4.296875vw;
    }
}
.p-page__moreBtn:after
{
    display: block;

    width: 40px;
    margin-left: 10px;

    content: url(../image/arrow-b.svg);
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__moreBtn:after
    {
        margin-left: .523255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__moreBtn:after
    {
        margin-left: .5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__moreBtn:after
    {
        margin-left: 1.07421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__moreBtn:after
    {
        margin-left: 1.4322916667vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__moreBtn:after
    {
        width: 30px;
    }
}
.p-page__moreBtn.color
{
    border: 1px solid #0256b6;
}
@media screen and (max-width: 767px)
{
    .p-page__moreBtn
    {
        font-size: 16px;

        text-align: center;
    }
}
@media screen and (min-width: 1024px)
{
    .p-page__desc
    {
        text-align: center;
    }
}
.p-page__heading--img
{
    overflow: hidden;

    width: 100%;
    height: 100%;
}
.p-page__heading--img img
{
    width: 100%;
    height: 100%;
}
.p-page__morebtn
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    color: #0256b5;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (min-width: 768px)
{
    .p-page__morebtn
    {
        position: absolute;
        right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-page__morebtn
    {
        top: 0;
        bottom: 0;

        margin: auto;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__morebtn
    {
        margin-top: 15px;
    }
}
.p-page__morebtn .arrow
{
    z-index: 10;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 30px;
    height: 30px;
    margin: auto;
    margin-left: 10px;

    border-radius: 100vw;
    background: #0256b5;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__morebtn .arrow
    {
        width: 1.7441860465vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__morebtn .arrow
    {
        width: 2.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__morebtn .arrow
    {
        width: 3.22265625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__morebtn .arrow
    {
        width: 3.90625vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__morebtn .arrow
    {
        height: 1.7441860465vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__morebtn .arrow
    {
        height: 2.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__morebtn .arrow
    {
        height: 3.22265625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__morebtn .arrow
    {
        height: 3.90625vw;
    }
}
.p-page__morebtn .arrow .img
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 16px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__morebtn .arrow .img
    {
        width: .9302325581vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__morebtn .arrow .img
    {
        width: 1.0810810811vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__morebtn .arrow .img
    {
        width: 1.71875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__morebtn .arrow .img
    {
        width: 2.0833333333vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-page__morebtn .arrow
    {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__morebtn .arrow
    {
        width: 2.3255813953vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__morebtn .arrow
    {
        width: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__morebtn .arrow
    {
        width: 4.296875vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-page__morebtn .arrow
    {
        width: 5.2083333333vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__morebtn .arrow
    {
        height: 2.3255813953vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__morebtn .arrow
    {
        height: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__morebtn .arrow
    {
        height: 4.296875vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-page__morebtn .arrow
    {
        height: 5.2083333333vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-page__morebtn .arrow .img
    {
        width: 20px;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__morebtn .arrow .img
    {
        width: 1.1627906977vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__morebtn .arrow .img
    {
        width: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__morebtn .arrow .img
    {
        width: 2.1484375vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-page__morebtn .arrow .img
    {
        width: 2.6041666667vw;
    }
}
.p-page__backWrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.p-page__backBtn
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    max-width: 300px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;

    white-space: nowrap;

    border-bottom: 1px solid #000;
    border-left: 1px solid #000;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (min-width: 1480px)
{
    .p-page__backBtn
    {
        font-size: 23px;
        font-size: 2.3rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__backBtn
    {
        font-size: 1.3372093023vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__backBtn
    {
        font-size: 1.5540540541vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__backBtn
    {
        font-size: 2.8048780488vw;
    }
}
.p-page__backBtn span
{
    margin-left: 25px;

    color: #1729ac;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__backBtn span
    {
        margin-left: 1.3081395349vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__backBtn span
    {
        margin-left: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__backBtn span
    {
        margin-left: 2.9296875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__backBtn span
    {
        margin-left: 6.5104166667vw;
    }
}

/* p-indexBlock
   ----------------------------------------------------------------- */
.p-indexBlock
{
    display: block;
    overflow: hidden;

    width: 100%;
}
.p-indexBlock.color-bg
{
    background: #fbfaf8;
}
.p-indexBlock.access
{
    position: relative;
}
.p-indexBlock.access:before,
.p-indexBlock.access:after
{
    position: absolute;
    z-index: -20;

    width: 23vw;
    height: 23vw;

    content: '';
}
@media screen and (max-width: 1023px)
{
    .p-indexBlock.access:before,
    .p-indexBlock.access:after
    {
        width: 40vw;
        height: 40vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-indexBlock.access:before,
    .p-indexBlock.access:after
    {
        width: 50%;
        height: 60vw;
    }
}
.p-indexBlock.access:before
{
    top: -20px;
    right: 0;

    background: #f4f4f4;
}
.p-indexBlock.access:after
{
    bottom: 0;
    left: 0;

    background: #ebeef6;
}
.p-indexBlock__inner.relative
{
    position: relative;
}
.p-indexBlock__inner.center
{
    text-align: center;
}
@media screen and (max-width: 767px)
{
    .p-indexBlock__inner
    {
        padding-right: 5.33vw;
        padding-left: 5.33vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-indexBlock__inner
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-indexBlock__inner1000
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-indexBlock__inner1000
    {
        max-width: 1040px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-indexBlock__inner1300
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-indexBlock__inner1300
    {
        max-width: 1340px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-indexBlock__inner1400
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-indexBlock__inner1400
    {
        max-width: 1440px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-indexBlock__inner1500
    {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-indexBlock__inner1500
    {
        max-width: 1540px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-indexBlock__btn
    {
        width: 69.3333333333vw;
        height: 12vw;
        margin-top: 8vw;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (min-width: 768px)
{
    .p-indexBlock__btn
    {
        font-size: 20px;
        font-size: 2rem;

        width: 300px;
        height: 60px;
        margin-top: 52px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* p-member
-------------------------------------------------------------------------- */
.p-member
{
    padding: 45px 0;

    background: #1fb6c4;
}
.p-member__titleWrap
{
    padding: 10px 0;

    background: #fff;
}
@media screen and (max-width: 767px)
{
    .p-member__titleWrap
    {
        padding: 10px 0 1px;
    }
}
.p-member__contentWrap
{
    padding-top: 20px;

    color: #fff;
}
@media screen and (min-width: 1024px)
{
    .p-member__contentWrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
    }
}
@media screen and (min-width: 1024px)
{
    .p-member__contentItem
    {
        width: 50%;
    }
}
@media screen and (max-width: 1023px)
{
    .p-member__contentItem:nth-child(2)
    {
        margin-top: 30px;
    }
}
@media screen and (min-width: 1480px)
{
    .p-member__contentItem .text
    {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-member__contentItem .text
    {
        font-size: 1.1627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-member__contentItem .text
    {
        font-size: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-member__contentItem .text
    {
        font-size: 2.4390243902vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-member__contentItem .text
    {
        font-size: 2.6041666667vw;
    }
}
.p-member__contentItem .text .en
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
}
@media screen and (max-width: 767px)
{
    .p-member__contentItem .text .en
    {
        font-size: 3.90625vw;
    }
}
@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .p-member__contentItem .text .en
    {
        font-size: 5.2083333333vw;
    }
}
.p-member__contentItem .title
{
    font-weight: 400;

    margin-bottom: 10px;
}
@media screen and (max-width: 767px)
{
    .p-member__contentItem .title
    {
        font-size: 3.90625vw;
    }
}
.p-member__contentItem .title .en
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;

    margin-right: 20px;
}
@media screen and (max-width: 767px)
{
    .p-member__contentItem .title .en
    {
        font-size: 3.90625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-member__contentItem .title .en
    {
        display: block;
    }
}
.p-member__menu
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-member__menu a
{
    font-weight: 400;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: calc(50% - 10px);
    padding-top: 10px;
    padding-bottom: 10px;

    color: #fff;
    border: 1px solid #fff;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (min-width: 1480px)
{
    .p-member__menu a
    {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-member__menu a
    {
        font-size: 1.1627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-member__menu a
    {
        font-size: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-member__menu a
    {
        font-size: 2.4390243902vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-member__menu a
    {
        font-size: 2.6041666667vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-member__menu a
    {
        font-size: 16px;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-member__menu a
    {
        padding-top: .523255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-member__menu a
    {
        padding-top: .5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-member__menu a
    {
        padding-top: 1.171875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-member__menu a
    {
        padding-top: 2.6041666667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-member__menu a
    {
        padding-bottom: .523255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-member__menu a
    {
        padding-bottom: .5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-member__menu a
    {
        padding-bottom: 1.171875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-member__menu a
    {
        padding-bottom: 2.6041666667vw;
    }
}
.p-member__menu a:nth-child(1)
{
    background: rgba(0, 0, 0, .2);
}
.p-member__menu a:nth-child(2)
{
    background: rgba(255, 255, 255, .2);
}
.p-member__menu a img
{
    width: 40px;
    margin-top: 2px;
    margin-right: 10px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-member__menu a img
    {
        width: 2.3255813953vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-member__menu a img
    {
        width: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-member__menu a img
    {
        width: 3.90625vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-member__menu a img
    {
        width: 2.9375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-member__menu a img
    {
        width: 30px;
    }
}

.slideIn
{
    position: relative;

    display: none;
    overflow: hidden;

    -webkit-transition: all .6s ease 0s;

    transition: all .6s ease 0s;
    white-space: nowrap;
}

.toggle_btn
{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    padding: 20px 0;

    cursor: pointer;

    color: #fff;
    background: #1fb6c4;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
.toggle_btn .toggle_inner
{
    position: relative;
}
.toggle_btn .toggle_inner.on .arrow
{
    bottom: 0;

    -webkit-transform: rotate(-45deg);

            transform: rotate(-45deg);
}
.toggle_btn .arrow
{
    position: absolute;
    right: -30px;
    bottom: 10px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: auto;

    -webkit-transition: all .2s;

    transition: all .2s;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);

    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.b_color
{
    color: #004097;
}

@media screen and (min-width: 1024px)
{
    .t_mg
    {
        margin-top: 15px;
    }
}

.grecaptcha-badge
{
    z-index: 10000 !important;
    bottom: 50px !important;

    -webkit-transition: all .3s ease 0s !important;
            transition: all .3s ease 0s !important;
}

@media screen and (max-width: 767px)
{
    .grecaptcha-badge
    {
        bottom: 10vw !important;
    }
}
.grecaptcha-badge.scroll
{
    bottom: 120px !important;

    -webkit-transition: all .3s ease 0s !important;
            transition: all .3s ease 0s !important;
}

@media screen and (max-width: 767px)
{
    .grecaptcha-badge.scroll
    {
        bottom: 27vw !important;
    }
}
