
/*! 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;
  }
}

/*==============================================================================================================================================================================================
*
*
*Parts
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
* FV
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
* section - 共通
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
* section - module
*
*
==============================================================================================================================================================================================*/
/*---------------
*
*
*
/*---------------
*
* module1
*
/*---------------
*
*
*
---------------*/
/*==============================================================================================================================================================================================
*
*
* section - section毎の設定
*
*
==============================================================================================================================================================================================*/
/*---------------
*
*
*
/*---------------
*
* じんざいプラス　index
*
/*---------------
*
*
*
---------------*/
@media (max-width: 900px) {
  #index_keyvisual .keyvisual_inner .keyvisual_img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 30px;
  }
}
#index_keyvisual .keyvisual_inner .thought_jinzaiplus {
  position: relative;
  height: 287px;
  margin-bottom: 50px;
  background-image: url(/images/jinzaiplus/about_jinzaiplusimg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 900px) {
  #index_keyvisual .keyvisual_inner .thought_jinzaiplus {
    height: 320px;
    width: 100%;
    margin-bottom: 25px;
    background-image: url(/images/jinzaiplus/about_jinzaiplusimg_sp.jpg);
    background-size: cover;
  }
}
#index_keyvisual .keyvisual_inner .thought_jinzaiplus .nextbtnbox .nextbtn {
  position: absolute;
  right: 140px;
  bottom: 30px;
}
@media (max-width: 900px) {
  #index_keyvisual .keyvisual_inner .thought_jinzaiplus .nextbtnbox .nextbtn {
    right: 20px;
    bottom: 20px;
  }
}

#index_wrapper {
  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;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  #index_wrapper {
    max-width: none;
    width: 100%;
  }
}
#index_wrapper #main {
  max-width: 768px;
}
@media (max-width: 900px) {
  #index_wrapper #main {
    width: 100%;
  }
}
@media (max-width: 900px) {
  #index_wrapper #main .index_inner {
    width: 100%;
  }
}
#index_wrapper #main .index_inner .employment_type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  #index_wrapper #main .index_inner .employment_type_list {
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#index_wrapper #main .index_inner .employment_type_list li {
  width: 24%;
  padding: 40px 30px;
  border-radius: 10px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 900px) {
  #index_wrapper #main .index_inner .employment_type_list li {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 30px;
    width: 48%;
    height: 90px;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
#index_wrapper #main .index_inner .employment_type_list li:nth-of-type(1) {
  background-color: #f28f8f;
}
@media (max-width: 900px) {
  #index_wrapper #main .index_inner .employment_type_list li:nth-of-type(1) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#index_wrapper #main .index_inner .employment_type_list li:nth-of-type(2) {
  background-color: #fcd763;
}
@media (max-width: 900px) {
  #index_wrapper #main .index_inner .employment_type_list li:nth-of-type(2) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#index_wrapper #main .index_inner .employment_type_list li:nth-of-type(3) {
  padding-top: 50px;
  padding-bottom: 56px;
  background-color: #d9e021;
}
@media (max-width: 900px) {
  #index_wrapper #main .index_inner .employment_type_list li:nth-of-type(3) {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#index_wrapper #main .index_inner .employment_type_list li:nth-of-type(4) {
  background-color: #83deea;
}
@media (max-width: 900px) {
  #index_wrapper #main .index_inner .employment_type_list li:nth-of-type(4) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#index_wrapper #main .index_inner .employment_type_list li span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 900px) {
  #index_wrapper #main .index_inner .employment_type_list li span {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
#index_wrapper #main .index_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;
}
@media (max-width: 900px) {
  #index_wrapper #main .index_inner .facility .list_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 20px 0;
  }
}
#index_wrapper #main .index_inner .facility .list_box .facility_type_list01 {
  text-align: center;
}
@media (max-width: 900px) {
  #index_wrapper #main .index_inner .facility .list_box .facility_type_list01 {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}
#index_wrapper #main .index_inner .facility .list_box .facility_type_list01 li {
  line-height: 3;
}
@media (max-width: 900px) {
  #index_wrapper #main .index_inner .facility .list_box .facility_type_list01 li {
    line-height: 4;
  }
  #index_wrapper #main .index_inner .facility .list_box .facility_type_list01 li span {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 2rem;
    color: #000;
    -webkit-box-shadow: 0 0 8px gray;
            box-shadow: 0 0 8px gray;
    text-align: center;
    margin: 5px;
    letter-spacing: -0.1em;
  }
}
#index_wrapper #main .index_inner #pick_up .pick_up_box {
  position: relative;
  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-top: 20px;
  padding: 25px;
  border-radius: 20px;
  background-color: #fff6eb;
}
#index_wrapper #main .index_inner #pick_up .pick_up_box:before {
  position: absolute;
  top: -13px;
  left: -20px;
  width: 74px;
  height: 88px;
  content: "";
  background-image: url(/images/jinzaiplus/new_mark.png);
  background-repeat: none;
}
#index_wrapper #main .index_inner #pick_up .pick_up_box .pick_up_box_left {
  width: 50%;
}
#index_wrapper #main .index_inner #pick_up .pick_up_box .pick_up_box_right {
  width: 50%;
}
#index_wrapper #main .index_inner #pick_up .pick_up_box .pick_up_box_right .organization_name_text {
  color: #ff5984;
  font-size: 1.4rem;
}
#index_wrapper #main .index_inner #pick_up .pick_up_box .pick_up_box_right .Kindergarten {
  color: #ff5984;
  font-size: 2.4rem;
  font-weight: bold;
}
#index_wrapper #main .index_inner #pick_up .pick_up_box .pick_up_box_right .pick_up_heading3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}
#index_wrapper #main .index_inner #pick_up .pick_up_box .pick_up_box_right .detail_btn {
  text-align: right;
  text-decoration: underline;
  color: #ff5984;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
