@charset "utf-8";

/*==============================
    remの基準
==============================*/
html {
    font-size: 10px;
}

@media only screen and (max-width:1500px) {
    html {
        font-size: calc((10 / 1500) * 100vw);
    }
}

@media only screen and (max-width:1215px) {
    html {
        font-size: 10px;
    }
}

/*==============================
    変数設定
==============================*/
/* 幅の基準 */
:root {
    --widthBase: 192rem;
}

@media only screen and (max-width:1920px) {
    :root {
        --widthBase: 100vw;
    }
}

@media only screen and (max-width:1400px) {
    :root {
        --widthBase: 1400px;
    }
}

@media only screen and (max-width:1215px) {
    :root {
        --widthBase: 375px;
    }
}

@media only screen and (max-width:374px) {
    :root {
        --widthBase: 100vw;
    }
}

:root {
    /* フッターの上の余白 */
    --footerPc: 15rem;
    --footerSp: 8rem;

    /* メインコンテンツの幅 */
    --widthMainBase: 120rem;

    /* 色 */
    --textColor: #000;
    --bgColor: #ece5dd;
    --keyColor:#d0c9c1;
    --btnReserve: #e95e72;
    --Colorwhite: #fff;
    --bgBlue: rgb(234, 243, 254);
    --ColorGray: #aaaaaa;
    --colorActive: #4d95c1;
    --ColorBorder: #adadad;
    --ColorMust:#e95e72;
    --ColorOpt:#4d95c1;
    --ColorBorder02: #ccc;
    --txtCopy :#666666;

    --Colorwhite_60: rgb(255, 255, 255, 0.6);
    --ColorCircle: #f6f6f6;
    --headerLinkColor: #0676f5;
    --editor_linkColor: #295ea2;
    --borderColor: #e9eaea;
    --ColorTag: #f03d17;
    --accordionColor01: #2d78e8;
    --accordionColor02: #3dd583;
    --bgFormInner: #f8f8f9;
    --privacyColor: #252e33;
    --box-shadow_Color_10: rgba(36, 46, 51, 0.1);
    --box-shadow_Color_30: rgba(36, 46, 51, 0.3);
    --boder_Color_50: rgba(37, 46, 51, 0.5);
    --boder_Color_30: rgba(37, 46, 51, 0.3);
    --boder_Color_15: rgba(37, 46, 51, 0.15);
    --bgGradientColor: #fffdfd;
    --bgGradientColor02: #d8e5f7;
    --bgGradientColor03: #f7f8fd;
    --bgEnvironment: #d8e5f6;
    --bgEnvironment02: #4d9bec;
    --color_Base: #95989a;
    --bgPointColor: #e2ebf9;
    --MissionColor: #406295;
    --colorYoutube: #f51e37;
    --colorBoxOrange: #fffbf5;
    --colorInput: #f8f8f9;

    /* フォントサイズ（PC） */
    --pcFontSize10: 1rem;
    --pcFontSize11: 1.1rem;
    --pcFontSize12: 1.2rem;
    --pcFontSize13: 1.3rem;
    --pcFontSize14: 1.4rem;
    --pcFontSize15: 1.5rem;
    --pcFontSize16: 1.6rem;
    --pcFontSize17: 1.7rem;
    --pcFontSize18: 1.8rem;
    --pcFontSize19: 1.9rem;
    --pcFontSize20: 2rem;
    --pcFontSize22: 2.2rem;
    --pcFontSize24: 2.4rem;
    --pcFontSize25: 2.5rem;
    --pcFontSize26: 2.6rem;
    --pcFontSize28: 2.8rem;
    --pcFontSize30: 3rem;
    --pcFontSize32: 3.2rem;
    --pcFontSize34: 3.4rem;
    --pcFontSize36: 3.6rem;
    --pcFontSize38: 3.8rem;
    --pcFontSize40: 4rem;
    --pcFontSize41: 4.1rem;
    --pcFontSize44: 4.4rem;
    --pcFontSize45: 4.5rem;
    --pcFontSize48: 4.8rem;
    --pcFontSize50: 5rem;
    --pcFontSize54: 5.4rem;
    --pcFontSize60: 6rem;
    --pcFontSize70: 7rem;
    --pcFontSize72: 7.2rem;
    --pcFontSize80: 8rem;
    --pcFontSize100: 10rem;
    --pcFontSize110: 11rem;
    --pcFontSize130: 13rem;
    --pcFontSize140: 14rem;

    /* line-height（PC） */
    --pcLineHeight10_15: calc(15 / 10);
    /* font-size:10; line-height:1.5; */
    --pcLineHeight12_22: calc(22 / 12);
    --pcLineHeight12_26: calc(26 / 12);
    --pcLineHeight13_24: calc(24 / 13);
    --pcLineHeight14_26: calc(26 / 14);
    --pcLineHeight14_28: calc(28 / 14);
    --pcLineHeight16_22: calc(22 / 16);
    --pcLineHeight16_28: calc(28 / 16);
    --pcLineHeight16_30: calc(30 / 16);
    --pcLineHeight16_36: calc(36 / 16);
    --pcLineHeight16_40: calc(40 / 16);
    --pcLineHeight18_22: calc(22 / 18);
    --pcLineHeight18_32: calc(32 / 18);
    --pcLineHeight18_34: calc(34 / 18);
    --pcLineHeight18_36: calc(36 / 18);
    --pcLineHeight20_34: calc(34 / 20);
    --pcLineHeight20_40: calc(40 / 20);
    --pcLineHeight20_50: calc(50 / 20);
    --pcLineHeight22_40: calc(40 / 22);
    --pcLineHeight22_45: calc(45 / 22);
    --pcLineHeight22_50: calc(50 / 22);
    --pcLineHeight24_30: calc(30 / 24);
    --pcLineHeight24_40: calc(40 / 24);
    --pcLineHeight24_44: calc(44 / 24);
    --pcLineHeight24_48: calc(48 / 24);
    --pcLineHeight24_50: calc(50 / 24);
    --pcLineHeight25_45: calc(45 / 25);
    --pcLineHeight26_40: calc(40 / 26);
    --pcLineHeight30_40: calc(40 / 30);
    --pcLineHeight30_50: calc(50 / 30);
    --pcLineHeight32_60: calc(60 / 32);
    --pcLineHeight36_46: calc(46 / 36);
    --pcLineHeight40_50: calc(50 / 40);
    --pcLineHeight40_60: calc(60 / 40);
    --pcLineHeight40_80: calc(80 / 40);
    --pcLineHeight48_60: calc(60 / 48);
    --pcLineHeight48_80: calc(80 / 48);
    --pcLineHeight48_90: calc(90 / 48);
    --pcLineHeight72_82: calc(82 / 72);

    /* letter-spacing（PC） */
    --pcLetterSpacing12_50: 0.05em;
    --pcLetterSpacing12_100: 0.1em;
    --pcLetterSpacing12_120: 0.12em;
    --pcLetterSpacing13_50: 0.05em;
    --pcLetterSpacing14_50: 0.05em;
    --pcLetterSpacing15_100: 0.1em;
    --pcLetterSpacing16_30: 0.03em;
    --pcLetterSpacing16_50: 0.05em;
    --pcLetterSpacing16_100: 0.1em;
    --pcLetterSpacing18_30: 0.03em;
    --pcLetterSpacing18_50: 0.05em;
    --pcLetterSpacing18_100: 0.1em;
    --pcLetterSpacing20_30: 0.03em;
    --pcLetterSpacing20_50: 0.05em;
    --pcLetterSpacing22_30: 0.03em;
    --pcLetterSpacing22_50: 0.05em;
    --pcLetterSpacing24_30: 0.03em;
    --pcLetterSpacing24_50: 0.05em;
    --pcLetterSpacing25_50: 0.05em;
    --pcLetterSpacing26_30: 0.03em;
    --pcLetterSpacing26_50: 0.05em;
    --pcLetterSpacing28_50: 0.05em;
    --pcLetterSpacing30_30: 0.03em;
    --pcLetterSpacing30_50: 0.05em;
    --pcLetterSpacing36_30: 0.03em;
    --pcLetterSpacing40_50: 0.05em;
    --pcLetterSpacing40_-150: -0.15em;
    --pcLetterSpacing41_50: 0.05em;
    --pcLetterSpacing44_30: 0.03em;
    --pcLetterSpacing48_50: 0.05em;
    --pcLetterSpacing72_30: 0.03em;

    /* フォントサイズ（SP）*/
    --spFontSize10: calc((10 / 375) * var(--widthBase));
    --spFontSize11: calc((11 / 375) * var(--widthBase));
    --spFontSize12: calc((12 / 375) * var(--widthBase));
    --spFontSize13: calc((13 / 375) * var(--widthBase));
    --spFontSize14: calc((14 / 375) * var(--widthBase));
    --spFontSize15: calc((15 / 375) * var(--widthBase));
    --spFontSize16: calc((16 / 375) * var(--widthBase));
    --spFontSize17: calc((17 / 375) * var(--widthBase));
    --spFontSize18: calc((18 / 375) * var(--widthBase));
    --spFontSize19: calc((19 / 375) * var(--widthBase));
    --spFontSize20: calc((20 / 375) * var(--widthBase));
    --spFontSize22: calc((22 / 375) * var(--widthBase));
    --spFontSize24: calc((24 / 375) * var(--widthBase));
    --spFontSize26: calc((26 / 375) * var(--widthBase));
    --spFontSize28: calc((28 / 375) * var(--widthBase));
    --spFontSize30: calc((30 / 375) * var(--widthBase));
    --spFontSize32: calc((32 / 375) * var(--widthBase));
    --spFontSize34: calc((34 / 375) * var(--widthBase));
    --spFontSize36: calc((36 / 375) * var(--widthBase));
    --spFontSize38: calc((38 / 375) * var(--widthBase));
    --spFontSize40: calc((40 / 375) * var(--widthBase));
    --spFontSize42: calc((42 / 375) * var(--widthBase));
    --spFontSize45: calc((45 / 375) * var(--widthBase));
    --spFontSize48: calc((48 / 375) * var(--widthBase));
    --spFontSize50: calc((50 / 375) * var(--widthBase));
    --spFontSize52: calc((52 / 375) * var(--widthBase));
    --spFontSize54: calc((54 / 375) * var(--widthBase));
    --spFontSize60: calc((60 / 375) * var(--widthBase));
    --spFontSize70: calc((70 / 375) * var(--widthBase));

    /* line-height（SP） */
    --spLineHeight10_15: calc(15 / 10);
    /* font-size:10; line-height:1.5; */
    --spLineHeight10_22: calc(22 / 10);
    --spLineHeight11_20: calc(20 / 11);
    --spLineHeight11_30: calc(30 / 11);
    --spLineHeight12_24: calc(24 / 12);
    --spLineHeight12_28: calc(28 / 12);
    --spLineHeight13_20: calc(20 / 13);
    --spLineHeight13_22: calc(22 / 13);
    --spLineHeight13_24: calc(24 / 13);
    --spLineHeight13_28: calc(28 / 13);
    --spLineHeight13_40: calc(40 / 13);
    --spLineHeight14_21: calc(21 / 14);
    --spLineHeight14_22: calc(22 / 14);
    --spLineHeight14_26: calc(26 / 14);
    --spLineHeight14_28: calc(28 / 14);
    --spLineHeight14_30: calc(30 / 14);
    --spLineHeight15_26: calc(26 / 15);
    --spLineHeight16_22: calc(22 / 16);
    --spLineHeight16_24: calc(24 / 16);
    --spLineHeight16_26: calc(26 / 16);
    --spLineHeight16_30: calc(30 / 16);
    --spLineHeight16_32: calc(32 / 16);
    --spLineHeight18_34: calc(34 / 16);
    --spLineHeight18_22: calc(22 / 18);
    --spLineHeight18_26: calc(26 / 18);
    --spLineHeight18_36: calc(36 / 18);
    --spLineHeight20_32: calc(32 / 20);
    --spLineHeight20_36: calc(36 / 20);
    --spLineHeight22_30: calc(30 / 22);
    --spLineHeight22_36: calc(36 / 22);
    --spLineHeight22_44: calc(44 / 22);
    --spLineHeight24_46: calc(46 / 24);
    --spLineHeight26_30: calc(30 / 26);
    --spLineHeight30_50: calc(50 / 30);
    --spLineHeight36_45: calc(45 / 36);
    --spLineHeight36_46: calc(46 / 36);
    --spLineHeight48_56: calc(56 / 48);
    --spLineHeight52_62: calc(62 / 52);
    --spLineHeight54_60: calc(60 / 54);

    /* letter-spacing（SP） */
    --spLetterSpacing10_50: 0.05em;
    --spLetterSpacing10_100: 0.1em;
    /* font-size:10; letter-spacing:0.05em; */
    --spLetterSpacing11_50: 0.05em;
    --spLetterSpacing11_100: 0.1em;
    /* font-size:11; letter-spacing:0.1em; */
    --spLetterSpacing12_50: 0.05em;
    --spLetterSpacing12_150: 0.15em;
    --spLetterSpacing13_30: 0.03em;
    --spLetterSpacing13_50: 0.05em;
    --spLetterSpacing14_30: 0.03em;
    --spLetterSpacing14_50: 0.05em;
    --spLetterSpacing14_100: 0.1em;
    --spLetterSpacing15_50: 0.05em;
    --spLetterSpacing16_30: 0.03em;
    --spLetterSpacing16_50: 0.05em;
    --spLetterSpacing18_30: 0.03em;
    --spLetterSpacing18_50: 0.05em;
    /* font-size:12; letter-spacing:0.15em; */
    --spLetterSpacing20_50: 0.05em;
    --spLetterSpacing22_30: 0.03em;
    --spLetterSpacing24_50: 0.05em;
    --spLetterSpacing26_50: 0.05em;
    --spLetterSpacing28_30: 0.03em;
    --spLetterSpacing34_30: 0.03em;
    --spLetterSpacing48_50: 0.05em;
}

