@charset 'UTF-8';
/* ==========================================================================
   Foundation
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@0,400..700;1,400..700&display=swap');
/* 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: #192f72;

    -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
{
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    text-decoration: none;

    color: #192f72;
}
@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;
}

.ibar,
.ibar *
{
    font-family: 'Ibarra Real Nova', 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: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    display: block;

    width: 100%;

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

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

    background-color: #fff;
}
.p-header__inner
{
    z-index: 10;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-transition: all .5s;

    transition: all .5s;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
@media screen and (min-width: 1025px)
{
    .p-header__inner
    {
        height: 100px;
    }
}
.p-header__logo
{
    width: 30%;
    padding: clamp(20px, 20px + .0037878788 * (100vw - 600px), 25px) 0;

    -webkit-transition: all .5s;

    transition: all .5s;
}
@media screen and (max-width: 1024px)
{
    .p-header__logo
    {
        width: 50%;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__logo
    {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: clamp(12px, 12px + .0113636364 * (100vw - 600px), 27px) 0;
        padding-left: 6.5vw;
    }
}
.p-header__logo__link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 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(12px, 12px + .0045454545 * (100vw - 600px), 18px);
}
@media screen and (max-width: 767px)
{
    .p-header__logo__link
    {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
.p-header__logo__image.en
{
    width: clamp(100px, 100px + .0122767857 * (100vw - 1024px), 111px);

    -webkit-transition: all .5s;

    transition: all .5s;
}
@media screen and (max-width: 767px)
{
    .p-header__logo__image.en
    {
        width: clamp(80px, 80px + .119047619 * (100vw - 600px), 100px);
    }
}
.p-header__logo__image.jp
{
    width: clamp(160px, 160px + .0446428571 * (100vw - 1024px), 200px);

    -webkit-transition: all .5s;

    transition: all .5s;
    -webkit-transform: translateY(-2.5px);
            transform: translateY(-2.5px);
}
@media screen and (max-width: 767px)
{
    .p-header__logo__image.jp
    {
        width: clamp(120px, 120px + .2380952381 * (100vw - 600px), 160px);
    }
}
.p-header__rightArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 70%;
    padding: clamp(20px, 20px + .0037878788 * (100vw - 600px), 25px) 6.5vw clamp(20px, 20px + .0037878788 * (100vw - 600px), 25px) 0;

    -webkit-transition: all .5s;

    transition: all .5s;

    background-color: #192f72;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 0 clamp(30px, 30px + .0227272727 * (100vw - 600px), 60px);
}
@media screen and (max-width: 1024px)
{
    .p-header__rightArea
    {
        width: 50%;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__rightArea
    {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: clamp(12px, 12px + .0113636364 * (100vw - 600px), 27px) 6.5vw;
    }
}
.p-header__rightArea__snsArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: clamp(12px, 12px + .0060606061 * (100vw - 600px), 20px);
}
@media screen and (max-width: 767px)
{
    .p-header__rightArea__snsArea
    {
        display: none;
    }
}
.p-header__rightArea__snsArea__sns
{
    width: clamp(20px, 20px + .0297619048 * (100vw - 600px), 25px);
}
.p-header__rightArea__snsArea__sns.insta
{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.p-header__rightArea__snsArea__sns.line
{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.p-header__rightArea__snsArea::after
{
    display: inline-block;

    width: 1px;
    height: 20px;

    content: '';

    background-color: #fff;

    -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

            order: 2;
}
.p-header__menu
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: clamp(16px, 16px + .0181818182 * (100vw - 600px), 40px) clamp(12px, 12px + .0200892857 * (100vw - 1024px), 30px);
    padding-right: clamp(32px, 32px + .0558035714 * (100vw - 1024px), 82px);

    -webkit-transition: all .3s;

    transition: all .3s;

    background-color: #000;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 1025px)
{
    .p-header__menu
    {
        padding-right: clamp(82px, 82px + .0200892857 * (100vw - 1024px), 100px);
        padding-left: clamp(30px, 30px + .0111607143 * (100vw - 1024px), 40px);
    }
    .p-header__menu::before
    {
        position: absolute;
        top: 0;
        left: 0;

        display: inline-block;

        width: clamp(8px, 8px + .0060606061 * (100vw - 600px), 16px);
        height: 100%;

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

        background-color: gray;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__menu
    {
        padding: clamp(16px, 16px + .021969697 * (100vw - 600px), 45px) clamp(12px, 12px + .0200892857 * (100vw - 1024px), 30px);

        aspect-ratio: 1/1;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.p-header__headHamburger
{
    cursor: pointer;
}
@media screen and (max-width: 1025px)
{
    .p-header__headHamburger.is-open
    {
        background-color: transparent;
    }
}
@media screen and (min-width: 769px)
{
    .p-header__nav
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.p-header__btn
{
    font-family: 'Ibarra Real Nova', serif;
    font-weight: 700;
    line-height: 1.25;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 1025px)
{
    .p-header__btn
    {
        width: 13.3333333333vw;
        height: 13.3333333333vw;

        background-color: #00b2a3;
    }
}
@media screen and (min-width: 769px)
{
    .p-header__btn
    {
        font-size: 16px;
        font-size: 1.6rem;

        width: 120px;
        height: 60px;
        margin-left: 10px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__btn
    {
        font-size: .9302325581vw;
    }
}
@media screen and (min-width: 769px) and (max-width: 1279px) and (min-width: 1025px)
{
    .p-header__btn
    {
        font-size: 1.0810810811vw;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px)
{
    .p-header__btn
    {
        font-size: 1.9512195122vw;
    }
}
@media screen and (min-width: 769px) and (max-width: 768px)
{
    .p-header__btn
    {
        font-size: 2.0833333333vw;
    }
}
.p-header__btn--company
{
    background: #00b2a3;
}
@media screen and (max-width: 1025px)
{
    .p-header__btn--company
    {
        display: none;
    }
}
.p-header__btn--contact
{
    background: #000;
}
@media screen and (max-width: 1025px)
{
    .p-header__btn--contact
    {
        display: none;
    }
}
@media screen and (min-width: 769px)
{
    .p-header__btn--tel
    {
        display: none;
    }
}
.p-header__icon
{
    text-align: center;
}
@media screen and (max-width: 1025px)
{
    .p-header__icon
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 8vw;
        height: 8vw;

        -webkit-box-pack: center;

            -ms-flex-pack: center;

                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media screen and (min-width: 769px)
{
    .p-header__icon
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        height: 36px;

        -webkit-box-align: end;

            -ms-flex-align: end;

                align-items: flex-end;
    }
}
@media screen and (max-width: 1025px)
{
    .p-header__icon img
    {
        width: 100%;
    }
}
.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__logo
{
    z-index: 1;

    opacity: 1;
}
.p-header.scroll .p-header__logo
{
    padding: clamp(10px, 10px + .0045454545 * (100vw - 600px), 16px) 0;
}
@media screen and (max-width: 767px)
{
    .p-header.scroll .p-header__logo
    {
        padding-left: 6.5vw;
    }
}
.p-header.scroll .p-header__logo__image.en
{
    width: clamp(80px, 80px + .0223214286 * (100vw - 1024px), 100px);
}
@media screen and (max-width: 767px)
{
    .p-header.scroll .p-header__logo__image.en
    {
        width: clamp(65px, 65px + .2083333333 * (100vw - 600px), 100px);
    }
}
.p-header.scroll .p-header__logo__image.jp
{
    width: clamp(140px, 140px + .0446428571 * (100vw - 1024px), 180px);
}
@media screen and (max-width: 767px)
{
    .p-header.scroll .p-header__logo__image.jp
    {
        width: clamp(110px, 110px + .2976190476 * (100vw - 600px), 160px);
    }
}
.p-header.scroll .p-header__rightArea
{
    padding: clamp(10px, 10px + .0045454545 * (100vw - 600px), 16px) 6.5vw clamp(10px, 10px + .0045454545 * (100vw - 600px), 16px) 0;
}
@media screen and (max-width: 767px)
{
    .p-header.scroll .p-header__rightArea
    {
        padding: clamp(10px, 10px + .0045454545 * (100vw - 600px), 16px) 6.5vw;
    }
}

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

    width: 90%;
    max-width: 1500px;
    margin: 0 auto;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    grid-gap: clamp(36px, 36px + .0333333333 * (100vw - 600px), 80px) clamp(24px, 24px + .0166666667 * (100vw - 600px), 46px);
}
@media screen and (max-width: 600px){
.p-gnav__menu
{
  grid-gap: 29px;
}
}
.p-gnav__list
{
    width: calc(33.3333333333% - clamp(24px, 24px + .0166666667 * (100vw - 600px), 46px) * 2 / 3);

    list-style: none;
}
@media screen and (max-width: 1024px)
{
    .p-gnav__list
    {
        width: calc(50% - clamp(24px, 24px + .0166666667 * (100vw - 600px), 46px) / 2);
    }
}
@media screen and (max-width: 767px)
{
    .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;

    padding: 0 clamp(12px, 12px + .0090909091 * (100vw - 600px), 24px) clamp(12px, 12px + .0090909091 * (100vw - 600px), 24px);

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: flex-start;
}
@media screen and (max-width: 600px)
{
    .p-gnav__listLink
    {
        padding-bottom: 0;
        &:not(.normal){
          flex-direction: row;
          align-items: baseline;
          .p-gnav__jp{
            margin: 0;
          }
        }
    }
}
.p-gnav__en
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: clamp(8px, 8px + .0015151515 * (100vw - 600px), 10px);

    color: #fff;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    grid-gap: clamp(8px, 8px + .003030303 * (100vw - 600px), 12px);
}
@media screen and (max-width: 600px)
{
    .p-gnav__en
    {
      display: none;
    }
}
.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(44px, 44px + .00390625 * (100vw - 768px), 45px);
    }
}
@media screen and (max-width: 600px)
{
    .p-gnav__br
    {
        font-size: 27px;
    }
}
.p-gnav__jp
{
    font-size: clamp(19px, 19px + .0007575758 * (100vw - 600px), 20px);
    font-weight: 400;
    line-height: 1;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .p-gnav__jp
    {
        font-size: clamp(17px, 17px + .0022727273 * (100vw - 600px), 20px);

        margin-bottom: .5em;
    }
}
@media screen and (max-width: 600px)
{
    .p-gnav__jp
    {
      padding-bottom: 8px;
      border-bottom: 1px solid #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }
    .p-gnav__jp::after
    {
      content: "";
      display: inline-block;
        width: 8px;
        height: 8px;
        transform: rotate(-45deg);
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
    }
    .p-gnav__jp .slash
    {
        display: none;
    }
}
.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-bottom: 60px;

    background-color: #192f72;
}
@media screen and (max-width: 1024px)
{
    .p-footer
    {
        padding-top: 80px !important;
    }
}
@media screen and (max-width: 600px)
{
    .p-footer
    {
        padding-top: 60px !important;
    }
}
.p-footer::before,
.p-footer::after
{
    position: absolute;
    z-index: -1;

    display: inline-block;

    content: '';
}
.p-footer::before
{
    bottom: 0;
    left: 0;

    width: 14vw;

    background: url(../image/common/footerbg_L.svg) left bottom/100% no-repeat;

    aspect-ratio: 94/149;
}
@media screen and (max-width: 1024px)
{
    .p-footer::before
    {
        width: 20vw;
    }
}
@media screen and (max-width: 600px)
{
    .p-footer::before
    {
        width: 40vw;
    }
}
.p-footer::after
{
    top: 0;
    right: 0;

    width: 23.69vw;

    background: url(../image/common/footerbg_R.svg) left bottom/100% no-repeat;

    aspect-ratio: 160/197;
}
@media screen and (max-width: 1024px)
{
    .p-footer::after
    {
        width: 30vw;
    }
}
@media screen and (max-width: 600px)
{
    .p-footer::after
    {
        width: 48vw;
    }
}
.p-footer__inner
{
    position: relative;

    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;
}
.p-footer__logo
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-bottom: clamp(45px, 45px + .0446428571 * (100vw - 1024px), 85px);

    -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-footer__logo
    {
        margin-bottom: clamp(45px, 45px + .0825471698 * (100vw - 600px), 80px);
    }
}
.p-footer__logo__inner
{
    width: 244px;
}
@media screen and (max-width: 767px)
{
    .p-footer__logo__inner
    {
        width: clamp(160px, 160px + .5 * (100vw - 600px), 244px);
    }
}
.p-footer__leftArea
{
    width: 36%;
    padding-left: 5.3%;
}
@media screen and (max-width: 1024px)
{
    .p-footer__leftArea
    {
        width: 45%;
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__leftArea
    {
        width: 100%;
        padding-left: 0;

        text-align: center;
    }
}
.p-footer__address
{
    font-style: normal;

    margin-bottom: clamp(24px, 24px + .0133928571 * (100vw - 1024px), 36px);
}
@media screen and (max-width: 600px)
{
    .p-footer__address
    {
        margin-bottom: 40px;
    }
}
.p-footer__address__name
{
    font-size: clamp(20px, 20px + .0055803571 * (100vw - 1024px), 25px);
    font-weight: 300;
    line-height: 1;

    margin-bottom: clamp(16px, 16px + .003030303 * (100vw - 600px), 20px);

    color: #fff;
}
@media screen and (max-width: 600px)
{
    .p-footer__address__name
    {
        margin-bottom: 20px;
    }
}
.p-footer__address__add
{
    margin-bottom: clamp(12px, 12px + .003030303 * (100vw - 600px), 16px);
}
.p-footer__address__add .br
{
    font-size: 17px;
    font-weight: 200;

    display: block;

    color: #fff;
}
@media screen and (min-width: 1025px)
{
    .p-footer__address__add .br
    {
        font-size: clamp(15px, 15px + .0022321429 * (100vw - 1024px), 17px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-footer__address__add .br span
    {
        display: block;
    }
}
.p-footer__address__access
{
    font-size: clamp(17px, 17px + .0033482143 * (100vw - 1024px), 20px);

    color: #fff;
}
.p-footer__rightArea
{
    width: 64%;
    padding-right: 5.3%;
}
@media screen and (max-width: 1024px)
{
    .p-footer__rightArea
    {
        width: 50%;
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__rightArea
    {
        width: 100%;
        padding-right: 0;
    }
}
.p-footer__rightArea .c-title
{
    margin-bottom: clamp(16px, 16px + .003030303 * (100vw - 600px), 20px);
}
@media screen and (max-width: 767px)
{
    .p-footer__rightArea .c-title
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.p-footer__rightArea .c-title__en
{
    font-size: clamp(26px, 26px + .015625 * (100vw - 768px), 30px);
}
@media screen and (max-width: 767px)
{
    .p-footer__rightArea .c-title__en
    {
        font-size: clamp(24px, 24px + .0357142857 * (100vw - 600px), 30px);
    }
}
.p-footer__rightArea .c-title__jp
{
    font-size: clamp(17px, 17px + .01171875 * (100vw - 768px), 20px);
}
@media screen and (max-width: 767px)
{
    .p-footer__rightArea .c-title__jp
    {
        font-size: clamp(17px, 17px + .0178571429 * (100vw - 600px), 20px);

        display: inline-block;

        width: -webkit-fit-content;

        width: -moz-fit-content;

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

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    grid-gap: 5px 0;
}
@media screen and (min-width: 1280px)
{
    .p-footer__submenuLi:nth-of-type(1),
    .p-footer__submenuLi:nth-of-type(3),
    .p-footer__submenuLi:nth-of-type(6),
    .p-footer__submenuLi:nth-of-type(8)
    {
        width: 18.5%;
    }
    .p-footer__submenuLi:nth-of-type(5)
    {
        width: 23%;
    }
    .p-footer__submenuLi:nth-of-type(2),
    .p-footer__submenuLi:nth-of-type(7)
    {
        width: 16%;
    }
    .p-footer__submenuLi:nth-of-type(4),
    .p-footer__submenuLi:nth-of-type(9)
    {
        width: 24%;
    }
}
@media screen and (max-width: 1279px)
{
    .p-footer__submenuLi
    {
        width: 25%;
    }
}
@media screen and (max-width: 1024px)
{
    .p-footer__submenuLi
    {
        width: 50%;
    }
}
.p-footer__submenuLi__link
{
    font-size: clamp(17px, 17px + .0033482143 * (100vw - 1024px), 20px);

    display: block;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .p-footer__submenuLi__link
    {
        font-size: clamp(18px, 18px + .0078125 * (100vw - 768px), 20px);
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__submenuLi__link
    {
        font-size: clamp(17px, 17px + .0178571429 * (100vw - 600px), 20px);

        white-space: nowrap;
    }
}
.p-footer__copyright
{
    font-size: clamp(13px, 13px + .0015151515 * (100vw - 600px), 15px);
    font-weight: 400;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .p-footer__copyright
    {
        width: 100% !important;
        margin-top: clamp(28px, 28px + .0714285714 * (100vw - 600px), 40px);

        text-align: center;
    }
}

/* 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;

    background: #192f72;

    -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: 768px)
{
    .p-pageTop__link
    {
        max-width: 68px;
        padding: .5rem;

        aspect-ratio: 1/1;
    }
}
@media screen and (min-width: 769px)
{
    .p-pageTop__link
    {
        width: 75px;
        height: 75px;
    }
}
.p-pageTop__link img
{
    width: 30%;
}
.p-pageTop__txt
{
    font-size: clamp(20px, 20px + .003030303 * (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;
    }
}

@-webkit-keyframes reveal-mask
{
    0%
    {
        -webkit-mask-position: 0 0;
                mask-position: 0 0;
    }
    100%
    {
        -webkit-mask-position: -100% 0;
                mask-position: -100% 0;
    }
}

@keyframes reveal-mask
{
    0%
    {
        -webkit-mask-position: 0 0;
                mask-position: 0 0;
    }
    100%
    {
        -webkit-mask-position: -100% 0;
                mask-position: -100% 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: 300px;

    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: clamp(16px, 16px + .0060606061 * (100vw - 600px), 24px);
}
.load_anime__contet.load
{
    opacity: 1;
}
.load_anime__img
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.load_anime__img .curtain
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform: translateX(0%);

            transform: translateX(0%);

    background-color: white;
}
.load_anime__img.img02
{
    opacity: 0 !important;
}

@-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;
    }
}
/* Component
   ----------------------------------------------------------------- */
