@charset "UTF-8";
/*
Theme Name: 河村商事株式会社【求人特設サイト】
Author: Design Factory CUE
Version: 2022.07.08
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 300;
}

q:after, q:before {
  content: "";
}

a, input {
  outline: none;
}

input, textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr, acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #00955d;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.7;
    zoom: 1;
  }
}
html {
  font-size: 62.5%;
}

body {
  background-color: #effbd1;
  color: #444;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  body {
    background-color: #fff;
  }
}
/*
======================================================
  header
--------------------------------------------------- */
.site-header {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-top: 2px solid #00955d;
}

@media screen and (max-width: 767px) {
  .site-header {
    height: 45px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
  }
}
@media screen and (min-width: 1024px) {
  .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 1100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 768px;
  }
}
@media screen and (max-width: 767px) {
  .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 10px 0;
    width: 100%;
  }
}
/* ロゴ
---------------------------------------------------- */
.site-title a {
  background-repeat: no-repeat;
  display: block;
  text-indent: -999em;
}

@media screen and (min-width: 768px) {
  .site-title {
    padding: 15px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-title {
    padding-left: 10px;
  }

  .site-title a {
    background-image: url(images/header_logo.png);
    background-size: 280px;
    height: 36px;
    width: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .site-title a {
    background-image: url(images/header_logo.png);
    background-size: 310px;
    height: 40px;
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .site-title {
    padding-top: 3px;
    width: 229px;
  }

  .site-title a {
    background-image: url(images/header_logo_sp.png);
    background-size: 229px;
    height: 26px;
    width: 229px;
  }

  .header-btn {
    background-color: #00955d;
    border-radius: 4px;
    display: block;
    height: 32px;
    text-align: center;
    width: 46px;
  }

  .header-btn i {
    color: #fff;
    display: block;
    font-size: 24px;
    margin-top: 4px;
  }
}
/*
======================================================
  グローバルナビ（PC用）
--------------------------------------------------- */
@media screen and (min-width: 768px) {
  .global-nav {
    text-align: center;
  }

  ul.global-menu {
    display: table;
  }

  ul.global-menu li {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
  }

  ul.global-menu li a {
    color: #333;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.global-menu li {
    display: table-cell;
    vertical-align: middle;
  }

  ul.global-menu li a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-left: 6px;
    padding-right: 6px;
  }

  ul.global-menu li a span {
    display: none;
  }

  body#home ul.global-menu li.home a,
body#message ul.global-menu li.message a,
body#company ul.global-menu li.company a,
body#advantage ul.global-menu li.advantage a,
body#interview ul.global-menu li.interview a,
body#brother ul.global-menu li.interview a,
body#friend ul.global-menu li.interview a,
body#brother ul.global-menu li.interview a,
body#parent_child ul.global-menu li.recruit a {
    color: #00955d;
  }
}
@media screen and (min-width: 1024px) {
  ul.global-menu li a:hover {
    background-color: #ecf6eb;
    /* 薄いグリーン */
  }

  body#home ul.global-menu li.home a,
body#message ul.global-menu li.message a,
body#company ul.global-menu li.company a,
body#advantage ul.global-menu li.advantage a,
body#interview ul.global-menu li.interview a,
body#youkou ul.global-menu li.recruit a {
    background-color: #ecf6eb;
  }
}
/*
======================================================
  content
--------------------------------------------------- */
.site-content {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .site-content {
    padding: 45px 0 0;
  }

  body#home .site-content {
    background-image: url(images/home_back_sp.jpg);
    background-position: center 45px;
    background-repeat: repeat-x;
    background-size: 909px;
  }
}
@media screen and (min-width: 1024px) {
  .content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 1100px;
  }

  body#home .content-area {
    width: 100%;
  }

  .site-main {
    width: 760px;
  }

  body#home .site-main {
    width: 100%;
  }

  .secondary {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-main {
    padding: 0 10px;
  }

  body#home .site-main {
    padding: 0;
  }
}
/* パンくず
---------------------------------------------------- */
.breadcrumb {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 15px 0 25px;
}