#index_wrapper #main .index_inner #pick_up .garden_introduction img {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
#index_wrapper #main .index_inner .new_job .multiple-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 30px;
}
#index_wrapper #main .index_inner .new_job .multiple-items .slider_list_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-animation: slider-left 60s infinite linear both;
          animation: slider-left 60s infinite linear both;
}
@media (max-width: 900px) {
  #index_wrapper #main .index_inner .new_job .multiple-items .slider_list_ {
    -webkit-animation-duration: 30s;
            animation-duration: 30s; /* スマホは少し速く */
  }
}
#index_wrapper #main .index_inner .new_job .multiple-items .slider_list_ li {
  width: 16.6666666667vw;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* ← これ必須 */
}
@media (max-width: 900px) {
  #index_wrapper #main .index_inner .new_job .multiple-items .slider_list_ li {
    margin-right: 16px;
    width: calc(50vw - 16px);
  }
}
#index_wrapper #main .index_inner .new_job .multiple-items .slider_list_ li img {
  width: 100%;
}
#index_wrapper #main .index_inner .new_job .multiple-items .slider_list_ li .slider_text {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 2;
}
@media (max-width: 900px) {
  #index_wrapper #main .index_inner .new_job .multiple-items .slider_list_ li .slider_text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@-webkit-keyframes slider-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slider-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#index_wrapper #side img {
  margin-bottom: 20px;
}

/*---------------
*
*
*
/*---------------
*
* じんざいプラス　human_search.html
*
/*---------------
*
*
*
---------------*/
/*==============================================================================================================================================================================================
*
*
*Parts（共通）
*
*
====================================================================================*/
.human_headline {
  height: 53px;
  margin-bottom: 20px;
  padding: 8px 0 15px;
  color: #ff5984;
  background-image: url(/images/jinzaiplus/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
*
*
==============================================================================================================================================================================================*/
#human_keyvisual {
  width: 100%;
  height: 165px;
  background-color: #fff6eb;
}
#human_keyvisual .human_keyvisual_img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

#human_main {
  margin-top: 65px;
}
#human_main .human_inner .mail_box {
  height: 90px;
  margin: 30px 0;
  padding: 10px 0;
  background-image: url(/images/jinzaiplus/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/jinzaiplus/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 {
  color: #ff5984;
  font-size: 1.8rem;
  line-height: 2;
}
#human_main .human_inner .flow_wrap .flow_box .flow_center .flow_center_text {
  color: #3f3f3f;
  font-size: 1.3rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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/jinzaiplus/humansearch/mailbg.png);
  background-repeat: no-repeat;
  gap: 15px;
}
#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 {
  color: #ff5984;
  font-size: 1.8rem;
  line-height: 2;
}
#human_main .human_inner .flow_wrap .flow_box2 .flow_center2 .flow_center_text2 {
  color: #3f3f3f;
  font-size: 1.3rem;
  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 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #3f3f3f;
  border-bottom: 1px solid #fa817e;
  font-size: 1.6rem;
}
#human_main .human_inner .note_point .note_point_text {
  color: #3f3f3f;
  font-size: 1.4rem;
}
#human_main .human_inner .note_point .note_point_list {
  margin-top: 15px;
  padding-left: 20px;
  list-style: disc;
  color: #3f3f3f;
  font-size: 1.4rem;
}
#human_main .human_inner .note_point .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}

/*==============================================================================================================================================================================================
*
*
* ...
*
*
==============================================================================================================================================================================================*/
/*---------------
*
*
*
/*---------------
*
* じんざいプラス　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;
}
@media (max-width: 900px) {
  .facility_headline {
    font-size: 2rem;
  }
}

.facility_text, .about_text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 900px) {
  .facility_text, .about_text {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4;
  }
}

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

/*==============================================================================================================================================================================================
*
*
* facility_main
*
*
==============================================================================================================================================================================================*/
#facility_keyvisual {
  width: 100%;
}
@media (max-width: 900px) {
  #facility_keyvisual {
    position: relative;
  }
  #facility_keyvisual .facility_keyvisual_en_sp {
    position: absolute;
    top: 39%;
    left: 17%;
  }
}
#facility_keyvisual .facility_keyvisual_img {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 900px) {
  #facility_keyvisual .facility_keyvisual_img {
    width: 100vw;
    height: 146px;
  }
}