/*==============================
    基本設定
==============================*/
body {
    color: var(--textColor);
    font-size: var(--pcFontSize12);
    font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ ProN W3",
    "ヒラギノ角ゴ Pro W3",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Arial,
    sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    position: relative;
    word-break: break-all;
    min-width: 1200px;
}

@media only screen and (max-width:1215px) {
    body {
        min-width: 0;
    }
}

body *,
body *::before,
body *::after {
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

th {
    font-weight: normal;
    text-align: left;
}

/*font layout*/
.fBold {
    font-weight: bold;
}

.fOswald {
    font-family: "Oswald", '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

.fShippori {
    font-family: "Shippori Mincho B1", '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover,
.cursorPointer:hover {
    opacity: 0.8;
}

.ro a,
a.ro,
a .ro,
.cursorPointer {
    transition: opacity 0.2s ease-out;
}

.cursorPointer {
    cursor: pointer;
}

@media only screen and (max-width:1215px) {

    .ro a:hover,
    a.ro:hover,
    a .ro:hover,
    .cursorPointer:hover {
        opacity: 1;
    }
}

/*rollover(brightnessによる変化)*/
.cursorPointer.brt:hover,
.cursorPointer .brt:hover,
.brt a:hover,
a.brt:hover,
a .brt:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.cursorPointer.brt,
.cursorPointer .brt,
.brt a,
a.brt,
a .brt {
    transition: filter 0.2s ease-out;
}

@media only screen and (max-width:1215px) {

    .cursorPointer.brt:hover,
    .cursorPointer .brt:hover,
    .brt a:hover,
    a.brt:hover,
    a .brt:hover {
        filter: none;
    }
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover,
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover {
    opacity: 1;
}

/* 電話リンクの無効化 */
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}

@media only screen and (max-width:1215px) {
    a[href^="tel:"] {
        pointer-events: auto;
        cursor: pointer;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

/* container */
#container {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background-color: var(--bgColor);
}

/* main */
#main {
    position: relative;
    width: var(--widthMainBase);
    margin: 0 auto;
    background-color: var(--Colorwhite);
    box-shadow: 0 5px 0.5rem 0.2rem rgba(0, 0, 0, 0.1);
    z-index: 1;
}

@media only screen and (max-width:1215px) {
    #main {
        width: 100%;
        box-shadow: none;
        overflow: hidden;
    }
}


/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp {
    display: none;
}

.img100 {
    width: 100%;
    height: auto;
}

@media only screen and (max-width:1215px) {

    .spNone,
    .brPc,
    .imgPc {
        display: none;
    }

    .spOnly {
        display: block;
    }

    .brSp,
    .imgSp {
        display: inline;
    }

    .imgR {
        width: 100%;
        height: auto;
    }
}

/*-----------------------------------------------
    imgCover
-----------------------------------------------*/
/* imgCover */
.imgCover,
.imgCont {
    position: relative;
}

.imgCover img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.imgCont img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1000 {
    max-width: calc(100% - 10rem);
    width: 100rem;
    margin: 0 auto;
}
.wrapper1200 {
    max-width: calc(100% - 10rem);
    width: 120rem;
    margin: 0 auto;
}
@media only screen and (max-width:1215px) {
    .wrapper1200,
    .wrapper1000{
        max-width: none;
        width: 100%;
    }

    .wrapperSp350 {
        width: calc((350 / 375) * 100%);
        margin: 0 auto;
    }

    .wrapperSp335 {
        width: calc((335 / 375) * 100%);
        margin: 0 auto;
    }

    .wrapperFit {
        max-width: 40rem;
        margin: 0 auto;
    }
}

/*-----------------------------------------------
    header
-----------------------------------------------*/
#header {
    position: relative;
    width: 100%;
    height: 8.2rem;
    background: var(--Colorwhite);
    box-shadow: 0 1px 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
    z-index: 2;
}
#header .headerWrapper{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .boxLogo{
    margin-left: 2rem;
}
#header .boxRight{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-right: 3rem;
}
#header .boxRight .linkBtnBox{
    width: 15rem;
    height: 4rem;
    border-radius: 2rem;
    box-shadow: 0px 3px 0px 0px rgb(35, 24, 21);
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_100);
    color: var(--Colorwhite);
}
#header .boxRight .linkBtnInner{
    width: 100%;
    height: 100%;
    display: inline-block;
    align-items: center;
}
#header .boxRight .linkBtn{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

