
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */

*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  overflow: visible; /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
  -webkit-text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit; /* 2 */
  color: inherit;
  border-radius: 0;
  background: transparent;
  font: inherit;
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/*==============================================================================================================================================================================================
*
*
* レスポンシブ
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
* useful
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
* プロジェクト毎の設定
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
*カラー管理
*
*
==============================================================================================================================================================================================*/
/*テーマカラー*/
/*サブテーマカラー*/
/*テキストカラー*/
/*白*/
/*灰色ベースカラー*/
/*その他*/
/*==============================================================================================================================================================================================
*
*
*基本設定
*
*
==============================================================================================================================================================================================*/
/* Common */
html {
  overflow: auto;
  height: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  overflow: hidden;
  min-width: 100%;
}

.inner {
  margin: 0 auto;
}

* {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
}

/*---------------
*
*
*
/*---------------
*
* デフォルトフォントサイズ設定
*
/*---------------
*
*
*
---------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.6;
}

/************************************************************
/* font
/************************************************************/
/* text-align */
.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

/* font color */
.red {
  color: #ff0000;
}

.magenta {
  color: #ff0072;
}

.yellow {
  color: #e8d900;
}

.yellow2 {
  color: yellow;
}

.blue {
  color: #1d2088;
}

.lblue {
  color: #00ffff;
}

.sblue {
  color: #009485;
}

.gold {
  color: #9f8800;
}

.navy {
  color: #006499;
}

.gray {
  color: #8a8a8a;
}

.green {
  color: #00b300;
}

/* background color */
.yb {
  background: #ffff99;
}

.rb {
  background: #e60012;
}

.gb {
  background: #cacaca;
}

.lgb {
  background: #c7ff00;
}

.lbb {
  background: #00ffff;
}

.bb {
  background: #1d2088;
}

/* border */
.border_r {
  display: inline-block;
  border-bottom: solid 4px #e60012;
  line-height: 1.6;
}

.dotted {
  text-emphasis: filled dot #000;
  -webkit-text-emphasis: filled dot #000;
}

.dotted_r {
  text-emphasis: filled dot #f00;
  -webkit-text-emphasis: filled dot #f00;
}

/* etc */
.fontS {
  font-size: 0.8em;
}

.fontM {
  font-size: 1.2em;
}

.fontL {
  font-size: 1.4em;
}

.fontLL {
  font-size: 1.8em;
}

.fontBig {
  font-size: 2em;
}

.fontBig2 {
  font-size: 2.3em;
}

.fontBig3 {
  font-size: 2.8em;
}

b {
  font-weight: bold;
}

.bold {
  font-weight: 600;
}

.grey1 {
  color: #7f7f7f;
}

.grey2 {
  color: #595959;
}

.amikake {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fcff80));
  background: linear-gradient(transparent 0%, #fcff80 0%);
}

.underline {
  text-decoration: underline;
}

.uchikeshi {
  text-decoration: line-through;
}

.center {
  text-align: center;
}

a, a:link {
  text-decoration: none;
}

