@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: 390px;
    }
}

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

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

    /* 色 */
    --textColor: #242e33;
    --keyColor: #0676f5;
    --Colorwhite: #fff;
    --ColorCircle: #f6f6f6;
    --headerLinkColor: #0676f5;
    --editor_linkColor: #295ea2;
    --editor_borderColor: #ccc;
    --ColorGray: #949ba2;
    --ColorTag: #6d8a99;
    --tag_borderColor: #e8e8e8;
    --accordionColor01: #2d78e8;
    --accordionColor02: #3dd583;
    --bgFormInner: #fcfcff;
    --privacyColor: #252e33;
    --box-shadow_Color_10: rgba(36, 46, 51, 0.1);
    --box-shadow_Color_30: rgba(36, 46, 51, 0.3);
    --boder_Color_30: rgba(37, 46, 51, 0.3);
    --bgGradientColor: #fffdfd;
    --bgGradientColor02: #d8e5f7;
    --bgGradientColor03: #f7f8fd;
    --bgEnvironment: #d8e5f6;
    --bgEnvironment02: #4d9bec;
    --color_Base: #95989a;
    --bgPointColor: #e2ebf9;
    --MissionColor: #406295;

    /* フォントサイズ（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;
    --pcFontSize45: 4.5rem;
    --pcFontSize48: 4.8rem;
    --pcFontSize50: 5rem;
    --pcFontSize54: 5.4rem;
    --pcFontSize60: 6rem;
    --pcFontSize70: 7rem;
    --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; */
    --pcLineHeight14_26: calc(26 / 14);
    --pcLineHeight16_22: calc(22 / 16);
    --pcLineHeight16_30: calc(30 / 16);
    --pcLineHeight16_36: calc(36 / 16);
    --pcLineHeight16_40: calc(40 / 16);
    --pcLineHeight18_22: calc(22 / 18);
    --pcLineHeight18_34: calc(34 / 18);
    --pcLineHeight18_36: calc(36 / 18);
    --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_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);

    /* letter-spacing（PC） */
    --pcLetterSpacing12_50: 0.05em;
    --pcLetterSpacing13_50: 0.05em;
    --pcLetterSpacing14_50: 0.05em;
    --pcLetterSpacing16_50: 0.05em;
    --pcLetterSpacing18_50: 0.05em;
    --pcLetterSpacing18_100: 0.1em;
    --pcLetterSpacing22_30: 0.03em;
    --pcLetterSpacing22_50: 0.05em;
    --pcLetterSpacing24_50: 0.05em;
    --pcLetterSpacing25_50: 0.05em;
    --pcLetterSpacing26_50: 0.05em;
    --pcLetterSpacing28_50: 0.05em;
    --pcLetterSpacing30_50: 0.05em;
    --pcLetterSpacing40_50: 0.05em;
    --pcLetterSpacing48_50: 0.05em;

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

    /* letter-spacing（SP） */
    --spLetterSpacing10_50: 0.05em;
    /* 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;
    --spLetterSpacing15_50: 0.05em;
    --spLetterSpacing16_30: 0.03em;
    --spLetterSpacing16_50: 0.05em;
    --spLetterSpacing18_50: 0.05em;
    /* font-size:12; letter-spacing:0.15em; */
    --spLetterSpacing20_50: 0.05em;
    --spLetterSpacing24_50: 0.05em;
    --spLetterSpacing26_50: 0.05em;
}

/*==============================
    基本設定
==============================*/
body {
    color: var(--textColor);
    font-size: var(--pcFontSize12);
    font-family: 'YakuHanJP_Narrow', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 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: 1180px;
}

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

.fSerif {
    font-family: 'Noto Serif Japanese', serif;
}

.fShippori {
    font-family: "Shippori Mincho B1", serif;
}

.fOswald {
    font-family: "Oswald", 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;
    padding-top: 13rem;
}

@media only screen and (max-width:1215px) {
    #container {
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.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
-----------------------------------------------*/
.wrapper1200 {
    max-width: calc(100% - 10rem);
    width: 120rem;
    margin: 0 auto;
}

.wrapper1300 {
    max-width: calc(100% - 10rem);
    width: 130rem;
    margin: 0 auto;
}

.wrapper1500 {
    max-width: calc(100% - 10rem);
    width: 150rem;
    margin: 0 auto;
}

.wrapper1580 {
    max-width: calc(100% - 10rem);
    width: 158rem;
    margin: 0 auto;
}

.wrapper1820 {
    max-width: calc(100% - 10rem);
    width: 182rem;
    margin: 0 auto;
}

.wrapper1830 {
    max-width: calc(100% - 10rem);
    width: 183rem;
    margin: 0 auto;
}

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

    .wrapper1200,
    .wrapper1300,
    .wrapper1500,
    .wrapper1580,
    .wrapper1820,
    .wrapper1830 {
        max-width: none;
        width: 100%;
    }

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

    .wrapperSp345 {
        width: calc((345 / 390) * 100%);
        margin: 0 auto;
    }

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

/*-----------------------------------------------
	hoverZoom
-----------------------------------------------*/
.hoverZoom {
    overflow: hidden;
}

.hoverZoom img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.hoverZoom:hover img:not(.not_Zoom) {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz {
    width: 100%;
    font-size: 0;
    padding: 1rem 0;
    position: relative;
    text-align: right;
}

#pnkz .boxList {
    position: relative;
}

#pnkz li {
    display: inline;
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_50);
    color: var(--textColor);
}