/* btn
-------------------------------------------------------------------------- */
.c-button__link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    grid-gap: .5rem;
}
.c-button__link:hover
{
    opacity: 1;
}
.c-button__link:hover .c-button__arrow::after
{
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    opacity: 1;
}
.c-button__text
{
    font-size: clamp(20px, 20px + .0055803571 * (100vw - 1024px), 25px);
}
@media screen and (max-width: 1024px)
{
    .c-button__text
    {
        font-size: clamp(23px, 23px + .0078125 * (100vw - 768px), 25px);
    }
}
@media screen and (max-width: 767px)
{
    .c-button__text
    {
        font-size: clamp(20px, 20px + .0178571429 * (100vw - 600px), 23px);
    }
}
.c-button__arrow
{
    position: relative;

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

    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: #192f72;
}
.c-button__arrow::after
{
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}
.c-button.white .c-button__text
{
    color: #fff;
}
.c-button.white .c-button__arrow::before,
.c-button.white .c-button__arrow::after
{
    background-color: #fff;
}
.c-button.frame
{
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;

    border: 1px solid #192f72;
}
.c-button.frame .c-button__link
{
    padding: clamp(8px, 8px + .0015151515 * (100vw - 600px), 10px);

    -webkit-transition: all .5s;

    transition: all .5s;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
.c-button.frame .c-button__text.jp
{
    font-size: clamp(28px, 28px + .0022321429 * (100vw - 1024px), 30px);
}
@media screen and (max-width: 1024px)
{
    .c-button.frame .c-button__text.jp
    {
        font-size: clamp(26px, 26px + .015625 * (100vw - 768px), 30px);
    }
}
@media screen and (max-width: 767px)
{
    .c-button.frame .c-button__text.jp
    {
        font-size: clamp(20px, 20px + .0357142857 * (100vw - 600px), 26px);
    }
}
@media screen and (min-width: 1025px)
{
    .c-button.frame .c-button__link:hover
    {
        background-color: #192f72;
    }
    .c-button.frame .c-button__link:hover .c-button__text.jp
    {
        color: #fff;
    }
    .c-button.frame .c-button__link:hover .c-button__arrow::before,
    .c-button.frame .c-button__link:hover .c-button__arrow::after
    {
        background-color: #fff;
    }
}

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

    -webkit-box-align: stretch;

        -ms-flex-align: stretch;

            align-items: stretch;
    grid-gap: clamp(4px, 4px + .003030303 * (100vw - 600px), 8px);
}
.c-hamburger.outer
{
    grid-gap: clamp(8px, 8px + .0060606061 * (100vw - 600px), 16px);
}
.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;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);

    grid-gap: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.c-hamburger .bar
{
    display: inline-block;

    width: 30px;
    height: 2px;

    -webkit-transition: all .5s;

    transition: all .5s;

    background-color: #fff;
}
.c-hamburger .text
{
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
}
@media screen and (max-width: 767px)
{
    .c-hamburger .text.top
    {
        display: none;
    }
}
.c-hamburger .text span
{
    font-size: 30px;
    line-height: 1;

    -webkit-transition: all .5s;

    transition: all .5s;
}
@media screen and (max-width: 1024px)
{
    .c-hamburger .text span
    {
        font-size: clamp(26px, 26px + .015625 * (100vw - 768px), 30px);
    }
}
@media screen and (max-width: 767px)
{
    .c-hamburger .text span
    {
        font-size: clamp(20px, 20px + .0357142857 * (100vw - 600px), 26px);
    }
}
.c-hamburger .text span.open
{
    display: block;

    -webkit-animation: open .65s forwards;

            animation: open .65s forwards;

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

    -webkit-animation: close .65s forwards;

            animation: close .65s forwards;

    opacity: 0;
    color: #fff;
}
.c-hamburger.is-open.outer
{
    grid-gap: clamp(12px, 12px + .0060606061 * (100vw - 600px), 20px);
}
.c-hamburger.is-open .barArea
{
    grid-gap: 0;
}
.c-hamburger.is-open .bar
{
    clip-path: unset;
}
.c-hamburger.is-open .bar:nth-of-type(1)
{
    -webkit-animation: active-menu-bar01 .65s forwards;
            animation: active-menu-bar01 .65s forwards;
}
.c-hamburger.is-open .bar:nth-of-type(2)
{
    opacity: 0;
}
.c-hamburger.is-open .bar:nth-of-type(3)
{
    -webkit-animation: active-menu-bar02 .65s forwards;
            animation: active-menu-bar02 .65s forwards;
}
.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 + .0060606061 * (100vw - 600px), 32px);
    height: 3px;

    -webkit-transition: all .5s;

    transition: all .5s;

    background-color: #fff;
}
@media screen and (max-width: 1025px)
{
    #js-menu .c-hamburger .text span
    {
        font-size: clamp(24px, 24px + .0166666667 * (100vw - 600px), 46px);
    }
}