/************************************************************
/* 余白
/************************************************************/
.mt120 {
  margin-top: 120px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

/************************************************************
/* line-height
/************************************************************/
.lh14 {
  line-height: 1.4;
}

.lh16 {
  line-height: 1.6;
}

.lh2 {
  line-height: 2;
}

.radius {
  border-radius: 5px;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.mt2 {
  margin-top: 2em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.pt2 {
  padding-top: 2em !important;
}

.pt4 {
  padding-top: 4em !important;
}

.pb2 {
  padding-bottom: 2em !important;
}

.pb4 {
  padding-bottom: 4em !important;
}

/*==============================================================================================================================================================================================
*
*
*アニメーション
*
*
==============================================================================================================================================================================================*/
/*blink*/
.blink {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*bounce-in*/
.bounce-in {
  -webkit-animation: bounce-in 1.8s;
  animation: bounce-in 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes bounce-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  90% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounce-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  90% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation: pulse 1.5s ease-in-out infinite;
  animation: pulse 1.5s ease-in-out infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*==============================================================================================================================================================================================
*
*
*レスポンシブ
*
*
==============================================================================================================================================================================================*/
.pc {
  display: inline;
}
@media (max-width: 900px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 900px) {
  .sp {
    display: inline;
  }
}

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

.spi {
  display: none;
}
@media (max-width: 900px) {
  .spi {
    display: block;
  }
}

/*==============================================================================================================================================================================================
*
*
* 全体共通
*
*
==============================================================================================================================================================================================*/
body {
  color: #151515;
}

.inner {
  max-width: 1024px;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .inner {
    max-width: 100%;
  }
}

.human_inner {
  max-width: 1024px;
  margin: auto;
  padding: 0 185px;
}
@media (max-width: 900px) {
  .human_inner {
    max-width: 100%;
  }
}

.facility_inner {
  max-width: 1024px;
  margin: auto;
  padding: 0 185px;
}
@media (max-width: 900px) {
  .facility_inner {
    max-width: 100%;
  }
}

.headline {
  color: #000;
  font-family: serif;
  font-size: 3rem;
  line-height: 1.5;
}

a:hover {
  opacity: 0.8;
}

/*==============================================================================================================================================================================================
*
*
*Parts
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
* FV
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
* section - 共通
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
* section - module
*
*
==============================================================================================================================================================================================*/
/*---------------
*
*
*
/*---------------
*
* module1
*
/*---------------
*
*
*
---------------*/
/*==============================================================================================================================================================================================
*
*
* section - section毎の設定
*
*
==============================================================================================================================================================================================*/
/*---------------
*
*
*
/*---------------
*
* じんざいプラス　index
*
/*---------------
*
*
*
---------------*/
#index_keyvisual .inner .thought_jinzaiplus {
  background-image: url(/../images/about_jinzaiplusimg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 287px;
  position: relative;
  margin-bottom: 50px;
}
#index_keyvisual .inner .thought_jinzaiplus .nextbtnbox .nextbtn {
  position: absolute;
  bottom: 30px;
  right: 140px;
}

#main .inner .employment_type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
}
#main .inner .employment_type_list li {
  width: 24%;
  padding: 40px 30px;
  border-radius: 10px;
}
#main .inner .employment_type_list li:nth-of-type(1) {
  background-color: #f28f8f;
}
#main .inner .employment_type_list li:nth-of-type(2) {
  background-color: #fcd763;
}
#main .inner .employment_type_list li:nth-of-type(3) {
  background-color: #d9e021;
}
#main .inner .employment_type_list li:nth-of-type(4) {
  background-color: #83deea;
}
#main .inner .facility .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main .inner .facility .list_box .facility_type_list01 {
  text-align: center;
}
#main .inner .facility .list_box .facility_type_list01 li {
  line-height: 3;
}
#main .inner .new_job .multiple-items {
  margin-top: 30px;
}
#main .inner .new_job .multiple-items .slider_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
}
#main .inner .new_job .multiple-items .slider_list li {
  width: 25%;
}
#main .inner .new_job .multiple-items .slider_list li .slider_text {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 2;
}

/*---------------
*
*
*
/*---------------
*
* じんざいプラス　human_search.html
*
/*---------------
*
*
*
---------------*/
/*==============================================================================================================================================================================================
*
*
*Parts（共通）
*
*
====================================================================================*/
.human_headline {
  height: 53px;
  margin-bottom: 20px;
  padding: 8px 0 15px;
  color: #ff5984;
  background-image: url(/../images/humansearch/headlinebg.png);
  background-repeat: no-repeat;
  font-size: 2.1rem;
}

.human_text {
  color: #8b5c29;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.human_text_c {
  text-align: center;
  color: #8b5c29;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

/*==============================================================================================================================================================================================
*
*
* human_main
*
*
==============================================================================================================================================================================================*/
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  /* nav全体の幅と余白調整（任意） */
  /* ulの設定：ナビメニューを横並びに */
  /* すべてのliの中のaタグに共通する縦レイアウトと中央揃え */
}
#header .logobox {
  width: 60%;
}
#header .header_nav {
  width: 40%;
  margin-top: 20px;
}
#header .header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; /* 右寄せ。centerにすると中央寄せ */
  margin: 0 50px 0 0; /* 右に少しマージン */
  padding: 0;
  list-style: none;
  gap: 40px; /* li同士の間隔 */
}
#header .header_nav_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 横方向中央揃え */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 縦並び */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 縦方向中央揃え（必要なら） */
  text-align: center;
  text-decoration: none;
  color: #ff5984;
  font-size: 1.6rem;
  /* ログイン・お気に入りの画像サイズ */
  /* テキストの調整（任意） */
}
#header .header_nav_list li a .login_img img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px; /* 画像とテキストの間隔 */
}
#header .header_nav_list li a .login_text {
  font-size: 1.4rem;
}