#header .boxRight .btnContact{
    background: var(--btnReserve);
}
#header .boxRight .btnReserve{
    background: var(--colorActive);
}

@media only screen and (max-width:1215px) {
    #header .boxRight .linkBtnBox{
        width: 9rem;
        height: 3.2rem;
        border-radius: 1.6rem;
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
    }
    #header .boxRight {
        gap: 1rem;
        margin-right: 1rem;
    }
    #header .boxLogo {
        margin-left: 1rem;
        width: 11.7rem;
    }
    #header {
        height: 5.5rem;
        box-shadow: 0 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
    }
}

/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer {
}
#footer .imgFooterHouse{
    padding: 5rem 0 0;
    text-align: center;
    background: var(--Colorwhite);
}
#footer .boxFooterLogo {
    height: 10.4rem;
    background: var(--keyColor);
    display: flex;
    align-items: center;
    justify-content: center;
}
.txtCopy {
    padding: 3rem 0;
    text-align: center;
    background-color: var(--bgColor);
    color: var(--txtCopy);
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_120);
}

@media only screen and (max-width:1215px) {
    #footer .boxFooterLogo {
        height: 8rem;
    }
    #footer .imhFooterLogo {
        width: 16rem;
        margin: 0 auto;
    }
    .txtCopy {
        padding: 1.5rem 0;
        background-color: var(--Colorwhite);
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_100);
    }
}