#facility_main {
  margin-top: 65px;
}
@media (max-width: 900px) {
  #facility_main {
    margin-top: 25px;
  }
}
@media (max-width: 900px) {
  #facility_main .facility_inner {
    width: 100%;
  }
}
#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-left: 300px;
}
@media (max-width: 900px) {
  #facility_main .facility_inner .mail_box .mail_box_img {
    margin-left: 68px;
  }
}
#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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
@media (max-width: 900px) {
  #facility_main .facility_inner .flow_wrap .flow_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#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%;
}
@media (max-width: 900px) {
  #facility_main .facility_inner .flow_wrap .flow_box .flow_center {
    width: 100%;
  }
}
#facility_main .facility_inner .flow_wrap .flow_box .flow_center .flow_center_headline {
  color: #7ac943;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 900px) {
  #facility_main .facility_inner .flow_wrap .flow_box .flow_center .flow_center_headline {
    text-align: center;
    font-size: 2rem;
  }
}
#facility_main .facility_inner .flow_wrap .flow_box .flow_center .flow_center_text {
  color: #3f3f3f;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  #facility_main .facility_inner .flow_wrap .flow_box .flow_center .flow_center_text {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 10px;
  }
}
#facility_main .facility_inner .flow_wrap .flow_box .flow_center .flow_center_textbox {
  margin: 20px 20px 10px 20px;
  background-color: #fcee21;
  padding: 10px 5px 10px 10px;
}
#facility_main .facility_inner .flow_wrap .flow_box .flow_center .flow_center_textbox .flow_center_syousaibtn {
  color: red;
  text-decoration: underline;
  font-weight: bold;
  text-align: right;
}
#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;
  text-align: center;
}
@media (max-width: 900px) {
  #facility_main .facility_inner .flow_wrap .triangle_box {
    text-align: center;
  }
}
#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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
@media (max-width: 900px) {
  #facility_main .facility_inner .flow_wrap .flow_box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#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%;
}
@media (max-width: 900px) {
  #facility_main .facility_inner .flow_wrap .flow_box2 .flow_center2 {
    width: 100%;
    padding-bottom: 15px;
  }
}
#facility_main .facility_inner .flow_wrap .flow_box2 .flow_center2 .flow_center_headline2 {
  color: #7ac943;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 900px) {
  #facility_main .facility_inner .flow_wrap .flow_box2 .flow_center2 .flow_center_headline2 {
    font-size: 2rem;
    text-align: center;
  }
}
#facility_main .facility_inner .flow_wrap .flow_box2 .flow_center2 .flow_center_text2 {
  color: #3f3f3f;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  #facility_main .facility_inner .flow_wrap .flow_box2 .flow_center2 .flow_center_text2 {
    font-size: 1.6rem;
  }
}
#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;
  text-align: center;
}
#facility_main .facility_inner .flow_wrap .triangle_box .triangle_img {
  margin: 0 auto;
}
#facility_main .facility_inner .note_point .note_point_headline {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #3f3f3f;
  border-bottom: 1px solid #7ac943;
  font-size: 1.6rem;
}
@media (max-width: 900px) {
  #facility_main .facility_inner .note_point .note_point_headline {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 20px;
  }
}
#facility_main .facility_inner .note_point .note_point_text {
  color: #3f3f3f;
  font-size: 1.4rem;
}
@media (max-width: 900px) {
  #facility_main .facility_inner .note_point .note_point_text {
    font-size: 1.8rem;
    padding-left: 10px;
  }
}
#facility_main .facility_inner .note_point .note_point_list {
  margin-top: 15px;
  padding-left: 20px;
  list-style: disc;
  color: #3f3f3f;
  font-size: 1.4rem;
}
@media (max-width: 900px) {
  #facility_main .facility_inner .note_point .note_point_list {
    font-size: 1.8rem;
    line-height: 2;
    padding-left: 40px;
  }
}
#facility_main .facility_inner .note_point .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}
#facility_main .facility_inner .flow_wrap .pre_box {
  width: 580px;
  background-color: #fcee21;
  padding: 10px 50px 10px;
  margin: 20px;
  text-align: center;
}
#facility_main .facility_inner .flow_wrap .pre_box .pre_center_text {
  font-size: 1.3rem;
  color: #3f3f3f;
  line-height: 1.5;
  text-align: center;
}
#facility_main .facility_inner .flow_wrap .pre_box .pre_rink {
  padding-top: 10px;
  text-align: center;
  color: #e41919;
  font-weight: bold;
}

.facility_menu li {
    margin-bottom: 10px;
    padding: .5em .7em;
    border-left: 5px solid #2589d0;
    background-color: #f2f2f2;
    font-weight: 600;
}
.facility_menu li a{
    display: block;
    height: 100%;
    width: 100%
}


/*==============================================================================================================================================================================================
*
*
* about.html
じんざいぷらすについて
*
*
==============================================================================================================================================================================================*/
#about_keyvisual {
  width: 100%;
  margin: 0 auto 50px;
}
@media (max-width: 900px) {
  #about_keyvisual {
    position: relative;
    margin: 0 auto 30px;
  }
  #about_keyvisual .about_keyvisual_en_sp {
    position: absolute;
    top: 35%;
    left: 17%;
  }
}
#about_keyvisual .about_keyvisual_img {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 900px) {
  #about_keyvisual .about_keyvisual_img {
    width: 100vw;
    height: 146px;
  }
}

#about_main .inner .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}
#about_main .inner .job_serch {
  margin-top: 80px;
}
#about_main .inner .job_serch .childcare_welfare_workbox {
  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: 40px 55px 25px 112px;
  border-radius: 30px;
  background-color: #fff6eb;
}
#about_main .inner .job_serch .childcare_welfare_workbox .childcare_welfare_workbox_l {
  width: 55%;
}
#about_main .inner .job_serch + .job_serch {
  margin-top: 60px;
}

/*==============================================================================================================================================================================================
*
*
* pick_up.html
pick_up～注目の園紹介～
*
*
==============================================================================================================================================================================================*/
#attention_keyvisual {
  width: 100%;
  margin: 0 auto 50px;
}
#attention_keyvisual .pick_up_keyvisual_img {
  height: 165px;
}

