.leales-kit-132{--e-global-color-primary:#293D4E;--e-global-color-4853e28:#DF9F86;--e-global-color-231c80f:#E49FAE;--e-global-color-c0d6ef5:#EFB85F;--e-global-color-9c6a42f:#7FC7C1;--e-global-color-b8d49bc:#7BBCD3;--e-global-color-a99e4d1:#8EB5E0;--e-global-color-7faeded:#CAA0DD;--e-global-color-365015c:#DDDDDD;--e-global-color-df05bb2:#FFFFFF;--e-global-color-818248d:#F8F8F8;--e-global-color-5748f41:#8E8E8E;--e-global-color-095bdfb:#EFEFEF;--e-global-typography-primary-font-family:"Higure Gothic";--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-line-height:1.5em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1em;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-family:"Higure Gothic";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:2em;--e-global-typography-text-letter-spacing:1.4px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:bold;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:0px;--e-global-typography-34fc7ec-font-family:"Higure Gothic";--e-global-typography-34fc7ec-font-weight:bold;--e-global-typography-34fc7ec-line-height:1em;--e-global-typography-34fc7ec-letter-spacing:0px;--e-global-typography-93fe7ad-font-family:"Higure Gothic";--e-global-typography-93fe7ad-font-weight:900;--e-global-typography-93fe7ad-line-height:1em;--e-global-typography-93fe7ad-letter-spacing:0px;color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );background-color:var( --e-global-color-818248d );}.leales-section.leales-section-boxed > .leales-container{max-width:1140px;}.leales-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}.leales-kit-132 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.leales-kit-132{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.leales-section.leales-section-boxed > .leales-container{max-width:1024px;}}@media(max-width:767px){.leales-kit-132{--e-global-typography-text-line-height:1.8em;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.leales-section.leales-section-boxed > .leales-container{max-width:767px;}}/* Start custom CSS */.wrapper{
    padding-right: 6% !important;
    padding-left:6% !important;
}

.section-margin{
    margin-top:120px !important;
}

.section-padding{
    padding-top:120px !important;
    padding-bottom:120px !important;
}

.leales-33 > .leales-inner {
    overflow: hidden !important;
}

.leales.leales-839 {
    overflow: hidden;
}

.leales-location-single {
    overflow: hidden !important;
}

.txt-margin p{
      margin-bottom:0.8em !important;
}

.leales-location-footer{
    background-color: transparent !important;
}

.pointer-none{
    pointer-events: none;
}

.jump-point{
    margin-top: -100px;
    padding-top: 100px;
}

@media screen and (max-width:1023px) {
    .section-margin{
    margin-top:80px !important;
}

.section-padding{
    padding-top:80px !important;
    padding-bottom:80px !important;
}
}

@media screen and (max-width:767px){
    .section-margin{
    margin-top:50px !important;
}

.section-padding{
    padding-top:50px !important;
    padding-bottom:50px !important;
}
}

@media (min-width: 768px) {
   a[href^="tel:"] {
       pointer-events: none;
   }
}


/* ------------------------ シングルページ2カラム ------------------------*/

.page-container__wrap {
    display: flex;
}

.index-col {
    width: 24%;
    height: 100%;
    position: relative;
}

.content-col {
    width: 76%;
    height: 100%;
}

@media screen and (max-width:1023px) {
    .index-col {
        display: none;
    }

    .content-col {
        width: 100%;
    }
}

.page-container img {
    vertical-align: top;
}

/* ------------------------ indexスタイル ------------------------*/

.index-col__inner {
    position: absolute;
    top: 0;
    left: 0;
    height: fit-content;
    width: 100%;
    height: 100%;
}


.index-col__nav {
    list-style: none;
}

.index-col__nav-item a {
    color: #8E8E8E;
    padding-left: 34px;
}

.index-col__nav-item a {
    color: #8E8E8E;
    padding-left: 34px;
    transition: .3s;
}

.index-col__nav-item a:hover {
    font-weight: bold;
}

.index-col__nav-item {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-top: 1em;
    position: relative;
    transition: .3s;
}

.index-col__nav-item:first-child {
    margin-top: 0;
}

.index-col__nav-item a::before {
    content: "";
    height: 4px;
    width: 4px;
    background: #8E8E8E;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    left: 10px;
    display: inline-block;
    transition: .3s;
}

.index-col__nav-item a::after {
    content: "";
    height: 24px;
    width: 24px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    display: inline-block;
    opacity: 0;
    transition: .3s;
}

.index-col__nav-item.is-active a::after {
    opacity: 1;
}

/* ------------------------ 目次アクティブ時 ------------------------*/

.index-col__nav-item.is-active a {
    font-weight: bold;
}

/* 目次ピンク */
.index-col__nav-item.index-col__nav-item--pink a::after {
    border: 1px solid #E49FAE;
}