#human_keyvisual {
  width: 100%;
  background-color: #fff6eb;
  height: 165px;
}
#human_keyvisual .human_keyvisual_img {
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#human_main {
  margin-top: 65px;
}
#human_main .human_inner .mail_box {
  height: 90px;
  margin: 30px 0;
  padding: 10px 0;
  background-image: url(/../images/humansearch/mailbg.png);
  background-repeat: no-repeat;
}
#human_main .human_inner .mail_box .mail_box_img {
  margin: 0 auto;
}
#human_main .human_inner .flow_wrap {
  margin-bottom: 50px;
}
#human_main .human_inner .flow_wrap .flow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 92px;
  padding: 5px 10px 10px 10px;
  background-image: url(/../images/humansearch/mailbg.png);
  background-repeat: no-repeat;
}
#human_main .human_inner .flow_wrap .flow_box .flow_left .flow_left_img {
  margin-top: 8px;
  margin-right: 10px;
}
#human_main .human_inner .flow_wrap .flow_box .flow_center {
  width: 60%;
}
#human_main .human_inner .flow_wrap .flow_box .flow_center .flow_center_headline {
  font-size: 1.8rem;
  color: #ff5984;
  line-height: 2;
}
#human_main .human_inner .flow_wrap .flow_box .flow_center .flow_center_text {
  font-size: 1.3rem;
  color: #3f3f3f;
  line-height: 1.5;
}
#human_main .human_inner .flow_wrap .flow_box .flow_right .flow_right_img {
  margin-top: 12px;
}
#human_main .human_inner .flow_wrap .triangle_box {
  padding: 15px 0;
}
#human_main .human_inner .flow_wrap .triangle_box .triangle_img {
  margin: 0 auto;
}
#human_main .human_inner .flow_wrap .flow_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 5px 10px 10px 10px;
  background-image: url(/../images/humansearch/mailbg.png);
  background-repeat: no-repeat;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#human_main .human_inner .flow_wrap .flow_box2 .flow_left .flow_left_img {
  margin-top: 10px;
}
#human_main .human_inner .flow_wrap .flow_box2 .flow_center2 {
  width: 87%;
}
#human_main .human_inner .flow_wrap .flow_box2 .flow_center2 .flow_center_headline2 {
  font-size: 1.8rem;
  color: #ff5984;
  line-height: 2;
}
#human_main .human_inner .flow_wrap .flow_box2 .flow_center2 .flow_center_text2 {
  font-size: 1.3rem;
  color: #3f3f3f;
  line-height: 1.5;
}
#human_main .human_inner .flow_wrap .flow_box2 .flow_right .flow_right_img {
  margin-top: 12px;
}
#human_main .human_inner .flow_wrap .triangle_box {
  padding: 15px 0;
}
#human_main .human_inner .flow_wrap .triangle_box .triangle_img {
  margin: 0 auto;
}
#human_main .human_inner .note_point .note_point_headline {
  font-size: 1.6rem;
  color: #3f3f3f;
  border-bottom: 1px solid #fa817e;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
}
#human_main .human_inner .note_point .note_point_text {
  font-size: 1.4rem;
  color: #3f3f3f;
}
#human_main .human_inner .note_point .note_point_list {
  font-size: 1.4rem;
  color: #3f3f3f;
  list-style: disc;
  padding-left: 20px;
  margin-top: 15px;
}
#human_main .human_inner .note_point .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}

/*==============================================================================================================================================================================================
*
*
* footer
*
*
==============================================================================================================================================================================================*/
#footer {
  width: 100%;
  background-color: #f9e9e5;
  padding: 10px 0;
  margin-top: 110px;
}
#footer .inner .copyright {
  font-size: 1.2rem;
  color: #000;
  text-align: center;
}

/*==============================================================================================================================================================================================
*
*
* ...
*
*
==============================================================================================================================================================================================*/
/*---------------
*
*
*
/*---------------
*
* じんざいプラス　facility_search.html
*
/*---------------
*
*
*
---------------*/
/*==============================================================================================================================================================================================
*
*
*Parts（共通）
*
*
====================================================================================*/
.facility_headline {
  height: 53px;
  margin-bottom: 20px;
  padding: 8px 0 15px;
  color: #7ac943;
  border-bottom: 2px solid #7ac943;
  font-size: 2.1rem;
}

.facility_text, about_text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.facility_text_c {
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

/*==============================================================================================================================================================================================
*
*
* facility_main
*
*
==============================================================================================================================================================================================*/
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  /* nav全体の幅と余白調整（任意） */
  /* ulの設定：ナビメニューを横並びに */
  /* すべてのliの中のaタグに共通する縦レイアウトと中央揃え */
}
#header .logobox {
  width: 60%;
}
#header .header_nav {
  width: 40%;
  margin-top: 20px;
}
#header .header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; /* 右寄せ。centerにすると中央寄せ */
  margin: 0 50px 0 0; /* 右に少しマージン */
  padding: 0;
  list-style: none;
  gap: 40px; /* li同士の間隔 */
}
#header .header_nav_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 横方向中央揃え */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 縦並び */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 縦方向中央揃え（必要なら） */
  text-align: center;
  text-decoration: none;
  color: #ff5984;
  font-size: 1.6rem;
  /* ログイン・お気に入りの画像サイズ */
  /* テキストの調整（任意） */
}
#header .header_nav_list li a .login_img img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px; /* 画像とテキストの間隔 */
}
#header .header_nav_list li a .login_text {
  font-size: 1.4rem;
}