#attention_main .inner .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}
#attention_main .inner .attention_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: 20px;
  border-radius: 30px;
  background-color: #fff6eb;
}
#attention_main .inner .attention_box .attention_boxitem_l {
  width: 40%;
}
#attention_main .inner .attention_box .attention_boxitem_r {
  width: 60%;
}
#attention_main .inner .attention_box .attention_boxitem_r .attention_heading3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}
#attention_main .inner .attention_box .attention_boxitem_r .to_btnimg {
  margin-top: 30px;
}
#attention_main .inner .attention_box .company_Limited {
  color: #ff5984;
  font-size: 1.4rem;
}
#attention_main .inner .attention_box .kindergarten {
  padding-bottom: 20px;
  color: #ff5984;
  font-size: 1.8rem;
}
#attention_main .inner .attention_box .kindergarten span {
  padding-left: 20px;
  color: #8c6239;
  font-size: 1.4rem;
}
#attention_main .inner .attention_box + .attention_box {
  margin-top: 25px;
}

/*==============================================================================================================================================================================================
*
*
*Parts（共通）
*
*
====================================================================================*/
.about_headline, .attention_headline, .introduction_headline {
  height: 53px;
  margin-bottom: 20px;
  padding: 8px 0 15px;
  color: #ff5984;
  border-bottom: 2px solid #ff5984;
  font-size: 2.1rem;
}
@media (max-width: 900px) {
  .about_headline, .attention_headline, .introduction_headline {
    font-size: 2rem;
  }
}

.facility_text, .about_text, .attention_text, .introduction_text {
  margin-bottom: 15px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 900px) {
  .facility_text, .about_text, .attention_text, .introduction_text {
    font-weight: 300;
  }
}