@media screen and (min-width: 1024px) {
  .breadcrumb {
    width: 1100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .breadcrumb {
    padding: 10px 10px 25px;
  }
}
/* ページタイトル
---------------------------------------------------- */
@media screen and (min-width: 768px) {
  .page-header {
    padding: 0 0 30px;
  }

  .page-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 0.5em;
    position: relative;
  }

  .page-title::before,
.page-title::after {
    bottom: -4px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
  }

  .page-title::before {
    background-color: #c3bc96;
    width: 15%;
    z-index: 2;
  }

  .page-title::after {
    background: repeating-linear-gradient(45deg, #fff, #fff 2px, #dcd1ab 2px, #dcd1ab 4px);
    background: repeating-linear-gradient(45deg, #fff, #fff 2px, #dcd1ab 2px, #dcd1ab 4px);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-header {
    background-color: #c3bc96;
    padding: 8px 15px;
  }

  .page-title {
    color: #fff;
    font-weight: bold;
  }

  #youkou .page-header,
#entry .page-header,
#entry_confirm .page-header,
#entry_complete .page-header,
#entry_error .page-header {
    margin-bottom: 15px;
  }
}
/*
======================================================
  footer
--------------------------------------------------- */
/* 求人応募ボタン（トップページ・PC）
--------------------------------------------------- */
.btn-entry {
  background-color: #fdfaee;
  padding: 20px 0;
  text-align: center;
}

.btn-entry-midashi {
  color: #a99a6b;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 15px;
}

.btn-entry-midashi i {
  margin-right: 10px;
}

.btn-entry li.rikunabi a {
  background-image: url(images/btn_entry_rikunabi.gif);
}

.btn-entry li.rikunabinext a {
  background-image: url(images/btn_entry_rikunabi_next.gif);
}

.btn-entry li.kawamura a {
  background-image: url(images/btn_entry.gif);
}

@media screen and (min-width: 1024px) {
  #home .btn-entry ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 100%;
  }

  .btn-entry li {
    margin: 0 10px;
    width: 300px;
  }

  .secondary .btn-entry li {
    margin: 0;
    width: 270px;
  }

  .btn-entry li a {
    background-color: #fff;
    background-position: center center;
    background-size: 300px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    display: block;
    height: 100px;
    text-indent: -999em;
    width: 300px;
  }

  .secondary .btn-entry li a {
    width: 270px;
  }

  .btn-entry li a:hover {
    filter: alpha(opacity=70);
    /* ie lt 8 */
    filter: "alpha(opacity=70)";
    /* ie 8 */
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    /* FF lt 1.5, Netscape */
    /* Safari 1.x */
    zoom: 1;
  }

  /* 求人応募ボタン（PC・サイドバー）
  --------------------------------------------------- */
  .secondary .btn-entry {
    background-color: #fdfaee;
    /* ベージュ（薄い） */
    border-top: 2px solid #a99a6b;
    padding: 0 0 5px;
  }

  .secondary .btn-entry-midashi {
    color: #a99a6b;
    padding: 15px 0;
    text-align: center;
  }

  .secondary .btn-entry ul {
    margin: 0 auto;
    width: 270px;
  }

  .secondary .btn-entry li {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .btn-entry {
    padding: 15px 10px;
  }

  .btn-entry ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .btn-entry li,
.secondary .btn-entry li {
    width: 240px;
  }

  .btn-entry li a,
.secondary .btn-entry li a {
    background-color: #fff;
    background-position: center center;
    background-size: 240px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    display: block;
    height: 72px;
    text-indent: -999em;
    width: 240px;
  }
}
/* 求人応募ボタン（トップページ・スマホ）
--------------------------------------------------- */
@media screen and (max-width: 767px) {
  .btn-entry-sp {
    padding: 10px;
  }

  .btn-entry-sp .career {
    margin-bottom: 10px;
  }

  .btn-entry-sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .btn-entry-sp li {
    width: 49%;
  }

  /*
  	.btn-entry-sp li.rikunabinext {
  		width: 40%;
  	}
  */
  .btn-entry-sp li a {
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  .btn-entry-sp li.rikunabi a {
    background-color: #00aff4;
    /* ブルー */
    -webkit-box-shadow: 0 3px 0 #0098d4;
            box-shadow: 0 3px 0 #0098d4;
  }

  .btn-entry-sp li.rikunabinext a {
    background-color: #f22334;
    /* 赤 */
    -webkit-box-shadow: 0 3px 0 #ba0d1c;
            box-shadow: 0 3px 0 #ba0d1c;
  }

  .btn-entry-sp li.kawamura a {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 3px 0 #e5e5e5;
            box-shadow: 0 3px 0 #e5e5e5;
    color: #00955d;
  }
}
/* フッター
--------------------------------------------------- */
.site-footer {
  background-image: url(images/footer_back.jpg);
  background-position: center bottom;
  background-repeat: repeat-x;
}

.site-info {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .site-footer {
    background-size: 2000px;
    padding: 100px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    background-size: 1000px;
    padding: 20px 0 8px;
  }

  .site-info span {
    display: block;
  }
}
/* このページのトップへ（追従型）
-------------------------------------------- */
#page-top {
  bottom: 20px;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 5;
}

#page-top a {
  background-color: #00955d;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  opacity: 0.8;
  padding: 7px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #page-top {
    bottom: 10px;
    display: none;
    position: fixed;
    right: 10px;
    z-index: 5;
  }
}
/* 上から出るメニュー
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .slidebar-menu {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0 5px;
    width: 95%;
  }

  .slidebar-menu li {
    float: left;
    margin: 0 2% 4%;
    width: 46%;
  }

  .slidebar-menu li a {
    background-color: #1ba570;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 16px 0;
    text-align: center;
  }

  .demo-slidebar .button {
    text-align: center;
  }

  .demo-slidebar .button i {
    margin-right: 5px;
  }
}
/*
======================================================
  ホーム
--------------------------------------------------- */
@media screen and (min-width: 768px) {
  .home-main {
    background-image: url(images/home_back.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    padding-top: 34.37%;
    position: relative;
    width: 100%;
  }
  .home-main::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

/* メイン画像
---------------------------------------------------- */
@media screen and (min-width: 768px) {
  .home-title {
    left: 31.02%;
    position: absolute;
    top: 18.18%;
    width: 37.96%;
    z-index: 2;
  }

  /* トラック（アニメーション）
  ---------------------------------------------------- */
  img.home-truck {
    bottom: 0;
    height: 114px;
    position: absolute;
    right: -303px;
    width: 303px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .home-title {
    text-align: center;
  }

  .home-title img {
    height: 200px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .home-midashi {
    background-color: #00955d;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 6px;
    text-align: center;
  }

  .home-midashi span {
    font-size: 1rem;
    font-weight: normal;
    margin-left: 5px;
  }

  .slick-slider-sp a {
    color: #fff;
  }

  .relative {
    position: relative;
  }

  .absolute {
    background: rgba(0, 149, 93, 0.6);
    bottom: 0;
    color: #fff;
    padding: 5px 5px 4px;
    position: absolute;
    width: 100%;
  }

  .absolute p {
    font-size: 1.6rem;
    padding: 0;
  }

  .absolute h3 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 3px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-message {
    margin-bottom: 0;
  }
}
/* インタビュー（PC・トップページ）
---------------------------------------------------- */
.home-bottom {
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .home-bottom {
    padding: 0 0 30px;
    width: 1100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-bottom {
    padding: 0 10px 10px;
  }
}
/* 見出し
---------------------------------------------------- */
@media screen and (min-width: 768px) {
  h3.home-midashi-pc {
    border-left: 6px solid #00955d;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 auto 15px;
    padding: 0.25em 0 0.5em 20px;
    position: relative;
  }

  h3.home-midashi-pc::before {
    background-color: #58ad86;
    bottom: 0;
    content: "";
    height: 50%;
    left: -6px;
    position: absolute;
    width: 6px;
  }

  h3.home-midashi-pc::after {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }

  h3.home-midashi-pc strong {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
  }

  h3.home-midashi-pc strong::after {
    content: "／";
    font-weight: normal !important;
    margin: 0 10px;
  }
}
@media screen and (min-width: 1025px) {
  h3.home-midashi-pc {
    margin: 0 auto 15px;
    width: 948px;
  }
}
@media screen and (min-width: 1200px) {
  h3.home-midashi-pc {
    margin: 0 auto 15px;
    width: 1098px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h3.home-midashi-pc {
    margin: 0 auto 15px;
    padding: 0.25em 0 0.25em 20px;
    width: 91%;
  }

  h3.home-midashi-pc strong {
    font-size: 1.8rem;
  }
}
/* インタビュー一覧
---------------------------------------------------- */
@media screen and (min-width: 1025px) {
  .slick-slider-pc {
    margin: 0 auto;
    width: 972px;
  }

  .slick-slider-pc .slick-slide {
    margin: 0;
    padding: 0 12px;
  }

  .slick-slider-pc .slick-slide img {
    border-top: 1px solid #00955d;
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .slick-slider-pc {
    margin: 0 auto;
    width: 1122px;
  }

  .slick-slider-pc .slick-slide {
    margin: 0;
    padding: 0 12px;
  }

  .slick-slider-pc .slick-slide img {
    border-top: 1px solid #00955d;
    width: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slick-slider-pc {
    margin: 0 auto;
    width: 94%;
  }

  .slick-slider-pc .slick-slide {
    padding: 0 12px;
  }

  .slick-slider-pc .slick-slide img {
    border-top: 1px solid #00955d;
    height: 100%;
    width: 100%;
  }
}
/* ページ下部ボタン類（スマホ）
---------------------------------------------------- */
@media screen and (max-width: 767px) {
  ul.home-bottom-sp {
    overflow: hidden;
    padding: 0;
  }

  ul.home-bottom-sp li.btn-company-sp {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 50%;
  }

  ul.home-bottom-sp li.btn-advantage-sp {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    float: right;
    width: 50%;
  }

  ul.home-bottom-sp li.btn-recruit-sp {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    width: 100%;
  }

  ul.home-bottom-sp li a {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  ul.home-bottom-sp li a::after {
    content: "\f054";
    font-family: "FontAwesome";
    margin-top: -6px;
    position: absolute;
    right: 10px;
    top: 50%;
  }
}
/*
======================================================
  社長メッセージ
--------------------------------------------------- */
.entry-body,
.page-content {
  padding: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .entry-body {
    padding: 0 15px 10px;
  }

  #message .entry-body {
    padding: 10px 15px;
  }
}
/* 見出し-a
---------------------------------------------------- */
h3.midashi-a {
  border-left: 2px solid #00955d;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  h3.midashi-a {
    font-size: 1.8rem;
    padding: 0 0 0 15px;
  }
}
/* 見出し-b
---------------------------------------------------- */
h3.midashi-b {
  border-left: 2px solid #00955d;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  h3.midashi-b {
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 0 0 15px;
  }
}
/* 本文
---------------------------------------------------- */
.entry-body p,
.page-content p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 0 0 1.8em;
}

@media screen and (max-width: 767px) {
  .entry-body p,
.page-content p {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 0 0 1.7em;
  }
}
/*
======================================================
  会社概要
--------------------------------------------------- */
table.gaiyo {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 15px;
  width: 100%;
}

table.gaiyo th,
table.gaiyo td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  line-height: 1.5;
  padding: 10px 12px;
}

@media screen and (max-width: 767px) {
  table.gaiyo {
    margin-bottom: 10px;
  }

  table.gaiyo th,
table.gaiyo td {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 5px 8px;
  }
}
table.gaiyo th {
  white-space: nowrap;
}

dl.gaiyo-company {
  display: block;
}

dl.gaiyo-company dt {
  font-weight: bold;
}

dl.gaiyo-company dd {
  padding-bottom: 1em;
}

dl.gaiyo-company dd:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  dl.gaiyo-company dd span {
    display: block;
  }
}
dl.gaiyo-yakuin {
  overflow: hidden;
}

dl.gaiyo-yakuin dt {
  float: left;
  width: 8em;
}

dl.gaiyo-yakuin dd {
  padding: 0 0 0 8em;
}

/*
======================================================
  画像
--------------------------------------------------- */
.alignright {
  float: right;
}

.alignleft {
  float: left;
}

@media screen and (min-width: 768px) {
  table.gaiyo figure {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  table.gaiyo figure {
    clear: both;
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }

  table.gaiyo figure img {
    width: 160px;
  }
}
/*
======================================================
  社員インタビュー
--------------------------------------------------- */
ul.interview-list {
  padding-bottom: 25px;
}

ul.interview-list li {
  clear: both;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

ul.interview-list li figure {
  display: block;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  ul.interview-list li span {
    display: block;
    float: right;
    font-weight: bold;
  }
}
ul.interview-list li span a::after {
  content: "\f138";
  font-family: "FontAwesome";
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  ul.interview-list li {
    font-size: 1.4rem;
  }

  ul.interview-list li figure {
    margin-bottom: 6px;
  }

  ul.interview-list li p {
    padding: 0 15px;
  }

  ul.interview-list li span {
    display: block;
    margin-top: 10px;
    text-align: center;
  }

  ul.interview-list li span a {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #e5e5e5;
            box-shadow: 0 3px 0 #e5e5e5;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 8px;
    width: 70%;
  }
}
/* 先輩インタビュー
---------------------------------------------------- */
.interview-box {
  background-color: #ecf6eb;
  border-radius: 6px;
  /* CSS3草案 */
  border-radius: 6px;
  /* Safari,Google Chrome用 */
  border-radius: 6px;
  /* Firefox用 */
  margin-bottom: 20px;
  padding: 20px 30px 5px;
}

@media screen and (max-width: 767px) {
  .interview-box {
    padding: 15px 20px 5px;
  }
}
.interview-box h4 {
  border-bottom: 1px solid #bad8b8;
  color: #00955d;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 0 4px;
}

.interview-box h4 span {
  color: #444;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .interview-box h4 {
    font-size: 1.6rem;
  }

  .interview-box h4 span {
    font-size: 1.2rem;
  }
}
/* プロフィール
---------------------------------------------------- */
.interview-profile {
  background-color: #00955d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 10px;
}
.interview-profile dl {
  border-left: 1px solid #fff;
  line-height: 1.4;
  padding: 0 0 0 15px;
  width: 50%;
}
body#woman .interview-profile {
  display: block;
}
body#woman .interview-profile dl {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .interview-profile {
    margin-bottom: 20px;
    padding: 0;
  }

  .interview-profile dl {
    border: none;
    padding: 10px;
  }

  .interview-profile dl:last-child {
    border-left: 1px solid #0fa76d;
  }
}
.interview-profile dt strong {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.interview-profile dt span {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 5px;
}

.interview-profile dt span::before {
  content: "／";
  margin-right: 5px;
}

.interview-profile dd {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 6px 0 0;
}

@media screen and (max-width: 767px) {
  .interview-profile dt strong {
    font-size: 2rem;
  }

  .interview-profile dt span {
    display: block;
    font-size: 1.2rem;
  }

  .interview-profile dd {
    font-size: 1.2rem;
  }
}
/* インタビュー本文
---------------------------------------------------- */
.interview-entry {
  padding-bottom: 20px;
}

.interview-entry h3 {
  color: #00955d;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 60px;
  position: relative;
}

.interview-entry h3::after {
  background-color: #00955d;
  bottom: 6px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .interview-entry h3 {
    font-size: 1.5rem;
    padding-left: 36px;
  }

  .interview-entry h3::after {
    width: 30px;
  }
}
.interview-entry ul {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .interview-entry {
    padding: 0 15px;
  }
}
.interview-entry ul li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  line-height: 1.8;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .interview-entry ul li {
    font-size: 1.4rem;
    line-height: 1.7;
    padding-bottom: 17px;
  }
}
/* インタビュー下部ナビゲーション
---------------------------------------------------- */
.interview-navi {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}

.interview-navi h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}