#pnkz li::after {
    content: "/";
    margin: 0 0.3rem 0 0.4rem;
    color: var(--textColor);
}

#pnkz li:last-child::after {
    display: none;
}

#pnkz a {
    text-decoration: none;
    color: #2d78e8;
}

@media only screen and (max-width:1215px) {
    #pnkz {
        padding: 16.5rem 0 0;
        order: 3;
        text-align: left;
        width: calc((350 / 390) * 100%);
    }

    #pnkz .boxList {
        white-space: nowrap;
        overflow-y: scroll;
    }

    #pnkz li {
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_30);
        letter-spacing: var(--spLetterSpacing11_50);
    }

    #pnkz li::after {
        margin: 0 0.3rem 0 0.2rem;
    }
}

/*-----------------------------------------------
    herder
-----------------------------------------------*/
#header {
    height: 9rem;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: flex-end;
    top: 0;
    left: 0;
    color: var(--textColor);
    z-index: 10000;
}

#header .headerWrapper {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 4rem;
}

.menuOpen #header .headerWrapper {
    display: none;
}

#header .leftBox {
    flex-shrink: 0;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

#header .headerLogo {}

#header .leftTxtBox {
    padding: 0 0 0 3rem;
}

#header .headerTit {
    font-size: var(--pcFontSize14);
    font-weight: bold;
}

#header .rightBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0 auto;
}

#header .gNaviList {
    display: flex;
    align-items: center;
}

#header .gNaviItem {
    margin-left: 3.5rem;
    position: relative;
    padding: 3.7rem 0;
}

#header .gNaviItem:first-child {
    margin-left: 0;
}

#header .naviLink {
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: bold;
    text-decoration: none;
    display: block;

}

#header .linkList {
    margin-left: 5.4rem;
    display: flex;
}

#header .linkItem {
    width: 20rem;
}

#header .linkItem .itemInner {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}

#header .linkInner {
    position: relative;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    color: #fff;
    background: var(--textColor);
}

#header .linkItem:nth-child(1) .linkInner {
    border-radius: 0 0 0 2rem;
}
#header .linkItem:nth-child(2) .linkInner {
    background-image: -moz-linear-gradient(45deg, rgb(45, 120, 232) 0%, rgb(61, 213, 131) 99%);
    background-image: -webkit-linear-gradient(45deg, rgb(45, 120, 232) 0%, rgb(61, 213, 131) 99%);
    background-image: -ms-linear-gradient(45deg, rgb(45, 120, 232) 0%, rgb(61, 213, 131) 99%);
}

#header .linkItem:nth-child(3) .linkInner {
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    line-height: var(--pcLineHeight16_22);
    background: linear-gradient(90deg, #ffa81e, #ff8c00, #ff671e);
    border-radius: 0 0 2rem 0;
    color: var(--Colorwhite);
}
#header .linkItem:nth-child(3) .linkInner::before {
    content: '';
    position: absolute;
    width: 1.2rem;
    height: 1rem;
    top: 2.4rem;
    right: 6.4rem;
    background: url(../img/common/iconBlankRecruit.png) center top / contain no-repeat;
}

/* hover時のメニュー */
#header .gNaviItem .listSub {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 10;
    top: 7.7rem;
    left: calc(50% - 15.4rem);
    width: 30.8rem;
    text-align: left;
    flex-direction: column;
    border: 1px solid #000;
    border-radius: 1rem;
}

#header .gNaviItem:hover .listSub {
    display: flex;
}

#header .gNaviItem .itemListSub {
    letter-spacing: 1.5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
}

#header .gNaviItem .itemListSub:before {
    content: '';
    background: url(../img/common/iconMenuArrow.png) center top / contain no-repeat;
    position: absolute;
    width: 1.7rem;
    height: 0.8rem;
    top: calc(50% - 0.35rem);
    right: 2rem;
}

#header .gNaviItem .itemListSub a {
    padding: 27px 20px;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    display: block;
}

#header .gNaviItem .itemListSub:last-child {
    border-bottom: none;
}

#header .gNaviItem:after {
    content: "";
    position: absolute;
    bottom: 2.7rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--headerLinkColor);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

#header .gNaviItem:hover .naviLink::after {
    transform: scaleX(1);
}

#header .gNaviItem:hover .naviLink {
    color: var(--headerLinkColor);
}

#header .gNaviItem .itemListSub:hover a {
    color: var(--headerLinkColor);
}

#header .gNaviItem:hover::after {
    transform: scaleX(1);
}

@media only screen and (max-width:1700px) {
    #header .gNaviItem {
        margin-left: 1.5rem;
    }
    #header .naviLink {
        font-size: var(--pcFontSize15);
    }
    #header .linkItem {
        width: 15rem;
    }
    #header .linkItem:nth-child(3) .linkInner::before {
        right: 4.4rem;
    }
}

@media only screen and (max-width:1520px) {
    #header .linkList {
        margin-left: 2rem;
    }
    #header .naviLink {
        font-size: var(--pcFontSize14);
    }
    #header .linkItem {
        width: 13rem;
    }
    #header .linkItem:nth-child(3) .linkInner::before {
        right: 3.4rem;
    }
}

@media only screen and (max-width:1215px) {
    #header {
        height: 7rem;
        width: 100%;
        display: block;
        border-bottom: none;
    }

    #header::after {
        background-image: none;
        opacity: 1;
        background: rgb(255, 255, 255, 0.502);
    }

    #header .headerWrapper {
        padding: 0 5rem 0 2rem;
    }

    #header .headerLogo {
        width: 18.8rem;
    }

    #header .leftTxtBox {
        padding: 0 0 0 0.8rem;
    }

    #header .headerTit {
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        letter-spacing: var(--spLetterSpacing0__3);
    }

    #header .rightBox {
        display: none;
    }
}

@media only screen and (max-width:370px) {
    #header .headerLogo {
        width: 13.8rem;
    }
}

/*-------------------------------------------
    btnNavi
-----------------------------------------------*/
.btnNavi {
    width: 4.6rem;
    height: 3.1rem;
    border-radius: 50px;
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 9999;
}

.btnNavi .naviCover {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-decoration: none;
    color: #fff;
    height: 100%;
    transition: all 0.5s;
    background: var(--textColor);
    border-radius: 50px;
}

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

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

.btnNavi .border .inner {
    width: 0;
    height: 0;
    position: absolute;
    right: unset;
}

.btnNavi .border .inner::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
}

.btnNavi .border .inner::after {
    content: '';
    position: absolute;
    top: -4px;
    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 {
    background: var(--Colorwhite);
    color: var(--textColor);
    border: solid 1px var(--textColor);
}

.btnNavi.naviOpen .naviCover {
    border: none;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.btnNavi.naviOpen .border {
  width: 3.2rem;
  height: 1.3rem;
  position: relative;
}

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

.btnNavi.naviOpen .border .inner::before,
.btnNavi.naviOpen .border .inner::after {
  content: '';
  position: absolute;
  top: unset;
  left: unset;
  right: unset;
  width: 1.2rem;
  height: 0.1rem;
  background: var(--textColor);
  transform-origin: center center;
}
.btnNavi.naviOpen .border .inner {
  left: calc(50% - 0.6rem);
  top: 50%;
}

/* 左上から右下 */
.btnNavi.naviOpen .border .inner::before {
  transform: rotate(45deg);
}

/* 右上から左下 */
.btnNavi.naviOpen .border .inner::after {
  transform: rotate(-45deg);
}

/* Safari / Android Chrome 共通のアンチエイリアス補正 */
.btnNavi .border .inner,
.btnNavi .border .inner::before,
.btnNavi .border .inner::after {
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}


/*-----------------------------------------------
    secCareerEntry
-----------------------------------------------*/
.secCareerEntry.lazyloaded {
    background: url(../img/common/bgCareer.jpg) center top / contain no-repeat;
}

.secCareerEntry {
    padding: 16.4rem 0 36rem;
    position: relative;
    order: 2;
}

.secCareerEntry .btnEntry {
    position: absolute;
    bottom: 6.2rem;
    right: 21rem;
    z-index: 2;
}

.secCareerEntry .txtCareer {
    font-size: var(--pcFontSize70);
    color: var(--Colorwhite);
    padding-top: 41rem;
}

.secCareerEntry .tickerContainer {
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: -25.4rem;
    left: 0;
}

.secCareerEntry .tickerTrack {
    display: flex;
    width: max-content;
    height: 44.8rem;
    animation: scrollTicker 60s linear infinite;
}

.secCareerEntry .tickerItem {
    flex: 0 0 auto;
    margin-right: 5rem;
}

.secCareerEntry .tickerItem:nth-child(2n - 1) {
    margin-top: 4.8rem;
}

.secCareerEntry .tickerItem img {
    height: 40rem;
    /* 必要に応じて調整 */
    display: block;
}

@keyframes scrollTicker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.secCareerEntry .imgTxt,
.secCareerEntry .txtCareer,
.secCareerEntry .btnEntry,
.secCareerEntry .linkEntry,
.secCareerEntry .tickerContainer {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.secCareerEntry .show {
    opacity: 1;
    transform: translateY(0);
}

@media only screen and (max-width:1215px) {
    .secCareerEntry {
        padding: 0;
        height: 141.026vw;
    }

    .secCareerEntry.lazyloaded {
        background: url(../img/common/bgCareer_sp.jpg) center top / cover no-repeat;
    }

    .secCareerEntry .imgTxt {
        width: 27.2rem;
    }

    .secCareerEntry .txtCareer {
        font-size: var(--spFontSize36);
        /* margin-top: 19.7rem; */
        padding-top: 80%;
        white-space: nowrap;
        line-height: var(--spLineHeight36_46);
    }

    .secCareerEntry .tickerItem img {
        height: 20rem;
        width: auto;
    }

    .secCareerEntry .tickerItem {
        margin-right: 2.4rem;
    }

    .secCareerEntry .tickerTrack {
        height: 22.2rem;
    }

    .secCareerEntry .tickerContainer {
        bottom: -13.2rem;
    }

    .secCareerEntry .btnEntry {
        bottom: 3.5rem;
        right: 2rem;
        width: 16.2rem;
    }

    .secCareerEntry .tickerItem:nth-child(2n - 1) {
        margin-top: 2.5rem;
    }
}

@media only screen and (max-width:370px) {
    .secCareerEntry .txtCareer {
        font-size: var(--spFontSize24);
    }
}

/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer {
    padding: 40.8rem 0 17.7rem;
}

#footer .flexBox {
    display: flex;
    justify-content: space-between;
}

#footer .footerLogo {
    display: inline-block;
    width: 34.9rem;
}

#footer .leftTxt {
    margin-top: 3.2rem;
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    letter-spacing: var(--pcLetterSpacing16_50);
}