.index-col__nav-item.index-col__nav-item--pink.is-active a {
    color: #E49FAE;
}

.index-col__nav-item.index-col__nav-item--pink.is-active a::before {
    background: #E49FAE;
}

/* 目次グリーン */
.index-col__nav-item.index-col__nav-item--grn a::after {
    border: 1px solid #7FC7C1;
}

.index-col__nav-item.index-col__nav-item--grn.is-active a {
    color: #7FC7C1;
}

.index-col__nav-item.index-col__nav-item--grn.is-active a::before {
    background: #7FC7C1;
}

/* 目次レッド */
.index-col__nav-item.index-col__nav-item--red a::after {
    border: 1px solid #DF9F86;
}

.index-col__nav-item.index-col__nav-item--red.is-active a {
    color: #DF9F86;
}

.index-col__nav-item.index-col__nav-item--red.is-active a::before {
    background: #DF9F86;
}

/* 目次オレンジ */
.index-col__nav-item.index-col__nav-item--org a::after {
    border: 1px solid #EFB85F;
}

.index-col__nav-item.index-col__nav-item--org.is-active a {
    color: #EFB85F;
}

.index-col__nav-item.index-col__nav-item--org.is-active a::before {
    background: #EFB85F;
}

/* 目次ブルー */
.index-col__nav-item.index-col__nav-item--blue a::after {
    border: 1px solid #7BBCD3;
}

.index-col__nav-item.index-col__nav-item--blue.is-active a {
    color: #7BBCD3;
}

.index-col__nav-item.index-col__nav-item--blue.is-active a::before {
    background: #7BBCD3;
}

/* ------------------------ コンテンツ共通 ------------------------*/

.con-area{
    height: 100%;
    margin-top: 100px;
    position: relative;
}

.con-area:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .con-area{
        margin-top: 50px;
    }
}


/* 見出し1 */

.con-heading__subttl {
    font-size: 12px;
    font-family: "Poppins", Sans-serif;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.con-heading__ttl {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 0;
}

.con-heading {
    padding-bottom: 1em;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 50px;
    position: relative;
}

.con-heading::before {
    content: "";
    height: 1px;
    width: 8%;
    position: absolute;
    bottom: -0.5px;
    left: 0;
}

.con-heading.con-heading--pink::before{
    background: #E49FAE;
}

.con-heading.con-heading--grn::before{
    background: #7FC7C1;
}

.con-heading.con-heading--red::before{
    background: #DF9F86;
}

.con-heading.con-heading--org::before{
    background: #EFB85F;
}

.con-heading.con-heading--blue::before{
    background: #7BBCD3;
}

@media screen and (max-width: 767px) {
    .con-heading::before {
        width: 14%;
    }

    .con-heading {
        margin-bottom: 30px;
    }

    .con-heading__subttl {
        font-size: 11px;
    }

    .con-heading__ttl {
        font-size: 26px;
    }
}


/* ------------------------ 各部署紹介ページ ------------------------*/

/* ------------------------ 〇〇部について ------------------------ */

img.job-about__img {
    border-radius: 30px;
}

.job-about__content {
    margin-top: 1.5em;
}

.job-about__ttl {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.5;
}

.job-about__txt {
    margin-top: 1em;
}

@media screen and (max-width: 767px) {
    .job-about__ttl {
        font-size: 22px;
    }

    .job-about__txt {
        margin-top: 0.7em;
    }
}

/* ------------------------ 業務内容 ------------------------ */

.job-worls__ttl {
    font-size: 24px;
    letter-spacing: 0;
    padding-left: 10px;
}

.job-worls__ttl.job-worls__ttl--grn{
    border-left: 5px solid #7FC7C1;
}

.job-worls__ttl.job-worls__ttl--org{
    border-left: 5px solid #EFB85F;
}

.job-worls__ttl.job-worls__ttl--red{
    border-left: 5px solid #DF9F86;
}

.job-worls__content p {
    margin-top: 0.5em;
}

.job-worls__content {
    margin-top: 1.8em;
}

.job-worls__content:first-of-type {
    margin-top: -0.8em;
}

@media screen and (max-width: 767px) {
    .job-worls__ttl {
        font-size: 20px;
        padding-left: 8px;
    }

    .job-worls__content:first-of-type {
        margin-top: 0em;
    }
}

/* ------------------------ 特徴 ------------------------ */


@media screen and (max-width: 767px) {
    .job-feature__txt {
        margin-top: -0.5em;
    }
}

.job-feature__list {
    margin-top: -1em;
    position: relative;
    list-style: none;
    line-height: 1.8;
    padding-left: 1.7em;
}

.job-feature__item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    position: absolute;
    left: 0.3em;
}

.job-feature__item.job-feature__item--grn::before{
    color: #7FC7C1;
}

.job-feature__item.job-feature__item--org::before{
    color: #EFB85F;
}

.job-feature__item.job-feature__item--red::before{
    color: #DF9F86;
}

