@charset 'UTF-8';
/* utility
   ----------------------------------------------------------------- */
@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=Jost:ital,wght@0,100..900;1,100..900&display=swap');
a[href^='tel:']
{
    text-decoration: none;
}
@media screen and (min-width: 769px)
{
    a[href^='tel:']
    {
        pointer-events: none;
    }
}

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

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

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

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

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

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

/* ==========================================================================
   Foundation
   ========================================================================== */
/* Reset
   ----------------------------------------------------------------- */
/*
v1.0.1
Last Updated: 2024-06-25
Author: web-make
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

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

body
{
    line-height: 1;
}

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

ul,
ol
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

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

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    background: transparent;
}

ins
{
    text-decoration: none;

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

mark
{
    font-weight: bold;
    font-style: italic;

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

del
{
    text-decoration: line-through;
}

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

    border-bottom: 1px dotted;
}

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

hr
{
    display: block;

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

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

input,
select
{
    vertical-align: middle;
}

main
{
    display: block;
}

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

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
}

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

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

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

    color: #323232;

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

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

    width: 100%;
    height: 100%;
}

a
{
    display: inline-block;

    -webkit-transition: opacity .3s;

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

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

p
{
    line-height: 1.8;
}

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

    vertical-align: middle;
}

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

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

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

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

    width: 0;
    height: 100%;

    background-color: #000;
}

@media screen and (min-width: 1025px)
{
    .pad_under,
    .pad_only,
    .sp_only
    {
        display: none !important;
    }
}
@media all and (min-width: 601px) and (max-width: 1024px)
{
    .pc_only,
    .full_pc,
    .full_pc_under,
    .pc_only,
    .sp_only
    {
        display: none !important;
    }
}
@media screen and (max-width: 600px)
{
    .pc_only,
    .full_pc,
    .full_pc_under,
    .pc_only,
    .pad_only,
    .pad_over
    {
        display: none !important;
    }
}
@media all and (min-width: 1025px)
{
    .bigpc_under
    {
        display: none !important;
    }
}
@media screen and (max-width: 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;

    width: 100%;

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

    transition: all .3s, background-position 0s;
}
.p-header__inner
{
    z-index: 10;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: clamp(17px, 17px + .0306603774 * (100vw - 600px), 30px) clamp(70px, 70px + .0334821429 * (100vw - 1024px), 100px);

    -webkit-transition: all .5s;

    transition: all .5s;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
@media screen and (max-width: 1024px)
{
    .p-header__inner
    {
        padding-right: 3%;
        padding-left: 5%;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__inner
    {
        padding-right: 5%;
    }
}
.p-header__logo
{
    width: 216px;

    -webkit-transition: all .5s;

    transition: all .5s;
}
@media screen and (max-width: 1024px)
{
    .p-header__logo
    {
        width: clamp(200px, 200px + .0625 * (100vw - 768px), 216px);
    }
}
@media screen and (max-width: 767px)
{
    .p-header__logo
    {
        width: clamp(175px, 175px + .09765625 * (100vw - 768px), 200px);
    }
}
.p-header__rightArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: clamp(20px, 20px + .0595238095 * (100vw - 600px), 30px);
}
.p-header__menuArea
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-transition: all .3s;

    transition: all .3s;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (min-width: 1025px)
{
    .p-header__menuArea
    {
        grid-gap: 0 min(2.1875vw, 35px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-header__menuArea
    {
        display: none;
    }
}
.p-header__menuArea__li__text
{
    font-weight: 400;
    line-height: 1;
}
@media screen and (min-width: 1025px)
{
    .p-header__menuArea__li__text
    {
        font-size: min(1.3125vw, 21px);
    }
}
.p-header__headHamburger
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    cursor: pointer;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 1024px)
{
    .p-header__headHamburger.is-open
    {
        background-color: transparent;
    }
}
@media screen and (min-width: 769px)
{
    .p-header__nav
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.p-header__btn
{
    font-family: 'Jost', sans-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: 769px)
{
    .p-header__btn
    {
        font-size: 16px;
        font-size: 1.6rem;

        width: 120px;
        height: 60px;
        margin-left: 10px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header__btn
    {
        font-size: .9302325581vw;
    }
}
@media screen and (min-width: 769px) and (max-width: 1279px) and (min-width: 1025px)
{
    .p-header__btn
    {
        font-size: 1.0810810811vw;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px)
{
    .p-header__btn
    {
        font-size: 1.9512195122vw;
    }
}
@media screen and (min-width: 769px) and (max-width: 768px)
{
    .p-header__btn
    {
        font-size: 2.0833333333vw;
    }
}
.p-header__btn--company
{
    background: #00b2a3;
}
@media screen and (max-width: 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: 769px)
{
    .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: 769px)
{
    .p-header__icon
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        height: 36px;

        -webkit-box-align: end;

            -ms-flex-align: end;

                align-items: flex-end;
    }
}
@media screen and (max-width: 1024px)
{
    .p-header__icon img
    {
        width: 100%;
    }
}
.p-header__sideBt
{
    position: absolute;
    z-index: 10;
    top: 26.923vh;
    right: 0;
}
@media screen and (max-width: 1024px)
{
    .p-header__sideBt
    {
        top: 20vh;
    }
}
@media screen and (max-width: 767px)
{
    .p-header__sideBt
    {
        top: 10vh;
    }
}
.p-header__sideBt__link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

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

    -webkit-transition: all .5s;

    transition: all .5s;

    background-color: #1eaa39;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (min-width: 1025px)
{
    .p-header__sideBt__link:hover
    {
        opacity: 1;
        background-color: #98814b;
    }
}
.p-header__sideBt__image
{
    width: clamp(28px, 28px + .0714285714 * (100vw - 600px), 40px);
    margin-bottom: clamp(8px, 8px + .0119047619 * (100vw - 600px), 10px);

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

    aspect-ratio: 1/1;
}
.p-header__sideBt__text
{
    font-size: clamp(20px, 20px + .0117924528 * (100vw - 600px), 25px);
    font-weight: 500;
    line-height: 1;

    white-space: nowrap;
    -ms-writing-mode: tb-rl;

    color: #fff;

        -webkit-writing-mode: vertical-rl;

            -ms-writing-mode: tb-rl;

                writing-mode: vertical-rl;
}
.p-header__sideBt__text.sp_only
{
    display: none;
}
@media screen and (max-width: 767px)
{
    .p-header .c-telArea__image
    {
        width: clamp(20px, 20px + .0476190476 * (100vw - 600px), 28px);

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

        aspect-ratio: 392/511;
    }
}
.p-header.is-open
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    overflow: hidden;

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

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 129, 75, .9)), to(rgba(152, 129, 75, .9))), url(../image/new_reform/top/slider01.jpg) center bottom 14.5%/cover no-repeat !important;

    background: linear-gradient(to bottom, rgba(152, 129, 75, .9), rgba(152, 129, 75, .9)), url(../image/new_reform/top/slider01.jpg) center bottom 14.5%/cover no-repeat !important;
}
@media screen and (max-width: 768px)
{
    .p-header.is-open
    {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 129, 75, .9)), to(rgba(152, 129, 75, .9))), url(../image/new_reform/top/slider01.jpg) left center/cover no-repeat !important;
        background: linear-gradient(to bottom, rgba(152, 129, 75, .9), rgba(152, 129, 75, .9)), url(../image/new_reform/top/slider01.jpg) left center/cover no-repeat !important;
    }
}
@media screen and (max-width: 600px)
{
    .p-header.is-open
    {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 129, 75, .9)), to(rgba(152, 129, 75, .9))), url(../image/new_reform/top/slider01.jpg) left 13% center/cover no-repeat !important;
        background: linear-gradient(to bottom, rgba(152, 129, 75, .9), rgba(152, 129, 75, .9)), url(../image/new_reform/top/slider01.jpg) left 13% center/cover no-repeat !important;
    }
}
.p-header.scroll
{
    background-color: rgba(152, 129, 75, .75);
}
.p-header.scroll .p-header__inner
{
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.scroll .p-header__inner
    {
        padding-top: .523255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.scroll .p-header__inner
    {
        padding-top: .5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.scroll .p-header__inner
    {
        padding-top: 1.07421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header.scroll .p-header__inner
    {
        padding-top: 1.4322916667vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-header.scroll .p-header__inner
    {
        padding-bottom: .523255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-header.scroll .p-header__inner
    {
        padding-bottom: .5405405405vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-header.scroll .p-header__inner
    {
        padding-bottom: 1.07421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header.scroll .p-header__inner
    {
        padding-bottom: 1.4322916667vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-header.scroll .p-header__logo
    {
        width: clamp(150px, 150px + .09765625 * (100vw - 768px), 175px);
    }
}
@media screen and (max-width: 767px)
{
    .p-header.scroll:not(.is-open) .p-header__sideBt
    {
        position: fixed;
        top: unset;
        bottom: 0;

        width: 100%;
    }
    .p-header.scroll:not(.is-open) .p-header__sideBt__link
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .p-header.scroll:not(.is-open) .p-header__sideBt__image
    {
        margin: 0 clamp(8px, 8px + .0119047619 * (100vw - 600px), 10px) 0 0;
    }
    .p-header.scroll:not(.is-open) .p-header__sideBt__text
    {
        -ms-writing-mode: unset;

            -webkit-writing-mode: unset;

                writing-mode: unset;
    }
    .p-header.scroll:not(.is-open) .p-header__sideBt__text.sp_only
    {
        display: block;
    }
}

/* p-gnav
-------------------------------------------------------------------------- */
.p-gnav__menu
{
    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: 1500px;
    margin: 0 auto;
    margin-bottom: clamp(40px, 40px + .0303030303 * (100vw - 600px), 80px);

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    grid-gap: 0;
}
@media all and (min-width: 1025px) and (min-height: 750px)
{
    .p-gnav__menu
    {
        margin-bottom: min(7vh, 80px);
    }
}
.p-gnav__menu__section:nth-of-type(1)
{
    margin-bottom: 50px;
    padding-bottom: 50px;

    border-bottom: 1px solid #fff;
}
@media all and (min-width: 1025px) and (min-height: 750px)
{
    .p-gnav__menu__section:nth-of-type(1)
    {
        margin-bottom: min(5vh, 50px);
        padding-bottom: min(5vh, 50px);
    }
}
@media screen and (max-width: 767px)
{
    .p-gnav__menu__section:nth-of-type(1)
    {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
}
.p-gnav__menu__section .c-title
{
    margin-bottom: clamp(30px, 30px + .0111607143 * (100vw - 1024px), 40px);
}
.p-gnav__menu__section .c-title__en
{
    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .p-gnav__menu__section .c-title__en
    {
        font-size: clamp(54px, 54px + .03515625 * (100vw - 768px), 63px);
    }
}
@media screen and (max-width: 767px)
{
    .p-gnav__menu__section .c-title__en
    {
        font-size: clamp(40px, 40px + .0476190476 * (100vw - 600px), 48px);
    }
}
.p-gnav__menu__section .c-title__jp
{
    color: #fff;
}
.p-gnav__menu__innerMenu
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    grid-gap: clamp(30px, 30px + .0151515152 * (100vw - 600px), 50px) 0;
}
@media all and (min-width: 1025px) and (min-height: 750px)
{
    .p-gnav__menu__innerMenu
    {
        grid-gap: min(5vh, 50px) 0;
    }
}
@media screen and (max-width: 767px)
{
    .p-gnav__menu__innerMenu
    {
        grid-gap: clamp(20px, 20px + .119047619 * (100vw - 600px), 40px) 0;
    }
}
.p-gnav__list
{
    width: 33.3333333333%;

    list-style: none;
}
@media screen and (max-width: 1024px)
{
    .p-gnav__list
    {
        width: 50%;
    }
}
@media screen and (max-width: 767px)
{
    .p-gnav__list
    {
        width: 100%;
        padding-bottom: 5px;
    }
}
.p-gnav__listLink
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    grid-gap: 10px;
}
.p-gnav__listLink .arrow
{
    font-size: clamp(20px, 20px + .0297619048 * (100vw - 600px), 25px);
    font-weight: 500;

    color: #1eaa39;
}
.p-gnav__jp
{
    font-size: clamp(20px, 20px + .0297619048 * (100vw - 600px), 25px);
    font-weight: 400;

    color: #fff;
}