#facility_keyvisual {
  width: 100%;
}
#facility_keyvisual .facility_keyvisual_img {
  margin: 0 auto;
}

#facility_main {
  margin-top: 65px;
}
#facility_main .facility_inner .mail_box {
  height: 117px;
  margin: 30px 0;
  padding: 20px 0 10px;
  background-color: #d3fcb4;
}
#facility_main .facility_inner .mail_box .mail_box_img {
  margin: 0 auto;
}
#facility_main .facility_inner .flow_wrap {
  margin-bottom: 50px;
}
#facility_main .facility_inner .flow_wrap .flow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px 10px 10px;
  background-color: #fffad7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#facility_main .facility_inner .flow_wrap .flow_box .flow_left .flow_left_img {
  margin-top: 8px;
  margin-right: 10px;
}
#facility_main .facility_inner .flow_wrap .flow_box .flow_center {
  width: 60%;
}
#facility_main .facility_inner .flow_wrap .flow_box .flow_center .flow_center_headline {
  font-size: 1.8rem;
  color: #7ac943;
  line-height: 2;
}
#facility_main .facility_inner .flow_wrap .flow_box .flow_center .flow_center_text {
  font-size: 1.3rem;
  color: #3f3f3f;
  line-height: 1.5;
}
#facility_main .facility_inner .flow_wrap .flow_box .flow_right .flow_right_img {
  margin-top: 12px;
}
#facility_main .facility_inner .flow_wrap .triangle_box {
  padding: 15px 0;
}
#facility_main .facility_inner .flow_wrap .triangle_box .triangle_img {
  margin: 0 auto;
}
#facility_main .facility_inner .flow_wrap .flow_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 5px 10px 10px 10px;
  background-color: #fffad7;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#facility_main .facility_inner .flow_wrap .flow_box2 .flow_left .flow_left_img {
  margin-top: 10px;
}
#facility_main .facility_inner .flow_wrap .flow_box2 .flow_center2 {
  width: 87%;
}
#facility_main .facility_inner .flow_wrap .flow_box2 .flow_center2 .flow_center_headline2 {
  font-size: 1.8rem;
  color: #7ac943;
  line-height: 2;
}
#facility_main .facility_inner .flow_wrap .flow_box2 .flow_center2 .flow_center_text2 {
  font-size: 1.3rem;
  color: #3f3f3f;
  line-height: 1.5;
}
#facility_main .facility_inner .flow_wrap .flow_box2 .flow_right .flow_right_img {
  margin-top: 12px;
}
#facility_main .facility_inner .flow_wrap .triangle_box {
  padding: 15px 0;
}
#facility_main .facility_inner .flow_wrap .triangle_box .triangle_img {
  margin: 0 auto;
}
#facility_main .facility_inner .note_point .note_point_headline {
  font-size: 1.6rem;
  color: #3f3f3f;
  border-bottom: 1px solid #7ac943;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
}
#facility_main .facility_inner .note_point .note_point_text {
  font-size: 1.4rem;
  color: #3f3f3f;
}
#facility_main .facility_inner .note_point .note_point_list {
  font-size: 1.4rem;
  color: #3f3f3f;
  list-style: disc;
  padding-left: 20px;
  margin-top: 15px;
}
#facility_main .facility_inner .note_point .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}

/*==============================================================================================================================================================================================
*
*
* footer
*
*
==============================================================================================================================================================================================*/
#footer {
  width: 100%;
  background-color: #f9e9e5;
  padding: 10px 0;
  margin-top: 110px;
}
#footer .inner .copyright {
  font-size: 1.2rem;
  color: #000;
  text-align: center;
}

/*==============================================================================================================================================================================================
*
*
* about.html
じんざいぷらすについて
*
*
==============================================================================================================================================================================================*/
#about_keyvisual {
  width: 100%;
  margin: 0 auto 50px;
}

#about_main .inner .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}

/*==============================================================================================================================================================================================
*
*
*Parts（共通）
*
*
====================================================================================*/
.about_headline {
  height: 53px;
  margin-bottom: 20px;
  padding: 8px 0 15px;
  color: #ff5984;
  border-bottom: 2px solid #ff5984;
  font-size: 2.1rem;
}

.facility_text, about_text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.facility_text_c {
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}/*# sourceMappingURL=style.css.map */