.interview-navi h3 i {
  margin-right: 5px;
}

.interview-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .interview-navi ul li {
    margin: 0 4% 25px 0;
    width: 48%;
  }

  .interview-navi ul li:nth-child(even) {
    margin: 0 0 25px;
  }

  .interview-navi ul li img {
    border: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 767px) {
  .interview-navi {
    padding: 20px 0;
  }

  .interview-navi h3 {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }

  .interview-navi ul {
    padding: 0 10px;
  }

  .interview-navi ul li {
    margin: 0 4% 15px 0;
    width: 48%;
  }

  .interview-navi ul li:nth-child(even) {
    margin: 0 0 15px;
  }

  .interview-navi ul li img {
    border: 1px solid #e5e5e5;
  }
}
/*
======================================================
  当社の魅力
--------------------------------------------------- */
.midashi-advantage {
  background-color: #ecf6eb;
  /* 薄いグリーン */
  border-radius: 6px;
  clear: both;
  color: #00955d;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 25px;
  padding: 0.75em 1em;
  position: relative;
}

.midashi-advantage::after {
  border: 10px solid transparent;
  border-top: 15px solid #ecf6eb;
  /* 薄いグリーン */
  content: "";
  height: 0;
  left: 30px;
  position: absolute;
  top: 100%;
  width: 0;
}

