@charset "UTF-8";

.fntMin {
  font-family: var(--fntMin);
}
.fntEN {
  font-family: var(--fntEN);
}


.mt-n5 { 
  margin-top: -1.5rem !important; 
}

@media print, screen and (min-width: 576px) {
  .mt-n5 {
    margin-top: -3rem !important;
  }
}

/* header調整 */

@media (hover: hover) {
  .lib-header__outer.lib-header-BS02 .lib-nav__btn:hover {
    opacity: 0.7;
  }
}



@media print, screen and (min-width: 992px) {
  .is-scroll .lib-header__outer.lib-header-BS02 .lib-induce__btn .txt {
    font-size: 0.875rem;
  }
}


.lib-hero__outer {
  /*border-bottom: 5px solid var(--MAIN);*/
  background-image:url(/dcms_media/image/pagetitle-bg.webp);
  background-size: cover;
  background-position:center;
  color:var(--WHT);
}

#wrapper:has(.lib-header-BS02) .lib-hero__outer {
  min-height: 185px;
}


.lib-hero__title {
  /*color:var(--WHT);*/
  /*text-shadow: 2px 2px 5px rgba(255, 255, 255, .8), -2px 2px 5px rgba(255, 255, 255, .8), 2px -2px 5px rgba(255, 255, 255, .8), -2px -2px 5px rgba(255, 255, 255, .8);*/
}

.before-bg-main::before {
  background-color: var(--MAIN) !important;
}

.lib-indent__list.--image .thumb {
  overflow: visible;
}


.lib-breadcrumb__outer {
  background-color: var(--LGRY);
}

/*
.lib-breadcrumb__list li a, .lib-breadcrumb__list li a[aria-current=location] {
  color:var(--WHT);
}
.lib-breadcrumb__list li::after {
  color:var(--WHT);
}
*/

/* media */
@media print, screen and (min-width: 768px) {
  .media-relation__cover {
    flex-wrap: wrap;
  }
}


@media print, screen and (min-width: 768px) {
  .lib-rss__001 .lib-rss__title {
    display: block;
  }
  .lib-rss__001 .lib-rss__title a {
    display: block;
  }
}


/*
.lib-footer__sns>li>a {
  background-color:var(--MAIN);
  border-color: var(--MAIN);
  color: var(--WHT);
}

@media (hover: hover) {
  .lib-footer__sns>li>a:hover {
    background-color:var(--WHT);
    color: var(--MAIN);
  }
}
*/

.lib-footer__outer .lib-footer__sns>li>a[target=_blank]::after {
  content:none !important;
}


.lib-footer__logo {
  max-width: 100%;
  width: 120px;
}


.bg-center {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-bottom {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.bg-lother .lib-title__outer.--typeD :where(.title),
.bg-lgry .lib-title__outer.--typeD :where(.title),
.bg-lmain .lib-title__outer.--typeD :where(.title) {
  border-color: var(--GRY);
}

.fntEn {
  font-family: var(--fntEN);
}


#tinymce .lib-fv-004 .lib-fv__thumb {
  display: inline-block;
}
#tinymce .custom-top-slide .lib-fv__thumb {
  height: auto;
}
#tinymce .lib-fv-004 .lib-fv__txtarea {
  width: 70%;
  left:15%;
}


/* top youtube */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


  .bg-lgry .swiper-pagination-bullet {
    background-color: var(--DGRY) !important;
    border:1px solid var(--DGRY);
  }
  .bg-lgry .swiper-pagination-bullet:hover {
    border:1px solid var(--MAIN) !important;
    opacity: 0.7 !important;
  }
  .bg-lgry .swiper-pagination-bullet-active {
    background-color: var(--MAIN) !important;
    border:1px solid var(--MAIN);
  }


.bg-none {
  background: none !important;
}
.of-visible {
  overflow: visible !important;
}
.of-hidden {
    overflow: hidden !important;
}
  /*
  .lib-wrr-002__cover::after {
    content:"";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: var(--WHT);
    z-index: -1;
  }
  .lib-wrr-002__cover.before-wht::before {
    background-color: #ffffff;
  }
  .lib-wrr-002__cover.before-acc::before {
    background-color: var(--ACC);
  }
  */

.mb-n100 {
  margin-bottom: -100px;
}


/* footer */
.lib-footer__sns > li > a.--fb.--line::before {
  content: "\ea16";
}
.bg-main .border-wht[class*=__btn].bg-wht {
  border-color: var(--WHT);
}

@media print, screen and (min-width: 992px) {
  .lib-footer__utility {
    background-color: var(--MAIN) !important;
  }
}

@media print, screen and (min-width: 992px) {
  .lib-wide__outer:has(.lib-cnt-ride__outer):has(.flex-lg-row) {
      padding-right: unset !important;
  }
}