#footer .leftTxt02 {
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
}

#footer .telBox {
    margin-top: 2.5rem;
}

#footer .telInner {
    display: inline-block;
    text-decoration: none;
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing40_200);
}

#footer .leftSubTxt {
    margin-top: 2.7rem;
    font-size: var(--pcFontSize12);
    letter-spacing: var(--pcLetterSpacing12_50);
}

#footer .rightBox {
    display: flex;
    margin: 0.2rem 0 0 auto;
}

#footer .gNaviItem:nth-child(n+2) {
    margin-top: 2.9rem;
}

#footer .naviLink {
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_50);
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

#footer .rightFlex {
    display: flex;
}

#footer .naviListBox {
    margin-left: 7rem;
}

#footer .naviListBox.bnrSns {
    position: relative;
    top: -2rem;
    margin-left: 6rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#footer .rightSubFlex {
    display: flex;
}

#footer .rightSubFlex .naviListBox:nth-child(2) {
    margin-left: 4.3rem;
}

#footer .naviItem:nth-child(n+2) {
    margin-top: 4.2rem;
}

#footer .naviInner {
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing18_50);
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

@media only screen and (max-width:1500px) {
    #footer .naviListBox {
        margin-left: 5rem;
    }
}

@media only screen and (max-width:1530px) {
    #footer .naviListBox.bnrSns {
        margin-left: 3rem;
    }
}

@media only screen and (max-width:1320px) {
    #footer .naviListBox {
        margin-left: 3rem;
    }

    #footer .naviListBox.bnrSns {
        margin-left: 2rem;
    }
}