.about_textmini, .attention_textmini {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.facility_text_c {
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 900px) {
  .facility_text_c {
    font-size: 1.6rem;
  }
}

.serch_headline {
  color: #ff5984;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
}

.serch_headlineg {
  color: #7ac943;
}

.detail_headline {
  height: 53px;
  margin-bottom: 30px;
  padding: 8px 0 15px;
  color: #ff5984;
  border-bottom: 2px solid #ff5984;
  font-size: 2.1rem;
}

.item_occupation_title {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 1.8rem;
  line-height: 2;
}
.item_occupation_title::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_recruitment_title.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_job_description {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_job_description::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_job_description.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_employment_type {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_employment_type::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_employment_type.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_salary_type {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_salary_type::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_en.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_working_hours {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_working_hours::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_opentime.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_welfare {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_welfare::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_welfare.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_qualification {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_qualification::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_qualification.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_desired_person {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_desired_person::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_desired_person.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_holidays {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_holidays::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_holliday.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_remarks {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_remarks::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_remarks.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_photo_url {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_photo_url::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_video_url {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_video_url::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_photoimg {
  width: 50%;
}
@media (max-width: 900px) {
  .item_photoimg {
    width: 100%;
  }
}

.item_name {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_name::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_name.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_corporation_type {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_corporation_type::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_corporation_type.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_name02 {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_name02::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_name02.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_capacity {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_capacity::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_capacity.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_target_age {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_target_age::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_target_age.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_open_time {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_open_time::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_opentime.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_closed_days {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_closed_days::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_closeday.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_postal_code {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_postal_code::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_postal_code.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_prefecture {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_prefecture::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_address.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_access {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_access::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_access.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_Parking_information {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_Parking_information::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_access.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_phone_number {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_phone_number::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_tell.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_fax_number {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_fax_number::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_fax.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_email {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_email::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_mail.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_website_url {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_website_url::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_web.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_recruiter_name {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
  font-size: 2rem;
  line-height: 2;
}
.item_recruiter_name::before {
  position: absolute;
  top: 8pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(/images/jinzaiplus/job/aicon_recruiter_name.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_content {
  margin-bottom: 20px;
  margin-left: 15px;
  color: #ff5984;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

.item_second {
  margin-bottom: 20px;
  color: #3f3f3f;
  font-size: 1.6rem;
  font-weight: bold;
}

.nomal_text {
  margin-bottom: 20px;
  margin-left: 15px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
}

.nomal_textb {
  margin-bottom: 20px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
}

.salary {
  margin-right: 5px;
  padding: 5px 8px 8px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #e9577d;
  font-size: 1.2rem;
}

.See_details_btn {
  margin-top: 50px;
  margin-bottom: 50px;
}
.See_details_btn a {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: #e9577d;
  font-size: 1.6rem;
}
@media (max-width: 900px) {
  .See_details_btn a {
    width: 250px;
  }
}

.See_details_btn_g {
  display: block;
  width: 500px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: #7ac943;
  font-size: 1.6rem;
}

.aicon_bnr {
  margin-bottom: 10px;
}
.aicon_bnr .work_position {
  margin-right: 5px;
  padding: 5px 8px;
  color: #e9577d;
  border: #e9577d solid 1px;
  border-radius: 8px;
  font-size: 1rem;
}
@media (max-width: 900px) {
  .aicon_bnr .work_position {
    font-size: 1.6rem;
    margin-right: 15px;
    line-height: 3;
    font-weight: bold;
  }
}

.each_categorybtn_w {
  position: relative;
  z-index: 0;
  display: block;
  width: 200px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 12px 0;
  text-align: center;
  color: #000;
  border: #000 solid 1px;
  border-radius: 20px;
  background-color: #fff;
  font-size: 1.6rem;
}
.each_categorybtn_w::before {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 20px;
  width: 17px;
  height: 17px;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/images/jinzaiplus/management/recruitment_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.each_categorybtn_w:nth-of-type(2)::before {
  background-image: url(/images/jinzaiplus/management/applicant_btn.png);
}
.each_categorybtn_w:nth-of-type(3)::before {
  background-image: url(/images/jinzaiplus/management/viewer_btn.png);
}
.each_categorybtn_w:nth-of-type(4)::before {
  background-image: url(/images/jinzaiplus/management/create_btn.png);
}

.each_categorybtn_b {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: #333;
  font-size: 1.6rem;
}
.each_categorybtn_b::before {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 12px;
  width: 17px;
  height: 1px;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.each_categorybtn_b::after {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 20px;
  width: 1px;
  height: 17px;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

/*==============================================================================================================================================================================================
*
*
* job openings.html
求人一覧
*
*
==============================================================================================================================================================================================*/
#job_main .inner .job_openings .about_headline {
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  #job_main .inner .job_openings .about_headline {
    margin-bottom: 5px;
  }
}
#job_main .inner .job_openings .job_box {
  position: relative;
  height: 100%;
  margin-top: 15px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fffff8;
  -webkit-box-shadow: 5px 5px 5px rgb(212, 212, 212);
          box-shadow: 5px 5px 5px rgb(212, 212, 212);
}
@media (max-width: 900px) {
  #job_main .inner .job_openings .job_box {
    padding: 10px 20px 20px;
  }
}
#job_main .inner .job_openings .job_box + .job_box {
  margin-top: 50px;
}
#job_main .inner .job_openings .job_box .job_box_top {
  padding-bottom: 10px;
  border-bottom: 1px solid #888;
}
#job_main .inner .job_openings .job_box .job_box_top .Organization_name {
  color: #e9577d;
  font-size: 1.2rem;
  font-weight: 500;
}
#job_main .inner .job_openings .job_box .job_box_top .Kindergarten_name {
  color: #e9577d;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 900px) {
  #job_main .inner .job_openings .job_box .job_box_top .Kindergarten_name {
    font-size: 1.6rem;
  }
}
#job_main .inner .job_openings .job_box .job_box_top .Occupation {
  margin: 8px 0 0;
  color: #454545;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 900px) {
  #job_main .inner .job_openings .job_box .job_box_top .Occupation {
    font-size: 2rem;
    line-height: 2;
  }
}
#job_main .inner .job_openings .job_box .job_box_top .place {
  color: #888;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 900px) {
  #job_main .inner .job_openings .job_box .job_box_top .place {
    font-size: 1.6rem;
  }
}
#job_main .inner .job_openings .job_box .job_box_middle {
  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 0;
}
@media (max-width: 900px) {
  #job_main .inner .job_openings .job_box .job_box_middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_l {
  width: 30%;
}
@media (max-width: 900px) {
  #job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_l {
    margin-top: 20px;
    width: 100%;
  }
  #job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_l iframe {
    width: 100%;
    aspect-ratio: 7/5;
    height: auto;
    border: 0;
  }
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r {
  width: 65%;
}
@media (max-width: 900px) {
  #job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r {
    width: 100%;
    margin-bottom: 20px;
  }
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .aicon_bnr {
  margin-bottom: 10px;
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .aicon_bnr .work_position {
  margin-right: 5px;
  padding: 5px 8px;
  color: #e9577d;
  border: #e9577d solid 1px;
  border-radius: 8px;
  font-size: 1rem;
}
@media (max-width: 900px) {
  #job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .aicon_bnr .work_position {
    font-size: 1.6rem;
    margin-right: 15px;
    line-height: 3;
    font-weight: bold;
  }
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .conditions_text {
  position: relative;
  min-height: 20px;
  margin-top: 10px;
  padding-left: 30px;
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .conditions_text::before {
  position: absolute;
  top: 6pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .conditions_text:nth-of-type(1)::before {
  background-image: url(/images/jinzaiplus/job/aicon_en.png);
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .conditions_text:nth-of-type(2)::before {
  background-image: url(/images/jinzaiplus/job/aicon_point.png);
}
#job_main .inner .job_openings .job_box .job_box_middle .job_box_middle_r .conditions_text:nth-of-type(3)::before {
  background-image: url(/images/jinzaiplus/job/aicon_job.png);
}
#job_main .inner .job_openings .job_box .See_details_btn {
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 900px) {
  #job_main .inner .job_openings .job_box .See_details_btn {
    margin-top: 20px;
  }
}
#job_main .inner .job_openings .job_box .See_details_btn a {
  display: block;
  width: 500px;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: #e9577d;
  font-size: 1.6rem;
}
@media (max-width: 900px) {
  #job_main .inner .job_openings .job_box .See_details_btn a {
    width: 170px;
  }
}
#job_main .inner .job_openings .job_box .add_box {
  position: absolute;
  top: 0;
  right: 0;
  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-top: 10px;
  margin-right: 35px;
  gap: 10px;
}
@media (max-width: 900px) {
  #job_main .inner .job_openings .job_box .add_box {
    gap: 5px;
    margin-right: 10px;
  }
}
#job_main .inner .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}

/*==============================================================================================================================================================================================
*
*
* datail.html
詳細
*
*
==============================================================================================================================================================================================*/
#detail_main .inner .page_tab .page_tab_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%;
}
#detail_main .inner .page_tab .page_tab_list li {
  width: 50%;
  margin-bottom: 50px;
  padding-bottom: 10px;
  text-align: center;
  color: #3f3f3f;
  border-bottom: 5px solid #e7e7e7;
  font-size: 1.8rem;
}
#detail_main .inner .page_tab .page_tab_list li:nth-of-type(1) {
  color: #e9577d;
  border-bottom: 5px solid #e9577d;
  font-weight: bold;
}
#detail_main .inner #pr_corner .inner .pr_corner_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;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  #detail_main .inner #pr_corner .inner .pr_corner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#detail_main .inner #pr_corner .inner .pr_corner_box .pr_corner_box_left {
  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: 40%;
}
@media (max-width: 900px) {
  #detail_main .inner #pr_corner .inner .pr_corner_box .pr_corner_box_left {
    width: 100%;
  }
}
#detail_main .inner #pr_corner .inner .pr_corner_box .pr_corner_box_left .pr_img01 {
  margin-bottom: 20px;
  width: 101%;
}
#detail_main .inner #pr_corner .inner .pr_corner_box .pr_corner_box_left .pr_btn {
  display: inline-block;
  width: 48%;
  padding: 8px 20px;
  text-align: center;
  border-radius: 5px;
  background-color: #fddfdf;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 900px) {
  #detail_main .inner #pr_corner .inner .pr_corner_box .pr_corner_box_left .pr_btn {
    padding: 15px 20px;
    font-size: 1.6rem;
  }
}
#detail_main .inner #pr_corner .inner .pr_corner_box .pr_corner_box_left .pr_btn span {
  color: #e9577d;
}
#detail_main .inner #pr_corner .inner .pr_corner_box .pr_corner_box_right {
  width: 58%;
}
@media (max-width: 900px) {
  #detail_main .inner #pr_corner .inner .pr_corner_box .pr_corner_box_right {
    width: 100%;
  }
}
#detail_main .inner #pr_corner .inner .pr_corner_box .pr_corner_box_right .pr_right_headline {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  #detail_main .inner #pr_corner .inner .pr_corner_box .pr_corner_box_right .pr_right_headline {
    line-height: 2;
  }
}
#detail_main .inner #pr_corner .inner .pr_corner_box .pr_corner_box_right .pr_right_text {
  padding: 10px;
  background-color: #fddfdf;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  #detail_main .inner #pr_corner .inner .pr_corner_box .pr_corner_box_right .pr_right_text {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 15px;
  }
}
#detail_main .inner .detail_openings .detail_box {
  padding: 20px;
  border-radius: 10px;
  background-color: #fffff8;
  -webkit-box-shadow: 5px 5px 5px rgb(212, 212, 212);
          box-shadow: 5px 5px 5px rgb(212, 212, 212);
}
#detail_main .inner .detail_openings .detail_box .detail_box_top {
  padding-bottom: 10px;
  border-bottom: 1px solid #888;
}
#detail_main .inner .detail_openings .detail_box .detail_box_top .Organization_name {
  color: #e9577d;
  font-size: 1.2rem;
  font-weight: 500;
}
#detail_main .inner .detail_openings .detail_box .detail_box_top .Occupation {
  margin: 8px 0 0;
  color: #454545;
  font-size: 1.8rem;
  font-weight: bold;
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle {
  padding: 20px 0;
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle .conditions_text {
  position: relative;
  height: 20px;
  margin-top: 10px;
  padding-left: 30px;
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle .conditions_text::before {
  position: absolute;
  top: 6pt;
  left: -1pt;
  width: 18px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle .conditions_text:nth-of-type(1)::before {
  background-image: url(/images/jinzaiplus/job/aicon_en.png);
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle .conditions_text:nth-of-type(2)::before {
  background-image: url(/images/jinzaiplus/job/aicon_point.png);
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle .conditions_text:nth-of-type(3)::before {
  background-image: url(/images/jinzaiplus/job/aicon_job.png);
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle .item_contentbox {
  padding: 15px;
  border-radius: 10px;
  background-color: #faeff5;
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle .item_contentbox + .item_contentbox {
  margin-top: 15px;
}
#detail_main .inner .detail_openings .detail_box .detail_box_middle iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
#detail_main .inner .detail_openings .detail_box .detail_box_down {
  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;
}
#detail_main .inner .detail_openings .detail_box .detail_box_down .detail_left {
  min-width: 50%;
}
@media (max-width: 900px) {
  #detail_main .inner .detail_openings .detail_box .detail_box_down .detail_left {
    width: 100%;
  }
}
#detail_main .inner .detail_openings .detail_box .detail_box_down .detail_left .detail_left iframe {
  width: 100%;
}
@media (max-width: 900px) {
  #detail_main .inner .detail_openings .detail_box .detail_box_down .detail_left .detail_left iframe {
    width: 100%;
    height: auto;
  }
}
#detail_main .inner .detail_openings .detail_box .detail_box_down .detail_right {
  min-width: 50%;
}
@media (max-width: 900px) {
  #detail_main .inner .detail_openings .detail_box .detail_box_down .detail_right {
    width: 100%;
  }
}
#detail_main .inner .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}

