@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=Cormorant:ital,wght@0,300..700;1,300..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 Serif JP', serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.5;

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

    -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: 1024px)
{
    body
    {
        font-size: 1.1486486486vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    body
    {
        font-size: 2.1229268293vw;
    }
}
@media screen and (max-width: 767px)
{
    body
    {
        font-size: 2.2666666667vw;
    }
}
@media screen and (max-width: 599px)
{
    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: #000;
}
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;
}

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

.corm,
.corm *
{
    font-family: 'Cormorant', 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: 768px)
{
    .pad_under,
    .pad_only,
    .sp_only
    {
        display: none !important;
    }
}
@media screen and (max-width: 768px)
{
    .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: 1024px)
{
    .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;
    overflow: hidden;

    width: 100%;

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

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

    background-color: #fff;
}
@media screen and (max-width: 1024px)
{
    .p-header
    {
        z-index: 99;

        width: 100%;
    }
}
.p-header__inner
{
    position: relative;

    width: 90%;
    max-width: 1720px;
    margin: 0 auto;
    padding: clamp(8px, 8px + .0228571429 * (100vw - 520px), 40px) 0;

    -webkit-transition: all .5s;

    transition: all .5s;
}
.p-header__flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: all .5s;

    transition: all .5s;

    -webkit-box-align: end;

        -ms-flex-align: end;

            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-gap: 0 clamp(27px, 27px + .1372767857 * (100vw - 1024px), 150px);
}
@media screen and (max-width: 1024px)
{
    .p-header__flex
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.p-header__logo
{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.p-header__logo img
{
    width: clamp(140px, 140px + .0128571429 * (100vw - 520px), 158px);

    -webkit-transition: all .5s;

    transition: all .5s;
}
@media screen and (max-width: 600px)
{
    .p-header__logo img
    {
        width: clamp(90px, 90px + .0485714286 * (100vw - 520px), 158px);
    }
}
.p-header__submenu
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: calc(50% - clamp(80px, 80px + .0557142857 * (100vw - 520px), 158px) / 2 - clamp(27px, 27px + .1372767857 * (100vw - 1024px), 150px));

    -webkit-transition: all .5s;

    transition: all .5s;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
@media screen and (max-width: 1024px)
{
    .p-header__submenu
    {
        display: none;
    }
}
.p-header__submenuLi
{
    font-size: clamp(17px, 17px + .0089285714 * (100vw - 1024px), 25px);
    font-weight: 500;
    line-height: 1;

    -webkit-transition: all .5s;

    transition: all .5s;
}
.p-header__submenuLi .telLi
{
    font-size: clamp(17px, 17px + .0092857143 * (100vw - 520px), 30px);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-transition: all .5s;

    transition: all .5s;

    -webkit-box-align: baseline;

        -ms-flex-align: baseline;

            align-items: baseline;
    grid-gap: .25rem;
}
.p-header__submenuLi .telLi img
{
    width: clamp(17px, 17px + .0035714286 * (100vw - 520px), 22px);

    -webkit-transition: all .5s;

    transition: all .5s;
}
.p-header__leftmenu
{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.p-header__rightmenu
{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.p-header__menu
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: clamp(16px, 16px + .0171428571 * (100vw - 520px), 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: 1024px)
{
    .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 + .0057142857 * (100vw - 520px), 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 + .0207142857 * (100vw - 520px), 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
{
    position: absolute;
    top: 50%;
    right: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media all and (min-width: 1025px)
{
    .p-header__headHamburger
    {
        display: none;
    }
}
@media screen and (max-width: 1024px)
{
    .p-header__headHamburger.is-open
    {
        background-color: transparent;
    }
}
@media screen and (min-width: 768px)
{
    .p-header__nav
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.p-header__btn
{
    font-family: 'Cormorant', 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: 1024px)
{
    .p-header__btn
    {
        width: 13.3333333333vw;
        height: 13.3333333333vw;

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

        width: 120px;
        height: 60px;
        margin-left: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__btn
    {
        font-size: .9302325581vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header__btn
    {
        font-size: 1.0810810811vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-header__btn
    {
        font-size: 1.9512195122vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px)
{
    .p-header__btn
    {
        font-size: 2.0833333333vw;
    }
}
.p-header__btn--company
{
    background: #00b2a3;
}
@media screen and (max-width: 1024px)
{
    .p-header__btn--company
    {
        display: none;
    }
}
.p-header__btn--contact
{
    background: #000;
}
@media screen and (max-width: 1024px)
{
    .p-header__btn--contact
    {
        display: none;
    }
}
@media screen and (min-width: 768px)
{
    .p-header__btn--tel
    {
        display: none;
    }
}
.p-header__icon
{
    text-align: center;
}
@media screen and (max-width: 1024px)
{
    .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: 768px)
{
    .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: 1024px)
{
    .p-header__icon img
    {
        width: 100%;
    }
}
.p-header.is-open
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    overflow-x: hidden;

    width: 100%;
    height: 100vh;
    height: 100dvh;

    -webkit-transition: unset;

    transition: unset;

    background-color: #fff;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover;
}
@media screen and (min-width: 1024px)
{
    .p-header.scroll .p-header__inner
    {
        padding: clamp(8px, 8px + .0133928571 * (100vw - 1024px), 20px) 0;
    }
    .p-header.scroll .p-header__flex
    {
        grid-gap: 0 clamp(40px, 40px + .0446428571 * (100vw - 1024px), 80px);
    }
    .p-header.scroll .p-header__logo
    {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .p-header.scroll .p-header__logo img
    {
        width: clamp(100px, 100px + .0334821429 * (100vw - 1024px), 130px);
    }
    .p-header.scroll .p-header__submenu
    {
        width: calc(50% - clamp(100px, 100px + .0334821429 * (100vw - 1024px), 130px) / 2 - clamp(40px, 40px + .0446428571 * (100vw - 1024px), 80px));
    }
    .p-header.scroll .p-header__submenuLi .telLi
    {
        font-size: clamp(17px, 17px + .005 * (100vw - 520px), 24px);
    }
    .p-header.scroll .p-header__submenuLi .telLi img
    {
        width: clamp(17px, 17px + .0021428571 * (100vw - 520px), 20px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-header.scroll .p-header__logo img
    {
        width: clamp(90px, 90px + .0485714286 * (100vw - 520px), 158px);
    }
}

/* p-gnav
-------------------------------------------------------------------------- */
.p-gnav__menu
{
    display: grid;

    width: 100%;

    grid-template-columns: repeat(3, 1fr);
    grid-gap: clamp(24px, 24px + .0157142857 * (100vw - 520px), 46px);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
@media screen and (max-width: 1024px)
{
    .p-gnav__menu
    {
        grid-template-columns: repeat(1, 1fr);
    }
}
.p-gnav__listLink
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: flex-start;
}

/* p-mv
   ----------------------------------------------------------------- */
.p-mv
{
    position: relative;

    overflow: hidden;

    width: 100%;

    -webkit-transition: all .25s;

    transition: all .25s;
}
.p-mv__content
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: 100%;

    background-color: #000;

    -webkit-box-align: stretch;

        -ms-flex-align: stretch;

            align-items: stretch;
    aspect-ratio: 1920/770;
}
.p-mv__textArea
{
    position: relative;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: -webkit-box;

    display: -ms-flexbox;

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

    width: 20.5%;
    height: 100%;
    padding: clamp(16px, 16px + .0742857143 * (100vw - 520px), 120px) 0 clamp(16px, 16px + .06 * (100vw - 520px), 100px);

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

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

    background-color: #000;

    -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(60px, 60px + .0464285714 * (100vw - 520px), 125px);
}
@media all and (min-width: 1025px) and (max-height: 750px)
{
    .p-mv__textArea
    {
        grid-gap: 1.5vh;
    }
}
@media all and (min-width: 1025px)
{
    .p-mv__textArea
    {
        min-width: 240px;
    }
}
@media screen and (max-width: 1024px)
{
    .p-mv__textArea
    {
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: clamp(16px, 16px + .0314285714 * (100vw - 520px), 60px) 0 clamp(16px, 16px + .0242857143 * (100vw - 520px), 50px);
    }
}
.p-mv__textArea::before,
.p-mv__textArea::after
{
    position: absolute;

    display: inline-block;

    content: '';

    background-color: #000;
}
@media all and (min-width: 1025px)
{
    .p-mv__textArea::before,
    .p-mv__textArea::after
    {
        top: 0;

        width: 22.5%;
        height: 100%;
    }
}
@media screen and (max-width: 1024px)
{
    .p-mv__textArea::before,
    .p-mv__textArea::after
    {
        left: 0;

        width: 100%;
        height: clamp(16px, 16px + .0057142857 * (100vw - 520px), 24px);
    }
}
@media all and (min-width: 1025px)
{
    .p-mv__textArea::before
    {
        left: 0;

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

                transform: translateX(-98%);

        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    }
    .p-mv__textArea::after
    {
        right: 0;

        -webkit-transform: translateX(98%);

                transform: translateX(98%);

        clip-path: polygon(0 0, 0% 100%, 100% 0);
    }
}
@media screen and (max-width: 1024px)
{
    .p-mv__textArea::before
    {
        top: 0;

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

                transform: translateY(-97%);

        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    }
    .p-mv__textArea::after
    {
        top: unset;
        bottom: 0;
        left: unset;

        -webkit-transform: translateY(97%);

                transform: translateY(97%);

        clip-path: polygon(0 0, 0 100%, 100% 0);
    }
}
@media screen and (max-width: 1024px)
{
    .p-mv__topText
    {
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}
.p-mv__title
{
    margin-top: clamp(10px, 10px + .0071428571 * (100vw - 520px), 20px);
    margin-bottom: clamp(10px, 10px + .0142857143 * (100vw - 520px), 30px);

    -webkit-transform: translateX(1vw);

            transform: translateX(1vw);
}
@media all and (min-width: 1025px) and (max-height: 750px)
{
    .p-mv__title
    {
        margin-top: 1vh;
        margin-bottom: 1.5vh;
    }
}
@media all and (min-width: 1025px)
{
    .p-mv__title
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (max-width: 1024px)
{
    .p-mv__title
    {
        text-align: center;
    }
}
.p-mv__bigEn
{
    font-size: clamp(46px, 46px + .0242857143 * (100vw - 520px), 80px);
    font-weight: 400;
    line-height: 1;

    color: #fff;
}
@media all and (min-width: 1025px) and (max-height: 750px)
{
    .p-mv__bigEn
    {
        font-size: clamp(46px, 46px + .01 * (100vw - 520px), 60px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-mv__bigEn
    {
        font-size: clamp(60px, 60px + .025 * (100vw - 520px), 95px);
    }
    .p-mv__bigEn:last-of-type
    {
        display: block;
    }
}
@media screen and (max-width: 600px)
{
    .p-mv__bigEn
    {
        font-size: 52px;
    }
}
.p-mv__En
{
    font-size: clamp(28px, 28px + .0085714286 * (100vw - 520px), 40px);
    font-weight: 400;
    line-height: 1;

    color: #f9e600;
}
@media all and (min-width: 1025px) and (max-height: 750px)
{
    .p-mv__En
    {
        font-size: clamp(28px, 28px + .0014285714 * (100vw - 520px), 30px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-mv__En
    {
        font-size: clamp(30px, 30px + .0121428571 * (100vw - 520px), 47px);
    }
}
.p-mv__middleText
{
    position: relative;

    padding: clamp(8px, 8px + .0042857143 * (100vw - 520px), 14px);
}
.p-mv__middleText::before,
.p-mv__middleText::after
{
    position: absolute;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #fff;
}
.p-mv__middleText::before
{
    top: 0;

    -webkit-transform: translateX(.5vw);

            transform: translateX(.5vw);
}
.p-mv__middleText::after
{
    bottom: 0;

    -webkit-transform: translateX(-.5vw);

            transform: translateX(-.5vw);
}
@media screen and (max-width: 1024px)
{
    .p-mv__middleText
    {
        padding: clamp(8px, 8px + .0042857143 * (100vw - 520px), 14px) clamp(16px, 16px + .0085714286 * (100vw - 520px), 28px);
    }
    .p-mv__middleText__jp .p-mv__jp
    {
        font-size: clamp(18px, 18px + .01 * (100vw - 520px), 32px);
    }
    .p-mv__middleText__jp .p-mv__jp:nth-of-type(1)
    {
        margin-right: .5em;
    }
}
.p-mv__jp
{
    font-size: clamp(16px, 16px + .0028571429 * (100vw - 520px), 20px);

    display: block;

    text-align: center;

    color: #fff;
}
@media all and (min-width: 1025px) and (max-height: 750px)
{
    .p-mv__jp
    {
        font-size: 16px;
    }
}
@media all and (min-width: 1025px)
{
    .p-mv__jp
    {
        display: block;
    }
}
@media all and (min-width: 601px) and (max-width: 1024px)
{
    .p-mv__jp
    {
        display: inline-block;
    }
}
@media screen and (max-width: 1024px)
{
    .p-mv__jp:nth-of-type(2)
    {
        margin-left: -.5em;
    }
    .p-mv__jp:last-of-type
    {
        display: block;
    }
}
.p-mv__smallEn
{
    font-size: clamp(17px, 17px + .0021428571 * (100vw - 520px), 20px);

    display: block;

    margin-top: .75em;

    -webkit-transform: translateX(-1vw);

            transform: translateX(-1vw);
    text-align: center;

    color: #fff;
}
@media all and (min-width: 1025px) and (max-height: 750px)
{
    .p-mv__smallEn
    {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px)
{
    .p-mv__smallEn
    {
        display: none;
    }
}
.p-mv__bottomText
{
    width: 100%;

    -webkit-transform: translateX(-1.5vw);

            transform: translateX(-1.5vw);
}
@media screen and (max-width: 1024px)
{
    .p-mv__bottomText
    {
        margin-top: clamp(24px, 24px + .0057142857 * (100vw - 520px), 32px);
        margin-bottom: clamp(20px, 20px + .0057142857 * (100vw - 520px), 28px);

        text-align: center;
    }
    .p-mv__bottomText .p-mv__jp
    {
        display: inline-block;

        color: #000;
    }
}
@media screen and (max-width: 600px)
{
    .p-mv__bottomText .p-mv__jp
    {
        display: block;
    }
}
.p-mv__bottomText .c-button
{
    width: 100%;
    margin: 0 auto 16px;
}
@media all and (min-width: 1025px) and (max-height: 750px)
{
    .p-mv__bottomText .c-button__text
    {
        font-size: clamp(18px, 18px + .005 * (100vw - 520px), 25px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-mv__bottomText .c-button
    {
        max-width: 320px;
    }
    .p-mv__bottomText .c-button__text
    {
        font-size: clamp(30px, 30px + .0085714286 * (100vw - 520px), 42px);
    }
}
.p-mv__slider
{
    position: relative;
    z-index: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: 100%;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media all and (min-width: 1025px)
{
    .p-mv__slider
    {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
}
.p-mv__slider .slide_box
{
    position: relative;

    overflow: hidden;

    width: 40%;
    height: 50%;
}
@media screen and (max-width: 1024px)
{
    .p-mv__slider .slide_box
    {
        width: 50%;
    }
    .p-mv__slider .slide_box#slide_box3,
    .p-mv__slider .slide_box#slide_box4
    {
        margin-top: auto;
    }
}
.p-mv__slider .slide_bg
{
    position: relative;

    width: 100%;
    height: 100%;
}
.p-mv__slider .img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: z-index 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;

    transition: z-index 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;

    transition: transform 1.2s ease-in-out, z-index 1.2s ease-in-out;

    transition: transform 1.2s ease-in-out, z-index 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;

    opacity: 1; /* 初期状態は表示 */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
}
.p-mv__slider .img.active
{
    z-index: 1;
}
.p-mv__slider .img.next
{
    z-index: 2;
}
.p-mv__slider .img.prev
{
    z-index: 0;
}
.p-mv__slider #slide_box1 .img
{
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); /* 上側からスライド */
}
.p-mv__slider #slide_box1 .img.active
{
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}
.p-mv__slider #slide_box1 .img.next
{
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}
.p-mv__slider #slide_box1 .img.prev
{
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
.p-mv__slider #slide_box1 .num01
{
    background-image: url('../image/slide01_01.jpg');
}
.p-mv__slider #slide_box1 .num02
{
    background-image: url('../image/slide01_02.jpg');
    background-position: bottom center;
}
.p-mv__slider #slide_box1 .num03
{
    background-image: url('../image/slide01_03.jpg');
    background-position: bottom center;
    background-size: 102%;
}
@media all and (min-width: 1025px) and (max-height: 750px)
{
    .p-mv__slider #slide_box1 .num01
    {
        background-position: top 30% center;
    }
    .p-mv__slider #slide_box1 .num02
    {
        background-position: bottom 20% center;
    }
    .p-mv__slider #slide_box1 .num03
    {
        background-position: bottom 10% center;
    }
}
.p-mv__slider #slide_box2 .img
{
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /* 右側からスライド */
}
.p-mv__slider #slide_box2 .img.active
{
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}
.p-mv__slider #slide_box2 .img.next
{
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}
.p-mv__slider #slide_box2 .img.prev
{
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.p-mv__slider #slide_box2 .num01
{
    background-image: url('../image/slide02_01.jpg');
    background-position: top 30% right;
    background-size: 130%;
}
.p-mv__slider #slide_box2 .num02
{
    background-image: url('../image/slide02_02.jpg');
    background-position: bottom 28% center;
    background-size: 100%;
}
.p-mv__slider #slide_box2 .num03
{
    background-image: url('../image/slide02_03.jpg');
    background-position: bottom left;
}
@media all and (min-width: 1025px) and (max-height: 750px)
{
    .p-mv__slider #slide_box2 .num02
    {
        background-position: top 30% center;
    }
}
.p-mv__slider #slide_box3 .img
{
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* 左側からスライド */
}
.p-mv__slider #slide_box3 .img.active
{
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}
.p-mv__slider #slide_box3 .img.next
{
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}
.p-mv__slider #slide_box3 .img.prev
{
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.p-mv__slider #slide_box3 .num01
{
    background-image: url('../image/slide03_01.jpg');
    background-position: center bottom 30%;
    background-size: 110%;
}
.p-mv__slider #slide_box3 .num02
{
    background-image: url('../image/slide03_02.jpg');
    background-position: top 40% left 38%;
    background-size: 130%;
}
.p-mv__slider #slide_box3 .num03
{
    background-image: url('../image/slide03_03.jpg');
    background-position: top center;
}
@media all and (min-width: 1025px) and (max-height: 750px)
{
    .p-mv__slider #slide_box3 .num01
    {
        background-position: bottom 20% center;
    }
    .p-mv__slider #slide_box3 .num03
    {
        background-position: bottom 55% center;
    }
}
.p-mv__slider #slide_box4 .img
{
    -webkit-transform: translateY(100%);
            transform: translateY(100%); /* 下側からスライド */
}
.p-mv__slider #slide_box4 .img.active
{
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}
.p-mv__slider #slide_box4 .img.next
{
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}
.p-mv__slider #slide_box4 .img.prev
{
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.p-mv__slider #slide_box4 .num01
{
    background-image: url('../image/slide04_01.jpg');
    background-position: right bottom 0;
    background-size: 104%;
}
.p-mv__slider #slide_box4 .num02
{
    background-image: url('../image/slide04_02.jpg');
    background-size: 130%;
}
.p-mv__slider #slide_box4 .num03
{
    background-image: url('../image/slide04_03.jpg');
}
/* p-footer
   ----------------------------------------------------------------- */
.p-footer
{
    position: relative;
}
.p-footer .c-button
{
    max-width: 490px;
}
.p-footer .c-button a
{
    display: block;

    padding: .25em;
}
.p-footer .c-button__text
{
    font-size: 20px;

    text-align: center;

    color: #000;
}
@media screen and (max-width: 1024px)
{
    .p-footer .c-button
    {
        margin: 0 auto;
    }
    .p-footer .c-button a
    {
        padding: .75em .25em;
    }
}
.p-footer__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 90%;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
.p-footer__left
{
    width: 34%;
}
@media all and (min-width: 1025px)
{
    .p-footer__left
    {
        padding: clamp(50px, 50px + .0558035714 * (100vw - 1024px), 100px) 0;
        padding-right: 5%;
    }
}
@media screen and (max-width: 1024px)
{
    .p-footer__left
    {
        width: 100%;
        padding: clamp(50px, 50px + .0558035714 * (100vw - 1024px), 100px) 0;

        text-align: center;
    }
}
.p-footer__logo
{
    width: clamp(170px, 170px + .0714285714 * (100vw - 520px), 270px);
    margin-bottom: clamp(16px, 16px + .0207142857 * (100vw - 520px), 45px);
}
@media screen and (max-width: 1024px)
{
    .p-footer__logo
    {
        margin: 0 auto clamp(16px, 16px + .0207142857 * (100vw - 520px), 45px);
    }
}
.p-footer__address
{
    font-style: normal;
}
@media all and (min-width: 1025px)
{
    .p-footer__address
    {
        margin-bottom: clamp(32px, 32px + .0342857143 * (100vw - 520px), 80px);
    }
}
.p-footer__comName
{
    font-size: clamp(17px, 17px + .0021428571 * (100vw - 520px), 20px);
    font-weight: 500;

    display: block;

    margin-bottom: 1em;
}
@media screen and (max-width: 1024px)
{
    .p-footer__comName
    {
        font-size: clamp(17px, 17px + .0107142857 * (100vw - 520px), 32px);
    }
}
.p-footer__add
{
    font-size: clamp(17px, 17px + .0021428571 * (100vw - 520px), 20px);
    font-weight: 300;
}
@media screen and (max-width: 1024px)
{
    .p-footer__add
    {
        font-size: clamp(17px, 17px + .0107142857 * (100vw - 520px), 32px);
    }
}
.p-footer__copyright
{
    font-size: clamp(12px, 12px + .0021428571 * (100vw - 520px), 15px);
    font-weight: 300;
}
@media screen and (max-width: 1024px)
{
    .p-footer__copyright
    {
        font-size: clamp(12px, 12px + .0071428571 * (100vw - 520px), 22px);

        text-align: center;
    }
}
.p-footer__right
{
    position: relative;
    z-index: 1;

    width: 66%;
    padding: clamp(50px, 50px + .0558035714 * (100vw - 1024px), 100px) 0;
}
@media all and (min-width: 1025px)
{
    .p-footer__right
    {
        padding: clamp(50px, 50px + .0558035714 * (100vw - 1024px), 100px) 0;
        padding-left: 5%;
    }
    .p-footer__right::after
    {
        position: absolute;
        z-index: -1;
        top: 0;
        left: -6%;

        display: inline-block;

        width: 70vw;
        height: 100%;

        content: '';

        background-color: #000;

        clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
@media screen and (min-width: 1025px) and (max-width: 1024px)
{
    .p-footer__right::after
    {
        width: 105vw;
    }
}
@media screen and (max-width: 1024px)
{
    .p-footer__right
    {
        width: 100%;
        padding: clamp(75px, 75px + .0535714286 * (100vw - 520px), 150px) 0 clamp(50px, 50px + .0357142857 * (100vw - 520px), 100px);
    }
    .p-footer__right::before
    {
        position: absolute;
        z-index: -1;
        top: 0;
        left: -6%;

        display: inline-block;

        width: 70vw;
        height: 100%;

        content: '';

        background-color: #000;

        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 clamp(40px, 40px + .025 * (100vw - 520px), 75px));
    }
}
@media screen and (max-width: 1024px) and (max-width: 1024px)
{
    .p-footer__right::before
    {
        width: 105vw;
    }
}
.p-footer__right *
{
    color: #fff;
}
.p-footer__contactArea
{
    margin-bottom: clamp(24px, 24px + .015 * (100vw - 520px), 45px);
}
.p-footer__contactTop
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 16px;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
@media screen and (max-width: 1024px)
{
    .p-footer__contactTop
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.p-footer__tit
{
    font-size: clamp(20px, 20px + .0035714286 * (100vw - 520px), 25px);
    font-weight: 500;

    margin-right: 1.5em;
}
@media screen and (max-width: 1024px)
{
    .p-footer__tit
    {
        font-size: clamp(24px, 24px + .0057142857 * (100vw - 520px), 32px);

        width: 100%;
        margin-right: 0;
        margin-bottom: clamp(10px, 10px + .0014285714 * (100vw - 520px), 12px);

        text-align: center;
    }
}
.p-footer__hour
{
    font-size: 17px;
    font-weight: 300;

    margin-right: 1.25em;
}
.p-footer__hour::before
{
    display: inline-block;

    width: 17px;
    margin-right: .25em;

    content: '';

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

    aspect-ratio: 1/1;
}
@media all and (min-width: 769px)
{
    .p-footer__hour
    {
        font-size: clamp(15px, 15px + .0017361111 * (100vw - 768px), 17px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-footer__hour
    {
        font-size: clamp(17px, 17px + .005 * (100vw - 520px), 24px);
    }
}
@media screen and (max-width: 600px)
{
    .p-footer__hour
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: .25em;

        text-align: center;
    }
}
.p-footer__holidays
{
    font-size: 17px;
    font-weight: 300;
}
.p-footer__holidays::before
{
    display: inline-block;

    width: 17px;
    margin-right: .25em;

    content: '';

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

    aspect-ratio: 1/1;
}
@media all and (min-width: 769px)
{
    .p-footer__holidays
    {
        font-size: clamp(15px, 15px + .0017361111 * (100vw - 768px), 17px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-footer__holidays
    {
        font-size: clamp(17px, 17px + .005 * (100vw - 520px), 24px);
    }
}
.p-footer__tel
{
    font-size: clamp(24px, 24px + .0114285714 * (100vw - 520px), 40px);
    font-weight: 400;
    line-height: 1.25;

    margin-bottom: clamp(24px, 24px + .0042857143 * (100vw - 520px), 30px);
}
.p-footer__tel a
{
    font-size: clamp(24px, 24px + .0114285714 * (100vw - 520px), 40px);
    font-weight: 400;
    line-height: 1.25;

    display: inline-block;

    margin-left: .25em;
}
@media screen and (max-width: 600px)
{
    .p-footer__tel a
    {
        display: block;
    }
}
@media screen and (max-width: 1024px)
{
    .p-footer__tel
    {
        font-size: clamp(24px, 24px + .0185714286 * (100vw - 520px), 50px);

        text-align: center;
    }
    .p-footer__tel a
    {
        font-size: clamp(28px, 28px + .0157142857 * (100vw - 520px), 50px);
    }
}
.p-footer__menu
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: clamp(24px, 24px + .0042857143 * (100vw - 520px), 30px);

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    grid-gap: clamp(10px, 10px + .0042857143 * (100vw - 520px), 16px) 0;
}
.p-footer__submenuLi
{
    width: 33.3333333%;
}
@media screen and (max-width: 1024px)
{
    .p-footer__submenuLi
    {
        width: 50%;

        text-align: center;
    }
}
@media screen and (max-width: 600px)
{
    .p-footer__submenuLi
    {
        width: 100%;

        text-align: center;
    }
}
.p-footer__submenuLi__link
{
    font-size: clamp(20px, 20px + .0028571429 * (100vw - 520px), 24px);
    font-weight: 400;
}
@media screen and (max-width: 1024px)
{
    .p-footer__submenuLi__link
    {
        font-size: clamp(22px, 22px + .0071428571 * (100vw - 520px), 32px);
    }
}
.p-footer__text
{
    font-size: 17px;
}
@media all and (min-width: 769px)
{
    .p-footer__text
    {
        font-size: clamp(15px, 15px + .0017361111 * (100vw - 768px), 17px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-footer__text
    {
        margin-bottom: 1.5em;
    }
}

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

    display: block;
    visibility: hidden;

    -webkit-transition: .3s ease;

    transition: .3s ease;

    opacity: 0;
}
@media screen and (max-width: 767px)
{
    .p-pageTop
    {
        right: 0vw;
        bottom: 9.33vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-pageTop
    {
        right: 0;
        bottom: 10px;
    }
}
.p-pageTop.is-show
{
    visibility: visible;

    -webkit-transition: .3s ease;

    transition: .3s ease;

    opacity: 1;
}
.p-pageTop__link
{
    position: relative;

    display: block;

    background: #000;
}
@media screen and (max-width: 767px)
{
    .p-pageTop__link
    {
        width: 10.6666666667vw;
        height: 10.6666666667vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-pageTop__link
    {
        width: 60px;
        height: 60px;
    }
}
.p-pageTop__icon
{
    position: absolute;
    top: 40%;
    left: 50%;

    display: block;

    content: '';
    -webkit-transform: translate(-50%) rotate(-45deg);
            transform: translate(-50%) rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
}
@media screen and (max-width: 767px)
{
    .p-pageTop__icon
    {
        width: 3.3333333333vw;
        height: 3.3333333333vw;

        border-top: 3px solid #f9e600;
        border-right: 3px solid #f9e600;
    }
}
@media screen and (min-width: 768px)
{
    .p-pageTop__icon
    {
        width: 24px;
        height: 24px;

        border-top: 4px solid #f9e600;
        border-right: 4px solid #f9e600;
    }
}

/* p-concept
   ----------------------------------------------------------------- */
.p-concept .c-title
{
    width: 100%;
}
.p-concept .c-title__br:first-of-type
{
    margin-right: .25em;
}
.p-concept__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 0 4%;
}
.p-concept__leftBox
{
    overflow: hidden;

    width: 50%;

    aspect-ratio: 75/46;
    clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}
@media screen and (max-width: 1179px)
{
    .p-concept__leftBox
    {
        width: 100%;
        max-width: 700px;
        margin: 0 auto clamp(24px, 24px + .0057142857 * (100vw - 520px), 32px);
    }
}
@media screen and (max-width: 600px)
{
    .p-concept__leftBox
    {
        aspect-ratio: 3/2.4;
    }
    .p-concept__leftBox img
    {
        width: auto;
        max-width: unset;
        height: 100%;

        -o-object-fit: contain;

           object-fit: contain;
    }
}
.p-concept__rightBox
{
    width: 46%;
}
@media screen and (max-width: 1179px)
{
    .p-concept__rightBox
    {
        width: 100%;
    }
}
.p-concept__title
{
    margin-bottom: clamp(18px, 18px + .0085714286 * (100vw - 520px), 30px);
}
.p-concept__name
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: clamp(18px, 18px + .0085714286 * (100vw - 520px), 30px);

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    grid-gap: .25rem;
}
.p-concept__nameBr
{
    display: inline-block;
}
.p-concept__Jp
{
    font-size: clamp(17px, 17px + .0021428571 * (100vw - 520px), 20px);
    font-weight: 300;

    display: inline-block;

    margin-right: .25rem;
}
@media screen and (max-width: 1179px)
{
    .p-concept__Jp
    {
        font-size: clamp(19px, 19px + .0092857143 * (100vw - 520px), 32px);
    }
}
.p-concept__bigJp
{
    font-size: clamp(18px, 18px + .005 * (100vw - 520px), 25px);
    font-weight: 300;

    display: inline-block;
}
@media screen and (max-width: 1179px)
{
    .p-concept__bigJp
    {
        font-size: clamp(22px, 22px + .0142857143 * (100vw - 520px), 42px);
    }
}
.p-concept__smallJp
{
    font-size: 17px;
    font-weight: 300;

    display: inline-block;
}
@media all and (min-width: 1180px)
{
    .p-concept__smallJp
    {
        font-size: clamp(15px, 15px + .0017361111 * (100vw - 768px), 17px);
    }
}
@media screen and (max-width: 1179px)
{
    .p-concept__smallJp
    {
        font-size: clamp(19px, 19px + .0035714286 * (100vw - 520px), 24px);
    }
}
@media screen and (max-width: 600px)
{
    .p-concept__smallJp
    {
        width: 100%;

        text-align: right;
    }
}
.p-concept__en
{
    font-size: 17px;
    font-weight: 300;

    display: inline-block;

    width: 100%;

    text-align: right;
}
@media all and (min-width: 1180px)
{
    .p-concept__en
    {
        font-size: clamp(15px, 15px + .0017361111 * (100vw - 768px), 17px);
    }
}
@media screen and (max-width: 1179px)
{
    .p-concept__en
    {
        font-size: clamp(19px, 19px + .0035714286 * (100vw - 520px), 24px);
    }
}
.p-concept__slash
{
    font-size: 17px;
    font-weight: 300;

    display: inline-block;
}
@media all and (min-width: 1180px)
{
    .p-concept__slash
    {
        font-size: clamp(15px, 15px + .0017361111 * (100vw - 768px), 17px);
    }
}
@media screen and (max-width: 1179px)
{
    .p-concept__slash
    {
        font-size: clamp(19px, 19px + .0035714286 * (100vw - 520px), 24px);
    }
}

/* p-concept
   ----------------------------------------------------------------- */
@media screen and (max-width: 1179px)
{
    .p-service .c-subTitle__jp
    {
        font-size: clamp(28px, 28px + .0142857143 * (100vw - 520px), 48px);
    }
}
.p-service__grid
{
    grid-gap: clamp(30px, 30px + .0357142857 * (100vw - 520px), 80px);
}
@media screen and (min-width: 1180px)
{
    .p-service__grid
    {
        display: grid;

        grid-auto-flow: column;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 1fr);
    }
}
@media screen and (max-width: 1179px)
{
    .p-service__grid
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }
}
.p-service__box
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background-color: #fff;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .5);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, .5);

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media screen and (min-width: 1180px)
{
    .p-service__box:nth-of-type(1)
    {
        grid-area: 2/1/4/2;
    }
    .p-service__box:nth-of-type(2)
    {
        grid-area: 4/1/6/2;
    }
    .p-service__box:nth-of-type(3)
    {
        grid-area: 1/2/3/3;
    }
    .p-service__box:nth-of-type(4)
    {
        grid-area: 3/2/5/3;
    }
    .p-service__box:nth-of-type(5)
    {
        grid-area: 5/2/7/3;
    }
}
@media screen and (max-width: 1179px)
{
    .p-service__box
    {
        width: 100%;
    }
    .p-service__box:nth-of-type(1)
    {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .p-service__box:nth-of-type(2)
    {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .p-service__box:nth-of-type(3)
    {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .p-service__box:nth-of-type(4)
    {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .p-service__box:nth-of-type(5)
    {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .p-service__box:not(:last-of-type)
    {
        margin-bottom: clamp(30px, 30px + .0071428571 * (100vw - 520px), 40px);
    }
}
@media all and (min-width: 600px) and (max-width: 1024px)
{
    .p-service__box
    {
        min-height: 300px;
    }
}
.p-service .c-title
{
    margin-bottom: 0;

    grid-area: 1/1/2/2;
}
@media screen and (max-width: 599px)
{
    .p-service .c-title
    {
        width: 100%;
    }
}
.p-service__textArea
{
    position: relative;
    z-index: 1;

    width: 46.5%;
    padding: clamp(16px, 16px + .0085714286 * (100vw - 520px), 28px) 16px clamp(16px, 16px + .0085714286 * (100vw - 520px), 28px) clamp(16px, 16px + .0114285714 * (100vw - 520px), 32px);

    background-color: #fff;
}
@media screen and (min-width: 1180px)
{
    .p-service__textArea
    {
        padding: clamp(12px, 12px + .0114285714 * (100vw - 520px), 28px) clamp(12px, 12px + .0028571429 * (100vw - 520px), 16px) clamp(12px, 12px + .0114285714 * (100vw - 520px), 28px) clamp(12px, 12px + .0142857143 * (100vw - 520px), 32px);
    }
}
@media screen and (max-width: 599px)
{
    .p-service__textArea
    {
        width: 100%;
        padding: 28px 16px clamp(16px, 16px + .0085714286 * (100vw - 520px), 28px) clamp(16px, 16px + .0114285714 * (100vw - 520px), 32px);
    }
}
.p-service__textArea::after
{
    position: absolute;
    right: 0;

    display: inline-block;

    content: '';

    background-color: #fff;
}
@media screen and (min-width: 600px)
{
    .p-service__textArea::after
    {
        top: 0;

        width: 10%;
        height: 100%;

        -webkit-transform: translateX(98%);

                transform: translateX(98%);

        clip-path: polygon(0 0, 0% 100%, 100% 0);
    }
}
@media screen and (max-width: 600px)
{
    .p-service__textArea::after
    {
        bottom: 0;

        width: 100%;
        height: 16px;

        -webkit-transform: translateY(98%);

                transform: translateY(98%);

        clip-path: polygon(0 0, 0 100%, 100% 0);
    }
}
.p-service__title
{
    position: relative;
    z-index: 1;

    margin-bottom: clamp(18px, 18px + .0085714286 * (100vw - 520px), 30px);
    padding-bottom: clamp(10px, 10px + .005 * (100vw - 520px), 17px);
}
@media screen and (max-width: 1280px)
{
    .p-service__title
    {
        margin-bottom: clamp(14px, 14px + .0114285714 * (100vw - 520px), 30px);
    }
}
.p-service__title::before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: inline-block;

    height: 5px;

    content: '';

    background: linear-gradient(130deg, #000 0, #000 74%, #f9e600 74.0000001%, #f9e600 88%, #000 88.00000001%, #000 100%);
}
@media screen and (min-width: 1180px)
{
    .p-service__title::before
    {
        width: 96%;
    }
}
@media screen and (max-width: 1179px)
{
    .p-service__title::before
    {
        width: 100%;
    }
}
.p-service__title .c-subTitle__en
{
    font-size: clamp(17px, 17px + .0021428571 * (100vw - 520px), 20px);
}
.p-service__image
{
    overflow: hidden;
}
@media screen and (min-width: 600px)
{
    .p-service__image
    {
        width: 53.5%;
    }
}
@media screen and (max-width: 600px)
{
    .p-service__image
    {
        width: 100%;
    }
}
.p-service__image img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
}
@media screen and (min-width: 1180px)
{
    .p-service .c-text__br
    {
        font-size: clamp(15px, 15px + .0014285714 * (100vw - 520px), 17px);
    }
}

/* p-concept
   ----------------------------------------------------------------- */
.p-works .c-title__br:first-of-type
{
    margin-right: .25em;
}
@media screen and (max-width: 600px)
{
    .p-works .c-title__br
    {
        display: block;
    }
}
.p-works__flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: min(3.8vw, 73px);

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    grid-gap: clamp(8px, 8px + .0157142857 * (100vw - 520px), 30px);
}
@media screen and (max-width: 600px)
{
    .p-works__flex
    {
        margin-bottom: 30px;
    }
}
.p-works__image
{
    position: relative;
    z-index: 1;

    width: calc(20% - clamp(8px, 8px + .0157142857 * (100vw - 520px), 30px) * 4 / 5);
}
@media screen and (max-width: 1024px)
{
    .p-works__image
    {
        width: calc(33.3333333333% - clamp(8px, 8px + .0157142857 * (100vw - 520px), 30px) * 2 / 3);
    }
    .p-works__image:nth-of-type(n+10)
    {
        display: none;
    }
}
@media screen and (max-width: 600px)
{
    .p-works__image
    {
        width: calc(50% - clamp(8px, 8px + .0157142857 * (100vw - 520px), 30px) * 2 / 3);
    }
    .p-works__image:nth-of-type(n+10)
    {
        display: block;
    }
}
.p-works__link:hover
{
    opacity: 1;
}
.p-works__link:hover img
{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.p-works__imgInner
{
    position: relative;
    z-index: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    overflow: hidden;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    aspect-ratio: 1/1;
}
.p-works__imgInner img
{
    z-index: 1;

    -webkit-transition: all .5s;

    transition: all .5s;
}
.p-works__blank
{
    position: absolute;
    top: 8px;
    right: 8px;

    width: clamp(24px, 24px + .0057142857 * (100vw - 520px), 32px);

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

    aspect-ratio: 1/1;
}
.p-works__movie
{
    position: absolute;
    top: 8px;
    right: 8px;

    width: clamp(28px, 28px + .01 * (100vw - 520px), 42px);

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

    aspect-ratio: 42/32;
}

/* p-concept
   ----------------------------------------------------------------- */
.p-company .c-title__text
{
    font-size: 20px;

    margin-bottom: min(3.8vw, 73px);
}
@media screen and (max-width: 1180px)
{
    .p-company .c-title__text
    {
        margin-bottom: min(7.6vw, 73px);
    }
}
.p-company .c-title__br:first-of-type
{
    margin-right: .25em;
}
@media screen and (max-width: 600px)
{
    .p-company .c-title
    {
        margin-bottom: 32px;
    }
    .p-company .c-title__br
    {
        display: block;
    }
}
.p-company__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: clamp(60px, 60px + .0142857143 * (100vw - 520px), 80px) 5%;
}
.p-company__leftBox
{
    width: 47.5%;
}
@media screen and (max-width: 1180px)
{
    .p-company__leftBox
    {
        width: 100%;
    }
}
@media screen and (max-width: 1180px)
{
    .p-company__comImage
    {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
}
.p-company__outlineArea
{
    width: 47.5%;
}
@media screen and (max-width: 1180px)
{
    .p-company__outlineArea
    {
        width: 100%;
    }
}
.p-company__outlineRow
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 auto;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (min-width: 600px)
{
    .p-company__outlineRow
    {
        width: 100%;
    }
    .p-company__outlineRow:last-of-type .p-company__outlineDt
    {
        border-bottom: 1px solid #000;
    }
    .p-company__outlineRow:last-of-type .p-company__outlineDd::before
    {
        position: absolute;
        bottom: 0;
        left: 0;

        display: inline-block;

        width: 100%;
        height: 1px;

        content: '';

        background: -webkit-gradient(linear, left top, right top, from(#f9e600), color-stop(13%, #f9e600), color-stop(13.0000001%, #000), to(#000));

        background: linear-gradient(to right, #f9e600 0%, #f9e600 13%, #000 13.0000001%, #000 100%);
    }
}
.p-company__outlineDt
{
    font-size: 17px;
    font-weight: 500;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 7.5em;
    height: 100%;
    padding: clamp(12px, 12px + .0057142857 * (100vw - 520px), 20px) 1.75em;

    border-top: 1px solid #000;
}
@media all and (min-width: 769px)
{
    .p-company__outlineDt
    {
        font-size: clamp(15px, 15px + .0017361111 * (100vw - 768px), 17px);
    }
}
@media screen and (max-width: 600px)
{
    .p-company__outlineDt
    {
        width: 100%;
        padding-right: 0;
        padding-left: 0;

        -webkit-box-pack: center;

            -ms-flex-pack: center;

                justify-content: center;
    }
}
.p-company__outlineDd
{
    font-size: 17px;
    font-weight: 300;

    position: relative;

    width: calc(100% - 7.5em - 10px);
}
@media all and (min-width: 769px)
{
    .p-company__outlineDd
    {
        font-size: clamp(15px, 15px + .0017361111 * (100vw - 768px), 17px);
    }
}
@media screen and (min-width: 600px)
{
    .p-company__outlineDd
    {
        padding: clamp(12px, 12px + .0057142857 * (100vw - 520px), 20px) 1em clamp(12px, 12px + .0057142857 * (100vw - 520px), 20px) 2.5em;
    }
}
@media screen and (max-width: 600px)
{
    .p-company__outlineDd
    {
        width: 100%;
        padding: clamp(16px, 16px + .0028571429 * (100vw - 520px), 20px) 1em;
    }
    .p-company__outlineDd a[href^='tel:']
    {
        margin-left: .5em;
    }
}
.p-company__outlineDd::after
{
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 1px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, from(#f9e600), color-stop(13%, #f9e600), color-stop(13.0000001%, #000), to(#000));

    background: linear-gradient(to right, #f9e600 0%, #f9e600 13%, #000 13.0000001%, #000 100%);
}
.p-company__outlineDd span
{
    display: inline-block;
}
.p-company__outlineDd a:not([href^='tel:'])
{
    font-size: 17px;
    font-weight: 500;
}
@media all and (min-width: 769px)
{
    .p-company__outlineDd a:not([href^='tel:'])
    {
        font-size: clamp(15px, 15px + .0017361111 * (100vw - 768px), 17px);
    }
}

/* p-concept
   ----------------------------------------------------------------- */
.p-map__mapArea
{
    width: 100%;
}
@media all and (min-width: 1025px)
{
    .p-map__mapArea
    {
        aspect-ratio: 150/55;
    }
}
@media screen and (max-width: 1024px)
{
    .p-map__mapArea
    {
        aspect-ratio: 3/2.75;
    }
}
@media screen and (max-width: 600px)
{
    .p-map__mapArea
    {
        aspect-ratio: 1/1.4;
    }
}
.p-map__text
{
    font-size: 20px;
    font-weight: 300;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-top: 1.5em;

    -webkit-box-align: baseline;

        -ms-flex-align: baseline;

            align-items: baseline;
    grid-gap: .25em;
}
.p-map__text::before
{
    display: inline-block;

    width: 20px;

    content: '';

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

    aspect-ratio: 1/1;
}

/* p-concept
   ----------------------------------------------------------------- */
.p-contact
{
    background: url(../image/contact.jpg) center/cover no-repeat;
}
.p-contact.mid-m-pd
{
    padding-top: 155px;
    padding-bottom: 340px;
}
@media screen and (max-width: 600px)
{
    .p-contact.mid-m-pd
    {
        padding-top: 104px;
        padding-bottom: 294px;
    }
}
.p-contact__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    width: 90%;
    max-width: 1000px !important;
    margin: 0 auto;
    padding: clamp(16px, 16px + .0278571429 * (100vw - 520px), 55px) clamp(16px, 16px + .0314285714 * (100vw - 520px), 60px);

    border-top-right-radius: clamp(100px, 100px + .0714285714 * (100vw - 520px), 200px);
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (min-width: 768px)
{
    .p-contact__inner
    {
        width: 80%;
    }
}
@media screen and (max-width: 1024px)
{
    .p-contact__inner
    {
        padding: clamp(40px, 40px + .0142857143 * (100vw - 520px), 60px) clamp(50px, 50px + .0142857143 * (100vw - 520px), 70px);
    }
}
@media screen and (max-width: 768px)
{
    .p-contact__inner
    {
        padding: clamp(40px, 40px + .0142857143 * (100vw - 520px), 60px) clamp(36px, 36px + .0242857143 * (100vw - 520px), 70px);
    }
}
.p-contact .c-titleBox
{
    width: 100%;
    margin-bottom: clamp(20px, 20px + .0142857143 * (100vw - 520px), 40px);

    text-align: center;
}
.p-contact .c-titleBox__Tit
{
    margin: 0 auto;
}
.p-contact__buttonArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-gap: clamp(16px, 16px + .0057142857 * (100vw - 520px), 24px);
}
.p-contact .c-button
{
    width: calc(50% - clamp(16px, 16px + .0057142857 * (100vw - 520px), 24px) / 2);
}
@media screen and (max-width: 1024px)
{
    .p-contact .c-button
    {
        width: 100%;
    }
}
.p-contact .c-button__link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 768px)
{
    .p-contact .c-button__link
    {
        padding: clamp(12px, 12px + .0028571429 * (100vw - 520px), 16px) clamp(16px, 16px + .0057142857 * (100vw - 520px), 24px);
    }
}
.p-contact .c-button__telText
{
    font-size: 17px;

    text-align: center;
}
@media all and (min-width: 769px)
{
    .p-contact .c-button__telText
    {
        font-size: clamp(15px, 15px + .0017361111 * (100vw - 768px), 17px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-contact .c-button__telText
    {
        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: 0 1em;
    }
}

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

    -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.reload
{
    z-index: -100 !important;

    display: none !important;

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

            transform: translateX(-500%) !important;

    opacity: 0 !important;
}
#load_anime .load_logo
{
    max-width: 400px;
}
@media screen and (max-width: 600px)
{
    #load_anime .load_logo
    {
        width: 60%;
    }
}
#load_anime .load_logo .top_area
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-bottom: .5rem;

    -webkit-box-align: baseline;

        -ms-flex-align: baseline;

            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 1.5%;
}
#load_anime .load_logo .top_area img
{
    width: 31.8%;
}
#load_anime .load_logo .bottom_area
{
    width: 100%;

    text-align: center;
}
#load_anime .load_logo .bottom_area img
{
    width: 90%;
}
#load_anime .bg
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #fff;
}

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

        display: -webkit-box;

        display: flex;

        -webkit-transform: translateX(0%);

                transform: translateX(0%);

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

        display: -webkit-box;

        display: flex;

        -webkit-transform: translateX(0%);

                transform: translateX(0%);

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

        display: none;

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

                transform: translateX(-500%);

        opacity: 0;
    }
}

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

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-transform: translateX(0%);

                transform: translateX(0%);

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

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-transform: translateX(0%);

                transform: translateX(0%);

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

        display: none;

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

                transform: translateX(-500%);

        opacity: 0;
    }
}
/* p-concept
   ----------------------------------------------------------------- */
.p-underPage
{
    padding-bottom: 155px;
}

/* Component
   ----------------------------------------------------------------- */
/* btn
-------------------------------------------------------------------------- */
.c-button
{
    max-width: 280px;
}
.c-button__link
{
    display: block;

    width: 100%;
    padding: 4px 1em;

    text-align: center;

    background-color: #f9e600;

    clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}
@media screen and (min-width: 768px)
{
    .c-button__link
    {
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .c-button__link:hover
    {
        opacity: 1;
        background-color: #fff;
    }
}
.c-button__text
{
    font-size: clamp(22px, 22px + .0057142857 * (100vw - 520px), 30px);
    font-weight: 400;
    line-height: 1;
}
.c-button.normal
{
    max-width: 330px;
    margin: 0 auto;
}
.c-button.normal .c-button__link
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: clamp(4px, 4px + .0028571429 * (100vw - 520px), 8px) .5rem;

    background-color: unset;

    clip-path: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: clamp(8px, 8px + .0057142857 * (100vw - 520px), 16px);
}
@media screen and (max-width: 1024px)
{
    .c-button.normal .c-button__link
    {
        padding: clamp(4px, 4px + .0028571429 * (100vw - 520px), 8px) .5rem clamp(8px, 8px + .0057142857 * (100vw - 520px), 16px);
    }
}
.c-button.normal .c-button__link::before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 5px;

    content: '';
    -webkit-transition: all .5s;
    transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    background-image: linear-gradient(130deg, #000 0, #000 39%, #f9e600 39.0000001%, #f9e600 46%, #000 46.00000001%, #000 50%, #000 89%, #f9e600 89.0000001%, #f9e600 96%, #000 96.00000001%, #000 100%);
    background-position: 100% 0;
    background-size: 200% auto;
}
.c-button.normal .c-button__link .c-button__text
{
    font-size: clamp(22px, 22px + .0021428571 * (100vw - 520px), 25px);
}
.c-button.normal .c-button__link .c-button__arrow
{
    width: clamp(32px, 32px + .0078571429 * (100vw - 520px), 43px);

    -webkit-transition: all .5s;

    transition: all .5s;

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

    aspect-ratio: 43/16;
}
.c-button.normal .c-button__link:hover
{
    opacity: 1;
}
.c-button.normal .c-button__link:hover::before
{
    background-position: 0 0;
}
.c-button.normal .c-button__link:hover .c-button__arrow
{
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
}

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

        -ms-flex-align: center;

            align-items: center;
    grid-gap: 10px;
}
.c-hamburger .barArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

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

    transition: grid-gap .5s;

    grid-gap: 5px;
    -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: clamp(33px, 33px + .0085714286 * (100vw - 520px), 45px);
    height: clamp(3.3px, 3.3px + .0008571429 * (100vw - 520px), 4.5px);

    -webkit-transition: all .5s;

    transition: all .5s;

    background-color: #000;
}
.c-hamburger .bar:nth-of-type(2)
{
    background-color: #f9e600;
}
@media screen and (max-width: 767px)
{
    .c-hamburger .text.top
    {
        display: none;
    }
}
.c-hamburger .text span
{
    font-size: clamp(17px, 17px + .0092857143 * (100vw - 520px), 30px);
    font-weight: 400;
    line-height: 1;
}
@media screen and (max-width: 1023px)
{
    .c-hamburger .text span
    {
        font-size: clamp(26px, 26px + .0028571429 * (100vw - 520px), 30px);
    }
}
.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 .barArea
{
    grid-gap: 0;
}
.c-hamburger.is-open .bar
{
    height: 4px;
}
.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 + .0057142857 * (100vw - 520px), 32px);
    height: 3px;

    -webkit-transition: all .5s;

    transition: all .5s;

    background-color: #fff;
}
@media screen and (max-width: 1024px)
{
    #js-menu .c-hamburger .text span
    {
        font-size: clamp(24px, 24px + .0157142857 * (100vw - 520px), 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%
    {
        top: 0;

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

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

        opacity: 1;
        background: #000;
    }
    25%
    {
        top: 0;

        width: 0;

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

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

        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(2.75px, 2.75px);

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

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

        width: 100%;

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

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

        opacity: 1;
        background: #000;
    }
}
@keyframes active-menu-bar01
{
    0%
    {
        top: 0;

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

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

        opacity: 1;
        background: #000;
    }
    25%
    {
        top: 0;

        width: 0;

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

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

        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(2.75px, 2.75px);

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

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

        width: 100%;

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

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

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

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

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

        opacity: 1;
        background: #000;
    }
    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(2.75px, -2.75px);

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

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

        width: 100%;

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

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

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

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

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

        opacity: 1;
        background: #000;
    }
    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(2.75px, -2.75px);

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

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

        width: 100%;

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

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

        opacity: 1;
        background: #f9e600;
    }
}
@-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: #000;
    }
    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: #000;
    }
    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: #000;
    }
    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: #f9e600;
    }
    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: #f9e600;
    }
}
@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: #000;
    }
    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: #f9e600;
    }
    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: #f9e600;
    }
}
@-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: 1024px)
{
    .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: 1023px)
{
    .c-headline__jp
    {
        font-size: 34px;
        font-size: 4.53vw;

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

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

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

    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: 1023px) and (min-width: 768px)
{
    .instagram__photoItem
    {
        width: 33.33%;
    }
}
@media screen and (max-width: 1023px)
{
    .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: 1023px)
{
    .instagram__photoItem img
    {
        height: 43.07vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .instagram__photoItem img
    {
        height: 31.6vw;
    }
}
@media screen and (min-width: 1024px)
{
    .instagram__photoItem img
    {
        height: 300px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px)
{
    .instagram__photoItem img
    {
        height: 23.8vw;
    }
}
.instagram__photoItem video
{
    display: block;

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

    -o-object-fit: cover;

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

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

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

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

    display: none;
    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transition: .3s;

    transition: .3s;

    opacity: 0;
}
.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;

    width: 100%;
    height: 90%;
    margin: 0 auto;
    padding: clamp(63px, 63px + .0321428571 * (100vw - 520px), 108px) 5% clamp(16px, 16px + .0057142857 * (100vw - 520px), 24px);

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    grid-gap: clamp(22px, 22px + .0171428571 * (100vw - 520px), 46px);
}
@media screen and (max-width: 1024px)
{
    .c-modal__contents
    {
        overflow-y: scroll;
    }
}
@media screen and (max-width: 600px)
{
    .c-modal__contents
    {
        width: 100%;
        padding: 32px 5% clamp(16px, 16px + .0057142857 * (100vw - 520px), 24px);
    }
}
.c-modal__telArea
{
    width: 100%;
    margin-bottom: clamp(22px, 22px + .0171428571 * (100vw - 520px), 46px);
    padding: clamp(8px, 8px + .0242857143 * (100vw - 520px), 42px) clamp(8px, 8px + .0114285714 * (100vw - 520px), 24px);

    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.c-modal.is-open
{
    display: block;
    visibility: visible;

    opacity: 1;
    background-color: #000;
}
.c-modal .c-title
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;

    margin-bottom: 0 !important;
    padding-left: unset;

    grid-gap: clamp(8px, 8px + .0057142857 * (100vw - 520px), 16px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.c-modal .c-title::before
{
    position: static;

    -webkit-transform: unset !important;

            transform: unset !important;

    aspect-ratio: 4/6;
}
.c-modal .c-title__en
{
    line-height: .7 !important;
}
.c-modal .c-title__br
{
    font-size: clamp(24px, 24px + .0542857143 * (100vw - 520px), 100px);

    color: #fff;
}
.c-modal .c-title__jp
{
    font-size: clamp(17px, 17px + .0107142857 * (100vw - 520px), 32px);

    text-align: left;

    color: #fff;
}
.c-modal #js-menu-toggle
{
    padding: clamp(5px, 5px + .0035714286 * (100vw - 520px), 10px) clamp(10px, 10px + .0071428571 * (100vw - 520px), 20px);

    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

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

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

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

.btm-m-pd
{
    padding-bottom: 120px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-m-pd
    {
        padding-bottom: 6.2790697674vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-m-pd
    {
        padding-bottom: 6.4864864865vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-m-pd
    {
        padding-bottom: 11.71875vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-m-pd
    {
        padding-bottom: 15.625vw;
    }
}

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

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

.mid-m-pd
{
    padding-top: 140px;
    padding-bottom: 140px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-m-pd
    {
        padding-top: 7.3255813953vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-m-pd
    {
        padding-top: 7.5675675676vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-m-pd
    {
        padding-top: 13.671875vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-m-pd
    {
        padding-top: 18.2291666667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .mid-m-pd
    {
        padding-bottom: 7.3255813953vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .mid-m-pd
    {
        padding-bottom: 7.5675675676vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .mid-m-pd
    {
        padding-bottom: 13.671875vw;
    }
}
@media screen and (max-width: 767px)
{
    .mid-m-pd
    {
        padding-bottom: 18.2291666667vw;
    }
}

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

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

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

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

    display: block;

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

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

    -webkit-appearance: none;

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

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

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

    background-color: #000;

    -moz-appearance: none;

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

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

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

    display: block;

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

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

    -moz-appearance: none;

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

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

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

    cursor: pointer;

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

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

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

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

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

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

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

/* 何故か上の margin-top 指定が Edge に効いてしまうので、Edge向けに設定をリセット */
@supports (-ms-ime-align: auto)
{
    .c-rangeSlider::-webkit-slider-thumb
    {
        margin-top: 0 !important;
    }
}
/* c-table
-------------------------------------------------------------------------- */
.c-table
{
    width: 100%;
}
@media screen and (max-width: 1023px)
{
    .c-table
    {
        line-height: 1.6;
    }
}
@media screen and (min-width: 768px)
{
    .c-table
    {
        line-height: 1.6;
    }
}
.c-table th,
.c-table td
{
    line-height: 1.8;

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

        width: 100%;
        padding-right: 2.67vw;
        padding-left: 2.67vw;
    }
}
@media screen and (min-width: 768px)
{
    .c-table th,
    .c-table td
    {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}
.c-table th
{
    text-align: left;
}
@media screen and (max-width: 1023px)
{
    .c-table th
    {
        padding-top: 2.67vw;
    }
}
.c-table td
{
    text-align: left;
}
@media screen and (max-width: 1023px)
{
    .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: 1023px)
{
    .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: 1023px)
{
    .info-table__text
    {
        padding: 0 10px !important;

        text-align: left !important;
    }
}
.info-table__btn a
{
    width: 160px;
    height: 40px;
}
@media screen and (max-width: 1023px)
{
    .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 + .0028571429 * (100vw - 520px), 12px);
}
@media screen and (max-width: 1024px)
{
    .c-tel
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.c-tel__icon
{
    max-width: clamp(24px, 24px + .0128571429 * (100vw - 520px), 42px);
}
.c-tel__number
{
    font-size: clamp(28px, 28px + .0171428571 * (100vw - 520px), 52px);
    font-weight: 500;
    line-height: 1;

    color: #fff;
}

/* title
-------------------------------------------------------------------------- */
.c-title
{
    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;

    margin-bottom: min(3.8vw, 73px);
    padding-left: clamp(40px, 40px + .0057142857 * (100vw - 520px), 48px);

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: flex-start;
}
@media screen and (max-width: 1024px)
{
    .c-title
    {
        margin-bottom: clamp(32px, 32px + .0485714286 * (100vw - 520px), 100px);
    }
}
.c-title::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

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

    content: '';
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);

    background-color: #f9e600;

    aspect-ratio: 4/9;
    clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
}
.c-title__en
{
    line-height: 1;

    margin-bottom: min(.5vw, 18px);
}
.c-title__br
{
    font-size: clamp(42px, 42px + .0128571429 * (100vw - 520px), 60px);
    font-weight: 500;
    line-height: 1;

    display: inline-block;
}
.c-title__jp
{
    font-size: clamp(24px, 24px + .0042857143 * (100vw - 520px), 30px);
    font-weight: 500;
    line-height: 1.1;
}
@media screen and (max-width: 600px)
{
    .c-title__jp
    {
        font-size: clamp(18px, 18px + .0085714286 * (100vw - 520px), 30px);
    }
}
.c-title__text
{
    font-size: 17px;
    line-height: 1.5;

    display: block;
}
@media all and (min-width: 769px)
{
    .c-title__text
    {
        font-size: clamp(15px, 15px + .0017361111 * (100vw - 768px), 17px);
    }
}

.c-subTitle__jp
{
    font-size: clamp(24px, 24px + .0042857143 * (100vw - 520px), 30px);
    font-weight: 500;
    line-height: 1.25;
}
@media screen and (max-width: 600px)
{
    .c-subTitle__jp
    {
        font-size: clamp(21px, 21px + .0064285714 * (100vw - 520px), 30px);
    }
}

.c-text__br
{
    font-size: 17px;
    line-height: 1.5;

    display: block;
}
.c-text__br.mb
{
    margin-bottom: 1.5em;
}
@media all and (min-width: 769px)
{
    .c-text__br
    {
        font-size: clamp(15px, 15px + .0017361111 * (100vw - 768px), 17px);
    }
}

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

        pointer-events: none;
    }
}

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

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

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

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

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

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

/* ==========================================================================
   page 下層ページ共通部分
   ========================================================================== */
/* p-page
-------------------------------------------------------------------------- */
.p-page
{
    overflow: hidden;
}
.p-page__heading
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: 300px;

    text-align: center;

    border-bottom: solid 1px #000;

    -ms-flex-pack: distribute;

        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1024px)
{
    .p-page__heading
    {
        height: 260px;
    }
}
@media screen and (max-width: 600px)
{
    .p-page__heading
    {
        height: 237px;
    }
}
.p-page__heading .c-titleBox
{
    margin-bottom: 0;

    grid-gap: clamp(8px, 8px + .0057142857 * (100vw - 520px), 16px);
}
.p-page__heading .c-titleBox__subTit
{
    margin-bottom: clamp(4px, 4px + .0085714286 * (100vw - 520px), 16px);
}
@media screen and (max-width: 1024px)
{
    .p-page__heading .c-titleBox__subTit
    {
        margin-bottom: clamp(16px, 16px + .0057142857 * (100vw - 520px), 24px);
    }
}
.p-page__heading .c-titleBox__Tit::after
{
    margin: clamp(8px, 8px + .0057142857 * (100vw - 520px), 16px) auto 0;
}
.p-page__content
{
    padding-top: 80px;
    padding-bottom: 80px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__content
    {
        padding-top: 4.1860465116vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__content
    {
        padding-top: 4.3243243243vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__content
    {
        padding-top: 8.59375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__content
    {
        padding-top: 11.4583333333vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__content
    {
        padding-bottom: 4.1860465116vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__content
    {
        padding-bottom: 4.3243243243vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__content
    {
        padding-bottom: 8.59375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__content
    {
        padding-bottom: 11.4583333333vw;
    }
}
.p-page__lead
{
    font-weight: normal;
    line-height: 1.3em;

    text-align: center;
    letter-spacing: .05em;
}

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

    background-color: #fff;
}
.p-indexBlock::before
{
    position: absolute;
    z-index: -1;
    top: 0;

    display: inline-block;

    width: 30%;
    height: 100%;

    content: '';

    clip-path: polygon(19% 0%, 100% 0%, 81% 100%, 0% 100%);
}
@media screen and (max-width: 1024px)
{
    .p-indexBlock::before
    {
        width: 575px !important;
    }
}
@media screen and (max-width: 600px)
{
    .p-indexBlock::before
    {
        width: 80% !important;
    }
}
.p-indexBlock#concept::before,
.p-indexBlock#project::before,
.p-indexBlock#map::before
{
    right: 2.5vw;

    background-color: #fffbcb;
}
.p-indexBlock#service::before,
.p-indexBlock#company::before
{
    left: 16vw;

    background-color: #f2f2f2;
}
.p-indexBlock#service::before
{
    left: 11.4vw;

    width: 35%;
}
@media all and (min-width: 1025px)
{
    .p-indexBlock#service::before
    {
        clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
    }
}
.p-indexBlock#project::before
{
    width: 31%;
}
@media all and (min-width: 1025px)
{
    .p-indexBlock#project::before
    {
        clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    }
}
.p-indexBlock#map::before
{
    width: 31%;
}
@media all and (min-width: 1025px)
{
    .p-indexBlock#map::before
    {
        clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    }
}
@media screen and (max-width: 1024px)
{
    .p-indexBlock#service::before,
    .p-indexBlock#company::before
    {
        left: 0;
    }
    .p-indexBlock#concept::before
    {
        right: unset;
        left: 41vw;
    }
    .p-indexBlock#service::before
    {
        right: 46vw;
        left: unset;
    }
    .p-indexBlock#project::before
    {
        right: unset;
        left: 56vw;
    }
    .p-indexBlock#company::before
    {
        right: 53vw;
        left: unset;
    }
    .p-indexBlock#map::before
    {
        right: unset;
        left: 31vw;
    }
}
@media screen and (max-width: 768px)
{
    .p-indexBlock#concept::before
    {
        left: 46vw;
    }
    .p-indexBlock#service::before
    {
        right: 44vw;
    }
    .p-indexBlock#project::before
    {
        left: 53vw;
    }
    .p-indexBlock#company::before
    {
        right: 44vw;
    }
    .p-indexBlock#map::before
    {
        left: 39vw;
    }
}
@media screen and (max-width: 600px)
{
    .p-indexBlock#concept::before
    {
        left: 37vw;
    }
    .p-indexBlock#service::before
    {
        right: 41vw;
    }
    .p-indexBlock#project::before
    {
        left: 48vw;
    }
    .p-indexBlock#company::before
    {
        right: 40vw;
    }
    .p-indexBlock#map::before
    {
        left: 49vw;
    }
}
@media screen and (max-width: 768px)
{
    .p-indexBlock__inner
    {
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (min-width: 768px)
{
    .p-indexBlock__inner
    {
        width: 78.5%;
        width: 90%;
        max-width: 1500px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 1024px)
{
    .p-indexBlock__inner
    {
        width: 90%;
    }
}
@media screen and (max-width: 1024px)
{
    .p-indexBlock__btn
    {
        width: 69.3333333333vw;
        height: 12vw;
        margin-top: 8vw;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (min-width: 768px)
{
    .p-indexBlock__btn
    {
        font-size: 20px;
        font-size: 2rem;

        width: 300px;
        height: 60px;
        margin-top: 52px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-indexBlock__btn
    {
        font-size: 1.1627906977vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-indexBlock__btn
    {
        font-size: 1.3513513514vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-indexBlock__btn
    {
        font-size: 2.4390243902vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px)
{
    .p-indexBlock__btn
    {
        font-size: 2.6041666667vw;
    }
}

/* p-breadcrumbs
-------------------------------------------------------------------------- */
@media screen and (min-width: 768px)
{
    .p-breadcrumbs
    {
        padding: 13px 0;
    }
}
.p-breadcrumbs__inner
{
    position: relative;

    width: 100%;
}
@media screen and (max-width: 767px)
{
    .p-breadcrumbs__inner
    {
        padding-right: 5.33vw;
        padding-left: 5.33vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-breadcrumbs__inner
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .p-breadcrumbs__nav
    {
        position: relative;

        overflow-x: scroll;

        -webkit-overflow-scrolling: touch;
    }
}
@media screen and (max-width: 767px)
{
    .p-breadcrumbs__list
    {
        font-size: 24px;
        font-size: 3.2vw;

        display: table;

        padding: 2.67vw 2.67vw 2.67vw 2.67vw;
    }
}
@media screen and (min-width: 768px)
{
    .p-breadcrumbs__list
    {
        font-size: 16px;
        font-size: 1.6rem;

        display: block;
    }
}
@media screen and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-breadcrumbs__list
    {
        font-size: .9302325581vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-breadcrumbs__list
    {
        font-size: 1.0810810811vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-breadcrumbs__list
    {
        font-size: 1.9512195122vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px)
{
    .p-breadcrumbs__list
    {
        font-size: 2.0833333333vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-breadcrumbs__item
    {
        display: table-cell;

        vertical-align: middle;
        white-space: nowrap;
    }
}
@media screen and (min-width: 768px)
{
    .p-breadcrumbs__item
    {
        display: inline;
    }
}
.p-breadcrumbs__link
{
    font-weight: 300;

    text-decoration: none;
}
.p-breadcrumbs__link:hover
{
    text-decoration: underline;
}
.p-breadcrumbs__than
{
    color: #a00;
}