@media print, screen and (max-width: 400px) {
  .lib-footer__guidance a {
      font-size: 2.8vw;
  }
}


/*
#tinymce .top-mv .d-block.d-md-none {
  display:block !important;
}
*/

/*
@media print, screen and (min-width: 576px) {
  .lib-fv__thumb {
      height: 700px;
      padding-bottom: 80px;
  }
}
*/



@media print, screen and (max-width: 991.8px) {
 .lib-swiper__btn {
   top: unset!important;
   bottom: 0!important;
   z-index: 3 !important;
 }
}


.lib-tab__panel {
  box-shadow: none !important;
}

.top-feature-bg {
  background-image: url(/dcms_media/image/top-feature-bg.webp);
}


@media print, screen and (max-width: 1680px) {
  .top-feature-bg {
    background-size: contain;
    background-position: center bottom;
  }
}

@media print, screen and (max-width: 575.8px) {
  .top-feature-bg {
    background-image: url(/dcms_media/image/top-feature-bg-sp.webp);
    background-size: 100% auto;
  }
  .top-feature-bg > .container {
    max-width: 90%;
  }
}


.top-case-bg {
  background-image: url(/dcms_media/image/top-case-bg.webp);
  background-position: center bottom;
  background-size: contain;
  background-color: var(--MAIN);   
}
.top-column-bg {
  background-image: url(/dcms_media/image/top-column-bg.webp);
  background-position: center bottom;
  background-size: contain;
  background-color: var(--LMAIN);   
}

@media print, screen and (min-width: 1550px) {
  .top-case-bg {
    background-size: cover;   
  }
  .top-column-bg {
    background-size: cover;   
  }
}

@media print, screen and (max-width: 575.8px) {
  .top-case-bg {
    background-image: url(/dcms_media/image/top-case-bg-sp.webp);
    background-size: 100% auto;
    padding-bottom: 120px;
  }
  .top-column-bg {
    background-image: url(/dcms_media/image/top-column-bg-sp.webp);
    background-size: 100% auto;
  }
}

.lib-media__thumb .thumb {
  height: 140px;
}

/* mv */
.mv-h1-font {
  font-family: "WDXL Lubrifont JP N", sans-serif;
  font-weight: 400 !important;
}

.top-mv .fs-h1 {
  font-size: min(4vw, 3.25rem);
}
.top-mv .fs-h4 {
  font-size: min(2vw, 1.5rem);
}
@media print, screen and (max-width: 767.8px) {
  .top-mv .fs-h1 {
    font-size: min(7.8vw, 3.25rem);
  }
  .top-mv .fs-h4 {
    font-size: min(4vw, 1.5rem);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 991.8px) {
  .top-mv .lib-fv__thumb {
    height: 400px;
  }
}

@media print, screen and (min-width: 1681px) {
  .top-mv .lib-fv__thumb {
    background-color: var(--MAIN);
  }
  .top-mv .lib-fv__thumb img {
    object-fit: contain;
  }
}

@media print, screen and (max-width: 767.8px) {
  .top-mv {
    background-color: var(--MAIN);
  }
  .top-mv .lib-fv__txtarea {
    position: relative;
  }
  .top-mv .lib-fv__thumb {
    height: auto;
  }
  .top-mv.container {
    max-width: 100%;
  }
}

.ruby-point {
  position:relative;
}
.ruby-point:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ffffff;
  position: absolute;
  left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  top:-8px;
}

@media print, screen and (max-width: 991.8px) {
  .ruby-point:before {
    width: 5px;
    height: 5px;
    top:-5px;
  }
}

.bg-main .lib-footer__guidance > li ~ li:before {
  background-color: var(--WHT);
}
@media print, screen and (max-width: 575.8px) {
  .bg-main .lib-footer__title > a {
    background-color: var(--MAIN);
    border-top: 1px solid var(--WHT);
    border-bottom: 1px solid var(--WHT);
  }
}

/* recruit header */
@media print, screen and (min-width: 992px) {
    .is-scroll .lib-header__outer.lib-header-BS01 .lib-header__logo a {
        padding:10px;
    }
    .lib-header__outer.lib-header-BS01 .lib-menu__btn,
    .lib-header__outer.lib-header-BS01 .lib-menu__btn:after {
        border-radius: 10px;
    }

}