/*==============================================================================================================================================================================================
*
*
* corporation.html
詳細(法人・施設）
*
*
=============================================================================================*/
.page_tab .page_tab_list02 {
  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%;
}
.page_tab .page_tab_list02 li {
  width: 50%;
  margin-bottom: 50px;
  padding-bottom: 10px;
  text-align: center;
  color: #3f3f3f;
  border-bottom: 5px solid #e7e7e7;
  font-size: 1.8rem;
}
.page_tab .page_tab_list02 li:nth-of-type(2) {
  color: #e9577d;
  border-bottom: 5px solid #e9577d;
  font-weight: bold;
}

/*---------------
*
*
*
/*---------------
*
* じんざいプラス　pre.html
*
/*---------------
*
*
*
---------------*/
/*==============================================================================================================================================================================================
*
*pre.htmlの
*Parts（共通）
*
*
====================================================================================*/
.pre_headline {
  height: 35px;
  margin-bottom: 20px;
  padding: 8px 0 15px;
}

.pre_headline02 {
  height: 53px;
  margin-bottom: 30px;
  padding: 8px 0 15px;
  color: #ff5984;
  border-bottom: 2px solid #ff5984;
  font-size: 2.1rem;
}

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

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

/*==============================================================================================================================================================================================
*
*
* pre_main
*
*
==============================================================================================================================================================================================*/
#pre_main {
  margin-top: 65px;
}
#pre_main .pre_keyvisual .pre_inner {
  position: relative;
  z-index: -1;
  padding: 0;
}
#pre_main .pre_keyvisual .pre_inner img {
  margin: auto;
}
#pre_main .pre_keyvisual .pre_inner img:nth-of-type(1) {
  margin-bottom: 60px;
}
#pre_main .pre_keyvisual .pre_inner img:nth-of-type(2) {
  margin-bottom: 60px;
}
#pre_main .pre_keyvisual .pre_inner .announcement_img {
  position: absolute;
  z-index: 10;
  top: 698px;
  right: 45px;
}
#pre_main .pre_inner .premail_box {
  width: 462px;
  height: 117px;
  margin: 20px auto 20px;
  padding: 20px 0 10px;
  background-image: url(/images/jinzaiplus/pre/pre_bgimg.png);
}
#pre_main .pre_inner .premail_box .premail_box a {
  margin: 0 auto;
}
#pre_main .pre_inner .premail_box .premail_box_img {
  padding-left: 110px;
}
#pre_main .pre_inner .preflow_wrap {
  margin-bottom: 50px;
}
#pre_main .pre_inner .preflow_wrap .preflow_box_bg {
  padding: 5px 10px 10px 10px;
  background-color: #fffad7;
}
#pre_main .pre_inner .preflow_wrap .preflow_box_bg .preflow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
#pre_main .pre_inner .preflow_wrap .preflow_box_bg .preflow_box .preflow_left .preflow_left_img {
  margin-top: 8px;
  margin-right: 10px;
}
#pre_main .pre_inner .preflow_wrap .preflow_box_bg .preflow_box .preflow_center {
  width: 60%;
}
#pre_main .pre_inner .preflow_wrap .preflow_box_bg .preflow_box .preflow_center .preflow_center_headline {
  color: #ff5984;
  font-size: 1.8rem;
  line-height: 2;
}
#pre_main .pre_inner .preflow_wrap .preflow_box_bg .preflow_box .preflow_center .preflow_center_text {
  color: #3f3f3f;
  font-size: 1.3rem;
  line-height: 1.5;
}
#pre_main .pre_inner .preflow_wrap .preflow_box_bg .preflow_box .preflow_right .preflow_right_img {
  margin-top: 12px;
}
#pre_main .pre_inner .preflow_wrap .pre_box {
  width: 580px;
  margin: 20px;
  padding: 10px 50px 10px;
  text-align: center;
  background-color: #fcee21;
}
#pre_main .pre_inner .preflow_wrap .pre_box .pre_center_text {
  text-align: center;
  color: #3f3f3f;
  font-size: 1.3rem;
  line-height: 1.5;
}
#pre_main .pre_inner .preflow_wrap .pre_box .pre_rink {
  padding-top: 10px;
  text-align: center;
  color: #e41919;
  font-weight: bold;
}
#pre_main .pre_inner .preflow_wrap .triangle_box {
  padding: 15px 0;
}
#pre_main .pre_inner .preflow_wrap .triangle_box .triangle_img {
  margin: 0 auto;
}
#pre_main .pre_inner .preflow_wrap .preflow_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
#pre_main .pre_inner .preflow_wrap .preflow_box2 .preflow_left .preflow_left_img {
  margin-top: 10px;
}
#pre_main .pre_inner .preflow_wrap .preflow_box2 .preflow_center2 {
  width: 87%;
}
#pre_main .pre_inner .preflow_wrap .preflow_box2 .preflow_center2 .preflow_center_headline {
  color: #ff5984;
  font-size: 1.8rem;
  line-height: 2;
}
#pre_main .pre_inner .preflow_wrap .preflow_box2 .preflow_center2 .preflow_center_text2 {
  color: #3f3f3f;
  font-size: 1.3rem;
  line-height: 1.5;
}
#pre_main .pre_inner .preflow_wrap .preflow_box2 .preflow_right .preflow_right_img {
  margin-top: 12px;
}
#pre_main .pre_inner .preflow_wrap .triangle_box {
  padding: 15px 0;
}
#pre_main .pre_inner .preflow_wrap .triangle_box .triangle_img {
  margin: 0 auto;
}
#pre_main .pre_inner .note_point .note_point_headline {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #3f3f3f;
  border-bottom: 1px solid #ff5984;
  font-size: 1.6rem;
}
#pre_main .pre_inner .note_point .note_point_text {
  color: #3f3f3f;
  font-size: 1.4rem;
}
#pre_main .pre_inner .note_point .note_point_list {
  margin-top: 15px;
  padding-left: 20px;
  list-style: disc;
  color: #3f3f3f;
  font-size: 1.4rem;
}
#pre_main .pre_inner .note_point .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}

