@charset "UTF-8";
/*===========================================================
[最近の更新]
2019/12/27 アコーディオン・こだわり条件のレイアウトを修正しました。
===========================================================*/
* {
  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;
}

.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: transparent;
}

.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 h1 {
  margin: 0;
}

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

/*===========================================================
検索結果のフォーム＿アコーディオンのレイアウト調整
===========================================================*/
.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 {
  float: none;
}

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

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

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

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

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

@media (max-width: 1000px) {
  .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: 900px) {
  .visible-md {
    display: block !important;
  }
}

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

img {
  vertical-align: bottom;
}

@media (max-width: 900px) {
  article {
    padding-top: 55px;
  }
}

.inner {
  max-width: 1020px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.max_width {
  max-width: 1020px;
}

.text_center {
  text-align: center;
}

.box_center {
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
}

.va-bottom {
  vertical-align: bottom;
}

.text-right {
  text-align: right;
}

@-webkit-keyframes mHover {
  0% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes mHover {
  0% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.nav {
  font-size: 20px;
  font-weight: 600;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  padding: 18px;
}

@media (max-width: 768px) {
  .nav {
    font-size: 16px;
    padding: 10px;
  }
}

@media (max-width: 600px) {
  .nav {
    font-size: 15px;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 415px) {
  .nav {
    padding: 10px 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.nav a {
  text-decoration: none;
  color: #000;
  padding: 0.75em 1em;
  display: block;
  -webkit-transition: color 0.4s, background 0.4s;
  -o-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}

@media (max-width: 768px) {
  .nav a {
    padding: 0.5em 0.75em;
  }
}

@media (max-width: 600px) {
  .nav a {
    padding: 0.5em 0.5em;
  }
}

@media (max-width: 415px) {
  .nav a {
    padding: 0.5em 0.3em;
  }
}

.nav a:hover {
  color: #289c5b;
}

.nav_entry a {
  background-color: #ffa200;
  border-radius: 50px;
  color: #fff;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: 1em;
}

@media (max-width: 768px) {
  .nav_entry a {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (max-width: 415px) {
  .nav_entry a {
    margin-left: 0.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

.nav_entry a:hover {
  color: #fff;
  background-color: #289c5b;
}

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #fff;
}

@media (max-width: 768px) {
  .header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.js_nav_fixed .header {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*
header {}

// @include xl {
.js_nav_fixed {
    header {
        // position: fixed;
        // top: 0;
        // z-index: 999;
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .block_hero {
        // margin-bottom: 77px;
    }
}

// }

// ハンバーガートグル
// ------------------------------------------------------------
body,
article,
footer,
.block_hero {
    transition: filter 0.5s, opacity 0.5s, background 0.5s;
}

@include md {
    body.js_show_nav {

        article,
        footer,
        .block_hero {
            filter: blur(3px) brightness(80%);
            opacity: 0.5;
        }


        header {
            .entry {
                // display: block;
            }

            button {
                &>span {
                    transform: rotate(180deg);

                    span {

                        &:nth-of-type(1) {
                            transform: rotate(45deg);
                            left: 0px;
                            top: 10px;
                        }

                        &:nth-of-type(2) {
                            opacity: 0;
                        }

                        &:nth-of-type(3) {
                            transform: rotate(-45deg);
                            left: 0px;
                            top: 10px;
                        }
                    }
                }
            }

            nav {
                opacity: 1;
                top: 50px;
                // display: block;
                transition: top 0.4s 0.1s, opacity 0.1s 0s;

                ul {
                    // display: block;
                }
            }

            .header_hit {
                height: 100vh;
                background-color: rgba(255, 255, 255, 0.95);
            }
        }
    }
}

// -------------------------------------------------------
body .header {

    @include md {
        .header_main {
            padding-top: 0;
        }

        h1 {
            flex: 0 0 100%;
            margin: 0;
            padding-top: 1px;
            position: relative;
            z-index: 1;
            // text-align: center;
            width: 100%;

            img {
                width: 37px;
            }
        }

        nav {
            display: block;
            position: absolute;
            box-sizing: border-box;
            width: 100%;
            left: 0;
            top: -1000px;
            padding: 20px 15px 20px;
            opacity: 0;
            transition: top 0.4s $easeInOutQuad, opacity 0.2s;
            font-size: 16px;

            ul {
                // display: block;
                // padding: 0;
            }

            li {
                // text-align: center;
                // display: block;
                // padding-right: 0;

                // a {
                //     padding: 0.5em;
                //     display: block;
                //     padding: 0.3em 1em;
                //     color: $COLOR_RED
                // }

                &.entry_overray {
                    position: relative;

                    .entry_bg {
                        top: 0.3em;
                        right: auto;
                        left: 50%;
                        transform: skewX(-20deg) translateX(-50%);
                        height: 50px;
                        width: 200px;
                    }
                }
            }
        }

        p {
            position: static;
            text-align: center;
            padding-top: 1em;

            a {
                margin-left: auto;
                margin-right: auto;
                width: 15em;
                max-width: 15em;
                padding: 10px 20px 12px;
            }
        }

        button {
            @include md {
                display: block;
            }
        }
    }
}


// -------------------------------------------------------

// body {
header {
    transition: top 0.5s;

    img {
        vertical-align: middle;
    }

    @include md {
        &.header {
            position: fixed;
            z-index: 999;
            width: 100%;
            height: 50px;
            padding: 0;
            box-sizing: border-box;
            transform: translateY(0);
        }
    }

    .header_hit {
        display: block;
        height: 0;
        height: 50px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    // ボタン
    button {
        display: none;
        border: none;
        outline: none;
        background-color: #fff;
        width: 50px;
        height: 50px;
        padding: 0;
        position: absolute;
        right: 0px;
        top: 0;
        z-index: 10;

        @include md {
            &>span {
                width: 24px;
                height: 24px;
                left: 13px;
                top: 13px;
            }

            span {
                position: absolute;
                display: block;
                transition: transform 0.3s, top 0.3s, left 0.3s, opacity 0.3s;

                span {
                    border-top: 2px solid $COLOR_BLUE;
                    width: 24px;
                    height: 0;
                    left: 0;

                    &:nth-of-type(1) {
                        top: 4px;
                    }

                    &:nth-of-type(2) {
                        top: 11px;
                    }

                    &:nth-of-type(3) {
                        top: 18px;
                    }
                }
            }
        }
    }
}

// }

// -------------------------------------------------------
// body {
.header {
    width: 100%;
    height: 110px;
    background: rgba(255, 255, 255, 1);
    transition: background 1s;

    @include xxl {
        height: 100px;
    }

    .inner {
        position: absolute;
        width: 100%;
        height: 50px;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    position: fixed;
    z-index: 100;
    top: 0;

    &_main {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    h1 {

        img {
            width: 88px;
        }
    }

    nav {
        display: flex;
        align-items: center;
        font-size: 15px;

        ul {
            line-height: 1;
            display: flex;

            @include md {
                display: block;
            }

            li {
                padding-right: 3.3em;

                @include xl {
                    padding-right: 1.5em;
                }

                @include md {
                    padding-right: 0;
                    margin-top: 1em;
                    margin-bottom: 1.5em;
                }

                &:nth-of-type(1) {
                    a em {
                        color: #114496;

                        &::after {
                            background-color: #114496;
                        }
                    }
                }

                &:nth-of-type(2) {
                    a em {
                        color: #f68c40;

                        &::after {
                            background-color: #f68c40;
                        }
                    }
                }

                &:nth-of-type(3) {
                    a em {
                        color: #eeb838;

                        &::after {
                            background-color: #eeb838;
                        }
                    }
                }

                &:nth-of-type(4) {
                    a em {
                        color: #e77972;

                        &::after {
                            background-color: #e77972;
                        }
                    }
                }
            }

            a {
                transition: color 0.3s;
                display: block;
                text-align: center;

                em {
                    font-size: 25px;
                    font-style: normal;
                    font-weight: bold;
                    display: block;
                    position: relative;
                    padding-bottom: 0.2em;
                    margin-bottom: 0.2em;

                    @include md {
                        font-size: 22px;
                        margin-bottom: 0.1em;
                    }

                    &::after {
                        @include addBeforeAfter;
                        position: absolute;
                        bottom: 0;
                        left: 50%;
                        transform: translateX(-50%);
                        width: 0;
                        height: 3px;
                        // background-color: $COLOR_RED;
                        transition: width 0.3s;
                    }
                }

                span {
                    color: $COLOR_BLACK;
                    font-size: 15px;

                    @include md {
                        font-size: 14px;
                    }
                }

                &:hover {
                    em {
                        &:after {
                            width: 100%;
                        }
                    }
                }
            }
        }

    }

    p {
        margin-left: 1.5em;

        a {
            display: block;
            width: 160px;
            background: $COLOR_BLUE;
            color: #fff;
            // border: 2px solid $COLOR_BLUE;
            text-align: center;
            padding: 0.3em;
            transition: background 0.5s, color 0.5s, box-shadow 0.5s;
            text-align: center;
            box-sizing: border-box;

            em {
                display: block;
                font-size: 20px;
                font-style: normal;
                font-weight: bold;
                transition: color 0.5s;
            }

            .text {
                font-size: 15px;
                transition: color 0.5s;
            }

            &:hover {
                background-color: $COLOR_BLUE_LITE2;
                box-shadow: 0 0 7px rgba($COLOR_BLUE, 0.3);

                em,
                .text {
                    // color: $COLOR_BLUE;
                }

            }
        }
    }
}



// }

.js_nav_fixed {
    .header {
        // transform: translateY(0);
        background: rgba(255, 255, 255, 0.9);
    }
}


// --------------------------------------------------------------
// 一覧用

.aui {
    .header h1 span {
        // transform: translateY(0.2em);
    }
}
*/
body .footer {
  padding: 60px 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  body .footer {
    padding: 50px 0;
  }
}

@media (max-width: 600px) {
  body .footer {
    padding: 40px 0;
  }
}

body .footer .inner {
  max-width: 100%;
  position: relative;
  font-size: 16px;
}

body .footer_main {
  text-align: center;
}

body .footer_main a {
  color: #000;
  -webkit-transition: color 0.5s, opacity 0.5s;
  -o-transition: color 0.5s, opacity 0.5s;
  transition: color 0.5s, opacity 0.5s;
  padding: 0.5em 0;
  display: inline-block;
}

body .footer_main a:hover {
  color: #289c5b;
}

body .footer_main ul {
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  body .footer_main ul {
    margin-bottom: 20px;
  }
}

body .footer_main li {
  display: inline-block;
  line-height: 1;
}

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

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

@media (max-width: 600px) {
  body .footer_main li span {
    border: none;
  }
}

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

body .footer_main p {
  font-size: 13px;
}

body .footer_totop {
  position: fixed;
  right: 15px;
  bottom: -100px;
  width: 90px;
  height: 90px;
  background: #ffa200;
  text-align: center;
  border-radius: 50px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1), background 0.4s;
  -o-transition: bottom 1.5s cubic-bezier(1, 0, 0, 1), background 0.4s;
  transition: bottom 1.5s cubic-bezier(1, 0, 0, 1), background 0.4s;
}

body .footer_totop a {
  display: block;
}

body .footer_totop:hover {
  background-color: #289c5b;
}

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

body .footer_totop img {
  width: 24px;
}

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

.js_nav_fixed .footer_totop {
  bottom: 15px;
}

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

/*
//* // Enterボタン固定版。Enterボタンどうするか決まったら解除
.footer {
    position: relative;

    &_fix {
        // border: 1px solid red;
        position: fixed;
        pointer-events: none;
        display: flex;
        justify-content: flex-end;
        right: 0;
        bottom: -220px;
        z-index: 1;
        padding: 20px;
        box-sizing: border-box;
        transition: bottom 0.75s;

        @include md {
            width: 100%;
            justify-content: space-between;
            background: #fff;
            padding: 0;
            bottom: 0px;
            font-size: 16px;
        }

        @include mds {
            font-size: 15px;
            font-weight: bold;
        }

        // @include mds {
        //     padding: 0;
        // }

        a {
            pointer-events: visible;
        }
    }

    &_totop {
        box-sizing: border-box;
        margin: 0 auto;
        transition: bottom 0.75s;
        flex: 0 0 65px;

        @include mds {
            flex: 0 0 50px;
        }

        a {
            margin-left: auto;
            display: block;
            width: 65px;
            height: 65px;
            position: relative;
            overflow: hidden;
            transition: background 0.3s, box-shadow 0.3s, color 0.3s;
            text-align: center;
            text-align: center;
            box-sizing: border-box;
            box-shadow: 0 2px 7px rgba(0, 0, 0, 0), 0 2px 15px rgba(0, 0, 0, 0);

            // @include mds {
            //     width: 50px;
            //     height: 50px;
            // }

            @include md {
                background: #4784c1;
                color: #fff;
                width: 110px;

                .icon {
                    display: block;
                    text-align: center;
                    padding: 10px 0 3px;

                    img {
                        width: 20px;
                        margin-left: auto;
                        margin-right: auto;
                    }
                }
            }

            @include mds {
                height: 50px;

                .icon {
                    padding: 7px 0 2px;

                    img {
                        width: 13px;
                    }
                }
            }

            &:hover {
                box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1), 0 2px 15px rgba(0, 0, 0, 0.05);
            }
        }
    }

    &_entry {
        display: none;
        padding: 0;
        box-sizing: border-box;
        margin: 0 auto;
        transition: bottom 0.75s;
        flex: 0 1 99%;
        // font-size: 18px;

        @include md {
            display: block;
        }

        @include mds {
            left: 0px;
        }

        a {
            margin-right: 15px;
            display: block;
            background-color: $COLOR_RED;
            border: 2px solid $COLOR_RED;
            color: #fff;
            text-align: center;
            transition: background 0.5s, color 0.5s, opacity 0.5s;
            font-weight: bold;
            position: relative;
            text-align: center;
            box-sizing: border-box;
            padding: 1.15em 1em;


            @include md {
                margin-right: 1px;
            }

            @include mds {
                padding: 0.78em 1em;
                // margin-right: 1px;
            }

            &:hover {
                opacity: 0.7;
                // background: #fff;
                // color: $COLOR_RED;

                // .delta {
                //     border-color: $COLOR_RED;
                // }
            }

            .icon {
                display: inline-block;
                padding-right: 7px;
                font-size: 0;
                transform: translateY(2px);

                @include mds {
                    transform: translateY(1px);
                    padding-right: 3px;
                }

                img {
                    width: 25px;

                    @include mds {
                        width: 20px;
                    }
                }
            }

            .delta {
                position: absolute;
                right: 15px;
                top: 50%;
                transform: translateY(-50%) rotate(45deg);
                // font-size: 1%;
                line-height: 0;
                border-right: 2px solid #fff;
                border-top: 2px solid #fff;
                width: 7px;
                height: 7px;
                transition: border 0.5s;
            }
        }
    }
}


.js_nav_fixed {
    .footer {

        &_fix {
            bottom: 0px;
        }
    }
}
*/
.aui .pageid h1 {
  color: #333;
}

body .header {
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  height: 85px;
  height: auto;
}

body .header .inner {
  position: static;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

@media (max-width: 768px) {
  body .header .inner {
    padding: 0;
  }
}

body .header p {
  margin: 0;
  color: #fff;
}

body .header h1 {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  font-size: 20px;
  font-weight: bold;
}

body .header h1 a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 1000px) {
  body .header h1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

body .header h1 img {
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 900px) {
  .aui footer .footer_main .logo {
    top: 40%;
    width: 15vw;
  }
  .aui footer .footer_main .logo a {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .aui footer .footer_main .logo {
    width: 100%;
  }
}

.aui footer li {
  float: none;
}

.aui footer .inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aui footer ul {
  padding-left: 0;
}

.aui footer dd,
.aui footer dt {
  margin-left: 0;
  line-height: 1.6;
}

.aui footer a {
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.aui footer a:visited, .aui footer a:active {
  text-decoration: none;
}

.aui footer a:hover {
  opacity: 0.8;
}

.aui .pageid,
.aui .step {
  background-color: #289c5b;
}

.aui .pageid h1,
.aui .step h1 {
  color: #fff;
}

.result_box_ttl {
  background-color: rgba(255, 247, 193, 0.74);
}

.table_style_01 th,
.table_style_02 th {
  background-color: rgba(255, 246, 209, 0.5);
}

.tell_area p.tell_number,
.tell_area p.tell_number a {
  color: #ffa200;
}

.aui a {
  color: rgba(40, 156, 91, 0.7);
}

.aui a:visited, .aui a:active {
  color: #000;
}

.aui a:hover {
  color: #289c5b;
}

.result_box_ttl a {
  color: #000;
}

.result_box_ttl a:active, .result_box_ttl a:visited {
  color: #000;
}

.button_detail {
  border-color: #289c5b;
  color: #289c5b;
  -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: rgba(40, 156, 91, 0.7);
  color: rgba(40, 156, 91, 0.7);
}

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

.button_application:hover {
  background: rgba(40, 156, 91, 0.7);
}

.button_search {
  background: #289c5b;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.button_search:hover {
  background: rgba(40, 156, 91, 0.7);
}

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

div.pagination li a:hover {
  background: rgba(40, 156, 91, 0.7) !important;
}

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

div.pagination li.active a:hover {
  background: rgba(40, 156, 91, 0.7) !important;
}