/* recruit top */
.rec-top-flow-bg01, .rec-top-flow-bg02,
.rec-top-interview-bg01, .rec-top-interview-bg02,
.rec-top-company-bg01, .rec-top-company-bg02 {
    position: relative;
}
.rec-top-flow-bg01 > *, .rec-top-flow-bg02 > *,
.rec-top-interview-bg01 > *, .rec-top-interview-bg02 > *,
.rec-top-company-bg01 > *, .rec-top-company-bg02 > * {
    z-index: 2;
}
.rec-top-flow-bg01:before {
    content:"";
    width: 257px;
    height: 427px;
    background-image: url(/dcms_media/image/recruit-top-flow-bg01.webp);
    background-size: contain;
    position: absolute;
    left:-280px;
    top:-20px;
    background-repeat: no-repeat;
}
.rec-top-flow-bg02:before {
    content:"";
    width: 434px;
    height: 334px;
    background-image: url(/dcms_media/image/recruit-top-flow-bg02.webp);
    background-size: contain;
    position: absolute;
    right:-295px;
    top:-45px;
    background-repeat: no-repeat;
}

@media print, screen and (max-width: 767.8px) {
    .rec-top-flow-bg01:before {
        width: 129px;
        height: 214px;
        left:-40px;
        top:140px;
    }
    .rec-top-flow-bg02:before {
        width: 217px;
        height: 167px;
        right:-70px;
        top:-40px;
    }
}

.rec-top-interview-bg01:before {
    content:"";
    width: 358px;
    height: 347px;
    background-image: url(/dcms_media/image/recruit-top-interview-bg01.webp);
    background-size: contain;
    position: absolute;
    left:-190px;
    bottom:-40px;
    background-repeat: no-repeat;
}
.rec-top-interview-bg02:before {
    content:"";
    width: 368px;
    height: 323px;
    background-image: url(/dcms_media/image/recruit-top-interview-bg02.webp);
    background-size: contain;
    position: absolute;
    right:-300px;
    bottom:-40px;
    background-repeat: no-repeat;
}

@media print, screen and (max-width: 767.8px) {
    .rec-top-interview-bg01:before {
        width: 179px;
        height: 174px;
        left:-75px;
        bottom:-20px;
    }
    .rec-top-interview-bg02:before {
        width: 184px;
        height: 162px;
        right:-55px;
        bottom:-60px;
    }
}

.rec-top-company-bg01:before {
    content:"";
    width: 383px;
    height: 449px;
    background-image: url(/dcms_media/image/recruit-top-company-bg01.webp);
    background-size: contain;
    position: absolute;
    left:-320px;
    top:40px;
    background-repeat: no-repeat;
}
.rec-top-company-bg02:before {
    content:"";
    width: 923px;
    height: 425px;
    background-image: url(/dcms_media/image/recruit-top-company-bg02.webp);
    background-size: contain;
    position: absolute;
    left:-70px;
    bottom:-80px;
    background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) and (max-width: 991.8px) {
    .rec-top-company-bg02:before {
        bottom: -30px;
    }
}

@media print, screen and (max-width: 767.8px) {
    .rec-top-company-bg01:before {
        width: 192px;
        height: 225px;
        left:-70px;
        top:0;
    }
    .rec-top-company-bg02:before {
        width: 462px;
        height: 213px;
        left:auto;
        right:-250px;
        bottom:-45px;
    }
}

/* recruit mv */

.rec-mv-h1-font {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
}

.recruit-mv .fs-h1 {
  font-size: min(7.5vw, 2.25rem);
}
@media print, screen and (min-width: 768px) {
  .recruit-mv .fs-h1 {
    font-size: min(5.5vw, 2.75rem);
  }
}
@media print, screen and (min-width: 992px) {
  .recruit-mv .fs-h1 {
    font-size: 3.75rem;
  }
}

@media print, screen and (min-width: 1200px) {
  .recruit-mv .lib-fv__thumb {
    height: 770px;
  }
}
@media print, screen and (min-width: 992px) and (max-width: 1199.8px) {
  .recruit-mv .lib-fv__thumb {
    height: 650px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 991.8px) {
  .recruit-mv .lib-fv__thumb {
    height: 500px;
  }
}
@media print, screen and (max-width: 767.8px) {
  .recruit-mv .lib-fv__thumb {
    height: auto;
  }
}

/*
.recruit-mv .lib-fv__thumb img {
  object-position:bottom center;
}
*/

@media print, screen and (max-width: 767.8px) {
  .recruit-mv {
    background-image: url(/dcms_media/image/recruit-top-mv-bg-sp.webp);
    background-size: cover;
    background-position: center top;
  }
  .recruit-mv.container {
    max-width: 100%;
  }
  .recruit-mv .lib-fv__inside {
    padding-top: 100px;
  }
  .recruit-mv .lib-fv__txtarea {
    position: relative;
  }
}

@media print, screen and (max-width: 575.8px) {
  .recruit-mv .lib-fv__inside {
    padding-top: 70px;
  }
}

.lib-cnt-021__panel:before {
  color:var(--DEF);
}

.badge.bg-accent {
  color: var(--DEF);
}