/*==============================================================================================================================================================================================
*
*form
*

*
*
==========================================================================================*/
.form_area {
  margin: 50px 0;
  font-size: 1.4rem;
}
.form_area .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: nomal;
      -ms-flex-pack: nomal;
          justify-content: nomal;
  width: 100%;
  border-bottom: 1px solid #333;
}
.form_area .list dt {
  width: 40%;
  padding: 15px;
  border-top: 1px solid #333;
  background: #fffad7;
  font-weight: 400;
}
.form_area .list dt span {
  float: right;
  padding: 1px 3px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  background: #7ac943;
  font-size: 1.2rem;
}
.form_area .list dt:nth-of-type(24) {
  border-top: none;
}
.form_area .list dt:nth-of-type(26) {
  border-top: none;
}
.form_area .list dd {
  width: 60%;
  padding: 15px;
  border-top: 1px solid #333;
}
.form_area .list dd:nth-of-type(24) {
  border-top: none;
}
.form_area .list dd:nth-of-type(26) {
  border-top: none;
}
.form_area .submitbtn_area {
  margin-top: 50px;
}

/*==============================================================================================================================================================================================
*
*
* section - 共通 form
*
*
==============================================================================================================================================================================================*/
.drop {
  width: 50px;
  padding: 2px 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}