.advantage-img {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .midashi-advantage {
    font-size: 1.6rem;
  }

  .advantage-img {
    margin-bottom: 15px;
  }
}
/* お問い合わせはこちらまで
---------------------------------------------------- */
.contact-box {
  background-color: #fdfaee;
  /* ベージュ（薄い） */
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  /* CSS3草案 */
  /* Safari,Google Chrome用 */
  /* Firefox用 */
  padding: 20px;
  text-align: center;
}

.contact-box h4 {
  color: #a99a6b;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 10px;
}

.contact-box p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0;
}

.contact-box p i {
  color: #a99a6b;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .contact-box {
    margin: 0 15px;
    padding: 15px 15px 8px;
  }

  .contact-box h4 {
    font-size: 1.6rem;
    padding: 0 0 6px;
  }
}
/*
======================================================
  求人情報
--------------------------------------------------- */
.midashi-recruit {
  color: #00955d;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

table.recruit {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  width: 100%;
}

table.recruit th,
table.recruit td {
  border-top: 1px solid #e5e5e5;
  line-height: 1.5;
  padding: 15px 12px 0;
}

table.recruit th {
  color: #00955d;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
  white-space: nowrap;
  width: 15%;
}

@media screen and (max-width: 767px) {
  table.recruit th {
    font-size: 1.4rem;
    padding: 15px 12px 0 0;
  }

  table.recruit td {
    padding-bottom: 0;
  }
}
.entry-body table.recruit td p {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .entry-body table.recruit td p {
    line-height: 1.6;
    padding-bottom: 15px;
  }
}
table.recruit td small {
  color: #808080;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 4px;
}

table.recruit td ul {
  margin-left: 1em;
  padding: 0 0 10px;
}

table.recruit td ul li {
  line-height: 1.8;
  list-style-type: disc;
  padding: 0 0 4px;
}

@media screen and (max-width: 767px) {
  table.recruit td ul li {
    line-height: 1.6;
  }
}
table.recruit td dt {
  font-weight: bold;
  margin-bottom: 10px;
}

table.recruit td dd {
  padding: 0 0 10px;
}

table.recruit td dd:last-child {
  padding-bottom: 0;
}

/*
======================================================
  求人応募フォーム
--------------------------------------------------- */
/* フォームメッセージ
---------------------------------------------------- */
.form-message {
  margin-bottom: 20px;
}

.form-message p {
  line-height: 1.8;
}

.form-message i {
  margin-right: 4px;
}

@media screen and (max-width: 767px) {
  .form-message {
    padding: 0 15px;
  }

  .form-message p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#entry_error .form-message,
#entry_confirm .form-message {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

#entry_error .form-message {
  color: red;
}

#entry_confirm .form-message {
  color: #00955d;
}