@media only screen and (max-width:1215px) {
    #footer {
        padding: 1rem 0 10rem;
        order: 4;
    }

    #footer.lazyloaded {
        background: url(../img/common/bgFooter_sp.jpg) center top / cover;
    }

    #footer .flexBox {
        flex-direction: column-reverse;
    }

    #footer .leftBox {
        text-align: center;
        padding: 0 2rem;
    }

    #footer .footerLogo {
        width: 24.8rem;
        margin: 5rem auto 0;
    }

    #footer .leftTxt {
        margin-top: 2rem;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
    }

    #footer .telBox {
        margin-top: 1.9rem;
    }

    #footer .telInner {
        font-size: var(--spFontSize30);
        letter-spacing: var(--spLetterSpacing30_200);
    }

    #footer .leftSubTxt {
        margin-top: 1.3rem;
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_22);
        white-space: nowrap;
    }

    #footer .rightBox {
        display: block;
        width: 100%;
        margin: 0;
        position: relative;
        padding: 0 2rem;
        padding-top: 27rem;
    }

    #footer .naviListBox {
        margin-left: 0;
    }

    #footer .gNaviList {
        display: flex;
    }

    #footer .gNaviItem {
        padding: 0;
        width: 100%;
        border-bottom: 1px solid rgba(36, 46, 51, 0.1);
        position: relative;
    }

    #footer .gNaviItem:before {
        content: '';
        background: url(../img/common/iconMenuArrow.png) center top / contain no-repeat;
        position: absolute;
        width: 1.7rem;
        height: 0.8rem;
        top: calc(50% - 0.35rem);
        right: 0.4rem;
    }

    #footer .naviLink {
        font-size: var(--spFontSize13);
        padding: 2rem 0;
        width: 100%;
    }

    #footer .rightFlex {
        display: block;
        margin: 0 auto;
    }

    #footer .rightSubFlex {
        display: block;
        margin: 0 auto;
    }

    #footer .rightSubFlex .naviListBox {
        width: 100%;
    }

    #footer .naviEngTit {
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_200);
    }

    #footer .naviList {
        margin-top: 0;
    }

    #footer .naviItem {
        padding: 0;
        border-bottom: 1px solid rgba(36, 46, 51, 0.1);
        position: relative;
    }

    #footer .naviItem:before {
        content: '';
        background: url(../img/common/iconMenuArrow.png) center top / contain no-repeat;
        position: absolute;
        width: 1.7rem;
        height: 0.8rem;
        top: calc(50% - 0.35rem);
        right: 0.4rem;
    }

    #footer .naviItem.spOnly:before {
        content: '';
        background: url(../img/common/iconMenuArrowPlus_sp.png) center top / contain no-repeat;
        position: absolute;
        width: 2.4rem;
        height: 2.4rem;
        top: calc(50% - 1.2rem);
        right: 0.4rem;
    }

    #footer .spFooterList {
        padding: 2rem 0 2rem 1rem;
        border-bottom: 1px solid rgba(36, 46, 51, 0.1);
    }

    #footer .spLinkItem {
        font-size: var(--spFontSize12);
        font-weight: bold;
    }

    #footer .spLinkItem a {
        text-decoration: underline;
    }

    #footer .spLinkItem:nth-child(n+2) {
        margin-top: 1.8rem;
    }

    #footer .naviItem:nth-child(n+2) {
        margin-top: 0;
    }

    #footer .rightSubFlex .naviItem:nth-child(n+2) {
        margin-top: 0;
    }

    #footer .naviInner {
        font-size: var(--spFontSize14);
        padding: 2rem 0;
        width: 100%;
    }

    #footer .subFlexBox {
        margin: 3.2rem auto 3.4rem;
    }

    #footer .naviListBox.bnrSns {
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        left: 50%;
        margin-left: 0;
        border-radius: 2.4rem;
        box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.05);
        width: 100%;
        max-width: 35rem;
    }

    #footer .subFlexBox .aTabList {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1.5rem 0;
    }

    #footer .subFlexBox .aTabItem {
        position: relative;
        margin-right: 1.5rem;
        padding-right: 1.5rem;
        font-size: var(--spFontSize12);
    }

    #footer .subFlexBox .aTabItem:nth-child(2) {
        position: static;
        margin-right: 0;
        padding-right: 0;
    }

    #footer .subFlexBox .aTabItem:nth-child(3) {
        position: static;
        width: 100%;
    }

    #footer .subFlexBox .aTabItem::before {
        content: '';
        position: absolute;
        width: 0.1rem;
        height: 1.2rem;
        top: calc(50% - 0.6rem);
        right: 0;
        background: var(--textColor);
    }

    #footer .subFlexBox .aTabItem.blank a {
        position: relative;
    }

    #footer .subFlexBox .aTabItem.blank a::after {
        content: '';
        position: absolute;
        width: 0.8rem;
        height: 0.7rem;
        top: -1rem;
        right: -1rem;
        background: url(../img/common/iconBlank.png)center top / contain no-repeat;
    }

    #footer .subFlexBox a {
        text-decoration: underline;
    }

    #footer .spFooterList {
        display: none;
        /* 初期は閉じる */
    }

    #footer .naviItem.spOnly.open:before {
        transform: rotate(180deg);
        /* 開いたら矢印反転 */
    }

    #footer.lazyloaded .naviItem.spOnly.open:before {
        background: url(../img/common/iconMenuArrow_sp.png) center top / contain no-repeat;
    }
}

/*-----------------------------------------------
    menu
-----------------------------------------------*/
#menu {
    display: none;
}

