@charset "utf-8";
a {
    color: #000 !important;
}

body {
    color: #4d4d4d;
    font-family: 'Noto Sans JP', sans-serif;
}

.text-news {
    font-family: 'Sawarabi Mincho', serif;
}

.text-gray {
    color: #4d4d4d;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-4 {
    letter-spacing: 4px;
}

.lh-26 {
    line-height: 26px;
}

.lh-33 {
    line-height: 33px;
}

.lh-43 {
    line-height: 43px;
}

.fz-15 {
    font-size: 15px;
}

.bg-light {
    background-color: #f0f0f0 !important;
}

.text-gold {
    color: #a07223;
}

.top-recruit-border {
    border-bottom: solid 3px #4d4d4d;
    position: relative;
}

.top-recruit-border:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #d4152d;
    bottom: -3px;
    width: 30%;
}

.border-width-1 {
    border-width: 1px;
}

.border-gray {
    border-color: #4d4d4d;
}

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

.border-dotted {
    border-left: 1px dotted #4d4d4d;
}

.w-70 {
    width: 70%;
}

@media (min-width: 768px) {
    .py-md-100 {
        padding: 100px !important;
    }
    .w-md-18 {
        width: 18% !important;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-24 {
        width: 24% !important;
    }
    .w-md-28 {
        width: 28% !important;
    }
    .w-md-38 {
        width: 38% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-66 {
        width: 66% !important;
    }
    .w-md-24 {
        width: 24%;
    }
}

@media (max-width: 992px) {
    .bg-sp-white {
        background-color: #fff;
    }
    .w-sp-68 {
        width: 68%;
        margin-top: 10px;
    }
}

.swiper--wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 300px;
}

.swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 400px;
    text-align: center;
}

.mySwiper2 {
    height: 100%;
    width: 100%;
}

.mySwiper {
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    line-height: 80px;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}


/* ------------ スマホ用ハンバーガー ------------*/


/*スマホ用ナビゲーション*/

#nav-drawer {
    display: inline-block;
    width: 55px;
    padding: 15px 15px;
    margin: 0;
    z-index: 999;
}


/*アイコンのスペース*/

#nav-open {
    display: inline-block;
    width: 25px;
    height: 22px;
    vertical-align: middle;
}


/*ハンバーガーアイコンをCSSだけで表現*/

#nav-open span,
#nav-open span:before,
#nav-open span:after {
    position: absolute;
    height: 3px;
    /*線*/
    width: 25px;
    /*長*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
}

#nav-open span:before {
    bottom: -8px;
}

#nav-open span:after {
    bottom: -16px;
}


/*閉じる用*/

#nav-close {
    display: none;
    /*はじめは非表示しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に*/
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: .3s ease-in-out;
}


/*中身*/

#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    /*前面に*/
    width: 90%;
    /*右側に隙間を作る*/
    max-width: 330px;
    /*最大幅*/
    height: 100%;
    transition: .6s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(130%);
    transform: translateX(130%);
}


/*チェックがなったらもろもろ表示*/

#nav-input:checked~#nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .8;
}

#nav-input:checked~#nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}


/*メイン画像下に余白をつける*/

.gallery {
    margin: 0 0 5px 0;
}


/*矢印の設定*/


/*戻る、次へ矢印の位置*/

.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 3;
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;
    /*矢印の色*/
    border-right: 2px solid #ccc;
    /*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: 2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: 2.5%;
    transform: rotate(45deg);
}


/* header */

.header {
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.change-color {
    color: #000 !important;
}

.header-bg {
    background-color: #fff;
}

.logo {
    background-color: transparent !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fff;
    border-color: #dee2e6;
}

/* btn */
.btn-gold {
  border : solid 1px #a07223;
}
.btn-gold:hover {
  background-color : #a07223;
  color: #FFF!important;
}