.c-modal__contents .c-hamburger.is-open .bar:nth-of-type(1)
{
    -webkit-animation: active-menu-bar03 .65s forwards;
            animation: active-menu-bar03 .65s forwards;
}
.c-modal__contents .c-hamburger.is-open .bar:nth-of-type(3)
{
    -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: #fff;
    }
    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: #fff;
    }
    100%
    {
        top: 0;

        width: 100%;

        -webkit-transform: rotate(0);

                transform: rotate(0);

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

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

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);

        opacity: .8;
        background-color: #fff;
    }
    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: #fff;
    }
    100%
    {
        top: 0;

        width: 100%;

        -webkit-transform: rotate(0);

                transform: rotate(0);

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

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

                transform: rotate(-45deg);

        opacity: .8;
        background-color: #fff;
    }
    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: #fff;
    }
    100%
    {
        top: calc(100% - 4px);

        width: 100%;

        -webkit-transform: rotate(0);

                transform: rotate(0);

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

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

                transform: rotate(-45deg);

        opacity: .8;
        background-color: #fff;
    }
    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: #fff;
    }
    100%
    {
        top: calc(100% - 4px);

        width: 100%;

        -webkit-transform: rotate(0);

                transform: rotate(0);

        opacity: 1;
        background-color: #fff;
    }
}
@-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: #fff;
    }
    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(33px, 33px + .0090909091 * (100vw - 600px), 45px);

        -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: #fff;
    }
    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(33px, 33px + .0090909091 * (100vw - 600px), 45px);

        -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: #fff;
    }
    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(33px, 33px + .0090909091 * (100vw - 600px), 45px);

        -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: #fff;
    }
    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(33px, 33px + .0090909091 * (100vw - 600px), 45px);

        -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: #fff;
    }
    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: #fff;
    }
    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: #fff;
    }
}
@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: #fff;
    }
    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: #fff;
    }
    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: #fff;
    }
}
@-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: #fff;
    }
    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: #fff;
    }
    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%;
    /* width: auto;
    max-width: 100%;
    height: auto;
    max-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::before,
.c-modal::after
{
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 100%;

    content: '';
}
.c-modal::before
{
    z-index: -2;

    opacity: .15;
    background: url(../image/slider01.jpg) center/cover no-repeat;
}
@media screen and (max-width: 1024px)
{
    .c-modal::before
    {
        background: url(../image/slider01.jpg) right 10% center/cover no-repeat;
    }
}
.c-modal::after
{
    z-index: -1;

    background-color: #192f72;

    mix-blend-mode: overlay;
}
.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;

    padding: clamp(130px, 130px + .0223214286 * (100vw - 1024px), 150px) 0 clamp(16px, 16px + .0060606061 * (100vw - 600px), 24px);

    -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 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(150px, 150px + .1953125 * (100vw - 768px), 200px);
    }
}
@media screen and (max-width: 600px)
{
    .c-modal__contents
    {
        width: 100%;
        padding: 12vw 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: clamp(4px, 4px + .003030303 * (100vw - 600px), 8px) clamp(20px, 20px + .0151515152 * (100vw - 600px), 40px);

    cursor: pointer;

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

.first-mg
{
    margin-top: 180px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .first-mg
    {
        margin-top: 9.4186046512vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .first-mg
    {
        margin-top: 9.7297297297vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .first-mg
    {
        margin-top: 17.578125vw;
    }
}
@media screen and (max-width: 767px)
{
    .first-mg
    {
        margin-top: 23.4375vw;
    }
}

.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: 120px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-m-mg
    {
        margin-top: 6.2790697674vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-m-mg
    {
        margin-top: 6.4864864865vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-m-mg
    {
        margin-top: 11.71875vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-m-mg
    {
        margin-top: 15.625vw;
    }
}

.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: 120px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-m-mg
    {
        margin-bottom: 6.2790697674vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-m-mg
    {
        margin-bottom: 6.4864864865vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-m-mg
    {
        margin-bottom: 11.71875vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-m-mg
    {
        margin-bottom: 15.625vw;
    }
}

.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: 120px;
    margin-bottom: 120px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-m-mg
    {
        margin-top: 6.2790697674vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-m-mg
    {
        margin-top: 6.4864864865vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-m-mg
    {
        margin-top: 11.71875vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-m-mg
    {
        margin-top: 15.625vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-m-mg
    {
        margin-bottom: 6.2790697674vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-m-mg
    {
        margin-bottom: 6.4864864865vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-m-mg
    {
        margin-bottom: 11.71875vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-m-mg
    {
        margin-bottom: 15.625vw;
    }
}

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

.last-mg
{
    margin-bottom: 180px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .last-mg
    {
        margin-bottom: 9.4186046512vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .last-mg
    {
        margin-bottom: 9.7297297297vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .last-mg
    {
        margin-bottom: 17.578125vw;
    }
}
@media screen and (max-width: 767px)
{
    .last-mg
    {
        margin-bottom: 23.4375vw;
    }
}

.first-pd
{
    padding-top: 180px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .first-pd
    {
        padding-top: 9.4186046512vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .first-pd
    {
        padding-top: 9.7297297297vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .first-pd
    {
        padding-top: 17.578125vw;
    }
}
@media screen and (max-width: 767px)
{
    .first-pd
    {
        padding-top: 23.4375vw;
    }
}

.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: 80px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-m-pd
    {
        padding-top: 4.1860465116vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-m-pd
    {
        padding-top: 4.3243243243vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-m-pd
    {
        padding-top: 8.59375vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-m-pd
    {
        padding-top: 11.4583333333vw;
    }
}

.top-s-pd
{
    padding-top: 50px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-s-pd
    {
        padding-top: 2.6162790698vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-s-pd
    {
        padding-top: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-s-pd
    {
        padding-top: 5.37109375vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-s-pd
    {
        padding-top: 7.1614583333vw;
    }
}

.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: 80px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-m-pd
    {
        padding-bottom: 4.1860465116vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-m-pd
    {
        padding-bottom: 4.3243243243vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-m-pd
    {
        padding-bottom: 8.59375vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-m-pd
    {
        padding-bottom: 11.4583333333vw;
    }
}

.btm-s-pd
{
    padding-bottom: 50px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-s-pd
    {
        padding-bottom: 2.6162790698vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-s-pd
    {
        padding-bottom: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-s-pd
    {
        padding-bottom: 5.37109375vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-s-pd
    {
        padding-bottom: 7.1614583333vw;
    }
}

.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: 80px;
    padding-bottom: 80px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-m-pd
    {
        padding-top: 4.1860465116vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-m-pd
    {
        padding-top: 4.3243243243vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-m-pd
    {
        padding-top: 8.59375vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-m-pd
    {
        padding-top: 11.4583333333vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-m-pd
    {
        padding-bottom: 4.1860465116vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-m-pd
    {
        padding-bottom: 4.3243243243vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-m-pd
    {
        padding-bottom: 8.59375vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-m-pd
    {
        padding-bottom: 11.4583333333vw;
    }
}

.mid-s-pd
{
    padding-top: 50px;
    padding-bottom: 50px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-s-pd
    {
        padding-top: 2.6162790698vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-s-pd
    {
        padding-top: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-s-pd
    {
        padding-top: 5.37109375vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-s-pd
    {
        padding-top: 7.1614583333vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-s-pd
    {
        padding-bottom: 2.6162790698vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-s-pd
    {
        padding-bottom: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-s-pd
    {
        padding-bottom: 5.37109375vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-s-pd
    {
        padding-bottom: 7.1614583333vw;
    }
}

.last-pd
{
    padding-bottom: 180px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .last-pd
    {
        padding-bottom: 9.4186046512vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .last-pd
    {
        padding-bottom: 9.7297297297vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .last-pd
    {
        padding-bottom: 17.578125vw;
    }
}
@media screen and (max-width: 767px)
{
    .last-pd
    {
        padding-bottom: 23.4375vw;
    }
}

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

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

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

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
.c-title__en
{
    font-size: clamp(40px, 40px + .0223214286 * (100vw - 1024px), 60px);
    font-weight: 500;
    line-height: 1;

    padding-right: .15em;
}
@media screen and (max-width: 1024px)
{
    .c-title__en
    {
        font-size: clamp(56px, 56px + .015625 * (100vw - 768px), 60px);
    }
}
@media screen and (max-width: 767px)
{
    .c-title__en
    {
        font-size: clamp(46px, 46px + .0595238095 * (100vw - 600px), 56px);
    }
}
@media screen and (max-width: 600px)
{
    .c-title__en
    {
        font-size: 38px;
    }
}
.c-title__jp
{
    font-size: clamp(17px, 17px + .0089285714 * (100vw - 1024px), 25px);
    font-weight: 400;
}
@media screen and (max-width: 1024px)
{
    .c-title__jp
    {
        font-size: clamp(22px, 22px + .01171875 * (100vw - 768px), 25px);
    }
}
@media screen and (max-width: 767px)
{
    .c-title__jp
    {
        font-size: clamp(20px, 20px + .0119047619 * (100vw - 600px), 22px);

        width: 100%;
    }
}
.c-title.white .c-title__en,
.c-title.white .c-title__jp
{
    color: #fff;
}

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

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

/* ==========================================================================
   page 下層ページ共通部分
   ========================================================================== */