/* フォーム
---------------------------------------------------- */
.mw_wp_form {
  width: 100%;
}

.mw_wp_form table {
  width: 100%;
}

.mw_wp_form th,
.mw_wp_form td {
  padding: 15px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .mw_wp_form th,
.mw_wp_form td {
    display: block;
  }
}
.mw_wp_form th {
  background-color: #fafafa;
  border-top: 3px solid #e5e5e5;
  font-weight: bold;
  white-space: nowrap;
}

.mw_wp_form td {
  border-top: 1px solid #e5e5e5;
}

.mw_wp_form td li {
  display: inline-block;
}

.conf-none {
  color: #808080;
  font-size: 12px;
  font-size: 1.2rem;
}

#entry_confirm .conf-none {
  display: none;
}

.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  font-size: 16px;
  font-size: 1.6rem;
}

.mw_wp_form textarea {
  width: 100%;
}

.input-area,
.input-area2,
.text-area {
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .input-area2 {
    width: 60%;
  }
}
.mw_wp_form td label {
  margin-right: 15px;
}

.mw_wp_form td label input {
  margin-right: 5px;
}

.require {
  background-color: #fd9d21;
  /* オレンジ */
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  margin-left: 2px;
  padding: 1px 2px;
}

.error {
  color: red;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
}

