@charset "UTF-8";
/*===========================================================
[最近の更新]
2021/04/19 headerの余白を修正しました。
===========================================================*/

body{
  padding: 81px 0 0 0 !important;
}


* {
  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: #459B64;
}
  /* テキスト */
.pageid h1 {
  /* color: #333; */
}
  /* レイアウト調整 */
@media screen and (max-width: 768px) {
  .pageid h1 {
    font-size: 18px;
  }
}

/* 検索結果・募集詳細にある「応募する」ボタン、応募入力にある「入力内容の確認」「この内容で応募する」ボタンの設定 */
  /* 背景色・テキスト */
.button_application {
  background: #459B64;
  /* 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  #000;
  color: #000;
  font-size: 12px !important;
}
.button_detail:hover {
  color: #000;
}
  /* レイアウト調整 */
.result_box_cont_02 {
  height: auto;
  zoom:1;
}
.result_box_cont_02:after {
  content: ""; 
  display: block; 
  clear: both;
}
@media screen and (max-width: 768px) {
  .button_detail {
    font-size: 130% !important;
    height: 70px !important;
    margin: 10px 0 0 0 !important;
  }
}

/* 検索結果・応募入力にある応募先電話番号の設定 */
  /* テキスト */
.tell_area p.tell_number,
.tell_area p.tell_number a {
  color: #459B64;
  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: #459B64 !important;
}
.merit,
.competence,
.treatment {
  color: #a1a1a1 !important;
  font-weight: bold;
  background-color: #fff !important;
  border: 2px solid #459B64 !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: #459B64 !important;
}

/* 求人の検索フォーム_テキスト設定 */
  /* 「検索する」ボタンの背景色、テキストの設定 */
.button_search {
  background: #459B64;
  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: #459B64;
}

/* 「おすすめ！」求人の設定 */
   /* 背景色・テキスト */
.result_pageid_status2 {
  background-color: #ff9900;
  /* color: #333; */
}

/* 求人原稿の検索結果＿見出しの設定 */
  /* 背景色 */
.result_box_ttl {
  background-color: #459B64;
}
  /* テキスト（標準） */
.result_box_ttl a {
  color: #fff;
}
  /* テキスト（カーソルホバー） */
.result_box_ttl a:hover {
  color:  #fff;
}
  /* テキスト（アクティブ） */
.result_box_ttl a:active {
  color: #fff;
}
  /* テキスト（訪問済み） */
.result_box_ttl a:visited {
  color: #fff;
}
  /* 見出しのレイアウト調整 */
.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;
  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: #ccc !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: #459B64;
}
.appeal_point .wrap_input p {
  /* color: #333; */
  font-size: 16px;
}
  /* 内容の背景色・テキスト */
.appeal_point .wrap_input_item {
  background-color: #fff;
}
.appeal_point .wrap_input_item p {
  font-size: 14px;
  color: #333;
}

/* お仕事情報・応募情報の設定 */
  /* 見出しの設定 */
.form_entry_head {
  border-bottom: 1px solid #459B64;
}
.form_entry_head h2 {
  color:#459B64 !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: #459B64;
}
  /* 不要な背景色を透明にする */
.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, .6);
}
  /* 現在のSTEP_数字の背景色・テキスト色の設定 */
.circle_head_inactive {
  background-color:rgba(255, 255, 255, .3);
}
.circle_head_number_inactive p {
  color: rgba(255, 255, 255, .6);
}
  /* 現在のSTEP以外_三角の色設定 */
.triangle_inactive:before,
.triangle_inactive:after {
  background-color: rgba(255, 255, 255, .6);
}
  /* 三角のレイアウト調整 */
.triangle:before,
.triangle:after,
.triangle_inactive:before,
.triangle_inactive:after {
  width: 50%;
  height: 2px;
  border: none;
}
.triangle:before,
.triangle_inactive:before {
  transform: rotate(45deg);
  right: 8px;
  top: 14px;
}
.triangle:after,
.triangle_inactive:after {
  transform: rotate(-45deg);
  bottom: 10px;
  right: 8px;
}

/* 応募入力_「正社員・アルバイト・パート」などステータスの設定 */
  /* 背景色・テキスト */
.box_style_01_ttl > div {
  background-color: #ccc !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;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000 !important;
}

.privacy_policy,
.infoBox_area p a {
  color: #459B64 !important;
  text-decoration: underline !important;
}

.privacy_policy:hover,
.infoBox_area p a:hover {
  color: #459B64 !important;
  text-decoration: none !important;
}