/* p-contactFooter
----------------------------------------------------------------- */
.p-contactFooter
{
    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%;
    padding-bottom: clamp(30px, 30px + .0669642857 * (100vw - 1024px), 90px);

    background: url(../image/new_reform/common/cover_footercontact.svg) bottom center/cover no-repeat, url(../image/new_reform/common/contact.jpg) bottom 8% center/cover no-repeat;

    aspect-ratio: 1920/515;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* マスク指定 */
    -webkit-mask-image: url(../image/new_reform/common/cover_footercontact_mask.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    -webkit-mask-size: cover;
            mask-image: url(../image/new_reform/common/cover_footercontact_mask.svg);
            mask-repeat: no-repeat;
            mask-position: top center;
            mask-size: cover;
}
@media screen and (max-width: 1024px)
{
    .p-contactFooter
    {
        margin-top: -40px;
        padding: 180px 0 clamp(30px, 30px + .119047619 * (100vw - 600px), 50px);

        background: url(../image/new_reform/common/cover_footercontact_tb.svg) bottom center/cover no-repeat, url(../image/new_reform/common/contact.jpg) bottom 8% center/cover no-repeat;

        aspect-ratio: unset;
        -webkit-mask-image: url(../image/new_reform/common/cover_footercontact_mask_tb.svg);
                mask-image: url(../image/new_reform/common/cover_footercontact_mask_tb.svg);
    }
}
@media screen and (max-width: 600px)
{
    .p-contactFooter
    {
        margin-top: -30px;
        padding-top: 150px;

        background: url(../image/new_reform/common/cover_footercontact_sp.svg) bottom center/cover no-repeat, url(../image/new_reform/common/contact.jpg) bottom 8% center/auto 150% no-repeat;

        -webkit-mask-image: url(../image/new_reform/common/cover_footercontact_mask_sp.svg);
                mask-image: url(../image/new_reform/common/cover_footercontact_mask_sp.svg);
    }
}
.p-contactFooter__title
{
    margin-bottom: clamp(30px, 30px + .0256696429 * (100vw - 1024px), 53px);
}
.p-contactFooter__title::after
{
    display: block;

    width: clamp(60px, 60px + .0227272727 * (100vw - 600px), 90px);
    height: 1px;
    margin: clamp(10px, 10px + .0119047619 * (100vw - 600px), 12px) auto 0;

    content: '';

    background-color: #fff;
}
.p-contactFooter__title__jp
{
    font-size: clamp(25px, 25px + .0111607143 * (100vw - 1024px), 35px);
    font-weight: 500;
    line-height: 1.2;

    display: block;

    margin-bottom: .25em;

    letter-spacing: .085em;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .p-contactFooter__title__jp
    {
        font-size: clamp(22px, 22px + .0773809524 * (100vw - 600px), 35px);
    }
}
.p-contactFooter__title__en
{
    font-size: clamp(25px, 25px + .0055803571 * (100vw - 1024px), 30px);
    font-weight: 500;
    line-height: 1;

    display: block;

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

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

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: clamp(20px, 20px + .0595238095 * (100vw - 600px), 30px) 80px;
}
@media screen and (max-width: 1024px)
{
    .p-contactFooter__inner
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
    }
}
.p-contactFooter__inner .c-telArea__link
{
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
@media screen and (max-width: 767px)
{
    .p-contactFooter__inner .c-telArea__link
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.p-contactFooter__inner .c-telArea__image
{
    width: clamp(32px, 32px + .1369047619 * (100vw - 600px), 55px);
}
.p-contactFooter__inner .c-telArea__text
{
    font-size: clamp(48px, 48px + .0245535714 * (100vw - 1024px), 70px);
}
@media screen and (max-width: 767px)
{
    .p-contactFooter__inner .c-telArea__text
    {
        font-size: clamp(42px, 42px + .0357142857 * (100vw - 600px), 48px);
    }
}
.p-contactFooter__inner .c-button
{
    width: 100%;
    max-width: 470px;
}
.p-contactFooter__inner .c-button__link
{
    border-color: #fff;
}
.p-contactFooter__inner .c-button__text
{
    font-size: clamp(25px, 25px + .0055803571 * (100vw - 1024px), 30px);
    font-weight: 500;
    line-height: 1;

    letter-spacing: .1em;

    color: #fff;
}
@media screen and (max-width: 767px)
{
    .p-contactFooter__inner .c-button__text
    {
        font-size: clamp(20px, 20px + .0297619048 * (100vw - 600px), 25px);
    }
}

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

    padding-bottom: 17px;
}
@media screen and (max-width: 767px)
{
    .p-footer
    {
        padding-bottom: calc(clamp(28px, 28px + .0714285714 * (100vw - 600px), 40px) + clamp(10px, 10px + .0235849057 * (100vw - 600px), 20px) * 2);
    }
}
.p-footer__inner
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 0;
}
.p-footer__logo
{
    width: 50%;
    padding-right: clamp(30px, 30px + .0368303571 * (100vw - 1024px), 63px);

    text-align: right;
}
@media screen and (max-width: 767px)
{
    .p-footer__logo
    {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;

        text-align: center;
    }
}
.p-footer__logo__inner
{
    width: clamp(300px, 300px + .0669642857 * (100vw - 1024px), 360px);
}
@media screen and (max-width: 767px)
{
    .p-footer__logo__inner
    {
        width: clamp(240px, 240px + .3571428571 * (100vw - 600px), 300px);
    }
}
.p-footer__address
{
    font-style: normal;

    width: 50%;
    padding-left: clamp(30px, 30px + .0368303571 * (100vw - 1024px), 63px);
}
@media screen and (max-width: 767px)
{
    .p-footer__address
    {
        width: 100%;
        padding: 0;

        text-align: center;
    }
}
.p-footer__address__name
{
    font-size: clamp(19px, 19px + .0178571429 * (100vw - 600px), 22px);
    font-weight: 500;

    display: block;
}
.p-footer__address__add
{
    font-size: clamp(15px, 15px + .0022321429 * (100vw - 1024px), 17px);
    font-weight: 400;
}
@media screen and (max-width: 1024px)
{
    .p-footer__address__add
    {
        font-size: 17px;
    }
}
@media screen and (max-width: 600px)
{
    .p-footer__address .c-telArea
    {
        margin-top: 12px;
    }
}
.p-footer__address .c-telArea__link
{
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
@media screen and (max-width: 600px)
{
    .p-footer__address .c-telArea__link
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.p-footer__address .c-telArea__image
{
    width: clamp(20px, 20px + .0238095238 * (100vw - 600px), 24px);

    background-image: url(../image/new_reform/common/icon_tel.svg);
}
.p-footer__address .c-telArea__text
{
    font-size: clamp(25px, 25px + .0055803571 * (100vw - 1024px), 30px);

    color: #323232;
}
.p-footer__copyright
{
    font-size: 17px;
    font-weight: 400;

    width: 100% !important;
    margin-top: 79px;

    text-align: center;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-footer__copyright
    {
        margin-top: 4.1337209302vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-footer__copyright
    {
        margin-top: 4.2702702703vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-footer__copyright
    {
        margin-top: 8.486328125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-footer__copyright
    {
        margin-top: 11.3151041667vw;
    }
}

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

    display: block;

    -webkit-transition: .3s ease;

    transition: .3s ease;

    opacity: 0;
}
@media screen and (max-width: 767px)
{
    .p-pageTop
    {
        bottom: calc(clamp(28px, 28px + .0714285714 * (100vw - 600px), 40px) + clamp(10px, 10px + .0235849057 * (100vw - 600px), 20px) * 2);
    }
}
.p-pageTop.is-show
{
    visibility: visible;

    -webkit-transition: .3s ease;

    transition: .3s ease;

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

    display: -webkit-box;

    display: -ms-flexbox;

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

    width: clamp(60px, 60px + .0892857143 * (100vw - 600px), 75px);
    height: clamp(60px, 60px + .0892857143 * (100vw - 600px), 75px);

    -webkit-transition: all .5s;

    transition: all .5s;

    background: #b7a16f;

    -webkit-box-align: center;

        -ms-flex-align: center;

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

        aspect-ratio: 1/1;
    }
}
@media screen and (min-width: 769px)
{
    .p-pageTop__link:hover
    {
        opacity: 1;
        background-color: #1eaa39;
    }
}
.p-pageTop__link img
{
    width: 35%;
}
.p-pageTop__txt
{
    font-size: clamp(20px, 20px + .003030303 * (100vw - 600px), 24px);
    line-height: 1;

    text-align: center;

    color: #fff;
}

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

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

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

    -ms-flex-wrap: wrap;

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

    -ms-flex-wrap: wrap;

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

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

@keyframes reveal-mask
{
    0%
    {
        -webkit-mask-position: 0 0;
                mask-position: 0 0;
    }
    100%
    {
        -webkit-mask-position: -100% 0;
                mask-position: -100% 0;
    }
}
/* load_anime
   ----------------------------------------------------------------- */
#load_anime
{
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: 100%;

    -webkit-transition: all .5s;

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

    opacity: 1;
    background-color: #fff;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

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

    display: none !important;

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

            transform: translateX(-500%) !important;

    opacity: 0 !important;
}

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

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

    opacity: 0;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: clamp(16px, 16px + .0060606061 * (100vw - 600px), 24px);
}
.load_anime__contet .cls-1
{
    fill: #f7b52c;
}
.load_anime__contet .cls-2
{
    fill: #1eaa39;
}
@media screen and (max-width: 767px)
{
    .load_anime__contet
    {
        max-width: 150px;
    }
}
.load_anime__contet.load
{
    opacity: 1;
}
.load_anime__contet.load .slide-reveal01
{
    -webkit-animation: slide-reveal 1s ease forwards;
            animation: slide-reveal 1s ease forwards;
}
.load_anime__contet.load .slide-reveal02
{
    -webkit-animation: slide-reveal02 1s ease forwards;
            animation: slide-reveal02 1s ease forwards;
}
.load_anime__contet.load .slide-reveal03
{
    -webkit-animation: slide-reveal03 1s ease forwards;
            animation: slide-reveal03 1s ease forwards;
    -webkit-animation-delay: .35s;
            animation-delay: .35s;
}
.load_anime__contet.load .slide-reveal04
{
    -webkit-animation: slide-reveal04 1s ease forwards;
            animation: slide-reveal04 1s ease forwards;
    -webkit-animation-delay: .35s;
            animation-delay: .35s;
}

@-webkit-keyframes slide-reveal
{
    0%
    {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
    }
    100%
    {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }
}

@keyframes slide-reveal
{
    0%
    {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
    }
    100%
    {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }
}
@-webkit-keyframes slide-reveal02
{
    0%
    {
        -webkit-transform: translateY(-70%);
                transform: translateY(-70%);
    }
    100%
    {
        -webkit-transform: translateY(-10%);
                transform: translateY(-10%);
    }
}
@keyframes slide-reveal02
{
    0%
    {
        -webkit-transform: translateY(-70%);
                transform: translateY(-70%);
    }
    100%
    {
        -webkit-transform: translateY(-10%);
                transform: translateY(-10%);
    }
}
@-webkit-keyframes slide-reveal03
{
    0%
    {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    100%
    {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
    }
}
@keyframes slide-reveal03
{
    0%
    {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    100%
    {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
    }
}
@-webkit-keyframes slide-reveal04
{
    0%
    {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
    }
    100%
    {
        -webkit-transform: translateX(-55%);
                transform: translateX(-55%);
    }
}
@keyframes slide-reveal04
{
    0%
    {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
    }
    100%
    {
        -webkit-transform: translateX(-55%);
                transform: translateX(-55%);
    }
}
@-webkit-keyframes disnone
{
    0%
    {
        z-index: 100000;

        display: -webkit-box;

        display: flex;

        -webkit-transform: translateX(0%);

                transform: translateX(0%);

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

        display: -webkit-box;

        display: flex;

        -webkit-transform: translateX(0%);

                transform: translateX(0%);

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

        display: none;

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

                transform: translateX(-500%);

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

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-transform: translateX(0%);

                transform: translateX(0%);

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

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-transform: translateX(0%);

                transform: translateX(0%);

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

        display: none;

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

                transform: translateX(-500%);

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

    position: relative;

    overflow: hidden;

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

    list-style: none;

    white-space: pre-wrap;

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

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

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

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

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

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

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

    padding: 5px 10px;
}

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

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

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

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: stretch;

        -ms-flex-align: stretch;

            align-items: stretch;
    grid-gap: clamp(4px, 4px + .003030303 * (100vw - 600px), 8px);
}
.c-hamburger.outer
{
    grid-gap: clamp(8px, 8px + .0060606061 * (100vw - 600px), 16px);
}
.c-hamburger .barArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

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

    transition: grid-gap .5s;

    grid-gap: 3.5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 767px)
{
    .c-hamburger .barArea
    {
        grid-gap: 5.5px;
    }
}
.c-hamburger .bar
{
    display: inline-block;

    width: 30px;
    height: 2.5px;

    -webkit-transition: all .5s;

    transition: all .5s;

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

    min-width: 3.2em;

    -webkit-transition: all .5s;

    transition: all .5s;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .c-hamburger .text span
    {
        font-size: clamp(35px, 35px + .01953125 * (100vw - 768px), 40px);
    }
}
@media screen and (max-width: 767px)
{
    .c-hamburger .text span
    {
        font-size: clamp(25px, 25px + .0595238095 * (100vw - 600px), 35px);
    }
}
.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
{
    clip-path: unset;
}
.c-hamburger.is-open .bar:nth-of-type(1)
{
    -webkit-animation: active-menu-bar01 .65s forwards;
            animation: active-menu-bar01 .65s forwards;
}
.c-hamburger.is-open .bar:nth-of-type(2)
{
    opacity: 0;
}
.c-hamburger.is-open .bar:nth-of-type(3)
{
    -webkit-animation: active-menu-bar02 .65s forwards;
            animation: active-menu-bar02 .65s forwards;
}
.c-hamburger.is-open .text span.open
{
    display: none;

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

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

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

            animation: active-close .65s forwards;
}

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

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

    -webkit-transition: all .5s;

    transition: all .5s;

    background-color: #fff;
}
#js-menu .c-hamburger .text span
{
    font-size: 40px;
}
@media screen and (max-width: 1024px)
{
    #js-menu .c-hamburger .text span
    {
        font-size: clamp(35px, 35px + .01953125 * (100vw - 768px), 40px);
    }
}
@media screen and (max-width: 767px)
{
    #js-menu .c-hamburger .text span
    {
        font-size: clamp(25px, 25px + .0595238095 * (100vw - 600px), 35px);
    }
}

.c-modal__contents .c-hamburger.is-open .bar:nth-of-type(1)
{
    -webkit-animation: active-menu-bar03 .65s forwards;
            animation: active-menu-bar03 .65s forwards;
}
.c-modal__contents .c-hamburger.is-open .bar:nth-of-type(3)
{
    -webkit-animation: active-menu-bar04 .65s forwards;
            animation: active-menu-bar04 .65s forwards;
}

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

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);

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

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

        width: 0;

        -webkit-transform: rotate(0);

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

        width: 0;

        -webkit-transform: rotate(0);

                transform: rotate(0);

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

        width: 100%;

        -webkit-transform: rotate(0);

                transform: rotate(0);

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

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

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);

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

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

        width: 0;

        -webkit-transform: rotate(0);

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

        width: 0;

        -webkit-transform: rotate(0);

                transform: rotate(0);

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

        width: 100%;

        -webkit-transform: rotate(0);

                transform: rotate(0);

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

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

                transform: rotate(-45deg);

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

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

        width: 0;

        -webkit-transform: rotate(0);

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

        width: 0;

        -webkit-transform: rotate(0);

                transform: rotate(0);

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

        width: 100%;

        -webkit-transform: rotate(0);

                transform: rotate(0);

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

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

                transform: rotate(-45deg);

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

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

        width: 0;

        -webkit-transform: rotate(0);

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

        width: 0;

        -webkit-transform: rotate(0);

                transform: rotate(0);

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

        width: 100%;

        -webkit-transform: rotate(0);

                transform: rotate(0);

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

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

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

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

        width: 0;

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

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

        width: 0;

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

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

        width: 0;

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);

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

        width: 30px;

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);

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

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

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

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

        width: 0;

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

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

        width: 0;

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

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

        width: 0;

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);

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

        width: 30px;

        -webkit-transform: rotate(45deg);

                transform: rotate(45deg);

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

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

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

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

        width: 0;

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

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

        width: 0;

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

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

        width: 0;

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

                transform: rotate(-45deg);

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

        width: 30px;

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

                transform: rotate(-45deg);

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

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

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

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

        width: 0;

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

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

        width: 0;

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

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

        width: 0;

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

                transform: rotate(-45deg);

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

        width: 30px;

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

                transform: rotate(-45deg);

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

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

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

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

        width: 0;

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

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

        width: 0;

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

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

        width: 0;

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

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

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

        width: 100%;

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

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

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

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

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

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

        width: 0;

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

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

        width: 0;

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

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

        width: 0;

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

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

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

        width: 100%;

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

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

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

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

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

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

        width: 0;

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

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

        width: 0;

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

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

        width: 0;

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

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

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

        width: 100%;

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

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

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

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

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

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

        width: 0;

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

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

        width: 0;

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

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

        width: 0;

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

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

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

        width: 100%;

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

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

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

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

    display: block;

    margin-top: 10px;

    text-align: center;

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

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

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

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

    width: 100%;
    height: 100%;

    -o-object-fit: contain;

       object-fit: contain;
}

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

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

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

    width: 25%;

    content: '';

    -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

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

    width: 25%;

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

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

    -o-object-fit: cover;

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

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

    -o-object-fit: cover;

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

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

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

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

    display: none;
    visibility: hidden;

    width: 100%;

    -webkit-transition: .3s;

    transition: .3s;

    opacity: 0;
}
.c-modal__contents
{
    padding: 25px 0 clamp(50px, 50px + .1179245283 * (100vw - 600px), 100px);
}
@media all and (min-width: 1025px) and (max-height: 750px)
{
    .c-modal__contents
    {
        overflow-y: scroll;

        height: 100%;

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

        height: 100%;
    }
}
@media screen and (max-width: 600px)
{
    .c-modal__contents
    {
        width: 100%;
        padding: 10vw 5% calc(clamp(28px, 28px + .0714285714 * (100vw - 600px), 40px) + clamp(10px, 10px + .0235849057 * (100vw - 600px), 20px) * 2 + 16px);
    }
}
.c-modal.is-open
{
    position: relative;
    z-index: 1;

    display: block;
    visibility: visible;

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

    display: inline-block;

    width: 100%;
    height: 100%;

    content: '';
}
.c-modal #js-menu-toggle
{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 2px clamp(18px, 18px + .1130952381 * (100vw - 600px), 37px) 5px;

    cursor: pointer;

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

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

.top-l-mg
{
    margin-top: 140px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-l-mg
    {
        margin-top: 7.3255813953vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-l-mg
    {
        margin-top: 7.5675675676vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-l-mg
    {
        margin-top: 13.671875vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-l-mg
    {
        margin-top: 18.2291666667vw;
    }
}

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

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

.btm-l-mg
{
    margin-bottom: 140px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .btm-l-mg
    {
        margin-bottom: 7.3255813953vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .btm-l-mg
    {
        margin-bottom: 7.5675675676vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .btm-l-mg
    {
        margin-bottom: 13.671875vw;
    }
}
@media screen and (max-width: 767px)
{
    .btm-l-mg
    {
        margin-bottom: 18.2291666667vw;
    }
}

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

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

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

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

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

.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: 140px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .top-l-pd
    {
        padding-top: 7.3255813953vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .top-l-pd
    {
        padding-top: 7.5675675676vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .top-l-pd
    {
        padding-top: 13.671875vw;
    }
}
@media screen and (max-width: 767px)
{
    .top-l-pd
    {
        padding-top: 18.2291666667vw;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

    display: block;

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

    -o-object-fit: cover;

       object-fit: cover;
}

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

    margin: 30px auto 60px;

    -ms-flex-wrap: wrap;

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

    width: 150px;
    height: 40px;

    cursor: pointer;
    text-decoration: none;

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

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

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

    width: auto;
    margin: auto;

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

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

    position: relative;

    padding: 20px 40px;

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

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

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

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

    width: 14px;
    height: 14px;

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

/* c-rangeSlider
-------------------------------------------------------------------------- */
.c-rangeSlider
{
    width: 100%;
    margin: 0;
    margin: 0;
    padding: 0;

    -webkit-appearance: none;

       -moz-appearance: none;

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

    background-color: #000;

    -webkit-appearance: none;

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

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

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

    display: block;

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

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

    -webkit-appearance: none;

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

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

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

    background-color: #000;

    -moz-appearance: none;

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

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

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

    display: block;

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

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

    -moz-appearance: none;

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

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

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

    cursor: pointer;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        height: 32px;
    }
}
.info-table__btn .c-btn--arrow::after
{
    right: 10px;
}
/* tel
-------------------------------------------------------------------------- */
.c-tel
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    grid-gap: clamp(8px, 8px + .003030303 * (100vw - 600px), 12px);
}
@media screen and (max-width: 1024px)
{
    .c-tel
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.c-tel__icon
{
    max-width: clamp(24px, 24px + .0136363636 * (100vw - 600px), 42px);
}
.c-tel__number
{
    font-size: clamp(28px, 28px + .0181818182 * (100vw - 600px), 52px);
    font-weight: 500;
    line-height: 1;

    color: #fff;
}

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

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;
    padding: 2px clamp(18px, 18px + .0143939394 * (100vw - 600px), 37px) 0;

    -webkit-transition: all .5s;

    transition: all .5s;

    border: 1px solid #000;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    grid-gap: .5rem;
    grid-gap: 10px;
}
@media screen and (min-width: 1025px)
{
    .c-button .c-button__link:hover
    {
        opacity: 1;
    }
    .c-button .c-button__link:hover .c-button__text
    {
        color: #fff;
    }
    .c-button .c-button__link:hover .c-button__arrow::before,
    .c-button .c-button__link:hover .c-button__arrow::after
    {
        background-color: #fff !important;
    }
    .c-button .c-button__link:hover .c-button__arrow::after
    {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }
}
.c-button__text
{
    font-size: clamp(18px, 18px + .0119047619 * (100vw - 600px), 20px);
}
@media screen and (max-width: 767px)
{
    .c-button__text
    {
        font-size: clamp(20px, 20px + .0178571429 * (100vw - 600px), 23px);
    }
}
.c-button__arrow
{
    position: relative;

    width: 15px;

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

    display: inline-block;

    width: 100%;
    height: 2px;

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

    background-color: #000;
}
.c-button__arrow::after
{
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}
.c-button.imgBt .c-button__link
{
    width: 100%;
    padding: clamp(8px, 8px + .0119047619 * (100vw - 600px), 10px);

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
.c-button.imgBt .c-button__image
{
    width: clamp(25px, 25px + .0654761905 * (100vw - 600px), 36px);

    background: url(../image/new_reform/common/icon_mail_round.svg) center/cover no-repeat;

    aspect-ratio: 1/1;
}
@media screen and (min-width: 1025px)
{
    .c-button.imgBt .c-button__link:hover
    {
        background-color: #1eaa39;
    }
}
.c-button.round .c-button__link
{
    display: block;

    width: 100%;
    padding: 8px clamp(18px, 18px + .0143939394 * (100vw - 600px), 37px);

    text-align: center;

    border: unset;
    border-radius: 100vw;
    background-color: #1eaa39;
}
.c-button.round .c-button__text
{
    font-size: clamp(22px, 22px + .0476190476 * (100vw - 600px), 30px);
    font-weight: bold;

    letter-spacing: .05em;

    color: #fff;
}
@media screen and (min-width: 1025px)
{
    .c-button.round .c-button__link:hover
    {
        opacity: 1;
        background-color: #f7b52c;
    }
}
.c-button.square
{
    max-width: 500px;
    margin: 0 auto;
}
.c-button.square .c-button__link
{
    display: block;

    width: 100%;
    padding: 8px clamp(18px, 18px + .0143939394 * (100vw - 600px), 37px);

    text-align: center;

    border: unset;
    background-color: #1eaa39;
}
.c-button.square .c-button__text
{
    font-size: clamp(22px, 22px + .0476190476 * (100vw - 600px), 30px);
    font-weight: bold;

    letter-spacing: .05em;

    color: #fff;
}
@media screen and (min-width: 1025px)
{
    .c-button.square .c-button__link:hover
    {
        opacity: 1;
        background-color: #f7b52c;
    }
}

.c-telArea__link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    grid-gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.c-telArea__image
{
    width: clamp(28px, 28px + .0595238095 * (100vw - 600px), 38px);

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

    aspect-ratio: 38/25;
}
.c-telArea__text
{
    font-size: 40px;
    font-weight: 500;
    line-height: 1;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .c-telArea__text
    {
        font-size: clamp(35px, 35px + .01953125 * (100vw - 768px), 40px);
    }
}
@media screen and (max-width: 767px)
{
    .c-telArea__text
    {
        font-size: clamp(25px, 25px + .0595238095 * (100vw - 600px), 35px);
    }
}
.c-telArea__smallText
{
    font-size: clamp(15px, 15px + .0022321429 * (100vw - 1024px), 17px);

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .c-telArea__smallText
    {
        font-size: 17px;
    }
}

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

    margin-bottom: 50px;

    -webkit-box-align: baseline;

        -ms-flex-align: baseline;

            align-items: baseline;
    grid-gap: clamp(5px, 5px + .0090909091 * (100vw - 600px), 17px) clamp(20px, 20px + .0714285714 * (100vw - 600px), 32px);
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .c-title
    {
        margin-bottom: 2.6162790698vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .c-title
    {
        margin-bottom: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .c-title
    {
        margin-bottom: 5.37109375vw;
    }
}
@media screen and (max-width: 767px)
{
    .c-title
    {
        margin-bottom: 7.1614583333vw;
    }
}
@media screen and (max-width: 767px)
{
    .c-title
    {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.c-title__en
{
    font-size: clamp(50px, 50px + .0223214286 * (100vw - 1024px), 70px);
    font-weight: 500;
    line-height: 1;

    position: relative;
    z-index: 1;
}
@media screen and (min-width: 1025px)
{
    .c-title__en
    {
        white-space: nowrap;
    }
}
@media screen and (max-width: 1024px)
{
    .c-title__en
    {
        font-size: clamp(60px, 60px + .0390625 * (100vw - 768px), 70px);
    }
}
@media screen and (max-width: 767px)
{
    .c-title__en
    {
        font-size: clamp(50px, 50px + .0595238095 * (100vw - 600px), 60px);
    }
}
.c-title__jp
{
    font-size: clamp(17px, 17px + .0089285714 * (100vw - 1024px), 25px);
    font-weight: 400;

    white-space: nowrap;
    letter-spacing: .15em;
}
@media screen and (max-width: 1024px)
{
    .c-title__jp
    {
        font-size: clamp(22px, 22px + .01171875 * (100vw - 768px), 25px);
    }
}
@media screen and (max-width: 767px)
{
    .c-title__jp
    {
        font-size: clamp(18px, 18px + .0238095238 * (100vw - 600px), 22px);
    }
}
.c-title__jp .slash
{
    font-size: clamp(17px, 17px + .0089285714 * (100vw - 1024px), 25px);
    font-weight: 400;

    color: #1eaa39;
}
.c-title__jp .slash:first-of-type
{
    margin-right: .3rem;
}
.c-title__jp .slash:last-of-type
{
    margin-left: .3rem;
}
@media screen and (max-width: 1024px)
{
    .c-title__jp .slash
    {
        font-size: clamp(22px, 22px + .01171875 * (100vw - 768px), 25px);
    }
}
@media screen and (max-width: 767px)
{
    .c-title__jp .slash
    {
        font-size: clamp(18px, 18px + .0238095238 * (100vw - 600px), 22px);
    }
}
.c-title.val
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    margin-bottom: clamp(20px, 20px + .0334821429 * (100vw - 1024px), 50px);

    grid-gap: 6px;
}
.c-title.val .c-title__en
{
    font-size: clamp(30px, 30px + .0223214286 * (100vw - 1024px), 50px);
}
@media screen and (max-width: 1024px)
{
    .c-title.val .c-title__en
    {
        font-size: clamp(33px, 33px + .1011904762 * (100vw - 600px), 50px);
    }
}
.c-title.val .c-title__en::before
{
    content: unset;
}
.c-title.val .c-title__jp
{
    font-size: clamp(25px, 25px + .0111607143 * (100vw - 1024px), 35px);
}
@media screen and (max-width: 1024px)
{
    .c-title.val .c-title__jp
    {
        font-size: clamp(28px, 28px + .0416666667 * (100vw - 600px), 35px);
    }
}

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

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

    -ms-flex-wrap: wrap;

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

    height: 100%;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

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

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    height: 100%;

    text-align: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

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

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

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

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

    color: #1eaa39;
    color: #fff;
    border: 1px solid #1eaa39;
    background-color: #1eaa39;

    -webkit-box-align: baseline;

        -ms-flex-align: baseline;

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

    -webkit-box-pack: center;

        -ms-flex-pack: center;

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

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

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

    -webkit-transition: all .5s;

    transition: all .5s;

    border: 1px solid #1eaa39;
    background: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

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

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

    -webkit-transform: translateY(2px);

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

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

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 30px;

    color: #000;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

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

/* p-page
-------------------------------------------------------------------------- */
.p-page__flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p-page__heading
{
    position: relative;
    z-index: 1;
}
.p-page__heading .c-title
{
    position: absolute;
    left: 50%;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    margin-bottom: 0;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (min-width: 1025px)
{
    .p-page__heading .c-title
    {
        bottom: 0;

        padding-bottom: 130px;

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

                transform: translateX(-50%);
    }
}
@media screen and (min-width: 1025px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__heading .c-title
    {
        padding-bottom: 6.8023255814vw;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__heading .c-title
    {
        padding-bottom: 7.027027027vw;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__heading .c-title
    {
        padding-bottom: 12.6953125vw;
    }
}
@media screen and (min-width: 1025px) and (max-width: 767px)
{
    .p-page__heading .c-title
    {
        padding-bottom: 16.9270833333vw;
    }
}
@media screen and (max-width: 1024px)
{
    .p-page__heading .c-title
    {
        top: 50%;

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

                transform: translate(-50%, -40%);
    }
}
.p-page__heading .c-title__en
{
    font-size: clamp(45px, 45px + .0223214286 * (100vw - 1024px), 65px);

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .p-page__heading .c-title__en
    {
        font-size: clamp(55px, 55px + .0390625 * (100vw - 768px), 65px);
    }
}
@media screen and (max-width: 767px)
{
    .p-page__heading .c-title__en
    {
        font-size: clamp(40px, 40px + .0892857143 * (100vw - 600px), 55px);
    }
}
.p-page__heading .c-title__jp
{
    font-size: clamp(28px, 28px + .0133928571 * (100vw - 1024px), 40px);
    line-height: 1;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .p-page__heading .c-title__jp
    {
        font-size: clamp(32px, 32px + .03125 * (100vw - 768px), 40px);
    }
}
@media screen and (max-width: 767px)
{
    .p-page__heading .c-title__jp
    {
        font-size: clamp(22px, 22px + .0595238095 * (100vw - 600px), 32px);
    }
}
.p-page__heading .c-title .slash
{
    font-size: clamp(28px, 28px + .0133928571 * (100vw - 1024px), 40px);
}
@media screen and (max-width: 1024px)
{
    .p-page__heading .c-title .slash
    {
        font-size: clamp(32px, 32px + .03125 * (100vw - 768px), 40px);
    }
}
@media screen and (max-width: 767px)
{
    .p-page__heading .c-title .slash
    {
        font-size: clamp(22px, 22px + .0595238095 * (100vw - 600px), 32px);
    }
}
.p-page__heading .c-title .c-title__en::before
{
    background-color: #fff;
}
.p-page__heading__bg
{
    position: relative;
    z-index: -1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
}
.p-page__heading__bg::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .5;
    background-color: #000;
}
@media screen and (min-width: 1025px)
{
    .p-page__heading__bg
    {
        height: min(23.4375vw, 450px);
    }
}
@media screen and (max-width: 1024px)
{
    .p-page__heading__bg
    {
        height: clamp(280px, 280px + .4761904762 * (100vw - 600px), 360px);
    }
}
.p-page__heading__bg__image
{
    overflow: hidden;

    width: 100%;
    height: 100%;
}
.p-page__heading__bg__image.half
{
    width: 50%;
}
.p-page__heading__bg__image img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
}
.p-page__heading__bg.kitchen .p-page__heading__bg__image:nth-of-type(1) img
{
    -o-object-position: 0 23%;
       object-position: 0 23%;
}
.p-page__heading__bg.kitchen .p-page__heading__bg__image:nth-of-type(2) img
{
    -o-object-position: 0 63%;
       object-position: 0 63%;
}
.p-page__heading__bg.exterior .p-page__heading__bg__image img
{
    -o-object-position: 0 60%;
       object-position: 0 60%;
}
.p-page__heading__bg.howTo .p-page__heading__bg__image img
{
    -o-object-position: 0 51%;
       object-position: 0 51%;
}
.p-page__heading__bg.customer::before
{
    opacity: .6;
}
.p-page__heading__bg.customer .p-page__heading__bg__image img
{
    -o-object-position: 0 46.5%;
       object-position: 0 46.5%;
}
.p-page__heading__bg.faq::before
{
    opacity: .55;
}
.p-page__heading__bg.faq .p-page__heading__bg__image img
{
    -o-object-position: 46% 0;
       object-position: 46% 0;
}
@media screen and (max-width: 1024px)
{
    .p-page__heading__bg.faq .p-page__heading__bg__image img
    {
        -o-object-position: 60% 0;
           object-position: 60% 0;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__heading__bg.faq .p-page__heading__bg__image img
    {
        -o-object-position: 70% 0;
           object-position: 70% 0;
    }
}
.p-page__topText
{
    font-size: clamp(28px, 28px + .0044642857 * (100vw - 1024px), 32px);
    font-weight: 500;

    position: relative;

    margin-bottom: 100px;
    padding-bottom: clamp(17px, 17px + .0178571429 * (100vw - 600px), 20px);

    text-align: center;
    letter-spacing: .07em;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-page__topText
    {
        margin-bottom: 5.2325581395vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-page__topText
    {
        margin-bottom: 5.4054054054vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-page__topText
    {
        margin-bottom: 10.7421875vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-page__topText
    {
        margin-bottom: 14.3229166667vw;
    }
}
.p-page__topText::after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: inline-block;

    width: clamp(100px, 100px + .2380952381 * (100vw - 600px), 140px);
    height: 1px;

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

    background-color: #1eaa39;
}
@media screen and (max-width: 1024px)
{
    .p-page__topText
    {
        font-size: clamp(20px, 20px + .0476190476 * (100vw - 600px), 28px);
    }
}

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

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

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

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .p-breadcrumbs__list
    {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media screen and (max-width: 767px)
{
    .p-breadcrumbs__list
    {
        font-size: 3.2vw;

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

        letter-spacing: .05rem;
    }
}
.p-breadcrumbs__item
{
    line-height: 1;

    position: relative;

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

    letter-spacing: .4px;

    -webkit-box-align: center;

        -ms-flex-align: center;

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

    display: block;

    padding: 0 7px;

    content: '>';

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

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

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

    text-decoration: none;
    letter-spacing: 0;
}
.p-breadcrumbs__link:hover
{
    text-decoration: underline;
}

.p-thanks__wrap
{
    padding: clamp(20px, 20px + .0595238095 * (100vw - 600px), 30px) 0;

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

    margin-bottom: 1em;

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

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 1.25em;

    -webkit-box-align: baseline;

        -ms-flex-align: baseline;

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

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

    width: 17px;

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

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

    aspect-ratio: 1/1;
}
.p-thanks__logo
{
    width: 15vw;
    margin: 0 auto;
}
@media screen and (max-width: 1024px)
{
    .p-thanks__logo
    {
        width: 20vw;
    }
}
@media screen and (max-width: 768px)
{
    .p-thanks__logo
    {
        width: 40vw;
    }
}
.p-thanks__btnWrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

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