@media only screen and (max-width:1215px) {
    #menu {
        position: fixed;
        /* ← absolute から fixed へ */
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        /* 全画面 */
        overflow-y: auto;
        /* メニュー内だけスクロール */
        -webkit-overflow-scrolling: touch;
    }

    .menuOpen #menu {
        display: block;
    }

    #menu.lazyloaded {
        background: rgba(0, 0, 0, 0.4);
    }

    #menu.lazyloaded .bgGradient {
        background: url(../img/common/bgFooter_sp.jpg) center top / cover;
    }

    #menu .bgGradient {
        position: relative;
        overflow: hidden;
        padding-top: 2.5rem;
        padding-bottom: 8rem;
        border-radius: 0 0 4.5rem 4.5rem;
    }

    #menu .bgGradient::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        background-image: linear-gradient(to bottom right, #fffdff 15%, #d8e5f7 100%);
        z-index: -1;
        pointer-events: none;
    }

    #menu .flexBox {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    #menu .secSpBtn {
        margin: 6rem auto 3rem;
        position: relative;
    }

    #menu .secSpBtn .linkList .linkItem {
        width: calc((100% - 1rem) / 2);
    }

    #menu .secSpBtn .linkInner .itemInner {
        display: flex;
        align-items: center;
        gap: 1.3rem;
    }

    #menu .secSpBtn .linkItem:nth-child(2) .linkInner {
        background: linear-gradient(45deg, rgb(45, 120, 232) 0%, rgb(61, 213, 131) 99%);
    }

    #menu .secSpBtn .linkItem .iconHearder {
        width: 1.8rem;
        height: 2.1rem;
    }

    #menu .secSpBtn .linkInner {
        position: relative;
        height: 5.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: var(--spFontSize14);
        color: #fff;
        background: var(--textColor);
        border-radius: 2.8rem;
    }

    #menu .secSpBtn .linkList {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    #menu .secSpBtn:before {
        display: none;
    }

    #menu .secSpBtn:after {
        display: none;
    }


    #menu .footerLogo {
        margin: 5rem auto 0;
        display: inline-block;
        width: 34.9rem;
    }

    #menu .leftTxt {
        letter-spacing: var(--pcLetterSpacing16_50);
        margin-top: 2rem;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
    }

    #menu .leftTxt02 {
        font-size: var(--pcFontSize16);
        line-height: var(--pcLineHeight16_32);
    }

    #menu .telBox {
        margin-top: 1.9rem;
    }

    #menu .telInner {
        display: inline-block;
        text-decoration: none;
        font-size: var(--spFontSize30);
        letter-spacing: var(--spLetterSpacing30_200);
    }

    #menu .leftSubTxt {
        margin-top: 1.3rem;
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_22);
    }

    #menu .rightBox {
        display: block;
        width: 100%;
        margin: 0;
        position: relative;
        padding: 0 2rem;
        padding-bottom: 26rem;
    }

    #menu .gNaviItem:nth-child(n+2) {
        margin-top: 2.9rem;
    }

    #menu .naviLink {
        font-size: var(--pcFontSize18);
        letter-spacing: var(--pcLetterSpacing18_50);
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
    }

    #menu .rightFlex {
        display: flex;
    }

    #menu .naviListBox.bnrSns {
        position: relative;
        top: -2rem;
        margin-left: 6rem;
    }

    #menu .rightSubFlex {
        display: flex;
    }

    #menu .rightSubFlex .naviListBox:nth-child(2) {
        margin-left: 4.3rem;
    }

    #menu .naviItem:nth-child(n+2) {
        margin-top: 4.2rem;
    }

    #menu .naviInner {
        font-size: var(--pcFontSize18);
        letter-spacing: var(--pcLetterSpacing18_50);
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
    }

    #menu .naviListBox {
        margin-left: 0;
    }

    #menu .gNaviList {
        display: flex;
    }

    #menu .gNaviItem {
        width: 100%;
        border-bottom: 1px solid rgba(36, 46, 51, 0.1);
        position: relative;
    }

    #menu .gNaviItem:before {
        content: '';
        background: url(../img/common/iconMenuArrow.png) center top / contain no-repeat;
        position: absolute;
        width: 1.7rem;
        height: 0.8rem;
        top: calc(50% - 0.35rem);
        right: 0.4rem;
    }

    #menu .naviLink {
        font-size: var(--spFontSize13);
        padding: 2rem 0;
        width: 100%;
    }

    #menu .rightFlex {
        display: block;
        margin: 0 auto;
    }

    #menu .rightSubFlex {
        display: block;
        margin: 0 auto;
    }

    #menu .rightSubFlex .naviListBox {
        width: 100%;
    }

    #menu .naviEngTit {
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_200);
    }

    #menu .naviList {
        margin-top: 0;
    }

    #menu .naviItem {
        padding: 0;
        border-bottom: 1px solid rgba(36, 46, 51, 0.1);
        position: relative;
    }

    #menu .naviItem:before {
        content: '';
        background: url(../img/common/iconMenuArrow.png) center top / contain no-repeat;
        position: absolute;
        width: 1.7rem;
        height: 0.8rem;
        top: calc(50% - 0.35rem);
        right: 0.4rem;
    }

    #menu .naviItem.spOnly:before {
        content: '';
        background: url(../img/common/iconMenuArrowPlus_sp.png) center top / contain no-repeat;
        position: absolute;
        width: 2.4rem;
        height: 2.4rem;
        top: calc(50% - 1.2rem);
        right: 0.4rem;
    }

    #menu .spFooterList {
        padding: 2rem 0 2rem 1rem;
        border-bottom: 1px solid rgba(36, 46, 51, 0.1);
    }

    #menu .spLinkItem {
        font-size: var(--spFontSize12);
        font-weight: bold;
    }

    #menu .spLinkItem a {
        text-decoration: underline;
    }

    #menu .spLinkItem:nth-child(n+2) {
        margin-top: 1.8rem;
    }

    #menu .naviItem:nth-child(n+2) {
        margin-top: 0;
    }

    #menu .rightSubFlex .naviItem:nth-child(n+2) {
        margin-top: 0;
    }

    #menu .naviInner {
        font-size: var(--spFontSize14);
        padding: 2rem 0;
        width: 100%;
    }

    #menu .subFlexBox {
        margin: 3.2rem auto 3.4rem;
    }

    #menu .naviListBox.bnrSns {
        position: absolute;
        bottom: 0;
        transform: translateX(-50%);
        top: unset;
        left: 50%;
        margin-left: 0;
        border-radius: 2.4rem;
        box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.05);
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        max-width: 35rem;
    }

    #menu .subFlexBox .aTabList {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #menu .subFlexBox .aTabItem {
        position: relative;
        margin-right: 1rem;
        padding-right: 1rem;
    }

    #menu .subFlexBox .aTabItem:nth-child(2) {
        position: static;
    }

    #menu .subFlexBox .aTabItem:before {
        content: '';
        position: absolute;
        width: 0.1rem;
        height: 1.2rem;
        top: calc(50% - 0.6rem);
        right: 0;
        background: var(--textColor);
        display: none;
    }

    #menu .subFlexBox .aTabItem.blank a {
        position: relative;
    }

    #menu .subFlexBox .aTabItem.blank a::after {
        content: '';
        position: absolute;
        width: 0.8rem;
        height: 0.7rem;
        top: -1rem;
        right: -1rem;
        background: url(../img/common/iconBlank.png)center top / contain no-repeat;
    }

    #menu .subFlexBox a {
        text-decoration: underline;
    }

    #menu .leftBox {
        flex-shrink: 0;
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
    }

    #menu .headerLogo {
        width: 18.8rem;
    }

    #menu .leftTxtBox {
        padding: 0 0 0 0.8rem;
    }

    #menu .headerWrapper {
        padding: 0 5rem 0 2rem;
    }

    #menu .headerTit {
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        letter-spacing: var(--spLetterSpacing0__3);
        font-weight: bold;
    }

    #menu .spFooterList {
        display: none;
        /* 初期は閉じる */
    }

    #menu .naviItem.spOnly.open:before {
        transform: rotate(180deg);
        /* 開いたら矢印反転 */
    }

    #menu.lazyloaded .naviItem.spOnly.open:before {
        background: url(../img/common/iconMenuArrow_sp.png) center top / contain no-repeat;
    }

    #menu .naviListBox .linkInner{
        margin: 3rem auto 0;
        width: 20rem;
        height: 5.5rem;
        border-radius: 2.5rem;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        font-size: var(--spFontSize14);
        color: var(--Colorwhite);
        font-weight: bold;
        background: linear-gradient(90deg, #ffa81e, #ff8c00, #ff671e);
    }
    #menu .naviListBox .linkInner::before {
        content: '';
        position: absolute;
        width: 1.2rem;
        height: 1rem;
        top: 1.4rem;
        right: 3.4rem;
        background: url(../img/common/iconBlankRecruit.png) center top / contain no-repeat;
    }
}

