@charset 'UTF-8';
/* utility
   ----------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;800;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=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
a[href^='tel:']
{
    text-decoration: none;
}
@media screen and (min-width: 769px)
{
    a[href^='tel:']
    {
        pointer-events: none;
    }
}

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

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

@media screen and (max-width: 1024px) and (min-width: 769px)
{
    .pc_sp
    {
        display: none;
    }
}

@media screen and (min-width: 1025px)
{
    .tb
    {
        display: none;
    }
}
@media screen and (max-width: 768px)
{
    .tb
    {
        display: none;
    }
}

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

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

/* ==========================================================================
   Foundation
   ========================================================================== */
/* Reset
   ----------------------------------------------------------------- */
/*
v1.0.1
Last Updated: 2024-06-25
Author: web-make
*/
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;
}

ins
{
    text-decoration: none;

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

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;
}

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;
}

*,
*: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: #000;

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

            font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    body
    {
        font-size: .988372093vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1025px)
{
    body
    {
        font-size: 1.1486486486vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px)
{
    body
    {
        font-size: 2.1229268293vw;
    }
}
@media screen and (max-width: 768px)
{
    body
    {
        font-size: 2.2666666667vw;
    }
}
@media screen and (max-width: 600px)
{
    body
    {
        font-size: 4.5333333333vw;
    }
}
body.is-fixed
{
    position: fixed;

    width: 100%;
    height: 100%;
}

a
{
    display: inline-block;

    -webkit-transition: opacity .3s;

    transition: opacity .3s;
    text-decoration: none;

    color: #000;
}
@media screen and (min-width: 1025px)
{
    a:hover,
    a:active,
    a:focus
    {
        opacity: .6;
    }
}

p
{
    line-height: 1.8;
}

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

    vertical-align: middle;
}

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

.jost,
.jost *
{
    font-family: 'Jost', sans-serif;
}

/*gsapの機能*/
.rect
{
    position: relative;

    overflow: hidden;
}
.rect .curtain
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 0;
    height: 100%;

    background-color: #000;
}

@media screen and (min-width: 1025px)
{
    .pad_under,
    .pad_only,
    .sp_only
    {
        display: none !important;
    }
}
@media all and (min-width: 601px) and (max-width: 1024px)
{
    .pc_only,
    .full_pc,
    .full_pc_under,
    .pc_only,
    .sp_only
    {
        display: none !important;
    }
}
@media screen and (max-width: 600px)
{
    .pc_only,
    .full_pc,
    .full_pc_under,
    .pc_only,
    .pad_only,
    .pad_over
    {
        display: none !important;
    }
}
@media all and (min-width: 1025px)
{
    .bigpc_under
    {
        display: none !important;
    }
}
@media screen and (max-width: 1025px)
{
    .bigpc_only
    {
        display: none !important;
    }
}
/* Container
   ----------------------------------------------------------------- */
.l-container
{
    overflow: hidden;
}

/* p-header
   ----------------------------------------------------------------- */
.p-header
{
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;

    display: block;

    width: 100%;

    -webkit-transition: all .3s, background-position 0s;

    transition: all .3s, background-position 0s;
}
.p-header__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: clamp(24px, 24px + .0801886792 * (100vw - 600px), 58px) 0 clamp(20px, 20px + .0471698113 * (100vw - 600px), 40px) clamp(20px, 20px + .1886792453 * (100vw - 600px), 100px);

    -webkit-transition: all .5s;

    transition: all .5s;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media all and (min-width: 1025px) and (max-height: 650px)
{
    .p-header__inner
    {
        padding: clamp(20px, 20px + .0353773585 * (100vw - 600px), 35px) 0 clamp(17px, 17px + .0070754717 * (100vw - 600px), 20px) 5%;
    }
}
@media screen and (max-width: 1024px)
{
    .p-header__inner
    {
        padding-left: 5%;
    }
}
.p-header__logo
{
    width: 40%;
    max-width: 450px;
}
@media all and (min-width: 1025px) and (max-height: 650px)
{
    .p-header__logo
    {
        max-width: 350px;
    }
}
@media screen and (max-width: 1024px)
{
    .p-header__logo
    {
        width: 80%;
    }
}
@media screen and (max-width: 600px)
{
    .p-header__logo
    {
        width: 70%;
    }
}
.p-header__logo__link
{
    display: block;

    width: 100%;
    height: 100%;
}
.p-header__entryBt
{
    position: fixed;
    z-index: 100000000;
    top: clamp(20px, 20px + .0471698113 * (100vw - 600px), 40px);
    right: 0;

    -webkit-transition: top .5s, bottom .5s;

    transition: top .5s, bottom .5s;
}
@media all and (min-width: 1025px) and (max-height: 650px)
{
    .p-header__entryBt
    {
        top: clamp(17px, 17px + .0188679245 * (100vw - 600px), 25px);
    }
}
.p-header__entryBt:has(.is-open)
{
    top: clamp(10px, 10px + .0235849057 * (100vw - 600px), 20px);
}
.p-header__entryBt:has(.is-open) .p-header__entryBt__link
{
    opacity: 1;
    border-color: #001496;
    background-color: #fff;
}
@media screen and (max-width: 1024px)
{
    .p-header__entryBt:has(.is-open) .p-header__entryBt__link
    {
        display: none;
    }
}
.p-header__entryBt:has(.is-open) .p-header__entryBt__en
{
    font-size: clamp(30px, 30px + .0353773585 * (100vw - 600px), 45px);

    color: #001496;
}
.p-header__entryBt:has(.is-open) .p-header__entryBt__text
{
    font-size: 17px;

    color: #001496;
}
.p-header__entryBt:has(.is-open) .c-button__arrow::before,
.p-header__entryBt:has(.is-open) .c-button__arrow::after
{
    background-color: #001496;
}
.p-header__entryBt:has(.is-open) .c-button__arrow::after
{
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (max-width: 1024px)
{
    .p-header__entryBt:has(.is-open) .p-header__hamOuter
    {
        position: static;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        min-height: clamp(43px, 43px + .0416666667 * (100vw - 600px), 50px);
        padding: 0 clamp(20px, 20px + .0471698113 * (100vw - 600px), 40px) 0 clamp(30px, 30px + .0471698113 * (100vw - 600px), 50px);

        -webkit-transition: all .5s;

        transition: all .5s;
        -webkit-transform: unset;
                transform: unset;

        border: 1px solid rgba(0, 20, 150, 0);
        border-right: unset;
        border-top-left-radius: 100vw;
        border-bottom-left-radius: 100vw;
        background-color: #fff;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
        grid-gap: 0 10px;
    }
    .p-header__entryBt:has(.is-open) .p-header__hamOuter::before
    {
        content: unset;
    }
}
.p-header__entryBt:has(.is-open) .p-header__hamOuter::before
{
    background-color: #001496;
}
.p-header__entryBt:has(.is-open) .p-header__hamOuter .c-hamburger .bar
{
    background-color: #001496;
}
.p-header__entryBt__link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: clamp(8px, 8px + .0238095238 * (100vw - 600px), 12px) clamp(87px, 87px + .0955188679 * (100vw - 600px), 127.5px) clamp(8px, 8px + .0238095238 * (100vw - 600px), 12px) clamp(40px, 40px + .1297169811 * (100vw - 600px), 95px);

    -webkit-transition: all .5s;

    transition: all .5s;

    border: 1px solid rgba(0, 20, 150, 0);
    border-right: unset;
    border-top-left-radius: 100vw;
    border-bottom-left-radius: 100vw;
    background-color: rgba(0, 20, 150, .8);

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    grid-gap: 0 clamp(17px, 17px + .0476190476 * (100vw - 600px), 25px);
}
@media all and (min-width: 1025px) and (max-height: 650px)
{
    .p-header__entryBt__link
    {
        padding-top: clamp(4px, calc(4px + ((100vw - 1024px) * ((8 - 4) / (1920 - 1024)))), 8px);
        padding-bottom: clamp(4px, calc(4px + ((100vw - 1024px) * ((8 - 4) / (1920 - 1024)))), 8px);
        padding-right: clamp(87px, 87px + .0955188679 * (100vw - 600px), 127.5px);
        padding-left: clamp(30px, 30px + .070754717 * (100vw - 600px), 60px);
    }
}
@media screen and (min-width: 1025px)
{
    .p-header__entryBt__link:hover
    {
        opacity: 1;
        border-color: #001496;
        background-color: #fff;
    }
    .p-header__entryBt__link:hover .p-header__entryBt__en
    {
        color: #001496;
    }
    .p-header__entryBt__link:hover .p-header__entryBt__text
    {
        color: #001496;
    }
    .p-header__entryBt__link:hover .c-button__arrow::before,
    .p-header__entryBt__link:hover .c-button__arrow::after
    {
        background-color: #001496;
    }
    .p-header__entryBt__link:hover .c-button__arrow::after
    {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }
    .p-header__entryBt__link:hover + .p-header__hamOuter::before
    {
        background-color: #001496;
    }
    .p-header__entryBt__link:hover + .p-header__hamOuter .c-hamburger .bar
    {
        background-color: #001496;
    }
}
.p-header__entryBt__en
{
    font-size: clamp(40px, 40px + .0353773585 * (100vw - 600px), 55px);
    font-weight: 500;
    line-height: 1;

    color: #fff;
}
@media all and (min-width: 1025px) and (max-height: 650px)
{
    .p-header__entryBt__en
    {
        font-size: clamp(38px, calc(38px + ((100vw - 1024px) * ((45 - 38) / (1920 - 1024)))), 45px);
    }
}
.p-header__entryBt__text
{
    font-size: clamp(17px, 17px + .0070754717 * (100vw - 600px), 20px);
    font-weight: 500;
    line-height: 1.15;

    letter-spacing: .1em;

    color: #fff;
}
@media all and (min-width: 1025px) and (max-height: 650px)
{
    .p-header__entryBt__text
    {
        font-size: 17px;
    }
}
.p-header__entryBt .c-button__arrow
{
    display: inline-block;
}
.p-header__entryBt .c-button__arrow::before,
.p-header__entryBt .c-button__arrow::after
{
    background-color: #fff;
}
.p-header__hamOuter
{
    position: absolute;
    z-index: 10;
    top: 50%;
    right: clamp(20px, 20px + .0648584906 * (100vw - 600px), 47.5px);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    height: calc(100% - clamp(8px, 8px + .0238095238 * (100vw - 600px), 12px) * 2);

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%);

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    grid-gap: clamp(17px, 17px + .0178571429 * (100vw - 600px), 20px);
}
.p-header__hamOuter::before
{
    display: inline-block;

    width: 3px;
    height: 100%;

    content: '';

    background-color: #fff;
}
.p-header__headHamburger
{
    cursor: pointer;
}
@media screen and (max-width: 1024px)
{
    .p-header__headHamburger
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
    }
}
@media screen and (max-width: 600px)
{
    .p-header__headHamburger
    {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
}
@media screen and (max-width: 1025px)
{
    .p-header__headHamburger.is-open
    {
        background-color: transparent;
    }
}
.p-header__openImage
{
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
.p-header__openImage::after
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .85;
    background-color: #001496;
}
.p-header.is-open
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100vh;
    height: 100dvh;
}
.p-header.is-open .p-header__inner
{
    padding: clamp(15px, 15px + .0117924528 * (100vw - 600px), 20px) 0 clamp(10px, 10px + .0235849057 * (100vw - 600px), 20px) clamp(20px, 20px + .1886792453 * (100vw - 600px), 100px);
}
.p-header.is-open .p-header__logo
{
    z-index: 1;

    opacity: 1;
}
.p-header.is-open .p-header__openImage
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.subPage .p-header__entryBt
{
    position: fixed;
    z-index: 100000000;
    top: clamp(20px, 20px + .0471698113 * (100vw - 600px), 40px);
    right: 0;

    -webkit-transition: all .5s;

    transition: all .5s;
}
.subPage .p-header__entryBt:has(.is-open)
{
    position: relative;
    top: 0;
}
.subPage .p-header__entryBt:has(.is-open) .p-header__hamOuter
{
    border: 1px solid #001496;
    background-color: #fff;
}
.subPage .p-header__entryBt:has(.is-open) .p-header__hamOuter::before
{
    background-color: #001496;
}
.subPage .p-header__entryBt:has(.is-open) .p-header__hamOuter .c-hamburger .bar
{
    background-color: #001496;
}
.subPage .p-header__entryBt:has(.is-open) .c-hamburger.outer .text span
{
    color: #001496;
}
.subPage .p-header__entryBt__link
{
    display: none;
}
.subPage .p-header__entryBt .p-header__hamOuter
{
    position: static;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    min-height: clamp(43px, 43px + .0416666667 * (100vw - 600px), 50px);
    padding: 12px clamp(20px, 20px + .0471698113 * (100vw - 600px), 40px) 12px clamp(30px, 30px + .0471698113 * (100vw - 600px), 50px);

    -webkit-transition: all .5s;

    transition: all .5s;
    -webkit-transform: unset;
            transform: unset;

    border: 1px solid rgba(255, 255, 255, 0);
    border-right: unset;
    border-top-left-radius: 100vw;
    border-bottom-left-radius: 100vw;
    background-color: #001496;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    grid-gap: 0 10px;
}
@media screen and (max-width: 1024px)
{
    .subPage .p-header__entryBt .p-header__hamOuter
    {
        padding: 0 clamp(20px, 20px + .0471698113 * (100vw - 600px), 40px) 0 clamp(30px, 30px + .0471698113 * (100vw - 600px), 50px);
    }
}
.subPage .p-header__entryBt .p-header__hamOuter::before
{
    content: unset;
}
.subPage .p-header__entryBt .p-header__hamOuter .c-hamburger .bar
{
    background-color: #fff;
}
@media screen and (max-width: 1024px)
{
    .subPage .p-header__entryBt .c-hamburger.outer .text
    {
        display: none;
    }
}
.subPage .p-header__entryBt .c-hamburger.outer .text span
{
    color: #fff;
}

