@charset "UTF-8";
@media (max-width: 1060px) {
  .hidden-xl {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-mdsl {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .hidden-mds {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-mdsl,
.visible-xs,
.visible-md,
.visible-mds,
.visible-xl {
  display: none !important;
}

@media (max-width: 1060px) {
  .visible-xl {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .visible-mdsl {
    display: block !important;
  }
}

@media (max-width: 600px) {
  .visible-mds {
    display: block !important;
  }
}

@media (max-width: 980px) {
  .visible-md {
    display: block !important;
  }
}

@media (max-width: 500px) {
  .visible-xs {
    display: block !important;
  }
}

/*===========================================================
[最近の更新]
2021/04/19 headerの余白を修正しました。
===========================================================*/
* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

/*===========================================================
検索結果・募集詳細・応募入力の共通設定
===========================================================*/
/* ページ全体のレイアウト調整 */
@media screen and (max-width: 768px) {
  .inner {
    width: 94% !important;
  }
}

/* 検索結果・○○○の募集詳細にあるh1の設定 */
/* 背景色 */
.pageid {
  background-color: #a1a1a1;
}

/* テキスト */
.pageid h1 {
  /* color: #333; */
}

/* レイアウト調整 */
@media screen and (max-width: 768px) {
  .pageid h1 {
    font-size: 18px;
  }
}

/* 検索結果・募集詳細にある「応募する」ボタン、応募入力にある「入力内容の確認」「この内容で応募する」ボタンの設定 */
/* 背景色・テキスト */
.button_application {
  background: #f74040;
  /* color: #333; */
  border: none;
}

.button_application:hover {
  /* color: #ccc; */
}

/* レイアウト調整 */
@media screen and (max-width: 768px) {
  .button_application {
    height: 70px !important;
  }
}

/* 検索結果・応募入力にある「詳細を見る」ボタンの設定 */
/* 背景色・テキスト */
.button_detail {
  background: #fff;
  border: 2px solid  #f74040;
  color: #f74040;
  font-size: 12px !important;
}

.button_detail:hover {
  color: #f74040;
}

/* レイアウト調整 */
@media screen and (max-width: 768px) {
  .button_detail {
    font-size: 130% !important;
    height: 70px !important;
    margin: 10px 0 0 0 !important;
  }
  .result_box_cont_02 {
    padding-bottom: 60px;
  }
}

/* 検索結果・応募入力にある応募先電話番号の設定 */
/* テキスト */
.tell_area p.tell_number,
.tell_area p.tell_number a {
  color: #f74040;
  text-decoration: none;
}

/* 条件のtable(給与・勤務地など)の設定 */
/* 背景色・テキスト */
.table_style_01 th,
.table_style_02 th {
  background-color: #f1f1f1;
  color: #333;
}

/* レイアウト調整 */
.table_style_01 th,
.table_style_01 td,
.table_style_02 th,
.table_style_02 td {
  line-height: 1.5;
}

.table_style_01 th,
.table_style_02 th {
  min-width: 36px;
}

.table_style_01 td,
.table_style_02 td {
  min-width: 100px;
}

@media screen and (max-width: 768px) {
  .table_style_01 th,
  .table_style_01 td,
  .table_style_02 th,
  .table_style_02 td {
    padding: 20px 10px;
    font-size: 12px;
    height: 0 !important;
    vertical-align: baseline !important;
  }
}

/* 元からあるパンくずリストの影を消す */
.aui .breadcrumb > li {
  text-shadow: none;
}

/* 条件のレイアウト調整 */
.result_box_tag ul.tag {
  margin-top: 4px !important;
}

.result_box_tag ul.tag li {
  padding: 0.4em;
  margin: 4px;
  color: #a1a1a1 !important;
}

.merit,
.competence,
.treatment {
  color: #a1a1a1 !important;
  font-weight: bold;
  background-color: #fff !important;
  border: 1px solid #a1a1a1 !important;
}

/* 検索結果・応募入力のform_レイアウト調整 */
/* <label>の左にある緑色の丸を消す */
.circle {
  display: none;
}

@media (max-width: 768px) {
  .whiteBox__ver1 {
    padding: 10px;
  }
  .acord .arrow_down, .mb_acord .arrow_down,
  .acord .arrow_up, .mb_acord .arrow_up {
    width: 10px;
    height: 10px;
    border-top: 2px solid  #333;
    border-right: 2px solid  #333;
  }
  .acord .arrow_down, .mb_acord .arrow_down {
    top: 5px;
  }
  .acord .arrow_up, .mb_acord .arrow_up {
    top: 10px;
  }
  .form_entry_layout .wrap_input .input_label {
    font-size: 24px;
  }
  .wrap_input .input_area .radio,
  .wrap_input .input_area .checkbox,
  .wrap_input .input_area .box label {
    font-size: 18px;
    display: block;
  }
  .wrap_input .input_area p, .wrap_input .input_area span, .btn_box_wrapout span {
    font-size: 18px;
  }
}

/* 一部テキストの調整 */
.aui p, pre, address {
  color: #333;
  font-size: 14px;
}

.tag li {
  font-size: 14px !important;
}

/*===========================================================
検索結果のページ設定
===========================================================*/
/* 「全ての一覧」のテキスト設定 */
/* テキスト */
h1.search_headline {
  color: #333 !important;
}

/* 求人の検索フォーム_テキスト設定 */
/* 「検索する」ボタンの背景色、テキストの設定 */
.button_search {
  background: #f74040;
  border: none;
  /* color: #333; */
}

.button_search:hover {
  /* color: #333; */
}

/* 求人の検索フォーム_レイアウト調整 */
.form_entry_layout .box {
  /* margin-top: 14px !important; */
  margin-top: 24px !important;
  margin-right: 24px !important;
}

.form_entry_layout .box:first-child {
  margin-top: 0 !important;
}

.form_entry_layout .box_ttl {
  margin-bottom: 4px !important;
}

@media screen and (max-width: 768px) {
  .form_entry_layout .wrap_input .input_label {
    margin-bottom: 10px;
  }
  .form_entry_layout .box {
    margin-top: 14px !important;
    margin-right: 0 !important;
    padding: 10px 0;
  }
  .wrap_input .input_area .checkbox {
    padding: 10px 0;
  }
  .button_search {
    width: 100% !important;
    padding: 20px 0 !important;
  }
}

/* 求人件数（○○件あり ○○～○○件を表示しています）の「○○件」部分の設定 */
/* テキスト */
.result_number > span > span {
  color: #ff9900;
}

/* 「おすすめ！」求人の設定 */
/* 背景色・テキスト */
.result_pageid_status2 {
  background-color: #ff9900;
  /* color: #333; */
}

/* 求人原稿の検索結果＿見出しの設定 */
/* 背景色 */
.result_box_ttl {
  background-color: #f9f7f8;
}

/* テキスト（標準） */
.result_box_ttl a {
  color: #ff5301;
}

/* テキスト（カーソルホバー） */
.result_box_ttl a:hover {
  color: #ff5301;
}

/* テキスト（アクティブ） */
.result_box_ttl a:active {
  color: #ff5301;
}

/* テキスト（訪問済み） */
.result_box_ttl a:visited {
  color: #ff5301;
}

/* 見出しのレイアウト調整 */
.result_box_ttl {
  height: auto;
  padding: 15px 16px 15px 21px;
}

.result_pageid_ttl {
  float: none;
}

h1.result_pageid_ttl {
  font-size: 15px;
  line-height: 1.5;
}

.result_box_ttl_sub {
  float: none;
  font-size: 18px !important;
  line-height: 1.5;
  text-align: left;
}

p.result_box_ttl_sub {
  width: auto;
  -ms-text-overflow: clip;
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .result_box_ttl {
    padding: 10px;
  }
  p.result_box_ttl_sub {
    line-height: 1.5;
  }
}

/* 画像ありの求人＿レイアウト調整 */
@media screen and (max-width: 768px) {
  .result_box_cont_01 .result_box_cont_left {
    margin-bottom: 10px;
  }
}

/*===========================================================
募集詳細の設定
===========================================================*/
/* 募集詳細_「正社員・アルバイト・パート」などステータスの設定 */
/* 背景色・テキスト */
.pageid_status {
  background-color: #f74040 !important;
  /* color: #333 !important; */
  font-size: 14px;
}

/* 「おすすめ！」求人の設定 */
/* 背景色・テキスト */
.pageid_status2 {
  background-color: #ff9900 !important;
  /* color: #333 !important; */
  font-size: 14px;
}

/* 求人原稿サブタイトルの設定 */
/* テキスト */
.lead_area .lead_area_ttl {
  color: #333;
}

/* 画像の枠の設定 */
/* 黄土色(#c9b793)から変更する */
div.slideshow-container,
a.thumb {
  /* background-color: #f2f2f2; */
}

/* 注目ポイントの設定 */
/* 見出しの背景色・テキスト */
.appeal_point .wrap_input {
  background-color: #a1a1a1;
}

.appeal_point .wrap_input p {
  /* color: #333; */
  font-size: 16px;
}

/* 内容の背景色・テキスト */
.appeal_point .wrap_input_item {
  background-color: #f9f7f8;
}

.appeal_point .wrap_input_item p {
  font-size: 14px;
  color: #333;
}

/* お仕事情報・応募情報の設定 */
/* 見出しの設定 */
.form_entry_head {
  border-bottom: 1px solid  #333;
}

.form_entry_head h2 {
  color: #333 !important;
}

/* 応募先電話番号_テキスト */
.infoBox .infoBox_area .tell_number_detail,
.infoBox .infoBox_area .tell_number_detail a {
  color: #666;
  text-decoration: none;
}

/* レイアウト調整 */
.infoBox .infoBox_label {
  width: 25%;
  padding-right: 2%;
  font-size: 110%;
  display: table-cell;
}

div.slideshow-container {
  height: 350px;
  width: 461px;
}

.aui .job-apply-control-portlet div.slideshow img {
  width: 439px;
  height: 327px;
}

ul.thumbs li {
  padding: 0px 0px 10px 10px;
}

.photo_area_detail {
  height: 350px;
}

/*===========================================================
応募入力の設定
===========================================================*/
/* STEPの設定 */
/* 背景色 */
.step {
  background-color: #a1a1a1;
}

/* 不要な背景色を透明にする */
.head-line_step,
.head-line_step_inactive {
  background: transparent;
}

/* 現在のSTEP_テキスト色の設定 */
.head-line_step {
  /* color: #333; */
}

/* 現在のSTEP_数字の背景色・テキスト色の設定 */
.circle_head {
  background-color: #fff;
}

.circle_head_number p {
  color: #333;
}

/* 現在のSTEP_三角の色設定 */
.triangle:before,
.triangle:after {
  background-color: #fff;
}

/* 現在のSTEP以外_テキスト色の設定 */
.head-line_step_inactive {
  color: rgba(255, 255, 255, 0.6);
}

/* 現在のSTEP_数字の背景色・テキスト色の設定 */
.circle_head_inactive {
  background-color: rgba(255, 255, 255, 0.3);
}

.circle_head_number_inactive p {
  color: rgba(255, 255, 255, 0.6);
}

/* 現在のSTEP以外_三角の色設定 */
.triangle_inactive:before,
.triangle_inactive:after {
  background-color: rgba(255, 255, 255, 0.6);
}

/* 三角のレイアウト調整 */
.triangle:before,
.triangle:after,
.triangle_inactive:before,
.triangle_inactive:after {
  width: 50%;
  height: 2px;
  border: none;
}

.triangle:before,
.triangle_inactive:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 8px;
  top: 14px;
}

.triangle:after,
.triangle_inactive:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 10px;
  right: 8px;
}

/* 応募入力_「正社員・アルバイト・パート」などステータスの設定 */
/* 背景色・テキスト */
.box_style_01_ttl > div {
  background-color: #f74040 !important;
  /* color: #333; */
  font-size: 14px;
}

/* 入力項目の「必須」の設定 */
/* 背景色・テキスト */
.badge-important {
  background-color: #ff9900 !important;
  /* color: #333 !important; */
  text-shadow: none !important;
}

/* 内容確認_「←戻る」ボタンの設定 */
/* 背景色・テキスト */
.btn_box .return_left2 {
  background: #f1f1f1;
  color: #333;
  text-shadow: none;
  border: 1px solid  #d7d7d7;
}

.btn_box .return_left2:hover {
  background: #f1f1f1;
  color: #333;
}

/* レイアウト調整 */
@media screen and (max-width: 768px) {
  .btn_box .return_left2 {
    margin-top: 80px !important;
  }
}

/* 応募完了_「求人情報一覧へ」ボタンの設定 */
/* 背景色・テキスト */
.button_map {
  background: #f74040;
  border: none;
}

a.btn_01.button_map {
  /* color: #333 !important; */
}

/* レイアウト調整 */
@media screen and (max-width: 768px) {
  .button_map {
    padding: 20px 0 !important;
    font-size: 18px;
    display: block !important;
  }
}

/* 応募入力_全体のレイアウト調整 */
.box_style_01_catchcopy {
  margin-bottom: 18px !important;
}

.lead_area.no_iamge {
  padding-left: 0;
}

.lead_area.no_iamge .tell_area {
  margin-bottom: 18px;
}

.lead_area_right.no_image {
  width: 280px;
}

@media screen and (max-width: 768px) {
  .lead_area.no_iamge {
    overflow: visible;
  }
  .lead_area_right.no_image {
    width: 100%;
  }
  .lead_area.no_iamge .tell_area {
    width: 100%;
  }
  .lead_area.no_iamge .tell_area .tell {
    font-size: 18px;
  }
}

/*===========================================================
headerの設定
===========================================================*/
/* 元からある余白を消す */
header {
  padding: 0;
}

.aui header h1 {
  margin: 0;
}

/* リンク色 */
header a {
  color: #333 !important;
  text-decoration: none !important;
}

/*===========================================================
footerの設定
===========================================================*/
/* フッターの余白を設定 */
footer {
  padding: 20px 0;
}

/* リンク色・文字色 */
footer a,
footer p {
  color: #333 !important;
}

/*===========================================================
検索結果のフォーム＿アコーディオンのレイアウト調整
===========================================================*/
.acord .arrow_down, .pc_acord .arrow_down,
.acord .arrow_up, .pc_acord .arrow_up {
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  width: 16px;
  height: 16px;
}

.acord .arrow_down, .pc_acord .arrow_down {
  top: 0;
}

@media screen and (max-width: 768px) {
  .form_entry_layout .box {
    padding: 0;
    margin-top: 0 !important;
  }
  .wrap_input .input_area .checkbox {
    padding: 0;
  }
  .form_entry_layout .box_ttl {
    margin-bottom: 0 !important;
  }
  .form_entry_layout .wrap_input .input_label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form_entry_layout .acord .input_label, .form_entry_layout .mb_acord .input_label {
    width: 100%;
  }
}

/*===========================================================
こだわり条件のレイアウト調整
===========================================================*/
.form_entry_layout .box_underline {
  float: none;
}

html {
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  font-size: 18px;
  color: #000;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 980px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 15px;
  }
}

.font-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.font-en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.font-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
  line-height: 1.5;
}

.wide-line-height {
  line-height: 2.5;
}

header,
.header {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
}

header_hit,
.header_hit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}