@media only screen and (max-width:370px) {
    #menu .headerLogo {
        width: 13.8rem;
    }
}

/*-----------------------------------------------
    fNaviTop
-----------------------------------------------*/
.fNaviTop {
    width: 15rem;
    height: 5rem;
    background: var(--textColor);
    z-index: 9999;
    position: fixed;
    right: 0;
    bottom: 0;
}

.fNaviTop .topArrow {
    color: var(--Colorwhite);
    text-decoration: none;
    display: block;
    font-size: var(--pcFontSize12);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width:1215px) {
    .fNaviTop {
        display: none !important;
    }

    .fNaviTopSp {
        width: 100%;
        height: 4rem;
        background: var(--textColor);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 3rem;
        border-radius: 0.4rem;
    }

    .fNaviTopSp .topArrow {
        color: var(--Colorwhite);
        text-decoration: none;
        font-size: var(--spFontSize12);
        display: flex;
        align-items: center;
        gap: 0.6rem;
    }

    .fNaviTopSp .iconTopArrow {
        width: 10px;
        height: 12px;
        display: block;
    }
}

/*-----------------------------------------------
    ボタン共通CSS
-----------------------------------------------*/
.viewMoreButton {
    width: 32rem;
    height: 8rem;
    display: flex;
    align-items: center;
    border-radius: 4rem;
    background: var(--Colorwhite);
    color: var(--textColor);
    font-size: var(--pcFontSize20);
    padding: 2rem 2rem 2rem 4rem;
    text-decoration: none;
    position: relative;
}

/* グレー円（固定） */
.viewMoreButton::after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    background: var(--ColorCircle);
    border-radius: 50%;
    z-index: 1;
}