/* p-gnav
-------------------------------------------------------------------------- */
.p-gnav__menu
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 90%;
    margin: 0 auto;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-gap: clamp(40px, 40px + .0446428571 * (100vw - 1024px), 80px) 0;
}
@media (min-width: 1025px) and (max-width: 1400px) and (min-aspect-ratio: 2/1.25)
{
    .p-gnav__menu
    {
        grid-gap: clamp(30px, 30px + .0223214286 * (100vw - 1024px), 50px) 0;
    }
}
@media screen and (max-width: 1024px)
{
    .p-gnav__menu
    {
        grid-gap: clamp(40px, 40px + .0833333333 * (100vw - 600px), 54px) clamp(24px, 24px + .0166666667 * (100vw - 600px), 46px);
    }
}
@media screen and (max-width: 600px)
{
    .p-gnav__menu
    {
        width: 100%;
    }
}
.p-gnav__list
{
    width: 32.5%;

    list-style: none;
}
@media screen and (max-width: 1024px)
{
    .p-gnav__list
    {
        width: 100%;
    }
}
.p-gnav__listLink
{
    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;

    grid-gap: clamp(9px, 9px + .0178571429 * (100vw - 600px), 12px);
}
.p-gnav__en
{
    font-size: clamp(50px, 50px + .0223214286 * (100vw - 1024px), 70px);
    font-weight: 500;
    line-height: 1.1;

    display: block;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .p-gnav__en
    {
        font-size: clamp(40px, 40px + .1369047619 * (100vw - 600px), 63px);

        white-space: nowrap;
    }
}
.p-gnav__jp
{
    font-size: clamp(22px, 22px + .0089285714 * (100vw - 1024px), 30px);
    font-weight: 600;
    line-height: 1.25;

    display: block;

    white-space: nowrap;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .p-gnav__jp
    {
        font-size: clamp(18px, 18px + .0535714286 * (100vw - 600px), 27px);
    }
}
.p-gnav__br
{
    font-size: clamp(38px, 38px + .0078125 * (100vw - 1024px), 45px);
    font-weight: 500;
    line-height: 1;

    display: inline-block;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .p-gnav__br
    {
        font-size: clamp(41px, 41px + .015625 * (100vw - 768px), 45px);
    }
}
@media screen and (max-width: 600px)
{
    .p-gnav__br
    {
        font-size: clamp(32px, 32px + .0428571429 * (100vw - 320px), 44px);
    }
}
.p-gnav__contactNav
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
@media screen and (min-width: 601px)
{
    .p-gnav__contactNav
    {
        padding-left: calc(clamp(32px, 32px + .0060606061 * (100vw - 600px), 40px) * 1.5);
    }
}
@media screen and (max-width: 600px)
{
    .p-gnav__contactNav
    {
        grid-gap: 2rem;
    }
}
@media screen and (max-width: 600px)
{
    .p-gnav__contactBt
    {
        width: 100%;
    }
}
.p-gnav__contactBt.mailBt
{
    width: 46%;
}
@media screen and (max-width: 600px)
{
    .p-gnav__contactBt.mailBt
    {
        width: 100%;
    }
    .p-gnav__contactBt.mailBt .c-button
    {
        width: calc(90% - 32px - 1.5rem);
    }
}
.p-gnav__contactBt__text
{
    font-size: clamp(17px, 17px + .0033482143 * (100vw - 1024px), 20px);
    font-weight: lighter;

    margin-bottom: .75em;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .p-gnav__contactBt__text
    {
        font-size: clamp(17px, 17px + .01171875 * (100vw - 768px), 20px);
    }
}
@media screen and (max-width: 600px)
{
    .p-gnav__contactBt__text
    {
        text-align: center;
    }
}
.p-gnav__contactBt__icon
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: clamp(32px, 32px + .0060606061 * (100vw - 600px), 40px);

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

    aspect-ratio: 1/1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (min-width: 601px)
{
    .p-gnav__contactBt__icon
    {
        position: absolute;
        top: 50%;
        left: 0;

        -webkit-transform: translate(-150%, -50%);

                transform: translate(-150%, -50%);
    }
}
.p-gnav__contactBt__icon img
{
    width: 60%;
    height: 80%;
}
.p-gnav__contactBt__flex
{
    position: relative;
}
@media screen and (max-width: 600px)
{
    .p-gnav__contactBt__flex
    {
        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;
        grid-gap: 1.5rem;
    }
}
.p-gnav__contactBt__tellink
{
    display: block;

    max-width: -webkit-fit-content;

    max-width: -moz-fit-content;

    max-width: fit-content;
    margin: 0 auto;
}
@media screen and (max-width: 600px)
{
    .p-gnav__contactBt__tellink
    {
        width: calc(90% - 32px - 1.5rem);
        margin: 0;
    }
}
.p-gnav__contactBt__teltxt
{
    font-size: clamp(40px, 40px + .0223214286 * (100vw - 1024px), 60px);
    line-height: 1;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .p-gnav__contactBt__teltxt
    {
        font-size: clamp(42px, 42px + .0703125 * (100vw - 768px), 60px);
    }
}
@media screen and (max-width: 767px)
{
    .p-gnav__contactBt__teltxt
    {
        font-size: clamp(36px, 36px + .0357142857 * (100vw - 600px), 42px);
    }
}

/* p-footer
   ----------------------------------------------------------------- */