header_main,
.header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  header_main,
  .header_main {
    height: 60px;
    display: block;
  }
}

header h1,
.header h1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  header h1,
  .header h1 {
    padding: 7px 40px 7px 20px;
  }
}

header h1 .logo,
.header h1 .logo {
  display: block;
}

header h1 img,
.header h1 img {
  width: 210px;
}

@media (max-width: 980px) {
  header h1 img,
  .header h1 img {
    width: 130px;
  }
}

header button,
.header button {
  display: none;
  width: 60px;
  height: 60px;
  border: none;
  background: transparent;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
}

@media (max-width: 980px) {
  header button,
  .header button {
    display: block;
  }
}

header button span,
.header button span {
  display: block;
}

header button .icon,
.header button .icon {
  width: 40px;
  height: 20px;
  position: relative;
  margin-bottom: 8px;
}

header button .icon span,
.header button .icon span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #295c61;
  left: 0;
  -webkit-transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  transition: top 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
  -o-transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s;
  transition: top 0.25s, transform 0.25s, background 0.4s, opacity 0.4s, -webkit-transform 0.25s;
}

header button .icon span:nth-of-type(1),
.header button .icon span:nth-of-type(1) {
  top: 0;
}

header button .icon span:nth-of-type(2),
.header button .icon span:nth-of-type(2) {
  top: 50%;
}