.text_frame {
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}

.form_btn {
  width: 100px;
  padding: 2px 3px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}

.margin_r {
  margin-right: 20px;
}

select {
  width: 300px;
  padding: 15px;
  cursor: pointer;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select:focus {
  outline: none;
}

.selectbox {
  position: relative;
  width: 300px;
}

.selectbox::before {
  position: absolute;
  top: 36px;
  right: 148px;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  pointer-events: none;
  border-top: 2px solid #7ac943;
  border-left: 2px solid #7ac943;
}

/*==============================================================================================================================================================================================
*
*
* management_index.html
管理画面トップページ

*
*
=============================================================================================*/
#management_top {
  margin-bottom: 50px;
  padding: 50px 0;
  text-align: center;
  color: #333;
  background-color: #eceaea;
  font-size: 3rem;
  font-weight: bold;
}

#management_top_main .inner .management_top_openings .management_top_box {
  padding: 100px 20px;
  border-radius: 10px;
  background-color: #fffff8;
  -webkit-box-shadow: 5px 5px 5px rgb(212, 212, 212);
          box-shadow: 5px 5px 5px rgb(212, 212, 212);
}
#management_top_main .inner .management_top_openings .management_top_box .management_top_item {
  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;
}
#management_top_main .inner .goto_btnbox .gotobtn {
  margin-top: 40px;
  margin-left: auto;
}

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

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

.keyvisual_inner {
  max-width: 1024px;
  margin: auto;
}
@media (max-width: 900px) {
  .keyvisual_inner {
    max-width: none;
    width: 100%;
  }
}

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

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

.pre_inner {
  max-width: 1024px;
  margin: auto;
  padding: 0 115px;
}
@media (max-width: 900px) {
  .pre_inner {
    max-width: none;
    width: 100%;
    padding: 0 15px;
  }
}

.introduction_inner {
  max-width: 1024px;
  margin: auto;
}
@media (max-width: 900px) {
  .introduction_inner {
    max-width: none;
    width: 100%;
  }
}

.form_inner {
  max-width: 750px;
  margin: auto;
}

.index_inner {
  max-width: 768px;
  margin: auto;
}
@media (max-width: 900px) {
  .index_inner {
    max-width: none;
    width: 100%;
  }
}

.side_inner {
  max-width: 222px;
  margin: auto;
  padding: 0;
}
@media (max-width: 900px) {
  .side_inner {
    max-width: none;
    display: none;
  }
}

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

.headline_sp {
  width: 100%;
  color: #000;
  font-family: serif;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

a:hover {
  opacity: 0.8;
}

/*==============================================================================================================================================================================================
*
*
* #header（全体共通）
*
*
==============================================================================================================================================================================================*/
#header {
  width: 1024px;
  margin: 0 auto;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  /* nav全体の幅と余白調整（任意） */
  /* ulの設定：ナビメニューを横並びに */
  /* すべてのliの中のaタグに共通する縦レイアウトと中央揃え */
}
@media (max-width: 900px) {
  #header {
    width: 100%;
    padding: 15px 8px;
  }
}
#header .logobox {
  width: 60%;
}
@media (max-width: 900px) {
  #header .logobox {
    width: 40%;
  }
}
#header .header_nav {
  width: 40%;
}
@media (max-width: 900px) {
  #header .header_nav {
    width: 60%;
  }
}
#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 20px 0 0; /* 右に少しマージン */
  padding: 0;
  list-style: none;
  gap: 40px; /* li同士の間隔 */
  /* li一個目のみテキストアンダーラインを引く*/
}
#header .header_nav_list li:nth-of-type(1) {
  text-decoration: underline;
  color: #ff5984;
}
@media (max-width: 900px) {
  #header .header_nav_list {
    margin-right: 0;
  }
}
#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;
}

/*==============================================================================================================================================================================================
*
*
* #footer（全体共通）
*
*
==============================================================================================================================================================================================*/
#footer {
  width: 100%;
  background-color: #f9e9e5;
  padding: 10px 0;
  margin-top: 110px;
}
@media (max-width: 900px) {
  #footer {
    margin-top: 15px;
  }
}
#footer .inner .copyright {
  font-size: 1.2rem;
  color: #000;
  text-align: center;
}/*# sourceMappingURL=style.css.map */