/*-------------------------------------------
    btnNavi
-----------------------------------------------*/
@media only screen and (max-width:1215px) {
    .btnNavi {
        width: 3.5rem;
        height: 3.5rem;
        position: relative;
        border-radius: 50%;
        z-index: 9999;
    }

    .btnNavi .naviCover {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        height: 100%;
        transition: all 0.5s;
    }

    .btnNavi .border {
        width: 2rem;
        height: 0.1rem;
        position: relative;
    }

    .btnNavi .border .inner,
    .btnNavi .border .inner::after,
    .btnNavi .border .inner::before {
        display: block;
        width: 2.5rem;
        height: 0.2rem;
        left: 0;
        right: 0;
        margin: auto;
    }
    .btnNavi .border .inner::after,
    .btnNavi .border .inner::before {
        background: var(--textColor);
    }

    .btnNavi .border .inner::after,
    .btnNavi .border .inner::before {
        transition: all 0.5s;
    }

    .btnNavi.naviOpen .border .inner {
        width: 0;
        height: 0;
    }

    .btnNavi .border .inner::before {
        content: '';
        position: absolute;
        transition: all 0.4s ease-out;
        top: 0.6rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    .btnNavi .border .inner::after {
        content: '';
        position: absolute;
        transition: all 0.4s ease-out;
        top: -0.6rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    .btnNavi .txt {
        margin-top: 1.2rem;
        font-size: var(--pcFontSize12);
        letter-spacing: var(--pcLetterSpacing12_100);
        font-weight: bold;
    }

    .btnNavi.naviOpen .naviCover {
        border: none;
    }

    .btnNavi.naviOpen .border {
        width: 3.2rem;
        height: 1.3rem;
        bottom: -0.1rem;
    }

    .btnNavi:not(.naviOpen) .txtClose,
    .btnNavi.naviOpen .txtMenu {
        display: none;
    }

    .btnNavi.naviOpen .border .inner::before {
        transform: translateY(4rem) rotate(-20deg);
        top: -3.5rem;
        width: 2.5rem;
        left: 0;
        background: var(--textColor);
    }

    .btnNavi.naviOpen .border .inner::after {
        transform: translateY(1rem) rotate(20deg);
        bottom: 1.5rem;
        left: 0;
        width: 2.5rem;
        background: var(--textColor);
    }
}

@media only screen and (max-width:370px) {  
    .btnNavi {
        width: 4rem;
    }
}
/*-----------------------------------------------
    menu
-----------------------------------------------*/
#menu {
    display: none;
}

@media only screen and (max-width:1215px) {
    .menuOpen #header{
        z-index: 10;
    }
    .menuOpen #header .headerLeft{
        background: none;
    }
    #menu {
        display: none;
        position: fixed;
        z-index: 10;
        height: 100vh;
        width: 100%;
        top: 6rem;
        /* background: url(../img/common/bgHeader.png) center top / cover no-repeat; */
        color: var(--textColor);
    }
    #menu .boxList {
        margin-top: 2rem;
    }
    #menu .boxList .item {
        margin-bottom: 3rem;
    }
    #menu .linkItem {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding-left: 3rem;
        gap: 1.5rem;
        position: relative;
    }
    #menu .linkItem::before {
        content: '';
        position: absolute;
        width: 2rem;
        height: 0.1rem;
        background: var(--textColor);
        top: 1.4rem;
        left: 0;
    }
    #menu .linkItem .tit {
        font-size: var(--pcFontSize26);
        letter-spacing: var(--pcLetterSpacing26_30);
        width: 13rem;
    }
    #menu .linkItem .txt {
        font-size: var(--pcFontSize16);
        letter-spacing: var(--pcLetterSpacing16_30);
    }
    #menu .boxLogo {
        display: flex;
        align-items: center;
        gap: 3rem;
    }
    #menu .boxLogo .img {
        width: 19rem;
    }
    #menu .menuWrapper {
        padding: 0rem 1.5rem;
        height: 6rem;
        width: 100%;
        max-width: 40rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
    }
    #menu .secCmnFormBtn{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 6rem auto 0;
        text-decoration: none;
        font-weight: bold;
        position: relative;
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_50);
        color: var(--Colorwhite);
        height: 6rem;
        width: 25.5rem;
        border-radius: 3rem;
        padding: 0rem 4rem 0 2rem;
        box-shadow: inset 0px -4px 0px 0px rgba(1, 1, 1, 0.07);
        background: linear-gradient(45deg, rgb(45, 120, 232), rgb(61, 213, 131));
    }
    #menu .secCmnFormBtn::before {
        content: "";
        position: absolute;
        right: 4.3rem;
        top: calc(50% - 0.7rem);
        width: 0.8rem;
        height: 1.6rem;
        z-index: 2;
    }
    #menu.lazyloaded .secCmnFormBtn::before {
        background: url(../img/common/iconCareerBtn.png) center center / cover no-repeat;
    }
    #menu .secCmnFormBtn::after {
        content: "";
        position: absolute;
        left: 2rem;
        top: -3rem;
        width: 12rem;
        height: 5.2rem;
        z-index: 2;
    }
    #menu.lazyloaded .secCmnFormBtn::after {
        background: url(../img/common/iconMenuBtn.png) center center / cover no-repeat;
    }
    #menu .secCmnFormBtn::before {
        right: 3rem;
        top: 2.2rem;
    }
}