@charset "utf-8";
/*==============================
  ここから共通系のデザイン設定
================================ */
/* カラー変数 */
:root {
  /* メイン */
  --color-primary: #3877C5;
  /* サブカラー */
  --color-secondary: #e4e4e4;
  /* ポイントカラー */
  --color-point: #F9584D;
  /* 背景 */
  --color-bg: #f4f5f8;
  /* テキスト（強） */
  --color-text-strong: #685d5b;
  /* テキスト（メイン） */
  --color-text: #000000;
  /* 白 */
  --color-white: #ffffff;
}
/* 共通スタイル */
body {
  -webkit-text-size-adjust: 100% !important;
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
  a, button {
    transition: linear .25s;
  }
  a:hover, button:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: .6;
  }
}
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}
/* 個別設定：共通ボタンスタイル */
.btn-center {
  padding: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  .btn-center {
    padding: 20px 0 30px;
  }
}
a.btn:not(.btn-primary):not(.btn-default):not(.btn-xs) {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal !important;
  background-color: var(--color-white);
  border: solid 2px var(--color-primary);
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  border-radius: 10px;
  padding: 2px 40px 0 24px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.btn:not(.btn-primary):not(.btn-default):not(.btn-xs) {
    font-size: 16px;
    padding: 2px 36px 0 18px;
  }
}
a.btn:not(.btn-primary):not(.btn-default):not(.btn-xs), a.btn:not(.btn-primary):not(.btn-default):not(.btn-xs) * {
  color: var(--color-text-strong);
}
.btn-center a.btn {
  max-width: 500px;
  min-height: 70px !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn-center a.btn {
    min-height: 60px !important;
  }
}
a.btn:not(.btn-primary):not(.btn-default):not(.btn-xs)::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 4px solid var(--color-primary);
  border-right: 4px solid var(--color-primary);
  transform: translate(-50%, -50%) rotate(45deg);
  top: calc(50% - 1px);
  right: 19px;
}
@media screen and (max-width: 767px) {
  a.btn:not(.btn-primary):not(.btn-default):not(.btn-xs)::before {
    right: 10px;
    border-top: 3px solid var(--color-primary);
    border-right: 3px solid var(--color-primary);
    width: 12px;
    height: 12px;
  }
}
a.btn:not(.btn-primary):not(.btn-default):not(.btn-xs) span {
  display: inline-block;
}
/* --- 共通系のデザイン設定ここまで --- */
/*==============================
  ここから調整済みスタイル
================================ */
#jobSearch .btn {
  white-space: normal !important;
  text-align: left;
  overflow-wrap: anywhere;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
.row {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
body.jfml-body {
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div.jfml-container {
  background-color: #FFF !important;
  color: #000;
  padding: 0;
  margin: 0;
}
div.jfml-header-logo {
  float: right;
  margin-bottom: 10px;
}
h1.jfml-header-title {
  clear: both;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  text-align: right;
}
div.jfml-footer {
  padding: 0;
}
div.jfml-contents {
  max-width: 1020px;
  width: 100%;
  padding: 0 10px;
  padding-bottom: 80px !important;
  margin: 0 auto;
  float: none;
}
div.jfml-topheader {
  text-align: center;
}
div.jfml-jobpheader {
  text-align: center;
}
div.jfml-entryheader {
  text-align: center;
}
div.jfml-top-mainimg img {
  margin: 0 auto;
}
div.jfml-listbtn-block {
  padding: 20px;
  text-align: center;
}
div.panel.panel-default.jfml-panel div.panel-body.row div.col-sm-4 button.btn.btn-info.btn-block.hidden-xs {
  display: block !important;
}
a.jfml-listbtn {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: bold;
  width: 250px;
  font-size: 18px;
  margin: 0 auto;
  white-space: normal !important;
}
h2.jfml-heading-bar {
  background-color: #5599EE;
  color: #FFF;
  font-size: 22px;
  height: 46px;
  line-height: 46px;
  margin: 0px 0px 10px;
  padding-left: 30px;
  text-align: left;
  font-weight: bold;
}
div.jfml-arealinks {
  margin: 0 15px 15px 15px;
}
div.jfml-arealinks-line {
  border-bottom: dotted 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.jfml-arealinks-region {
  font-size: 16px;
  font-weight: bold;
}
div.jfml-arealinks-prefecture ul {
  padding-left: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
div.jfml-arealinks-prefecture ul li {
  margin: 0px;
  list-style: outside none none;
  display: inline-block;
  padding: 0 6px 0;
  font-size: 14px;
}
div.jfml-arealinks-prefecture ul li+li {
  border-left: solid 1px;
}
div.jfml-horizontallinks {
  text-align: right;
  padding: 5px;
}
div.jfml-horizontallinks ul {
  padding-left: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
div.jfml-horizontallinks ul li {
  margin: 0px;
  list-style: outside none none;
  display: inline-block;
  padding: 0px 6px 0px 6px;
  font-size: 14px;
}
div.jfml-horizontallinks ul li+li {
  border-left: solid 1px;
}
div.jfml-socialbuttons {
  box-sizing: border-box;
  padding: 0px;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
div.jfml-socialbuttons ul {
  display: flex;
  float: none;
  padding: 0 10px;
}
div.jfml-socialbuttons ul li {
  display: inline;
  float: left;
  height: 21px;
  line-height: 1;
  font-size: 0;
}
div.jfml-socialbuttons ul li+li {
  margin-left: 10px;
}
div.jfml-introduction-summary {
  margin: 0 15px 15px 15px;
}
div.jfml-introduction-block {
  margin: 0 15px 15px 15px;
}
h3.jfml-introduction-heading {
  color: #014099;
  font-size: 18px;
  line-height: 1;
  padding: 5px;
  font-weight: bold;
  border-bottom: 1px solid #014099;
}
span.jfml-faq-answer-mark {
  color: #E51F02;
  font-size: 14px;
  font-weight: bold;
  padding-right: 4px;
}
div.jfml-top-link {
  margin: 0px 20px 20px 0px;
  text-align: right;
}
div.jfml-top-link a {
  color: #333;
  font-size: 15px;
  text-decoration: none !important;
}
div.jfml-top-link span {
  color: #5599EE !important;
  padding-right: 4px;
}
div.jfml-copyright {
  background-color: #014099;
  font-size: 11px;
  line-height: 22px;
  color: #FFF;
  text-align: center;
  margin: 0 -15px 0 -15px;
}
div.jfml-poweredby {
  background-color: #014099;
  font-size: 11px;
  line-height: 22px;
  color: #FFF;
  text-align: right;
  margin: 0 -15px 0 -15px;
  padding: 0 15px 5px 0;
}
div.jfml-poweredby a {
  color: #FFF;
}
.show, .col-md-12 {
  padding: 0;
}
.col-md-12 {
  width: 100%;
}
div.jfml-result-header {
  border-bottom: 2px solid gray;
  margin: 15px 0;
  padding: 0px 5px;
  font-size: 15px;
}
div.jfml-result-header .all {
  font-size: 20px;
}
div.jfml-result-header span.number {
  color: var(--color-point);
}
div.jfml-panel {
  border-color: #999;
}
div.jfml-panel-heading {
  cursor: pointer;
  background-color: #CCC !important;
}
div.jfml-panel-heading .workplace:after {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  float: right;
  color: grey;
}
.jfml-btn-apply {
  border-style: none;
  background-color: var(--color-point);
}
.jfml-btn-detail {
  border-style: none;
  background-color: var(--color-primary);
}
div.jfml-panel-info {
  cursor: pointer;
  border-style: none;
  margin: 10px;
}
div.jfml-panel-info .panel-heading {
  background-color: #DDD;
  border-style: none;
}
div.jfml-panel-info .list-group-item:after {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  float: right;
  color: grey;
}
div.jfml-panel-info .list-group-item.collapsed:after {
  content: "\e114";
}
.panel-body .treatment, .panel-body .merit, .panel-body .timeSlot {
  color: var(--color-text-strong);
}
.panel-body.row {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* --- 調整済みスタイルここまで --- */
/*==============================
  ここからヘッダー
================================ */
.h1-contents {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  max-width: calc((100% - 20px)/2);
}
@media screen and (max-width: 1160px) {
  .h1-contents {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 950px) {
  .h1-contents {
    flex-direction: column;
    gap: 0;
  }
  .h1-contents .header-h1 h1 {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
#header img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #header {
    padding: 0 10px;
  }
  header {
    padding: 0;
  }
}
header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 30px;
}
@media screen and (max-width: 1160px) {
  header .header-inner {
    flex-wrap: wrap;
    padding: 20px 30px 10px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 20px 0 10px;
  }
}
.header-logo {
  max-width: 190px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header-logo {
    max-width: 177px;
    width: 100%;
    margin: 0 auto;
  }
}
.header-h1 h1 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .header-h1 h1 {
    text-align: center;
  }
}
/* ヘッダーナビ */
.jfml-language-bar {
  max-width: 510px;
  width: 100%;
}
.language-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .jfml-language-bar {
    max-width: 455px;
  }
  .language-list {
    gap: 5px;
  }
}
@media screen and (max-width: 950px) {
  .jfml-language-bar {
    margin: auto;
  }
}
.language-list li {
  max-width: 120px;
  width: 100%;
  display: block;
}
.language-list li>a, .language-list li>span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  width: 100%;
  min-height: 30px;
  padding: 2px 12px 0;
  border-radius: 5px;
  background-color: var(--color-secondary);
  color: var(--color-text-strong);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
}
.language-list li>span {
  position: relative;
  color: var(--color-white);
  background-color: #9C9C9C;
}
.language-list li>span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 3px);
  left: 10px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--color-white);
}
@media screen and (max-width: 767px) {
  .language-list li>a, .language-list li>span {
    font-size: 12px;
    letter-spacing: -0.07em;
    min-height: 25px;
  }
  .language-list li>span::before {
    left: 8px;
  }
}
@media (hover: hover) {
  .language-list li>a:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    opacity: 1;
  }
}
/* --- ヘッダーナビここまで --- */
/*==============================
  ここからフッター
================================ */
/* フッター */
#footer img, footer img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#footer {
  padding: 0;
}
footer {
  width: 100%;
  background-color: var(--color-primary);
  padding: 35px 20px 40px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 35px 20px 30px;
  }
}
footer * {
  color: var(--color-white);
}
footer a:hover {
  color: var(--color-white);
}
footer p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
}
footer p .small {
  text-align: center;
  font-size: 14px;
}
/* --- フッターここまで --- */
/* 案件詳細 地図 */
#map_canvas {
  width: 100%;
  height: 350px;
  margin: 10px 0px;
}
/* 入力フォーム 大見出し */
div.jfml-entryform h4 {
  margin: 20px 0px 0px;
}
div.jfml-entryform .confirm-ttl {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  div.jfml-entryform .confirm-ttl {
    font-size: 18px;
  }
}
div.jfml-entryform .confirm-sub-ttl {
  font-size: 16px;
  font-weight: bold;
}
.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
/* 入力フォーム */
div.jfml-entryform {
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  div.jfml-entryform .col-xs-10 {
    width: 100%;
  }
}
/* 入力フォーム 必須マーク */
.jfml-entryform-require:after {
  content: "*";
  color: red;
}
/* 入力フォーム 項目間の罫線 */
.jfml-entryform-line-sm {
  margin: 20px 40px;
  border-bottom: 1px dotted gray;
}
/* 入力フォーム 項目間の罫線 */
.jfml-entryform-line-xs {
  margin: 20px 0px;
  border-bottom: 1px dotted gray;
}
/* 入力フォーム 項目入力エラーメッセージ */
.jfml-entryform-alert {
  margin-top: 10px;
}
/* 入力確認 */
.confirm-txt {
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
a.confirm-txt {
  text-decoration: underline;
}
/* エントリー完了 */
div.jfml-entryform-complete {}
.completed-txt {
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
/* パンくず */
.jfml-breadcrumb {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #f5f5f5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .jfml-breadcrumb {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.breadcrumb {
  box-sizing: border-box;
  max-width: 1020px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  background-color: transparent;
}
/* 入力フォーム 埋め込み */
.col-sm-12.jfml-entryform-confirm {
  overflow-x: auto;
  height: 200px;
  margin: 50px 0;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 10px;
}