.lock {
  overflow: hidden;
}

.overlay {
  position: relative;
}

.lock .overlay:before {
  content: "";
  transition-duration: .5s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: rgba(0,0,0,0.5);
}

.header__spacer {
	height: 119px;
}

@media screen and (max-width: 767px) {
.header__spacer {
	height: 91px;
}
}
/*
.header {
  background-color: #fff;
  border-bottom: 1px solid #b8b8b8;
  position: fixed;
	height: 118px;
  z-index: 100000;
}

@media screen and (max-width: 767px) {
.header {
	height: auto;
	max-height: 100vh;
	overflow-y: scroll;
}
}
*/

.header__bar {
  border-bottom: 1px solid #eaeaea;
  padding: .5em 0;
}

.header__bar__container {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header__bar__container {
    max-width: inherit;
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
}

h1.header__description {
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  font-weight: 500;
  color: #999 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  h1.header__description {
    font-size: 10px !important;
  }
}

.header__help-link {
  display: flex;
}

@media screen and (max-width: 767px) {
  .header__help-link {
    display: none;
  }
}

.header__help-link li {
  font-size: 11px !important;
  line-height: 1;
}

.header__help-link li a{
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  font-weight: 500 !important;
  color: #333;
}

.header__help-link >li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  padding: 0 7px;
}

@media screen and (max-width: 767px) {
  .header__help-link >li:not(:last-child)::after {
    padding: 0 2px;
  }
}

.header__container {
  align-items: center;
  display: flex;
  height: 91px;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header__container {
    height: 65px;
    max-width: auto;
    padding-right: 3.125%;
    padding-left: 6.25%;
  }
}

.header__logo a {
  font-size: 14px;
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  font-weight: 500;
}

.header__logo a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .header__logo img {
    width: 40vw;
  }

  .header__logo a {
    font-size: 18px;
  }

}

.header__nav {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav li:not(:last-child) a {
  align-items: center;
  color: #333;
  display: flex;
  font-weight: bold;
  justify-content: center;
  height: 91px;
  padding: 0 15px;
  position: relative;
}

.header__nav li:not(:last-child) a:hover {
  color: #459B64;
  text-decoration: none;
}

.header__nav li:not(:last-child) a:hover::before {
  transform: rotateY(0deg);
}

.header__nav li:not(:last-child) a::before {
  transform: rotateY(90deg);
  transform-origin: 50%;
  transition-duration: .5s;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 2px;
  background: #459B64;
}

.header__nav li a {
  font-size: 14px;
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
}

.header__nav__btn {
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  background-color: #459B64;
  border: solid 1px #459B64;
  color: #fff !important;
  width: 132px;
  transition-duration: .5s;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  z-index: 1;
  padding: 14px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  font-weight: bold;
  margin-left: 28px;
  font-size: 14px;
  font-weight: 500;
}

.header__nav__btn:hover {
  background-color: #ab2240;
  text-decoration: none !important;
}

.header__nav__btn i {
  margin-right: 7px;
}

@media all and (min-width: 768px) {
  .header__menu-btn {
    display: none !important;
  }
}

.header__menu-btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 15.625vw;
  border-radius: 0;
  font-size: 0;
  vertical-align: top;
  cursor: pointer;
}

@media screen and (max-width: 767px) and (orientation: landscape) {

	.header__menu-btn {
		width: 7.8125vw;
	}
}

.header__menu-btn::before {
  display: block;
  content: '';
  padding: 100% 0 0;
}

.header__menu-btn .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-duration: .5s;
}

.header__menu-btn .bar span {
  transform-origin: 50% 50%;
  position: absolute;
  left: 25%;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 10px;
  transition-duration: .5s;
  width: 50%;
  height: 3px;
  background: #333;
}

@media screen and (max-width: 767px) and (orientation: landscape) {

	.header__menu-btn .bar span {
		height: 2px;
	}
}

.header__menu-btn .bar span:nth-of-type(1) {
  top: 40%;
}

.header__menu-btn--active .bar span:nth-of-type(1) {
  top: 50%;
  margin-top: -1.5px;
  transform: rotate(-45deg);
}

.header__menu-btn .bar span:nth-of-type(2) {
  bottom: 40%;
  margin-top: -1.5px;
}

.header__menu-btn--active .bar span:nth-of-type(2) {
  bottom: 50%;
  margin-bottom: -1.5px;
  transform: rotate(45deg);
}

.header__accordion {
  transform: rotateX(0);
  width: 100%;
  z-index: 99;
}

