/*
Theme Name: NURIEMON1
Theme URI:  https://www.wpserveur.net
Author:     AZ-create Co.,Ltd
Author URI: https://az-create.co.jp/
Template:   swell
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* 求人ページアコーディオン */
.kt-blocks-accordion-header {
	background: #0c025f!important;
}
/* Span Tag */
#gnav a span{
	font-size:14px;
	color:#1f1566
}

/* Heading */
#top_title_area .l-topTitleArea__body h1{
	text-align:center;
}

.w-header {
	width: 35%!important;
}
/* font */

.text01 {
	 font-family: "Kaisei Tokumin", serif;
  font-weight: 500;
}
.c-smallNavTitle {
	font-family: "Eczar", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-size: 8px;
	margin-top: 5px;
}
/* メインビジュ */
@media (min-width:1400px) {
	.main-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}
}


/* CTA */
[data-partsid="308"] img {
	position: fixed;
    bottom: 10px;
    right: 10px;
    width: 35%;
    z-index: 1000;
}
#before_footer_widget {
	z-index: -1;
    position: relative;
}
/*  ページ  トップ戻るボタン */
#pagetop {
	display: none;
}


/* ------------------------------------------slickスライダー -----------------------------------------------------------*/
.slider {
  visibility: hidden;
	height: 500px;
	    width: 100%!important;
    padding: 0;
}
.slider.slick-initialized {
  visibility: visible;
}
.slider {
  width: 85%;
  margin: 0 auto;
  padding: 0;
}

/*--------画像サイズ調整---------*/
.slider img {
	height:60%;
}

/*-----------height調整----------*/
.slick-slide {
  height: auto !important;
}

/*-----------矢印表示----------*/
.slick-next {
  right: 0 !important;
}
.slick-prev {
  left: 0 !important;
}
.slick-arrow {
  z-index: 2 !important;
}

.slick-arrow:before {
  content: "" !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  background: url(https://sample-webdesign1.com/nuriemon/wp-content/uploads/2025/02/bcc29b258aed1062cb447d881aee9d9c.png) !important;
  background-size: contain !important;
}

.slick-prev:before {
  background: url(https://sample-webdesign1.com/nuriemon/wp-content/uploads/2025/02/83566106c7644086b6ba52fd13ba7000.png) !important;
  background-size: contain !important;
}

.slick-arrow {
  z-index: 2 !important;
  width: 60px !important;
  height: 60px !important;
}
.slick-arrow:before {
  opacity: 1 !important;
}
.slick-next {
  right: 100px !important;
}

.slick-prev {
  left: 100px !important;
}
.slider-item {
    padding: 0 60px;
    display: flex;
}
/* ----------------------------------------------------サイドバー----------------------------------------------------*/
/* サイドバーサイズ */
:root{
	 --swl-sidebar_width: 200px;
}

/* ----------------------------------------------------お知らせバーフォント変更（Noto系）---------------------------------------------------- */
#body_wrap .c-infoBar span{
font-family:'Noto Sans JP', sans-serif;
}