.job-feature__item {
    margin-top: 0.3em;
}

@media screen and (max-width: 767px) {
    ul.job-feature__list {
        margin-top: -0.5em;
    }
}

/* ------------------------ interview ------------------------ */

.job-interview__card {
    display: flex;
    justify-content: space-between;
}

.job-interview__card a {
    color: #293D4E;
}

.job-interview__item {
    width: calc((100% - 40px)/3);
    background: #FFF;
    border-radius: 30px;
}

img.job-interview__img {
    border-radius: 30px 30px 0 0;
    transition: .3s;
}

.job-interview__content {
    padding: 20px 20px;
    letter-spacing: 0;
    line-height: 1.5;
}

.job-interview__ttl {
    font-size: 18px;
}

.job-interview__date {
    font-size: 12px;
    margin-top: 0.5em;
    font-weight: bold;
}

.job-interview__date.job-interview__date--red {
    color: #DF9F86;
}

.job-interview__date.job-interview__date--grn {
    color: #7FC7C1;
}

.job-interview__date.job-interview__date--org {
    color: #EFB85F;
}

.job-interview__item:hover img.job-interview__img {
    filter: brightness(0.8);
}

@media screen and (max-width: 767px) {
    .job-interview__card {
        flex-wrap: wrap;
    }

    .job-interview__item {
        width: 100%;
        margin-top: 20px;
    }

    .job-interview__item:first-child {
        margin-top: 0;
    }
}

/* ------------------------ 募集要項banner ------------------------ */

.recruit-bunner {
    position: relative;
    height: 350px;
    border-radius: 30px;
    overflow: hidden;
    letter-spacing: 0;
    line-height: 1;
}

.recruit-bunner__txtarea {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 1;
    color: #FFF;
}

.recruit-bunner::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://recruit.degina.jp/enthalten/components/gehalt/uploads/2024/07/works-bunner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .5s;
    filter: brightness(0.8);
}

.recruit-bunner:hover::after {
    transform: scale(1.1);
    filter: brightness(0.6);
}

.recruit-bunner__ttl {
    font-size: 40px;
}

.recruit-bunner__subttl {
    font-size: 14px;
    margin-top: 1em;
    font-family: "Poppins", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .recruit-bunner {
        height: 240px;
    }

    .recruit-bunner__ttl {
        font-size: 28px;
    }

    .recruit-bunner__subttl {
        font-size: 12px;
    }
}

.recruit-bunner__arrow {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 3;
}

.recruit-bunner__arrow:before {
    content: "";
    height: 30px;
    width: 30px;
    background: no-repeat center/contain url(https://recruit.degina.jp/enthalten/components/gehalt/uploads/2024/07/but-il.svg);
    position: absolute;
    top: -24px;
    left: -24px;
    transform: scale(0) translate(100%, 100%);
    transition: .2s;
}

.recruit-bunner__arrow-inner img {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
    transform: scale(0);
    opacity: 0;
}

.recruit-bunner__arrow-inner::before {
    content: "";
    height: 100%;
    width: 100%;
    background: #293D4E;
    position: absolute;
    border-radius: 50%;
    transition: .3s;
}

.recruit-bunner__arrow-inner::after {
    content: "";
    height: 4px;
    width: 4px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transition: .3s;
    background: #FFF;
}

.recruit-bunner:hover .recruit-bunner__arrow:before {
    transform: scale(1) translate(0, 0);
}

.recruit-bunner:hover .recruit-bunner__arrow-inner::after {
    width: 100%;
    height: 100%;
}

.recruit-bunner:hover .recruit-bunner__arrow-inner img {
    opacity: 1;
    transform: scale(0.8);
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .recruit-bunner__arrow {
        width: 32px;
        height: 32px;
        right: 12px;
        bottom: 12px;
    }

    .recruit-bunner__arrow:before {
        height: 24px;
        width: 24px;
        top: -18px;
        left: -18px;
    }

    .recruit-bunner__arrow-inner img {
        width: 13px;
        height: 13px;
    }
}


/* ------------------------ インタビューメインビュー ------------------------*/

.interview-main::before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #000000 0%, #00000000 60%);
    opacity: 0.3;
}

@media screen and (max-width: 767px) {
    .interview-main::before{
    background: linear-gradient(360deg, #000000 0%, #00000000 60%);
}
}

.interview-main{
    background-position: top center !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Higure Gothic';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://recruit.degina.jp/enthalten/components/gehalt/uploads/2024/07/HigureGothic-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Higure Gothic';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://recruit.degina.jp/enthalten/components/gehalt/uploads/2024/07/HigureGothic-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Higure Gothic';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://recruit.degina.jp/enthalten/components/gehalt/uploads/2024/07/HigureGothic-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Higure Gothic';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://recruit.degina.jp/enthalten/components/gehalt/uploads/2024/07/HigureGothic-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */