@charset "utf-8";

/*Font Awesomeの読み込み*/
/*---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");


/*Google Fontsの読み込み*/
/*---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');



/*CSSカスタムプロパティ（サイト全体を一括管理する為の設定）*/
/*---------------------------------------------------------------------------*/
:root {
  --space-large: 8vw;
  /*主に余白の一括管理用。画面幅100%＝100vwです。*/
}

/*fadeInのキーフレーム設定（汎用的）*/
/*---------------------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/*fadeOutのキーフレーム設定（汎用的）*/
/*---------------------------------------------------------------------------*/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}


/*全体の設定*/
/*---------------------------------------------------------------------------*/
body * {
  box-sizing: border-box;
}

html,
body {
  font-size: 13px;
  height: 100%;
  overflow-x: hidden;
}

/*画面幅1200px以上の追加指定*/
@media screen and (min-width:1000px) {

  html,
  body {
    font-size: 14px;
  }

}

/*追加指定ここまで*/

/*画面幅1600px以上の追加指定*/
@media screen and (min-width:1600px) {

  html,
  body {
    font-size: 1vw;
  }

}

/*追加指定ここまで*/


body {
  margin: 0;
  padding: 0;
  font-family: "Kosugi Maru", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: none;
  background: var(--base-color);
  color: #333333;
  line-height: 2;
}

/*リセット他*/
figure {
  margin: 0;
}

dd {
  margin: 0;
}

nav ul {
  list-style: none;
}

nav,
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.text {
  font-size: 1rem;
  align-items: center;
}

/*table全般の設定*/
table {
  border-collapse: collapse;
}

/*画像全般の設定*/
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/*videoタグ*/
video {
  max-width: 100%;
}

/*iframeタグ*/
iframe {
  width: 100%;
}

/*input*/
input {
  font-size: 1rem;
}

/* inner */
.inner {
  margin: 0 auto;
  padding: 6% 2% 8%;
}

@media screen and (min-width: 601px) {
  .inner {
    padding: 1% 10% 5%;
  }
}

@media screen and (max-width: 767px) {
  .main2 {
    margin-top: -100px;
  }
}

/*リンクテキスト全般の設定*/
/*---------------------------------------------------------------------------*/
a {
  color: inherit; /* 親要素の文字色を継承 */
  transition: 0.3s;
  text-decoration: none;
}

/*マウスオン時*/
a:hover {
  text-decoration: none;
  opacity: 0.9;
}


/*container（サイト全体を囲むボックス）*/
/*---------------------------------------------------------------------------*/
#container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


/*header（ロゴが入った最上段のブロック）*/
/*---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
.top-message {
  font-size: 0.6rem;
  padding-left: 10px;
  color: #e07b58;
  margin: 0;
  position: fixed;
}

header {
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  color: #e07b58;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.2);
}

.hd_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px 17px;
  padding-top: 2rem;
}

/*ロゴ画像*/
#logo {
  display: flex;
  margin: 0;
  width: 5rem;
  position: fixed;
}

/* ヘッダーメニュー */
#menubar {
    width: auto;
    margin-left: auto;
    margin-right: 2rem;
}

#menubar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; 
    flex-wrap: wrap;
    gap: 1.9rem;
    font-size: 1.1rem;
    font-weight: 700;
}

#menubar ul li a {
  position: relative;
}

#menubar ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 2px;
  background-color: #e07b58;
  transition: all 0.3s ease-out;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 1.2);
}

#menubar ul li a:hover::after {
  width: 100%;
}

/* 1024px以下でハンバーガーメニュー */
@media screen and (max-width: 1240px) {
  #logo {
    padding-top: 3rem;
  }

  #logo img {
    width: 5rem;
  }

  #menubar {
    display: none !important;
  }

  #menubar_hdr {
    display: flex;
  }

  #menubar ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #menubar li {
    list-style: none;
    text-align: center;
  }

  #menubar li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}

/*　メインビジュアル　*/
aside.mainimg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: -110px;
}

.slide0 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide0_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* メインビジュアルレスポンシブ */
@media screen and (max-width: 767px) {
  aside.mainimg {
    height: 100vh;
  }

  .slide0_img {
    width: auto;
    height: 100vh;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1550px) {
  aside.mainimg {
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  aside.mainimg {
    height: auto;
  }

  .slide0_img {
    width: auto;
    height: 100vh;
  }
}

/* 各セクションタイトル */
.title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.big-title-container {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin: 0 auto;
  display: inline-block;
  background-image: repeating-linear-gradient(
    90deg,
    #e07b58 0px,
    #e07b58 12px,
    rgba(0 0 0 / 0) 12px,
    rgba(0 0 0 / 0) 20px
  );
  background-size: 20px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
}

/* 各セクションタイトルレスポンシブ */
@media screen and (max-width: 767px) {
  .big-title-container {
    font-size: 18px;
    background-size: 16px 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .big-title-container {
    font-size: 22px;
    background-size: 18px 2px;
  }
}

/* 各セクションボタン */
.btnarrow4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 30px 33px 30px 33px;
  width: 280px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .btnarrow4:hover {
    color: #f85924;
  }
}

.btnarrow4::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border: 2px solid #e07b58;
  border-radius: 50%;
}

.btnarrow4::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #f85924;
  border-right: 3px solid #f85924;
  transform: rotate(45deg);
}