.p-footer
{
    position: relative;
    z-index: 1;

    padding-top: 50px;
    padding-bottom: clamp(20px, 20px + .0119047619 * (100vw - 600px), 22px);
}
.p-footer__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-gap: clamp(30px, 30px + .0119047619 * (100vw - 600px), 32px) 0;
}
.p-footer__logo
{
    width: 40%;
}
@media screen and (min-width: 1025px)
{
    .p-footer__logo
    {
        padding-left: clamp(0px, 0px + .078125 * (100vw - 1024px), 70px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-footer__logo
    {
        width: 100%;
        margin-bottom: clamp(17px, 17px + .0306603774 * (100vw - 600px), 30px);

        text-align: center;
    }
}
.p-footer__logo__inner
{
    width: 100%;
    max-width: 462px;
}
.p-footer__menu
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 60%;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
    grid-gap: 17px clamp(20px, 20px + .2083333333 * (100vw - 600px), 55px);
}
@media screen and (min-width: 1025px)
{
    .p-footer__menu
    {
        padding-right: clamp(0px, 0px + .078125 * (100vw - 1024px), 70px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-footer__menu
    {
        width: 100%;

        -webkit-box-pack: center;

            -ms-flex-pack: center;

                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__menu__list
    {
        width: 100%;
    }
}
.p-footer__menu__link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    grid-gap: 10px;
}
@media screen and (min-width: 1025px)
{
    .p-footer__menu__link
    {
        margin-top: 1em;
    }
}
.p-footer__menu__link::before
{
    display: inline-block;

    width: 14px;

    content: '';

    background-color: #000;

    aspect-ratio: 14/18;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.p-footer__menu__text
{
    font-size: clamp(17px, 17px + .0178571429 * (100vw - 600px), 20px);
    font-weight: 400;
}
.p-footer__copyright
{
    font-size: clamp(15px, 15px + .0022321429 * (100vw - 1024px), 17px);
    font-weight: 400;

    width: 100%;
    margin-top: clamp(20px, 20px + .0238095238 * (100vw - 600px), 24px);

    text-align: center;
}
@media screen and (max-width: 1024px)
{
    .p-footer__copyright
    {
        font-size: 17px;
    }
}

/* p-pageTop
   ----------------------------------------------------------------- */
.p-pageTop
{
    position: fixed;
    z-index: 98;
    right: 0;
    bottom: 0;

    display: block;

    -webkit-transition: .3s ease;

    transition: .3s ease;

    opacity: 0;
}
.p-pageTop.is-show
{
    visibility: visible;

    -webkit-transition: .3s ease;

    transition: .3s ease;

    opacity: 1;
}
.p-pageTop__link
{
    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;

    -webkit-transition: all .5s;

    transition: all .5s;

    background-color: #001496;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: .5rem;
}
@media screen and (max-width: 767px)
{
    .p-pageTop__link
    {
        max-width: 60px;
        height: 60px;
        padding: .5rem;

        aspect-ratio: 1/1;
    }
}
@media screen and (min-width: 768px)
{
    .p-pageTop__link
    {
        width: 80px;
        height: 80px;
    }
    .p-pageTop__link:hover
    {
        opacity: 1;
        background-color: #001496;
    }
}
.p-pageTop__image
{
    width: 45%;

    background: url(../image/logo_only_w.svg) center/100% no-repeat;

    aspect-ratio: 226/210;
}
.p-pageTop__txt
{
    font-size: clamp(18px, 18px + .0045454545 * (100vw - 600px), 24px);
    line-height: 1;

    text-align: center;

    color: #fff;
}

/* p-indexBlock
   ----------------------------------------------------------------- */
.p-indexBlock
{
    position: relative;
    z-index: 1;

    background-color: #fff;
}
@media screen and (max-width: 769px)
{
    .p-indexBlock__inner
    {
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (min-width: 769px)
{
    .p-indexBlock__inner
    {
        width: 78.5%;
        width: 90%;
        max-width: 1500px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 1025px)
{
    .p-indexBlock__inner
    {
        width: 90%;
    }
}
.p-indexBlock__titleRow
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: clamp(32px, 32px + .0098484848 * (100vw - 600px), 45px);

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 17px 0;
}
.p-indexBlock__titleRow .c-title
{
    margin: 0;
}
.p-indexBlock__titleRow .c-button
{
    margin-left: auto;
}
.p-indexBlock__flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-gap: clamp(50px, 50px + .0892857143 * (100vw - 600px), 65px) 0;
}
@media screen and (max-width: 1024px)
{
    .p-indexBlock__flex
    {
        grid-gap: 0;
    }
}

/* load_anime
   ----------------------------------------------------------------- */
#load_anime
{
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: 100%;

    -webkit-transition: all .5s;

    transition: all .5s;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);

    opacity: 1;
    background-color: #fff;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#load_anime.complate
{
    -webkit-animation: disnone 1s 0s linear forwards;
            animation: disnone 1s 0s linear forwards;
}
#load_anime.opacity
{
    background: unset;
}
#load_anime.opacity .load_logo
{
    display: none;
}
#load_anime.reload
{
    z-index: -100 !important;

    display: none !important;

    -webkit-transform: translateX(-500%) !important;

            transform: translateX(-500%) !important;

    opacity: 0 !important;
}

.load_anime__contet
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    width: 50%;
    max-width: 180px;

    opacity: 0;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 9px;
}
@media screen and (max-width: 767px)
{
    .load_anime__contet
    {
        max-width: 150px;
    }
}
.load_anime__contet .loadLogo
{
    width: 100%;
}
.load_anime__contet.load
{
    opacity: 1;
}

@-webkit-keyframes disnone
{
    0%
    {
        z-index: 100000;

        display: -webkit-box;

        display: flex;

        -webkit-transform: translateX(0%);

                transform: translateX(0%);

        opacity: 1;
    }
    99%
    {
        z-index: 100000;

        display: -webkit-box;

        display: flex;

        -webkit-transform: translateX(0%);

                transform: translateX(0%);

        opacity: 0;
    }
    100%
    {
        z-index: -100;

        display: none;

        -webkit-transform: translateX(-500%);

                transform: translateX(-500%);

        opacity: 0;
    }
}

@keyframes disnone
{
    0%
    {
        z-index: 100000;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-transform: translateX(0%);

                transform: translateX(0%);

        opacity: 1;
    }
    99%
    {
        z-index: 100000;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-transform: translateX(0%);

                transform: translateX(0%);

        opacity: 0;
    }
    100%
    {
        z-index: -100;

        display: none;

        -webkit-transform: translateX(-500%);

                transform: translateX(-500%);

        opacity: 0;
    }
}
/* p-contactFooter
----------------------------------------------------------------- */
.p-contactFooter
{
    position: relative;
    z-index: 1;
}
.p-contactFooter__inner
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);
}
.p-contactFooter__title
{
    font-size: clamp(32px, 32px + .0773809524 * (100vw - 600px), 45px);
    font-weight: bold;

    display: block;

    margin-bottom: clamp(17px, 17px + .005952381 * (100vw - 600px), 18px);

    text-align: center;
    letter-spacing: .1em;

    color: #fff;
}
.p-contactFooter__buttonFlex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: clamp(20px, 20px + .0094339623 * (100vw - 600px), 24px) 3.33%;
}
.p-contactFooter .c-button
{
    width: 48.335%;
    max-width: 540px;
}
@media screen and (max-width: 1024px)
{
    .p-contactFooter .c-button
    {
        width: 60%;
    }
}
@media screen and (max-width: 767px)
{
    .p-contactFooter .c-button
    {
        width: 100%;
    }
}
.p-contactFooter .c-button__text
{
    font-size: clamp(17px, 17px + .0089285714 * (100vw - 1024px), 25px);
}
.p-contactFooter .c-button__arrow
{
    -webkit-transform: translateY(2.5px);
            transform: translateY(2.5px);
}
.p-contactFooter__photoArea
{
    position: relative;
    z-index: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
}
@media screen and (max-width: 767px)
{
    .p-contactFooter__photoArea
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.p-contactFooter__photoArea::before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .4);
}
.p-contactFooter__photoArea__photo
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    aspect-ratio: 384/340;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.p-contactFooter__photoArea__photo img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
}
.p-contactFooter__photoArea__photo.photo01 img
{
    -o-object-position: 65%;
       object-position: 65%;
}
.p-contactFooter__photoArea__photo.photo02 img
{
    -o-object-position: 85%;
       object-position: 85%;
}
.p-contactFooter__photoArea__photo.photo03 img
{
    -o-object-position: 50%;
       object-position: 50%;
}
.p-contactFooter__photoArea__photo.photo04 img
{
    -o-object-position: 80%;
       object-position: 80%;
}
.p-contactFooter__photoArea__photo.photo05 img
{
    -o-object-position: 67%;
       object-position: 67%;
}
@media screen and (max-width: 1024px)
{
    .p-contactFooter__photoArea__photo
    {
        aspect-ratio: 1/1.15;
    }
    .p-contactFooter__photoArea__photo.photo01,
    .p-contactFooter__photoArea__photo.photo05
    {
        display: none;
    }
}
@media screen and (max-width: 767px)
{
    .p-contactFooter__photoArea__photo
    {
        width: 50%;

        aspect-ratio: 384/340;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
    }
    .p-contactFooter__photoArea__photo.photo05
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* Component
   ----------------------------------------------------------------- */
/*ソースコード用*/
.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;
}

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

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    cursor: pointer;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    grid-gap: clamp(7px, 7px + .0060763889 * (100vw - 768px), 14px);
}
.c-hamburger:not(.outer) .barArea
{
    -webkit-transform: scale(.8) translateY(3px);
            transform: scale(.8) translateY(3px);
}
.c-hamburger .barArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-transition: grid-gap .5s;

    transition: grid-gap .5s;

    grid-gap: clamp(6px, 6px + .0238095238 * (100vw - 600px), 10px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media all and (min-width: 1025px) and (max-height: 650px)
{
    .c-hamburger .barArea
    {
        grid-gap: 7px;
    }
}
.c-hamburger .bar
{
    display: inline-block;

    width: clamp(30px, 30px + .0595238095 * (100vw - 600px), 40px);
    height: clamp(4px, 4px + .005952381 * (100vw - 600px), 5px);

    -webkit-transition: all .5s;

    transition: all .5s;

    background-color: #fff;
}
@media screen and (max-width: 767px)
{
    .c-hamburger .text.top
    {
        display: none;
    }
}
.c-hamburger .text span
{
    font-size: clamp(32px, 32px + .0188679245 * (100vw - 600px), 40px);
    font-weight: 500;
    line-height: 1;

    min-width: 2.6em;

    -webkit-transition: all .5s;

    transition: all .5s;

    color: #001496;
}
@media screen and (max-width: 1024px)
{
    .c-hamburger .text span
    {
        font-size: clamp(30px, 30px + .0595238095 * (100vw - 600px), 40px);
    }
}
.c-hamburger .text span.open
{
    display: block;

    -webkit-animation: open .65s forwards;

            animation: open .65s forwards;

    opacity: 1;
}
.c-hamburger .text span.close
{
    display: none;

    -webkit-animation: close .65s forwards;

            animation: close .65s forwards;

    opacity: 0;
}
.c-hamburger.is-open
{
    height: clamp(30px, 30px + .0595238095 * (100vw - 600px), 40px);
}
.c-hamburger.is-open .barArea
{
    grid-gap: 0;
}
.c-hamburger.is-open .bar
{
    opacity: 0;

    clip-path: unset;
}
.c-hamburger.is-open .bar.top
{
    -webkit-animation: active-menu-bar01 .65s forwards;
            animation: active-menu-bar01 .65s forwards;

    opacity: 1;
}
.c-hamburger.is-open .bar.bottom
{
    -webkit-animation: active-menu-bar02 .65s forwards;
            animation: active-menu-bar02 .65s forwards;

    opacity: 1;
}
.c-hamburger.is-open .text span.open
{
    display: none;

    -webkit-animation: active-open .65s forwards;

            animation: active-open .65s forwards;
}
.c-hamburger.is-open .text span.close
{
    display: block;

    -webkit-animation: active-close .65s forwards;

            animation: active-close .65s forwards;
}

#js-menu .c-hamburger .bar
{
    display: inline-block;

    width: clamp(24px, 24px + .0476190476 * (100vw - 600px), 32px);
    height: 3px;

    -webkit-transition: all .5s;

    transition: all .5s;

    background-color: #001496;
}

.c-modal__contents .c-hamburger.is-open .bar.top
{
    -webkit-animation: active-menu-bar03 .65s forwards;
            animation: active-menu-bar03 .65s forwards;
}
.c-modal__contents .c-hamburger.is-open .bar.bottom
{
    -webkit-animation: active-menu-bar04 .65s forwards;
            animation: active-menu-bar04 .65s forwards;
}

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

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);

        opacity: .8;
        background-color: #001496;
    }
    25%
    {
        top: 50%;

        width: 0;
    }
    50%
    {
        top: 50%;

        width: 0;

        -webkit-transform: rotate(0);

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

        width: 0;

        -webkit-transform: rotate(0);

                transform: rotate(0);

        opacity: 1;
        background-color: #001496;
    }
    100%
    {
        top: 0;

        width: 100%;

        -webkit-transform: rotate(0);

                transform: rotate(0);

        opacity: 1;
        background-color: #001496;
    }
}

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

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);

        opacity: .8;
        background-color: #001496;
    }
    25%
    {
        top: 50%;

        width: 0;
    }
    50%
    {
        top: 50%;

        width: 0;

        -webkit-transform: rotate(0);

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

        width: 0;

        -webkit-transform: rotate(0);

                transform: rotate(0);

        opacity: 1;
        background-color: #001496;
    }
    100%
    {
        top: 0;

        width: 100%;

        -webkit-transform: rotate(0);

                transform: rotate(0);

        opacity: 1;
        background-color: #001496;
    }
}
@-webkit-keyframes menu-bar02
{
    0%
    {
        top: 50%;

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

                transform: rotate(-45deg);

        opacity: .8;
        background-color: #001496;
    }
    25%
    {
        top: 50%;

        width: 0;
    }
    50%
    {
        top: 50%;

        width: 0;

        -webkit-transform: rotate(0);

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

        width: 0;

        -webkit-transform: rotate(0);

                transform: rotate(0);

        opacity: 1;
        background-color: #001496;
    }
    100%
    {
        top: calc(100% - 4px);

        width: 100%;

        -webkit-transform: rotate(0);

                transform: rotate(0);

        opacity: 1;
        background-color: #001496;
    }
}
@keyframes menu-bar02
{
    0%
    {
        top: 50%;

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

                transform: rotate(-45deg);

        opacity: .8;
        background-color: #001496;
    }
    25%
    {
        top: 50%;

        width: 0;
    }
    50%
    {
        top: 50%;

        width: 0;

        -webkit-transform: rotate(0);

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

        width: 0;

        -webkit-transform: rotate(0);

                transform: rotate(0);

        opacity: 1;
        background-color: #001496;
    }
    100%
    {
        top: calc(100% - 4px);

        width: 100%;

        -webkit-transform: rotate(0);

                transform: rotate(0);

        opacity: 1;
        background-color: #001496;
    }
}
@-webkit-keyframes open
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@keyframes open
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@-webkit-keyframes close
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}
@keyframes close
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}
@-webkit-keyframes active-menu-bar01
{
    0%
    {
        position: absolute;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);

        opacity: 1;
        background: #001496;
    }
    25%
    {
        position: absolute;

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);
    }
    50%
    {
        position: absolute;

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);
    }
    75%
    {
        position: absolute;

        width: 0;

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);

        opacity: .8;
    }
    100%
    {
        position: absolute;

        width: clamp(30px, 30px + .0595238095 * (100vw - 600px), 40px);

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);

        opacity: 1;
    }
}
@keyframes active-menu-bar01
{
    0%
    {
        position: absolute;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);

        opacity: 1;
        background: #001496;
    }
    25%
    {
        position: absolute;

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);
    }
    50%
    {
        position: absolute;

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);
    }
    75%
    {
        position: absolute;

        width: 0;

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);

        opacity: .8;
    }
    100%
    {
        position: absolute;

        width: clamp(30px, 30px + .0595238095 * (100vw - 600px), 40px);

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);

        opacity: 1;
    }
}
@-webkit-keyframes active-menu-bar02
{
    0%
    {
        position: absolute;
        position: absolute;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);

        opacity: 1;
        background: #001496;
    }
    25%
    {
        position: absolute;

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);
    }
    50%
    {
        position: absolute;

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);
    }
    75%
    {
        position: absolute;

        width: 0;

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

                transform: rotate(-45deg);

        opacity: .8;
    }
    100%
    {
        position: absolute;

        width: clamp(30px, 30px + .0595238095 * (100vw - 600px), 40px);

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

                transform: rotate(-45deg);

        opacity: 1;
    }
}
@keyframes active-menu-bar02
{
    0%
    {
        position: absolute;
        position: absolute;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);

        opacity: 1;
        background: #001496;
    }
    25%
    {
        position: absolute;

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);
    }
    50%
    {
        position: absolute;

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);
    }
    75%
    {
        position: absolute;

        width: 0;

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

                transform: rotate(-45deg);

        opacity: .8;
    }
    100%
    {
        position: absolute;

        width: clamp(30px, 30px + .0595238095 * (100vw - 600px), 40px);

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

                transform: rotate(-45deg);

        opacity: 1;
    }
}
@-webkit-keyframes active-menu-bar03
{
    0%
    {
        top: calc(100% - 4px);

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);

        opacity: 1;
        background: #001496;
    }
    25%
    {
        top: calc(100% - 4px);

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

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

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);
    }
    75%
    {
        top: 50%;

        width: 0;

        -webkit-transform: rotate(45deg) translate(1.75px, 2.75px);

                transform: rotate(45deg) translate(1.75px, 2.75px);

        opacity: .8;
        background: #001496;
    }
    100%
    {
        top: 50%;

        width: 100%;

        -webkit-transform: rotate(45deg) translate(1.75px, 2.75px);

                transform: rotate(45deg) translate(1.75px, 2.75px);

        opacity: 1;
        background: #001496;
    }
}
@keyframes active-menu-bar03
{
    0%
    {
        top: calc(100% - 4px);

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);

        opacity: 1;
        background: #001496;
    }
    25%
    {
        top: calc(100% - 4px);

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

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

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);
    }
    75%
    {
        top: 50%;

        width: 0;

        -webkit-transform: rotate(45deg) translate(1.75px, 2.75px);

                transform: rotate(45deg) translate(1.75px, 2.75px);

        opacity: .8;
        background: #001496;
    }
    100%
    {
        top: 50%;

        width: 100%;

        -webkit-transform: rotate(45deg) translate(1.75px, 2.75px);

                transform: rotate(45deg) translate(1.75px, 2.75px);

        opacity: 1;
        background: #001496;
    }
}
@-webkit-keyframes active-menu-bar04
{
    0%
    {
        top: calc(100% - 4px);

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);

        opacity: 1;
        background: #001496;
    }
    25%
    {
        top: calc(100% - 4px);

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

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

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);
    }
    75%
    {
        top: 50%;

        width: 0;

        -webkit-transform: rotate(-45deg) translate(1.75px, -2.75px);

                transform: rotate(-45deg) translate(1.75px, -2.75px);

        opacity: .8;
    }
    100%
    {
        top: 50%;

        width: 100%;

        -webkit-transform: rotate(-45deg) translate(1.75px, -2.75px);

                transform: rotate(-45deg) translate(1.75px, -2.75px);

        opacity: 1;
    }
}
@keyframes active-menu-bar04
{
    0%
    {
        top: calc(100% - 4px);

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);

        opacity: 1;
        background: #001496;
    }
    25%
    {
        top: calc(100% - 4px);

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

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

        width: 0;

        -webkit-transform: rotate(0) translate(0, 0);

                transform: rotate(0) translate(0, 0);
    }
    75%
    {
        top: 50%;

        width: 0;

        -webkit-transform: rotate(-45deg) translate(1.75px, -2.75px);

                transform: rotate(-45deg) translate(1.75px, -2.75px);

        opacity: .8;
    }
    100%
    {
        top: 50%;

        width: 100%;

        -webkit-transform: rotate(-45deg) translate(1.75px, -2.75px);

                transform: rotate(-45deg) translate(1.75px, -2.75px);

        opacity: 1;
    }
}
@-webkit-keyframes active-open
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}
@keyframes active-open
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}
@-webkit-keyframes active-close
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@keyframes active-close
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
/* headline
-------------------------------------------------------------------------- */
.c-headline
{
    width: 100%;
}
.c-headline__en,
.c-headline__jp
{
    display: block;

    text-align: center;
}
.c-headline__en
{
    font-size: 65px;
    font-size: 6.5rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .c-headline__en
    {
        font-size: 3.7790697674vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1025px)
{
    .c-headline__en
    {
        font-size: 4.3918918919vw;
    }
}
.c-headline__en--rev
{
    color: #fff;
}
.c-headline__jp
{
    font-weight: 400;
}
.c-headline__jp-sub
{
    line-height: 1.5em;

    display: block;

    margin-top: 10px;

    text-align: center;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .c-headline__jp
    {
        font-size: 34px;
        font-size: 4.53vw;

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

        margin-top: 8px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1479px) and (min-width: 1280px)
{
    .c-headline__jp
    {
        font-size: 1.1627906977vw;
    }
}
@media screen and (min-width: 769px) and (max-width: 1279px) and (min-width: 1025px)
{
    .c-headline__jp
    {
        font-size: 1.3513513514vw;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px)
{
    .c-headline__jp
    {
        font-size: 2.4390243902vw;
    }
}
@media screen and (min-width: 769px) and (max-width: 768px)
{
    .c-headline__jp
    {
        font-size: 2.6041666667vw;
    }
}
@media screen and (min-width: 1025px)
{
    .c-headline--information .c-headline__en
    {
        font-size: 40px;
        font-size: 4rem;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1479px) and (min-width: 1280px)
{
    .c-headline--information .c-headline__en
    {
        font-size: 2.3255813953vw;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) and (min-width: 1025px)
{
    .c-headline--information .c-headline__en
    {
        font-size: 2.7027027027vw;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) and (min-width: 769px)
{
    .c-headline--information .c-headline__en
    {
        font-size: 4.8780487805vw;
    }
}
@media screen and (min-width: 1025px) and (max-width: 768px)
{
    .c-headline--information .c-headline__en
    {
        font-size: 5.2083333333vw;
    }
}
@media screen and (min-width: 769px)
{
    .c-headline--information .c-headline__jp
    {
        margin-top: 13px;
    }
}

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

    width: 100%;
    height: 100%;

    -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: 1024px) and (min-width: 769px)
{
    .instagram__photoItem
    {
        width: 33.33%;
    }
}
@media screen and (max-width: 1024px)
{
    .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: 1024px)
{
    .instagram__photoItem img
    {
        height: 43.07vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px)
{
    .instagram__photoItem img
    {
        height: 31.6vw;
    }
}
@media screen and (min-width: 1025px)
{
    .instagram__photoItem img
    {
        height: 300px;
    }
}
@media screen and (min-width: 1025px) 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: 1024px)
{
    .instagram__photoItem video
    {
        height: 43.07vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px)
{
    .instagram__photoItem video
    {
        height: 31.6vw;
    }
}
@media screen and (min-width: 1025px)
{
    .instagram__photoItem video
    {
        height: 300px;
    }
}
@media screen and (min-width: 1025px) 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: 1024px)
{
    .instagram__photoItem .icon
    {
        top: 2px;
        right: 10px;
    }
}
.instagram__photoItem .icon img
{
    width: 28px;
    height: auto;
}
@media screen and (max-width: 1024px)
{
    .instagram__photoItem .icon img
    {
        width: 25px;
    }
}

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

/* modal
-------------------------------------------------------------------------- */
.c-modal
{
    position: relative;
    z-index: 100;
    z-index: 1;

    display: none;
    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transition: .3s;

    transition: .3s;

    opacity: 0;
}
.c-modal .logo
{
    position: absolute;
    z-index: -1;
    right: 9.1145vw;
    bottom: 5.208vw;

    display: inline-block;

    width: 22.135%;

    opacity: .25;
    background: url(../image/common/logo02.svg) center/100% no-repeat;

    aspect-ratio: 425/390;
}
@media screen and (max-width: 768px)
{
    .c-modal .logo
    {
        right: 5vw;
        bottom: 5vw;

        width: 45%;
    }
}
@media screen and (max-width: 600px)
{
    .c-modal .logo
    {
        width: 55%;
    }
}
.c-modal__contents
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    height: 100%;
    padding: clamp(60px, 60px + .0334821429 * (100vw - 1024px), 90px) 0 clamp(32px, 32px + .0060606061 * (100vw - 600px), 40px);

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: clamp(30px, 30px + .053030303 * (100vw - 600px), 100px);
}
@media (min-width: 1025px) and (max-width: 1400px) and (min-aspect-ratio: 2/1.25)
{
    .c-modal__contents
    {
        padding: clamp(32px, 32px + .0089285714 * (100vw - 1024px), 40px) 0 clamp(20px, 20px + .0075757576 * (100vw - 600px), 30px);

        grid-gap: clamp(30px, 30px + .0303030303 * (100vw - 600px), 70px);
    }
}
@media all and (min-width: 1025px) and (max-height: 650px)
{
    .c-modal__contents
    {
        overflow-y: scroll;

        height: 100%;

        grid-gap: clamp(30px, 30px + .0378787879 * (100vw - 600px), 80px);
    }
}
@media screen and (max-width: 1024px)
{
    .c-modal__contents
    {
        overflow-y: scroll;

        height: 100%;
        padding-top: clamp(80px, 80px + .078125 * (100vw - 768px), 100px);
    }
}
@media screen and (max-width: 600px)
{
    .c-modal__contents
    {
        width: 100%;
        padding: 13vw 5% clamp(16px, 16px + .0060606061 * (100vw - 600px), 24px);
    }
}
.c-modal.is-open
{
    position: relative;
    z-index: 1;

    display: block;
    visibility: visible;

    opacity: 1;
}
.c-modal.is-open::after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 100%;

    content: '';
}
.c-modal .js-menu-toggle
{
    padding: 2px clamp(18px, 18px + .1130952381 * (100vw - 600px), 37px) 5px;

    cursor: pointer;

    border: 1px solid #001496;
    border-radius: 100vw;
    background-color: #fff;
}
@media screen and (max-width: 600px)
{
    .c-modal .js-menu-toggle
    {
        margin-bottom: 2rem;
    }
}

.top-l-mg
{
    margin-top: 160px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-l-mg
    {
        margin-top: 8.3720930233vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-l-mg
    {
        margin-top: 8.6486486486vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-l-mg
    {
        margin-top: 15.625vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-l-mg
    {
        margin-top: 20.8333333333vw;
    }
}

.top-m-mg
{
    margin-top: 100px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-m-mg
    {
        margin-top: 5.2325581395vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-m-mg
    {
        margin-top: 5.4054054054vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-m-mg
    {
        margin-top: 10.7421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-m-mg
    {
        margin-top: 14.3229166667vw;
    }
}

.top-ms-mg
{
    margin-top: 70px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-ms-mg
    {
        margin-top: 3.6627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-ms-mg
    {
        margin-top: 3.7837837838vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-ms-mg
    {
        margin-top: 7.51953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-ms-mg
    {
        margin-top: 10.0260416667vw;
    }
}

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

.btm-l-mg
{
    margin-bottom: 160px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-l-mg
    {
        margin-bottom: 8.3720930233vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-l-mg
    {
        margin-bottom: 8.6486486486vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-l-mg
    {
        margin-bottom: 15.625vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-l-mg
    {
        margin-bottom: 20.8333333333vw;
    }
}

.btm-m-mg
{
    margin-bottom: 100px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-m-mg
    {
        margin-bottom: 5.2325581395vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-m-mg
    {
        margin-bottom: 5.4054054054vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-m-mg
    {
        margin-bottom: 10.7421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-m-mg
    {
        margin-bottom: 14.3229166667vw;
    }
}

.btm-ms-mg
{
    margin-bottom: 70px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-ms-mg
    {
        margin-bottom: 3.6627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-ms-mg
    {
        margin-bottom: 3.7837837838vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-ms-mg
    {
        margin-bottom: 7.51953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-ms-mg
    {
        margin-bottom: 10.0260416667vw;
    }
}

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

.mid-l-mg
{
    margin-top: 160px;
    margin-bottom: 160px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-l-mg
    {
        margin-top: 8.3720930233vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-l-mg
    {
        margin-top: 8.6486486486vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-l-mg
    {
        margin-top: 15.625vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-l-mg
    {
        margin-top: 20.8333333333vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-l-mg
    {
        margin-bottom: 8.3720930233vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-l-mg
    {
        margin-bottom: 8.6486486486vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-l-mg
    {
        margin-bottom: 15.625vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-l-mg
    {
        margin-bottom: 20.8333333333vw;
    }
}

.mid-m-mg
{
    margin-top: 100px;
    margin-bottom: 100px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-m-mg
    {
        margin-top: 5.2325581395vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-m-mg
    {
        margin-top: 5.4054054054vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-m-mg
    {
        margin-top: 10.7421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-m-mg
    {
        margin-top: 14.3229166667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-m-mg
    {
        margin-bottom: 5.2325581395vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-m-mg
    {
        margin-bottom: 5.4054054054vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-m-mg
    {
        margin-bottom: 10.7421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-m-mg
    {
        margin-bottom: 14.3229166667vw;
    }
}

.mid-ms-mg
{
    margin-top: 70px;
    margin-bottom: 70px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-ms-mg
    {
        margin-top: 3.6627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-ms-mg
    {
        margin-top: 3.7837837838vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-ms-mg
    {
        margin-top: 7.51953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-ms-mg
    {
        margin-top: 10.0260416667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-ms-mg
    {
        margin-bottom: 3.6627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-ms-mg
    {
        margin-bottom: 3.7837837838vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-ms-mg
    {
        margin-bottom: 7.51953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-ms-mg
    {
        margin-bottom: 10.0260416667vw;
    }
}

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

.top-l-pd
{
    padding-top: 160px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-l-pd
    {
        padding-top: 8.3720930233vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-l-pd
    {
        padding-top: 8.6486486486vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-l-pd
    {
        padding-top: 15.625vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-l-pd
    {
        padding-top: 20.8333333333vw;
    }
}

.top-m-pd
{
    padding-top: 100px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-m-pd
    {
        padding-top: 5.2325581395vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-m-pd
    {
        padding-top: 5.4054054054vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-m-pd
    {
        padding-top: 10.7421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-m-pd
    {
        padding-top: 14.3229166667vw;
    }
}

.top-ms-pd
{
    padding-top: 70px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-ms-pd
    {
        padding-top: 3.6627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-ms-pd
    {
        padding-top: 3.7837837838vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-ms-pd
    {
        padding-top: 7.51953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-ms-pd
    {
        padding-top: 10.0260416667vw;
    }
}

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

.btm-l-pd
{
    padding-bottom: 160px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-l-pd
    {
        padding-bottom: 8.3720930233vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-l-pd
    {
        padding-bottom: 8.6486486486vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-l-pd
    {
        padding-bottom: 15.625vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-l-pd
    {
        padding-bottom: 20.8333333333vw;
    }
}

.btm-m-pd
{
    padding-bottom: 100px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-m-pd
    {
        padding-bottom: 5.2325581395vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-m-pd
    {
        padding-bottom: 5.4054054054vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-m-pd
    {
        padding-bottom: 10.7421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-m-pd
    {
        padding-bottom: 14.3229166667vw;
    }
}

.btm-ms-pd
{
    padding-bottom: 70px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-ms-pd
    {
        padding-bottom: 3.6627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-ms-pd
    {
        padding-bottom: 3.7837837838vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-ms-pd
    {
        padding-bottom: 7.51953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-ms-pd
    {
        padding-bottom: 10.0260416667vw;
    }
}

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

.mid-l-pd
{
    padding-top: 160px;
    padding-bottom: 160px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-l-pd
    {
        padding-top: 8.3720930233vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-l-pd
    {
        padding-top: 8.6486486486vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-l-pd
    {
        padding-top: 15.625vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-l-pd
    {
        padding-top: 20.8333333333vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-l-pd
    {
        padding-bottom: 8.3720930233vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-l-pd
    {
        padding-bottom: 8.6486486486vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-l-pd
    {
        padding-bottom: 15.625vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-l-pd
    {
        padding-bottom: 20.8333333333vw;
    }
}

.mid-m-pd
{
    padding-top: 100px;
    padding-bottom: 100px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-m-pd
    {
        padding-top: 5.2325581395vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-m-pd
    {
        padding-top: 5.4054054054vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-m-pd
    {
        padding-top: 10.7421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-m-pd
    {
        padding-top: 14.3229166667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-m-pd
    {
        padding-bottom: 5.2325581395vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-m-pd
    {
        padding-bottom: 5.4054054054vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-m-pd
    {
        padding-bottom: 10.7421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-m-pd
    {
        padding-bottom: 14.3229166667vw;
    }
}

.mid-ms-pd
{
    padding-top: 70px;
    padding-bottom: 70px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-ms-pd
    {
        padding-top: 3.6627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-ms-pd
    {
        padding-top: 3.7837837838vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-ms-pd
    {
        padding-top: 7.51953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-ms-pd
    {
        padding-top: 10.0260416667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-ms-pd
    {
        padding-bottom: 3.6627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-ms-pd
    {
        padding-bottom: 3.7837837838vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-ms-pd
    {
        padding-bottom: 7.51953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-ms-pd
    {
        padding-bottom: 10.0260416667vw;
    }
}

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

/* outset
-------------------------------------------------------------------------- */
*:has(.outset)
{
    position: relative;
}

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

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

    display: block;

    width: 100%;
    max-width: unset;
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
}

/* peagerSimple
   ----------------------------------------------------------------- */
.peager-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 30px auto 60px;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.peager-list .peager-btn
{
    position: relative;

    width: 150px;
    height: 40px;

    cursor: pointer;
    text-decoration: none;

    color: #fff;
    background: #f1ad36;
}
@media screen and (max-width: 1024px)
{
    .peager-list .peager-btn
    {
        width: 60px;
        height: 40px;

        text-decoration: none;
    }
}
.peager-list .peager-btn:last-child:before
{
    content: '>';
}
.peager-list .peager-btn:first-child:after
{
    content: '<';
}
.peager-list .peager-btn:last-child:before,
.peager-list .peager-btn:first-child:after
{
    font-size: 38px;
    font-size: 3.8rem;
    line-height: .9;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: auto;
    margin: auto;

    -webkit-transform: scale(.7, 1);

            transform: scale(.7, 1);
    text-align: center;
}
.peager-list .list_back
{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;

    position: relative;

    padding: 20px 40px;

    text-decoration: none;
}
@media screen and (max-width: 1024px)
{
    .peager-list .list_back
    {
        font-size: 16px;
        font-size: 1.6rem;

        padding: 10px 30px 10px 10px;
    }
}

.peager-num
{
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
}

.c-btn--arrow::after
{
    right: 20px;

    width: 14px;
    height: 14px;

    border-top: 4px solid #ffa300;
    border-right: 4px solid #ffa300;
}
@media screen and (max-width: 1024px)
{
    .c-btn--arrow::after
    {
        right: 13px;
    }
}

/* 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: 1024px)
{
    .c-rangeSlider::-webkit-slider-runnable-track
    {
        height: 1.3333333333vw;

        border-radius: 1.6vw;
    }
}
@media screen and (min-width: 769px)
{
    .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: 1024px)
{
    .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: 769px)
{
    .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: 1024px)
{
    .c-rangeSlider:active::-webkit-slider-thumb
    {
        width: 6.6666666667vw;
        height: 6.6666666667vw;
    }
}
@media screen and (min-width: 769px)
{
    .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: 1024px)
{
    .c-rangeSlider::-moz-range-track
    {
        height: 1.3333333333vw;

        border-radius: 1.6vw;
    }
}
@media screen and (min-width: 769px)
{
    .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: 1024px)
{
    .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: 769px)
{
    .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: 1024px)
{
    .c-rangeSlider:active::-moz-range-thumb
    {
        width: 6.6666666667vw;
        height: 6.6666666667vw;
    }
}
@media screen and (min-width: 769px)
{
    .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: 1024px)
{
    .c-rangeSlider::-ms-track
    {
        height: 1.3333333333vw;
    }
}
@media screen and (min-width: 769px)
{
    .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: 1024px)
{
    .c-rangeSlider::-ms-thumb
    {
        width: 5.3333333333vw;
        height: 5.3333333333vw;

        border: .5333333333vw solid rgba(0, 0, 0, .5);
    }
}
@media screen and (min-width: 769px)
{
    .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: 1024px)
{
    .c-rangeSlider:active::-ms-thumb
    {
        width: 6.6666666667vw;
        height: 6.6666666667vw;
    }
}
@media screen and (min-width: 769px)
{
    .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
{
    width: 100%;
}
@media screen and (max-width: 1024px)
{
    .c-table
    {
        line-height: 1.6;
    }
}
@media screen and (min-width: 769px)
{
    .c-table
    {
        line-height: 1.6;
    }
}
.c-table th,
.c-table td
{
    line-height: 1.8;

    vertical-align: middle;
}
@media screen and (max-width: 1024px)
{
    .c-table th,
    .c-table td
    {
        display: block;

        width: 100%;
        padding-right: 2.67vw;
        padding-left: 2.67vw;
    }
}
@media screen and (min-width: 769px)
{
    .c-table th,
    .c-table td
    {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}
.c-table th
{
    text-align: left;
}
@media screen and (max-width: 1024px)
{
    .c-table th
    {
        padding-top: 2.67vw;
    }
}
.c-table td
{
    text-align: left;
}
@media screen and (max-width: 1024px)
{
    .c-table td
    {
        padding-bottom: 2.67vw;
    }
}
.c-table tr:nth-child(odd)
{
    background-color: #fff8eb;
}

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

    text-align: right !important;
    vertical-align: middle;
}
@media screen and (max-width: 1024px)
{
    .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: 1024px)
{
    .info-table__text
    {
        padding: 0 10px !important;

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

        height: 32px;
    }
}
.info-table__btn .c-btn--arrow::after
{
    right: 10px;
}
/* tel
-------------------------------------------------------------------------- */
.c-tel
{
    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;
    grid-gap: clamp(8px, 8px + .003030303 * (100vw - 600px), 12px);
}
@media screen and (max-width: 1025px)
{
    .c-tel
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.c-tel__icon
{
    max-width: clamp(24px, 24px + .0136363636 * (100vw - 600px), 42px);
}
.c-tel__number
{
    font-size: clamp(28px, 28px + .0181818182 * (100vw - 600px), 52px);
    font-weight: 500;
    line-height: 1;

    color: #fff;
}

/* btn
-------------------------------------------------------------------------- */
.c-button__link
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: 100%;
    padding: 5px clamp(30px, 30px + .0714285714 * (100vw - 600px), 42px);

    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;

    border: 1px solid #001496;
    border-radius: 100vw;
    background: linear-gradient(135deg, #001496 0%, #001496 46%, #132073 100%);

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: clamp(8px, 8px + .0238095238 * (100vw - 600px), 12px);
}
.c-button__link.big
{
    padding: clamp(15px, 15px + .0297619048 * (100vw - 600px), 20px) clamp(30px, 30px + .0714285714 * (100vw - 600px), 42px) clamp(17px, 17px + .0297619048 * (100vw - 600px), 22px);
}
.c-button__link.big .c-button__text
{
    color: #fff;
}
.c-button__link.big .c-button__arrow
{
    width: clamp(20px, 20px + .0595238095 * (100vw - 600px), 30px);
}
.c-button__link.big .c-button__arrow::after,
.c-button__link.big .c-button__arrow::before
{
    background-color: #fff;
}
.c-button__link.submit .c-button__text
{
    font-size: 30px;
}
@media screen and (min-width: 1025px)
{
    .c-button .c-button__link:hover
    {
        opacity: 1;
        border-color: #001496;
        background: #fff;
    }
    .c-button .c-button__link:hover.c-button__text,
    .c-button .c-button__link:hover .c-button__text,
    .c-button .c-button__link:hover.c-button__en,
    .c-button .c-button__link:hover .c-button__en
    {
        color: #001496;
    }
    .c-button .c-button__link:hover .c-button__arrow::before,
    .c-button .c-button__link:hover .c-button__arrow::after
    {
        background-color: #fff !important;
    }
    .c-button .c-button__link:hover.big .c-button__arrow::before,
    .c-button .c-button__link:hover.big .c-button__arrow::after
    {
        background-color: #001496 !important;
    }
    .c-button .c-button__link:hover .c-button__arrow::after
    {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }
    .c-button .c-button__link:hover .c-button__arrow02
    {
        background-image: url(../image/arrow_button.svg);
    }
}
.c-button__text
{
    font-size: clamp(15px, 15px + .0022321429 * (100vw - 1024px), 17px);
    font-weight: 500;
    line-height: 1;

    letter-spacing: .07em;
}
@media screen and (max-width: 1024px)
{
    .c-button__text
    {
        font-size: 17px;
    }
    .c-button__text.small
    {
        font-size: 15px;
        line-height: 1.25;

        white-space: nowrap;
    }
}
.c-button__text.big
{
    font-size: clamp(20px, 20px + .0238095238 * (100vw - 600px), 24px);
}
.c-button__en
{
    font-size: clamp(24px, 24px + .0357142857 * (100vw - 600px), 30px);
    font-weight: 500;
    line-height: 1;

    color: #fff;
}
.c-button input.c-button__text
{
    font-size: clamp(20px, 20px + .0297619048 * (100vw - 600px), 25px);
    line-height: 1.25;

    padding: 0;

    border: unset;
    background: unset;
}
.c-button__arrow
{
    position: relative;

    width: clamp(15px, 15px + .0022321429 * (100vw - 1024px), 17px);

    aspect-ratio: 1/1;
}
.c-button__arrow::before,
.c-button__arrow::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background-color: #000;
}
.c-button__arrow::after
{
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}
.c-button__arrow02
{
    position: absolute;
    top: 50%;
    right: clamp(10px, 10px + .0357142857 * (100vw - 600px), 16px);

    width: clamp(20px, 20px + .0357142857 * (100vw - 600px), 26px);

    -webkit-transition: all .5s;

    transition: all .5s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    background-image: url(../image/arrow_button_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;

    aspect-ratio: 26/18;
}

/* c-tabArea
-------------------------------------------------------------------------- */
.c-tabArea__mainTab
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border-bottom: 1px solid #001496;

    grid-gap: 5px 1.333%;
}
@media screen and (max-width: 767px)
{
    .c-tabArea__mainTab
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.c-tabArea__mainTab__tab
{
    font-size: clamp(20px, 20px + .0078125 * (100vw - 1024px), 27px);
    font-weight: 500;

    min-width: clamp(100px, 100px + .1785714286 * (100vw - 1024px), 260px);
    padding: clamp(7px, 7px + .0119047619 * (100vw - 600px), 9px) 1.5em;

    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    letter-spacing: .1em;

    border: 1px solid #001496;
    border-bottom: unset;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
}
@media screen and (max-width: 1024px)
{
    .c-tabArea__mainTab__tab
    {
        font-size: clamp(14px, 14px + .0357142857 * (100vw - 600px), 20px);

        min-width: unset;
        padding: clamp(7px, 7px + .0119047619 * (100vw - 600px), 9px) 1em;
    }
}
.c-tabArea__mainTab__tab.active
{
    color: #fff;
    background: #001496;
}
@media screen and (min-width: 1025px)
{
    .c-tabArea__mainTab__tab:hover
    {
        color: #fff;
        background: #001496;
    }
}
@media screen and (max-width: 767px)
{
    .c-tabArea__mainTab__tab
    {
        width: 32.444%;
        padding: clamp(7px, 7px + .0119047619 * (100vw - 600px), 9px) .25em;
    }
    .c-tabArea__mainTab__tab:nth-of-type(-n+3)
    {
        border-bottom: 1px solid #001496;
    }
}
.c-tabArea__subTab
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: clamp(10px, 10px + .0111607143 * (100vw - 1024px), 20px);

    border-bottom: 1px solid #001496;
    background-color: #001496;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    grid-gap: clamp(10px, 10px + .0043402778 * (100vw - 768px), 15px) 1.333%;
}
@media screen and (max-width: 767px)
{
    .c-tabArea__subTab
    {
        grid-gap: clamp(8px, 8px + .0416666667 * (100vw - 600px), 15px) 3%;
    }
}
.c-tabArea__subTab__tab
{
    font-size: clamp(17px, 17px + .0055803571 * (100vw - 1024px), 22px);

    min-width: clamp(100px, 100px + .1116071429 * (100vw - 1024px), 200px);
    padding: .1em 1.5em;

    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    letter-spacing: .1em;

    border: 1px solid #001496;
    border-radius: 100vw;
    background-color: #fff;
}
.c-tabArea__subTab__tab.active
{
    color: #fff;
    background: #001496;
}
@media screen and (min-width: 1025px)
{
    .c-tabArea__subTab__tab:hover
    {
        color: #fff;
        background: #001496;
    }
}
@media screen and (max-width: 1024px)
{
    .c-tabArea__subTab__tab
    {
        font-size: clamp(17px, 17px + .0178571429 * (100vw - 600px), 20px);

        min-width: unset;
        padding: .1em 1em;
    }
}
@media screen and (max-width: 767px)
{
    .c-tabArea__subTab__tab
    {
        width: 48.5%;
    }
}

/* c-sort
-------------------------------------------------------------------------- */
.c-sort
{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .c-sort
    {
        margin-bottom: 1.0465116279vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .c-sort
    {
        margin-bottom: 1.0810810811vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .c-sort
    {
        margin-bottom: 2.1484375vw;
    }
}
@media screen and (max-width: 767px)
{
    .c-sort
    {
        margin-bottom: 2.8645833333vw;
    }
}
.c-sort__select
{
    font: inherit;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;

    width: 50%;
    min-width: 14em;
    margin: 0;
    padding: 0;
    padding: clamp(5px, 5px + .0297619048 * (100vw - 600px), 10px) clamp(12px, 12px + .0178571429 * (100vw - 600px), 15px);

    cursor: pointer;
    text-align: inherit;
    vertical-align: middle;

    color: inherit;
    color: #001496;
    border: 0;
    border: 1px solid #001496;
    border-radius: 0;
    border-radius: clamp(5px, 5px + .0297619048 * (100vw - 600px), 10px);
    outline: 0;
    background: transparent;
    background: url(../image/common/arrow_select.svg) center right 15px/11px no-repeat, #fff;

    -webkit-appearance: none;
            -moz-appearance: none;
         appearance: none;
}

/* c-radioCheck
-------------------------------------------------------------------------- */
.c-radioCheck *
{
    cursor: pointer;
}
.c-radioCheck .inp_rdo,
.c-radioCheck .inp_chk,
.c-radioCheck .rdo_inp_round
{
    display: none;
}
.c-radioCheck .inp_rdo:checked + .rdo::after,
.c-radioCheck .inp_rdo:checked + .chk::after,
.c-radioCheck .inp_chk:checked + .rdo::after,
.c-radioCheck .inp_chk:checked + .chk::after,
.c-radioCheck .rdo_inp_round:checked + .rdo::after,
.c-radioCheck .rdo_inp_round:checked + .chk::after
{
    opacity: 1;
}
.c-radioCheck .inp_rdo:checked + .rdo,
.c-radioCheck .inp_chk:checked + .rdo,
.c-radioCheck .rdo_inp_round:checked + .rdo
{
    color: #fff;
    background-color: #001496 !important;
}
.c-radioCheck .inp_rdo:checked + .rdo::before,
.c-radioCheck .inp_chk:checked + .rdo::before,
.c-radioCheck .rdo_inp_round:checked + .rdo::before
{
    border-color: #fff !important;
}
.c-radioCheck .rdo,
.c-radioCheck .chk
{
    font-size: 17px; /* 統合: 変更 */

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-transition: background-color .5s;

    transition: background-color .5s;
    white-space: wrap; /* 統合: 変更 */

    color: #001496;
    background-color: #fff;

    grid-gap: clamp(4px, 4px + .0060606061 * (100vw - 600px), 12px); /* 統合: 変更 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1024px)
{
    .c-radioCheck .rdo,
    .c-radioCheck .chk
    {
        font-size: clamp(17px, 17px + .016509434 * (100vw - 600px), 24px);
    }
}
.c-radioCheck .rdo::before,
.c-radioCheck .chk::before
{
    position: relative;

    display: inline-block;

    width: clamp(17px, 17px + .0022727273 * (100vw - 600px), 20px);
    height: clamp(17px, 17px + .0022727273 * (100vw - 600px), 20px);

    content: '';

    border: 1px solid #001496; /* 統合: 変更 */
    border-radius: 100%;
}
.c-radioCheck .rdo::after,
.c-radioCheck .chk::after
{
    position: absolute;
    top: 50%;

    display: inline-block;

    width: clamp(6px, 6px + .003030303 * (100vw - 600px), 10px);

    content: '';
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);

    opacity: 0;
    border-radius: 100%;
    background-color: #fff;

    aspect-ratio: 1/1;
}
.c-radioCheck .rdo .txt,
.c-radioCheck .chk .txt
{
    font-size: clamp(17px, 17px + .0178571429 * (100vw - 600px), 20px);
    font-weight: 500;

    max-width: calc(100% - clamp(17px, 17px + .0022727273 * (100vw - 600px), 20px) - .75rem);
}
.c-radioCheck .chk::before
{
    border-radius: 0;
}
.c-radioCheck .chk::after
{
    width: clamp(17px, 17px + .0037878788 * (100vw - 600px), 22px);

    -webkit-transform: translate(2px, -60%);

            transform: translate(2px, -60%);

    border-radius: 0;
    background: url(../image/common/check.svg) center/100% no-repeat;
    background-color: unset;
}
.c-radioCheck:has(.num)
{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.c-radioCheck:has(.num) .num
{
    font-size: 17px;

    margin-left: auto;
}
.c-radioCheck:not(:has(.num)) .rdo,
.c-radioCheck:not(:has(.num)) .chk
{
    width: 100%;
}
.c-radioCheck.shared
{
    -webkit-transition: all .5s;
    transition: all .5s;
}
.c-radioCheck.shared .rdo,
.c-radioCheck.shared .chk
{
    padding: clamp(5px, 5px + .0022727273 * (100vw - 600px), 8px) 5px clamp(5px, 5px + .0022727273 * (100vw - 600px), 8px) clamp(5px, 5px + .003030303 * (100vw - 600px), 9px);

    color: #001496;
}
@media screen and (max-width: 1024px)
{
    .c-radioCheck.shared .rdo,
    .c-radioCheck.shared .chk
    {
        padding: clamp(10px, 10px + .0141509434 * (100vw - 600px), 16px);
    }
}
.c-radioCheck.shared:has(.chk)
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 10px;

    border: 1px solid #001496;
    border-radius: 3px;
    background-color: #f8f8f8; /* 統合: 変更 */

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.c-radioCheck.shared:has(.chk) .chk
{
    font-size: 17px; /* 統合: 変更 */

    padding: 0;

    background-color: unset;

    grid-gap: clamp(4px, 4px + .0060606061 * (100vw - 600px), 12px);
}
.c-radioCheck.shared:has(.chk) .chk::before
{
    border-color: #001496;
}
.c-radioCheck.shared:has(.rdo)
{
    background-color: #f8f8f8; /* 統合: 変更 */
}
.c-radioCheck.shared:has(.rdo) .rdo
{
    font-size: clamp(17px, 17px + .0070754717 * (100vw - 600px), 20px);
    line-height: 1.2;

    padding: 10px;

    border: 1px solid #001496;
    border-radius: 3px;
    background-color: #f8f8f8; /* 統合: 変更 */
}
.c-radioCheck.shared:has(.rdo) .rdo::before
{
    border-color: #001496;
}
.c-radioCheck.shared:has(.inp_chk:checked)
{
    background-color: #001496 !important;
}
.c-radioCheck.shared:has(.inp_chk:checked) .chk
{
    color: #fff !important;
}
.c-radioCheck.shared:has(.inp_chk:checked) .chk::before
{
    background-color: #fff;
}
.c-radioCheck.shared:has(.inp_chk:checked) .chk .txt
{
    color: #fff !important;
}
.c-radioCheck.shared:has(.inp_chk:checked) .num
{
    color: #fff;
}
/* title
-------------------------------------------------------------------------- */
.c-title.flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    grid-gap: clamp(8px, 8px + .0119047619 * (100vw - 600px), 10px) clamp(14px, 14px + .0178571429 * (100vw - 600px), 17px);
}
.c-title.white .c-title__en
{
    color: #fff;
}
.c-title.white .c-title__jp
{
    color: #fff;
}
.c-title__en
{
    font-size: clamp(70px, 70px + .0334821429 * (100vw - 1024px), 100px);
    font-weight: 500;
    line-height: 1.1;

    display: block;

    color: #001496;
}
@media screen and (max-width: 1024px)
{
    .c-title__en
    {
        font-size: clamp(45px, 45px + .2083333333 * (100vw - 600px), 80px);

        white-space: nowrap;
    }
}
.c-title__jp
{
    font-size: clamp(25px, 25px + .0055803571 * (100vw - 1024px), 30px);
    font-weight: 600;
    line-height: 1.25;

    display: block;

    white-space: nowrap;

    color: #001496;
}
@media screen and (max-width: 1024px)
{
    .c-title__jp
    {
        font-size: clamp(20px, 20px + .0595238095 * (100vw - 600px), 30px);
    }
}

/* ==========================================================================
   page 下層ページ共通部分
   ========================================================================== */
/* p-page
-------------------------------------------------------------------------- */
.p-page__heading
{
    position: relative;
    z-index: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    min-height: clamp(250px, 250px + .1953125 * (100vw - 768px), 300px);

    background: linear-gradient(135deg, #001496 0%, #001496 46%, #132073 100%);

    -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: 767px)
{
    .p-page__heading
    {
        min-height: clamp(200px, 200px + .2976190476 * (100vw - 600px), 250px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-page__heading .c-title
    {
        -webkit-transform: translateY(clamp(20px, 20px + .119047619 * (100vw - 600px), 40px));
                transform: translateY(clamp(20px, 20px + .119047619 * (100vw - 600px), 40px));
    }
}
.p-page__heading .c-title__en
{
    color: #fff;
}
.p-page__heading .c-title__jp
{
    color: #fff;
}
.p-page__pager__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: auto;
    margin-left: auto;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 5px clamp(10px, 10px + .0166666667 * (100vw - 600px), 32px);
}
.p-page__pager__btnArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
@media screen and (max-width: 767px)
{
    .p-page__pager__btnArea
    {
        margin: 0;
    }
}
.p-page__pager__btn,
.p-page__pager__num
{
    font-size: clamp(17px, 17px + .0022727273 * (100vw - 600px), 20px);
    font-weight: 400;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    height: 100%;

    text-align: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
.p-page__pager__btn
{
    font-size: clamp(20px, 20px + .0238095238 * (100vw - 600px), 24px);
    font-weight: 400;
    line-height: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    height: clamp(30px, 30px + .0075757576 * (100vw - 600px), 40px);
    padding: 0 1.5em;

    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;

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

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (min-width: 1025px)
{
    .p-page__pager__btn:hover
    {
        opacity: 1;
        color: #001496;
        background-color: #fff;
    }
}
@media screen and (max-width: 1024px)
{
    .p-page__pager__btn
    {
        height: clamp(30px, 30px + .1071428571 * (100vw - 600px), 48px);
        padding: .2em 2em;
    }
}
@media screen and (max-width: 600px)
{
    .p-page__pager__btn
    {
        padding: 0 .8em;
    }
}
.p-page__pager__numArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    grid-gap: clamp(5px, 5px + .0098484848 * (100vw - 600px), 18px);
}
.p-page__pager__num
{
    font-size: clamp(20px, 20px + .0037878788 * (100vw - 600px), 25px);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: clamp(30px, 30px + .0075757576 * (100vw - 600px), 40px);
    height: clamp(30px, 30px + .0075757576 * (100vw - 600px), 40px);
    padding-bottom: .15em;

    -webkit-transition: all .5s;

    transition: all .5s;

    border-radius: 100%;
    background: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 1024px)
{
    .p-page__pager__num
    {
        width: clamp(30px, 30px + .1071428571 * (100vw - 600px), 48px);
        height: clamp(30px, 30px + .1071428571 * (100vw - 600px), 48px);
    }
}
@media screen and (max-width: 600px)
{
    .p-page__pager__num
    {
        padding-bottom: .25em;
    }
}
.p-page__pager__num.now
{
    border-color: #001496;
    background: #001496;
}
.p-page__pager__num.now .txt
{
    -webkit-transform: translateY(2px);
            transform: translateY(2px);

    color: #fff;
}
.p-page__pager__num a
{
    font-size: clamp(20px, 20px + .0037878788 * (100vw - 600px), 25px);
    font-weight: 400;

    -webkit-transform: translateY(2px);

            transform: translateY(2px);
    text-decoration: none;

    color: #001496;
}
@media screen and (min-width: 1025px)
{
    .p-page__pager__num:has(a):hover
    {
        border-color: #001496;
        background-color: #001496;
    }
    .p-page__pager__num:has(a):hover a
    {
        color: #fff;
    }
}
.p-page__pager__dotte
{
    font-weight: 400;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 30px;

    color: #000;

    -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-page__pager__dotte
    {
        width: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__pager__dotte
    {
        width: 15px;
    }
}

.p-subpage__inner
{
    max-width: 1240px;
}

#btnFormList.radius #btnSubmit
{
    border-radius: 100vw;
}

.c-gbImageArea
{
    position: relative;
    z-index: -1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: 100%;
    height: 100dvh; /* 動的に追従したいならこっち（環境で挙動差あり） */
    height: 100svh; /* “見えている”高さ基準（URLバーで暴れにくい） */

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
.c-gbImageArea::before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .2);
}
.c-gbImageArea__image
{
    overflow: hidden;

    width: 50%;
    height: 50vh;
    height: 50dvh; /* 動的に追従したいならこっち（環境で挙動差あり） */
    height: 50svh; /* “見えている”高さ基準（URLバーで暴れにくい） */
}
.c-gbImageArea__image img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
}
@media all and (min-width: 1800px)
{
    .c-gbImageArea__image:nth-of-type(1) img
    {
        -webkit-transform: scale(1.01875) translate(0%, -7%);
                transform: scale(1.01875) translate(0%, -7%);
    }
    .c-gbImageArea__image:nth-of-type(2) img
    {
        -webkit-transform: scale(1.0239) translate(.6%, -16.6%);
                transform: scale(1.0239) translate(.6%, -16.6%);
    }
    .c-gbImageArea__image:nth-of-type(3) img
    {
        -webkit-transform: scale(1.147) translate(-5.5%, -8.7%);
                transform: scale(1.147) translate(-5.5%, -8.7%);
    }
    .c-gbImageArea__image:nth-of-type(4) img
    {
        -webkit-transform: scale(1.01875) translate(-.6%, -5.5%);
                transform: scale(1.01875) translate(-.6%, -5.5%);
    }
    .c-gbImageArea__image img
    {
        max-width: unset;
        height: auto;
    }
}
@media screen and (max-width: 1024px)
{
    .c-gbImageArea__image:nth-of-type(3) img
    {
        -o-object-position: 27% 0;
           object-position: 27% 0;
    }
}
@media screen and (max-width: 767px)
{
    .c-gbImageArea__image:nth-of-type(1) img
    {
        -o-object-position: 63% 0;
           object-position: 63% 0;
    }
}

/* p-breadcrumbs
-------------------------------------------------------------------------- */
.p-breadcrumbs
{
    font-weight: 300;

    margin-top: clamp(8px, 8px + .0022727273 * (100vw - 600px), 11px);
    margin-bottom: 80px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-breadcrumbs
    {
        margin-bottom: 4.1860465116vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-breadcrumbs
    {
        margin-bottom: 4.3243243243vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-breadcrumbs
    {
        margin-bottom: 8.59375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-breadcrumbs
    {
        margin-bottom: 11.4583333333vw;
    }
}
.p-breadcrumbs__list
{
    line-height: 1;

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

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .p-breadcrumbs__list
    {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media screen and (max-width: 1024px)
{
    .p-breadcrumbs__list
    {
        font-size: clamp(14px, 14px + .0178571429 * (100vw - 600px), 17px);
    }
}
@media screen and (min-width: 1025px)
{
    .p-breadcrumbs__list
    {
        font-size: clamp(15px, 15px + .0022321429 * (100vw - 1024px), 17px);
    }
}
.p-breadcrumbs__item
{
    line-height: 1;

    position: relative;

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

    letter-spacing: .4px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .p-breadcrumbs__item
    {
        white-space: nowrap;
    }
}
.p-breadcrumbs__item::before
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;

    display: block;

    padding: 0 7px;

    content: '>';

    color: #001496;
}
@media screen and (max-width: 767px)
{
    .p-breadcrumbs__item::before
    {
        font-size: 4.53vw;

        padding: 0 5px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-breadcrumbs__item::before
    {
        top: 55%;

        padding: 0 5px;
    }
}
.p-breadcrumbs__item:first-child::before
{
    display: none;
}
.p-breadcrumbs__item + .p-breadcrumbs__item
{
    margin-left: 0;
}
.p-breadcrumbs__item span
{
    font-weight: 300;
}
.p-breadcrumbs__link
{
    font-weight: 300;

    text-decoration: none;
    letter-spacing: 0;
}
.p-breadcrumbs__link:hover
{
    text-decoration: underline;
}
.p-breadcrumbs.white
{
    margin: 0;
    margin-bottom: 27px;
}
.p-breadcrumbs.white .p-breadcrumbs__item,
.p-breadcrumbs.white .p-breadcrumbs__item::before,
.p-breadcrumbs.white .p-breadcrumbs__item a
{
    color: #fff;
}
.p-breadcrumbs.white .p-breadcrumbs__inner
{
    margin: 0;
}

.p-thanks__wrap
{
    max-width: 1200px;
}
.p-thanks__heading
{
    font-size: clamp(25px, 25px + .0892857143 * (100vw - 600px), 40px);
    font-weight: 400;

    margin-bottom: 1em;

    color: #001496;
}
.p-thanks__headingText .br
{
    font-size: clamp(15px, 15px + .0022321429 * (100vw - 1024px), 17px);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 1.25em;

    -webkit-box-align: baseline;

        -ms-flex-align: baseline;

            align-items: baseline;
    grid-gap: .5rem;
}
.p-thanks__headingText .br .txt
{
    font-size: clamp(15px, 15px + .0022321429 * (100vw - 1024px), 17px);

    width: calc(100% - 17px - .5rem);
}
@media screen and (max-width: 1024px)
{
    .p-thanks__headingText .br
    {
        font-size: 17px;
    }
    .p-thanks__headingText .br .txt
    {
        font-size: 17px;
    }
}
.p-thanks__headingText .br.col::before
{
    display: inline-block;

    width: 17px;

    content: '';
    -webkit-transform: translateY(2.5px);
            transform: translateY(2.5px);

    border-radius: 100%;
    background-color: #001496;

    aspect-ratio: 1/1;
}
.p-thanks__logo
{
    width: clamp(100px, 100px + .2976190476 * (100vw - 600px), 150px);
    margin: 0 auto;
}
.p-thanks__btnWrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: clamp(20px, 20px + .0471698113 * (100vw - 600px), 40px) 2.666%;
}
.p-thanks__btnWrap .c-button
{
    width: 100%;
    max-width: 700px;
    margin: 0;
}
@media screen and (max-width: 600px)
{
    .p-thanks__btnWrap .c-button
    {
        width: 100%;
    }
}
.p-thanks__btnWrap .c-button__text
{
    font-size: clamp(25px, 25px + .0416666667 * (100vw - 600px), 32px);
}

.c-popUp
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;
    height: 100dvh;

    -webkit-transition: opacity .5s;

    transition: opacity .5s;

    opacity: 0;
}
.c-popUp.opa
{
    opacity: 1;
}
.c-popUp.none
{
    z-index: -1000;

    display: none;
}
.c-popUp__bg
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .85;
    background-color: #000;
}
.c-popUp__inner
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    width: 90%;
    max-width: 900px;
    height: calc(100% - clamp(20px, 20px + .119047619 * (100vw - 600px), 40px));
    padding: clamp(24px, 24px + .0196969697 * (100vw - 600px), 50px);

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);

    border-radius: clamp(10px, 10px + .0595238095 * (100vw - 600px), 20px);
    background-color: #fff;
}
.c-popUp__reset
{
    font-size: clamp(17px, 17px + .0178571429 * (100vw - 600px), 20px);
    font-weight: 400;

    position: absolute;
    top: clamp(24px, 24px + .0196969697 * (100vw - 600px), 50px);
    left: clamp(24px, 24px + .0196969697 * (100vw - 600px), 50px);

    cursor: pointer;

    color: #001496;
}
.c-popUp__close
{
    position: absolute;
    top: clamp(24px, 24px + .0196969697 * (100vw - 600px), 50px);
    right: clamp(24px, 24px + .0196969697 * (100vw - 600px), 50px);

    display: block;

    width: clamp(20px, 20px + .0297619048 * (100vw - 600px), 25px);
    height: clamp(20px, 20px + .0297619048 * (100vw - 600px), 25px);

    cursor: pointer;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.c-popUp__close::before,
.c-popUp__close::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

    width: 100%;
    height: 3px;

    content: '';
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background-color: #000;
}
.c-popUp__close::after
{
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}
.c-popUp__title
{
    font-size: clamp(20px, 20px + .0297619048 * (100vw - 600px), 25px);
    font-weight: 500;

    margin-bottom: clamp(30px, 30px + .0595238095 * (100vw - 600px), 40px);

    text-align: center;

    color: #001496;
}
.c-popUp__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;

    margin-bottom: clamp(30px, 30px + .0595238095 * (100vw - 600px), 40px);

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    grid-gap: clamp(22px, 2.552vw, 50px) 3%;
}
.c-popUp__list__box
{
    width: 22.75%;
}
@media screen and (max-width: 1024px)
{
    .c-popUp__list__box
    {
        width: 31.33%;
    }
}
@media screen and (max-width: 767px)
{
    .c-popUp__list__box
    {
        width: 48.5%;
    }
}
.c-popUp .c-button
{
    max-width: 600px;
    margin: 0 auto;
}