.header__accordion__body {
  opacity: 0;
  max-height: 0;
  transform-origin: 0 0;
  transform: rotateX(90deg);
  transition-duration: .5s;
  overflow: hidden;
  height: 100%;
  padding-right: 0;
  font-size: 16px;
  font-weight: bold;
  background: #FFF;
}

.header__accordion__body--active {
  border-top: 1px solid #b8b8b8;
  opacity: 1;
  max-height: 100%;
  transform: rotateX(0);
}

.header__accordion__nav {
  height: 100%;
}

.header__accordion__nav li {
  border-bottom: 1px solid #eaeaea;
  height: 100%;
}

.header__accordion__nav li a {
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 16px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.75;
}

.header__accordion__nav li a:hover {
  text-decoration: none;
}

.header__accordion__btn-list {
  padding: 8px 6.25% !important;
}

.header__accordion__btn-list li {
  padding: 8px 0;
}

.header__accordion__tel-btn {
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  border: solid 1px #000;
  color: #fff !important;
  background-color: #000;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  width: calc(100% - 32px);
  text-align: center;
  text-decoration: none;
  line-height: 1;
  z-index: 1;
  padding: 16px;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
}

.header__accordion__tel-btn:hover {
  text-decoration: none;
}

.header__accordion__tel-btn div {
  font-weight: bold;
}

.header__accordion__tel-btn__sub {
  color: #fff !important;
  font-size: 11px !important;
  line-height: 1 !important;
  padding-top: 6px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .header__accordion__nav li a {
    font-size: 20px;
  }
}
/*===========================================================
footerの設定
===========================================================*/
/* フッターの余白を設定 */
footer {
  padding: 0;
}
/* リンク色・文字色 */
/*
footer a,
footer p {
  color: #333 !important;
}

.footer {
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
}

.footer__pagetop a {
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  align-items: center;
  background-color: #f3f3f3;
  display: flex;
  height: 100px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer__pagetop a {
    height: 60px;
  }
}

.footer__pagetop a:hover {
  text-decoration: none;
}

.footer__pagetop a:hover .footer__pagetop__arrow {
  transform: translate(0, -5px);
}

.footer__pagetop__arrow {
  transition-duration: .5s;
  color: #459B64;
}

.footer__pagetop__text {
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .footer__pagetop__text {
    font-size: 13px !important;
  }
}

.footer__container {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 70px;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .footer__container {
    display: inherit;
    max-width: auto;
    padding: 20px 6.25%;
  }
}

.footer__ttl {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .footer__ttl {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.footer__ttl a {
  font-weight: 500;
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
}

.footer__ttl a:hover {
  text-decoration: none;
}

.footer__ttl img {
  margin-right: 28px;
  max-width: 150px;
}

@media screen and (max-width: 767px) {
  .footer__ttl img {
    margin-right: 10px;
    max-width: 35vw;
  }
}

.footer__tel {
  font-weight: 500;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .footer__tel {
    display: none;
  }
}

.footer__tel__ttl {
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  font-weight: 500;
}

.footer__tel__no {
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  color: #555 !important;
  font-size: 28px !important;
  line-height: 2;
  font-weight: bold;
}

.footer__tel__note {
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  color: #999 !important;
  font-weight: 500;
}

.footer__nav {
  display: flex;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  width: 620px;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav li a {
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  align-items: center;
  color: #333;
  display: flex;
  font-weight: bold;
  font-size: 14px;
  justify-content: center;
  padding: 15px 0;
  text-decoration: none;
}

.footer__nav li a:hover {
  color: #459B64;
  text-decoration: none !important;
}

.footer__help-link {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {

  .footer__help-link {
    justify-content: center;
    padding-top: 10px;
  }
}

.footer__help-link li a {
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  color: #333;
  font-weight: 500;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .footer__help-link li a {
    font-size: 3vw;
  }
}

.footer__help-link >li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  padding: 0 7px;
}

@media screen and (max-width: 767px) {
  .footer__help-link >li:not(:last-child)::after {
    padding: 0 4px;
  }
}

.footer__copyright {
  padding-top: 50px;
  text-align: right;
  color: #999 !important;
  font-size: 11px;
  font-weight: 500;
}

.footer__copyright small {
  font-family: "Open Sans", "Noto Sans JP", "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 10px !important;
    padding-top: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__copyright small {
    font-size: 100% !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 {
    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;
}
/*===========================================================
ページャーの調整
===========================================================*/
.list_navbar > div{
	display: block;
}