.submit-container {
  padding: 20px 0;
  text-align: center;
}

.submit-container input {
  background-color: #00955d;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #00804f;
          box-shadow: 0 3px 0 #00804f;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 12px;
  width: 40%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .submit-container {
    padding: 20px 0 40px;
  }

  input[type=radio] {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    appearance: button;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
            box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    cursor: pointer;
    height: 20px;
    position: relative;
    vertical-align: middle;
    width: 20px;
  }

  input[type=radio]:checked::after {
    background: #c00;
    border-radius: 8px;
    border-radius: 8px;
    content: "";
    display: block;
    height: 8px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 8px;
  }
}
@media screen and (max-width: 767px) {
  input[type=radio] {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    appearance: button;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
            box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    cursor: pointer;
    height: 20px;
    position: relative;
    vertical-align: middle;
    width: 20px;
  }

  input[type=radio]:checked::after {
    background: #c00;
    border-radius: 8px;
    border-radius: 8px;
    content: "";
    display: block;
    height: 8px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 8px;
  }

  .submit-container {
    padding: 5px 0 20px;
  }

  .submit-container input {
    padding: 10px;
    width: 50%;
  }
}
/*
======================================================
  画像
--------------------------------------------------- */
@media screen and (min-width: 768px) {
  .aligncenter {
    margin-bottom: 35px;
  }

  .aligncenter img {
    height: auto;
    width: 480px;
  }

  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    width: 280px;
  }

  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .aligncenter {
    margin-bottom: 25px;
  }

  .alignleft,
.alignright {
    clear: both;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
  }

  .alignleft img,
.alignright img {
    width: 280px;
  }
}