/* グラデーション円（拡大アニメーション） */
.viewMoreButton::before {
    content: "";
    position: absolute;
    right: 3.3rem;
    top: 50%;
    transform: translateY(-50%) scale(1);
    width: 1.4rem;
    height: 1.4rem;
    background: linear-gradient(45deg, rgb(45, 120, 232) 0%, rgb(61, 213, 131) 99%);
    border-radius: 50%;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.viewMoreButton:hover::before {
    transform: translateY(-50%) scale(2.86);
}

/* 戻るボタン */
.viewMoreButton.backBtn {
    flex-direction: row-reverse;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    padding: 2rem 3.5rem 2rem 2rem;
}

.viewMoreButton.backBtn::before {
    right: unset;
    left: 3.3rem;
    top: 50%;
}

.viewMoreButton.backBtn::after {
    left: 2rem;
}

/* CAREER ENTRY */
.cmnBtnEntry {
    width: 60rem;
    height: 15rem;
    display: flex;
    align-items: center;
    border-radius: 7.5rem;
    background: linear-gradient(45deg, rgb(45, 120, 232), rgb(61, 213, 131));
    color: var(--Colorwhite);
    font-size: var(--pcFontSize36);
    padding: 2rem 2rem 2rem 4rem;
    text-decoration: none;
    position: relative;
    justify-content: center;
    margin: 15rem auto 0;
}

.cmnBtnEntry::before {
    content: "";
    position: absolute;
    background: url(../img/common/iconCareerBtn.png) center center / cover no-repeat;
    right: 4.3rem;
    top: calc(50% - 0.7rem);
    width: 3rem;
    height: 1.4rem;
    z-index: 2;
}

@media only screen and (max-width:1215px) {
    .viewMoreButton {
        width: 24rem;
        height: 6rem;
        border-radius: 3rem;
        font-size: var(--spFontSize16);
        padding: 1.5rem 1.5rem 1.5rem 3rem;
    }

    .viewMoreButton::after {
        content: "";
        position: absolute;
        right: 1.3rem;
        width: 3rem;
        height: 3rem;
    }

    .viewMoreButton::before {
        right: 2.3rem;
        width: 1rem;
        height: 1rem;
    }

    .secPhilosophy .viewMoreButton {
        margin: 3rem auto 0;
        margin-left: 0;
    }

    /* CAREER ENTRY */
    .cmnBtnEntry {
        width: calc((350 / 390) * 100%);
        height: 8.8rem;
        border-radius: 4.4rem;
        font-size: var(--spFontSize24);
        padding: 0;
        margin: 8rem auto 0;
    }

    .cmnBtnEntry::before {
        right: 3rem;
        top: calc(50% - 0.5rem);
        width: 2rem;
        height: 1rem;
    }
}

/*-----------------------------------------------
    sectionTitle
-----------------------------------------------*/
.sectionTitle {
    font-size: var(--pcFontSize110);
    margin-bottom: 2rem;
}

.sectionSubTitle {
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_50);
    position: relative;
    padding-left: 1em;
    margin-left: 4.5rem;
}

.sectionSubTitle:before {
    content: "";
    position: absolute;
    left: -0.4rem;
    top: 0.5em;
    width: 0.1rem;
    height: 1.4em;
    background-color: var(--Colorwhite);
    transform: rotate(20deg);
    transform-origin: center;
}

@media only screen and (max-width:1215px) {
    .sectionTitle {
        font-size: var(--spFontSize52);
        margin-bottom: 0.8rem;
    }

    .sectionSubTitle:before {
        display: none;
    }

    .sectionSubTitle {
        font-size: var(--pcFontSize22);
        line-height: var(--pcLineHeight22_50);
        padding-left: 0;
        margin-left: 0;
    }
}

/*-----------------------------------------------
    jsHide
-----------------------------------------------*/
/* .jsHide,
.jsHideHero{
    transition: opacity .6s ease-in;
}
.jsHide:not(.jsShow),
.jsHideHero:not(.jsShow){
    opacity: 0;
} */

.jsHide,
.ro a.jsHide {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: center top;
}

.jsHide.jsShow,
.ro a.jsHide.jsShow {
    transform: translateY(0);
    opacity: 1;
}

/* ▼鎭守追記 */
/* cmnRecruit_title */
.cmnRecruit_title {}

.cmnRecruit_title .title_eng {
    font-size: var(--pcFontSize110);
    margin-bottom: 2rem;
}

.cmnRecruit_title .title_jpn {
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_50);
    position: relative;
    padding-left: 2.2rem;
    margin-left: 3.9rem;
}

.cmnRecruit_title .title_jpn::before {
    content: "";
    position: absolute;
    left: -0.4rem;
    top: 0.5em;
    width: 0.1rem;
    height: 1.4em;
    background-color: var(--textColor);
    transform: rotate(20deg);
    transform-origin: center;
}

@media only screen and (max-width:1215px) {
    .cmnRecruit_title .title_eng {
        font-size: var(--spFontSize52);
        margin-bottom: 1.5rem;
    }

    .cmnRecruit_title .title_jpn {
        font-size: var(--spFontSize22);
        line-height: var(--spLineHeight22_30);
        padding-left: 0;
        margin-left: 0;
    }

    .cmnRecruit_title .title_jpn::before {
        display: none;
    }
}

@media only screen and (max-width:394px) {
    .cmnRecruit_title .title_eng {
        font-size: var(--spFontSize50);
    }
}