/* 各セクションボタンレスポンシブ */
@media screen and (max-width: 767px) {
  .btnarrow4 {
        width: 100%; 
        max-width: 135px;
        margin: 0 auto;
        padding: 20px 20px;
        font-size: 1rem;
    }
    
    .btnarrow4::before {
        width: 25px;
        height: 25px;
        right: 8px;
    }

    .btnarrow4::after {
        width: 5px;
        height: 5px;
        border-top: 2px solid #f85924;
        border-right: 2px solid #f85924;
    }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) { 
    .btnarrow4 {
        width: 200px;
        font-size: 17px;
    }
    
    .btnarrow4::before {
        width: 45px;
        height: 45px;
        right: 12px; 
    }

    .btnarrow4::after {
        width: 7px;
        height: 7px;
        border-top: 2px solid #f85924;
        border-right: 2px solid #f85924;
    }
}

/* indexニュースセクション */
ul.ul_news {
    list-style: none;
    margin: 2em auto;
    padding: 0;
    max-width: 1200px;
    width: 90%;
}

ul.ul_news > li {
    padding: 1em;
    border-bottom: 1px solid #979797;
    transition: background-color 0.3s ease;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item:hover {
  background-color: #f9f9f9;
}

.news-item .icon {
  display: inline-block;
  background-color: #e07b58;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 15px;
  min-width: 50px;
  text-align: center;
}

.news-item .news_date {
  font-size: 0.9rem;
  color: #777;
  margin-right: 15px;
  min-width: 100px;
}

.news-item .newicon {
  display: inline-block;
  background-color: #f85924;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 3px;
  margin-right: 15px;
}

.news-item a {
  flex-grow: 1;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
  word-break: break-all;
}

.news-item a:hover {
  color: #e07b58;
  text-decoration: underline;
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .news-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }

  .news-item .icon {
    font-size: 0.7rem;
    padding: 2px 6px;
    margin-right: 0;
  }

  .news-item .news_date {
    font-size: 0.8rem;
    margin-right: 0;
  }

  .news-item .new-icon {
    font-size: 0.6rem;
    padding: 2px 5px;
    margin-left: 0;
    margin-top: -15px;
  }

  .news-item a {
    font-size: 0.9rem;
    word-break: break-word;
  }

  .news-item:hover {
    background-color: transparent;
  }

  .news-item a:hover {
    color: inherit;
    text-decoration: none;
  }

  .news-item .new-icon {
    animation: none;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .news-item {
    padding: 10px;
    gap: 5px;
  }

  .news-item .news_date,
  .news-item .new-icon {
    font-size: 0.7rem;
  }

  .news-item .icon {
    font-size: 0.7rem;
    min-width: 45px;
  }
}

/* 採用情報ページ */
.recruit_slide {
  margin-top: 2rem;
  z-index: 1000;
}

.slider img {
    width:100%;
    height:auto;
}

.slider .slick-slide {
    margin:0 10px;
}

.index_recruit2 {
  padding: 0 10rem;
}

/* お問い合わせセクション */
.index_contact_txt {
  text-align: center;
  margin-top: 2em;
}

/* 採用情報メインビジュアル */
.recruit-hero {
    position: relative;
    width: 100%;
    height: 580px;
    background-image: url('../up_data/recruit/recruit_hero.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    margin-top: -120px; /* ヘッダー分マイナス */
    padding-top: 120px; /* 中身は押し下げる */
    z-index: 1;
}

.recruit-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.recruit-hero-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
    bottom: -30%;
    color: #ff7543;
}

.recruit-hero-content h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.recruit-hero-content p {
    font-size: 1.5rem;
    margin-bottom: 1.5em;
    line-height: 1.5;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

/* レスポンシブ対応 (採用ヒーロー) */
@media screen and (max-width: 767px) {
    .recruit-hero {
        height: 400px; /* モバイルでの高さ */
    }
    .recruit-hero-content h1 {
        font-size: 2.5rem;
    }
    .recruit-hero-content p {
        font-size: 1.2rem;
    }
    .hero-button {
        padding: 12px 25px;
        font-size: 1rem;
    }
}
@media screen and (max-width: 480px) {
    .recruit-hero-content h1 {
        font-size: 2rem;
    }
    .recruit-hero-content p {
        font-size: 1rem;
    }
}

/* 応募ボタンセクション */
.recruit-contact-button-wrap {
    text-align: center;
    margin-top: -5rem;
    margin-bottom: 3rem;
}

.recruit-contact-button-wrap form {
    display: inline-block;
    margin: 0;
}

.recruit-contact-button {
    background-color: #F97316;
    color: #ffffff;
    display: block;
    padding: 15px 40px;
    min-width: 200px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border: 2px solid #F97316;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .recruit-contact-button:hover {
      background-color: #E06A14;
      border-color: #E06A14;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
      transform: translateY(-1px);
  }
}

/* スマートフォンでの調整 */
@media screen and (max-width: 767px) {
    .recruit-contact-button {
        width: 100%;
        min-width: auto;
        padding: 12px 20px;
        font-size: 1rem;
    }
}