header button .icon span:nth-of-type(3),
.header button .icon span:nth-of-type(3) {
  top: 100%;
}

header button .label,
.header button .label {
  font-size: 8px;
  font-weight: bold;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 980px) {
  header_nav,
  .header_nav {
    position: absolute;
    top: 60px;
    right: -300px;
    right: -100%;
    background-color: rgba(41, 92, 97, 0.95);
    display: block;
    padding: 30px 20px;
    border-radius: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

header_nav_wrap,
.header_nav_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 99%;
  flex: 0 1 99%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1400px) {
  header_nav_wrap,
  .header_nav_wrap {
    font-size: 16px;
    padding-left: 15px;
  }
}

@media (max-width: 1200px) {
  header_nav_wrap,
  .header_nav_wrap {
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  header_nav_wrap,
  .header_nav_wrap {
    padding: 15px 75px 15px 10px;
    font-size: 16px;
  }
}

header_nav ul,
.header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

@media (max-width: 1400px) {
  header_nav ul,
  .header_nav ul {
    padding-right: 1em;
  }
}

@media (max-width: 1200px) {
  header_nav ul,
  .header_nav ul {
    padding-right: 0.5em;
  }
}

@media (max-width: 980px) {
  header_nav ul,
  .header_nav ul {
    display: block;
    text-align: left;
    padding: 0;
  }
}

header_nav li,
.header_nav li {
  display: inline-block;
  text-align: center;
}

@media (max-width: 980px) {
  header_nav li,
  .header_nav li {
    display: block;
  }
}

header_nav li:nth-last-of-type(1) a .label:after,
.header_nav li:nth-last-of-type(1) a .label:after {
  display: none;
}

header_nav li a,
.header_nav li a {
  display: inline-block;
  color: #295c61;
  -webkit-transition: color 0.4s, opacity 0.4s;
  -o-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  line-height: 1;
}

@media (max-width: 980px) {
  header_nav li a,
  .header_nav li a {
    display: block;
    color: #fff;
    text-align: left;
    padding: 1em 0;
  }
}

header_nav li a .label,
.header_nav li a .label {
  display: block;
  padding: 0.3em 1.5em;
}

@media (max-width: 1400px) {
  header_nav li a .label,
  .header_nav li a .label {
    padding: 0.3em 1em;
  }
}

@media (max-width: 980px) {
  header_nav li a .label,
  .header_nav li a .label {
    background: none;
    color: #fff;
    text-align: left;
    font-size: 16px;
  }
}

header_nav li a small,
.header_nav li a small {
  display: block;
  padding-top: 0.75em;
  color: #295c61;
  font-size: 15px;
}

@media (max-width: 1200px) {
  header_nav li a small,
  .header_nav li a small {
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  header_nav li a small,
  .header_nav li a small {
    padding-top: 0.5em;
  }
}

@media (any-hover: hover) {
  header_nav li a:hover,
  .header_nav li a:hover {
    color: #47341f;
  }
}

@media (any-hover: hover) and (max-width: 980px) {
  header_nav li a:hover,
  .header_nav li a:hover {
    color: #fff;
    opacity: 0.7;
  }
}

header_entry,
.header_entry {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  font-size: 16px;
}

@media (max-width: 1400px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}

@media (max-width: 1200px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

@media (max-width: 980px) {
  header_entry,
  .header_entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}

@media (max-width: 600px) {
  header_entry,
  .header_entry {
    visibility: hidden;
  }
}

header_entry a,
.header_entry a {
  background-color: #fff;
  color: #fff;
  font-weight: bold;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0.5em;
  color: #000;
  -webkit-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}

@media (max-width: 1400px) {
  header_entry a,
  .header_entry a {
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  header_entry a,
  .header_entry a {
    padding: 0.25em 1em;
  }
}

@media (any-hover: hover) {
  header_entry a:hover,
  .header_entry a:hover {
    background-color: #000;
    color: #fff;
  }
}

@media (any-hover: hover) and (max-width: 980px) {
  header_entry a:hover,
  .header_entry a:hover {
    color: #fff;
  }
}

.js_show_nav .header_nav {
  right: 0;
}

.js_show_nav .header button .icon span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.js_show_nav .header button .icon span:nth-of-type(2) {
  opacity: 0;
  top: 50%;
}

.js_show_nav .header button .icon span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  transform: rotate(-150deg);
}

.js_on .header_nav {
  -webkit-transition: right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

body .footer {
  background-color: #000;
  padding: 70px 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

@media (max-width: 768px) {
  body .footer {
    padding: 30px 20px 100px;
  }
}

@media (max-width: 600px) {
  body .footer {
    padding: 30px 20px 110px;
  }
}

body .footer_main {
  color: #fff;
}

body .footer ul {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 980px) {
  body .footer ul {
    display: block;
  }
}

body .footer li {
  display: inline-block;
  float: none;
  line-height: 1;
}

@media (max-width: 500px) {
  body .footer li {
    display: block;
  }
}

body .footer li:nth-last-of-type(1) a span {
  border: none;
}

body .footer li a {
  padding: 0.5em 0;
  display: inline-block;
  color: #000;
  -webkit-transition: color 0.4s, opacity 0.4s;
  -o-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
  text-decoration: none;
  color: #fff;
}

body .footer li a:visited {
  color: #fff;
}

@media (any-hover: hover) {
  body .footer li a:hover {
    color: #e5b704;
    text-decoration: none;
  }
}

@media (max-width: 1200px) {
  body .footer li a {
    padding: 0.3em;
  }
}

@media (max-width: 500px) {
  body .footer li a {
    padding: 0.5em 0;
  }
}

body .footer li a span {
  border-right: 1px solid #000;
  display: inline-block;
  padding: 0 2em;
  border-right: 1px solid #fff;
}

@media (max-width: 768px) {
  body .footer li a span {
    padding: 0 1em;
    border: none;
  }
}

body .footer_copyrights {
  text-align: center;
}

body .footer_totop {
  z-index: 3;
  position: fixed;
  right: 30px;
  bottom: -150px;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  transition: bottom 1.5s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, -webkit-box-shadow 0.2s;
  -o-transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s;
  transition: opacity 0.3s, bottom 0.3s, background 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  background-color: #1a1a1a;
  width: 150px;
  height: 150px;
}

@media (max-width: 1500px) {
  body .footer_totop {
    bottom: -100px;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 980px) {
  body .footer_totop {
    width: 70px;
    height: 70px;
    right: 20px;
  }
}

@media (max-width: 600px) {
  body .footer_totop {
    width: 55px;
    height: 55px;
    right: 10px;
  }
}

@media (any-hover: hover) {
  body .footer_totop:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background-color: #3c2c1a;
  }
  body .footer_totop:hover .label {
    color: #fff;
  }
  body .footer_totop:hover .icon {
    border-color: #fff;
  }
}

body .footer_totop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

body .footer_totop .icon {
  font-size: 1%;
}

body .footer_totop .icon img {
  width: 25px;
}

@media (max-width: 980px) {
  body .footer_totop .icon img {
    width: 20px;
  }
}

@media (max-width: 600px) {
  body .footer_totop .icon img {
    width: 15px;
  }
}

body .footer_entry {
  position: fixed;
  z-index: 2;
  bottom: 200px;
  right: -150px;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

@media (max-width: 1500px) {
  body .footer_entry {
    bottom: 140px;
    right: -100px;
  }
}

@media (max-width: 980px) {
  body .footer_entry {
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body .footer_entry a {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 16px;
  padding-top: 45px;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.4s, box--shadow 0.2s;
  -o-transition: background 0.4s, box--shadow 0.2s;
  transition: background 0.4s, box--shadow 0.2s;
}

@media (max-width: 1500px) {
  body .footer_entry a {
    width: 100px;
    height: 100px;
    padding-top: 25px;
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  body .footer_entry a {
    border-radius: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7px;
  }
}

@media (any-hover: hover) {
  body .footer_entry a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background-color: #1a1a1a;
  }
}

@media (any-hover: hover) and (max-width: 980px) {
  body .footer_entry a:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

body .footer_entry1 {
  background-color: #245256;
  margin-bottom: 25px;
}

@media (max-width: 1500px) {
  body .footer_entry1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 980px) {
  body .footer_entry1 {
    margin-bottom: 0;
  }
}

body .footer_entry2 {
  background-color: #3c2c1a;
}

body .footer_entry .target {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #e5b704;
  display: block;
  font-size: 24px;
  letter-spacing: -0.05em;
}

@media (max-width: 1500px) {
  body .footer_entry .target {
    font-size: 18px;
  }
}

@media (max-width: 980px) {
  body .footer_entry .target {
    display: inline-block;
  }
}

body .footer_entry .label {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body .footer_entry .icon {
  display: inline-block;
  padding-left: 3px;
}

body .footer_entry .icon img {
  width: 27px;
}

@media (max-width: 1500px) {
  body .footer_entry .icon img {
    width: 18px;
    -webkit-transform: translateY(-0.2em);
    -ms-transform: translateY(-0.2em);
    transform: translateY(-0.2em);
  }
}

.js_nav_fixed .footer_totop {
  bottom: 25px;
}

@media (max-width: 980px) {
  .js_nav_fixed .footer_totop {
    bottom: 60px;
  }
}

@media (max-width: 600px) {
  .js_nav_fixed .footer_totop {
    bottom: 60px;
  }
}

.js_nav_fixed .footer_entry {
  right: 30px;
}

.pageid,
.result_box_ttl {
  background-color: #47341f;
}

body .header_main {
  height: auto;
}

body .footer {
  padding-top: 70px;
}

.aui .footer p,
.aui .footer a {
  color: #fff !important;
}

.result_pageid_ttl a,
.result_pageid_ttl a:hover,
.result_pageid_ttl a:active,
.result_pageid_ttl a:visited,
.result_box_ttl a,
.result_box_ttl a:hover,
.result_box_ttl a:active,
.result_box_ttl a:visited {
  color: #fff;
}

.result_number > span > span {
  color: #f74040;
}

.result_pageid_status2 {
  background-color: #f74040;
}

.step {
  background-color: #47341f;
}

.circle_head_inactive {
  background-color: #000;
}

.head-line_step,
.head-line_step_inactive {
  background-color: transparent;
}

.triangle_inactive:after,
.triangle:after {
  border-left-color: #47341f;
}

header,
.header {
  position: static;
}

header h1,
.header h1 {
  line-height: 2;
}

header_main,
.header_main {
  display: block;
}

.button_detail {
  border-color: #47341f;
  color: #000;
  -webkit-transition: border 0.3s, color 0.3s;
  -o-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
}

.button_detail:hover {
  border-color: #000;
  color: #47341f;
}

.button_application {
  background: #47341f;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  color: #fff;
}

.button_application:hover {
  background: #000;
}

.button_search {
  background: #47341f;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.button_search:hover {
  background: #000;
}

div.pagination li a {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

div.pagination li a:hover {
  background: #47341f !important;
}

div.pagination li.active a {
  background: #000 !important;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

div.pagination li.active a:hover {
  background: #47341f !important;
}