/* p-pager
   ----------------------------------------------------------------- */
.p-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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-gap: 5px clamp(10px, 10px + .0166666667 * (100vw - 600px), 32px);
}
.p-pager__btnArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

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

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    text-align: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
.p-pager__btn
{
    font-size: clamp(20px, 20px + .0238095238 * (100vw - 600px), 24px);
    font-weight: 300;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: .25em 2em;

    cursor: pointer;
    text-decoration: none;

    color: #fff;
    border-radius: 100px;
    background: #192f72;

    -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-pager__btn
    {
        padding: .25em 2em .3em;
    }
}
@media screen and (max-width: 600px)
{
    .p-pager__btn
    {
        padding: 0 .8em 2px;
    }
}
.p-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-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);

    -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;
}
.p-pager__num.now
{
    background: #192f72;
}
.p-pager__num.now .txt
{
    -webkit-transform: translateY(2px);
            transform: translateY(2px);

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

    -webkit-transform: translateY(2px);

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

    color: #192f72;
}
@media screen and (min-width: 1025px)
{
    .p-pager__num:has(a):hover
    {
        background-color: #192f72;
    }
    .p-pager__num:has(a):hover a
    {
        color: #fff;
    }
}
.p-pager__dotte
{
    font-weight: 500;

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

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

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    background-color: #f4f4f9;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-page__heading::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: inline-block;

    width: 24%;

    content: '';

    background: url(../image/common/subpage_topBg.png) center/100% no-repeat;

    aspect-ratio: 46/25;
}
@media screen and (min-width: 1025px)
{
    .p-page__heading
    {
        height: clamp(200px, 200px + .0558035714 * (100vw - 1024px), 250px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-page__heading
    {
        height: clamp(200px, 200px + .1953125 * (100vw - 768px), 250px);
    }
    .p-page__heading::before
    {
        width: 35%;
    }
}
@media screen and (max-width: 600px)
{
    .p-page__heading
    {
        padding: clamp(30px, 30px + .119047619 * (100vw - 600px), 50px) 0;
        padding-left: 5%;

        -webkit-box-pack: start;

            -ms-flex-pack: start;

                justify-content: flex-start;
    }
    .p-page__heading::before
    {
        width: 40%;
    }
}
.p-page__heading .c-title
{
    margin: 0;
}
.p-page__heading .c-title__en
{
    margin-right: .25em;
}

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

    margin-top: clamp(10px, 10px + .003030303 * (100vw - 600px), 14px);
    margin-bottom: clamp(60px, 60px + .0515151515 * (100vw - 600px), 128px);
}
.p-breadcrumbs__list
{
    line-height: 1;

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

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -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: 767px)
{
    .p-breadcrumbs__list
    {
        font-size: 3.2vw;

        margin: 2.67vw 0 0 0;
    }
}
@media screen and (min-width: 768px)
{
    .p-breadcrumbs__list
    {
        font-size: 1.4rem;

        letter-spacing: .05rem;
    }
}
.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: #192f72;
}
@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-thanks__wrap
{
    padding: clamp(20px, 20px + .0595238095 * (100vw - 600px), 30px) 0;

    border-top: 1px solid #192f72;
    border-bottom: 1px solid #192f72;
}
.p-thanks__heading
{
    font-size: clamp(25px, 25px + .0595238095 * (100vw - 600px), 35px);
    font-weight: 400;

    margin-bottom: 1em;

    color: #192f72;
}
.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: #192f72;

    aspect-ratio: 1/1;
}
.p-thanks__logo
{
    width: 15vw;
    margin: 0 auto;
}
@media screen and (max-width: 1024px)
{
    .p-thanks__logo
    {
        width: 20vw;
    }
}
@media screen and (max-width: 768px)
{
    .p-thanks__logo
    {
        width: 40vw;
    }
}
.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: 48.667%;
    margin: 0;
}
@media screen and (max-width: 600px)
{
    .p-thanks__btnWrap .c-button
    {
        width: 100%;
    }
}
