@charset "UTF-8";
/*
Osakarashi MFG Recruit Web Site ver.1  --  CSS
Latest Updated : 16 Jan. 2020
*/
/**
 * Table of Contents
 *
 * 1.0 - Page Common & Over writte
 * 2.0 - Navigation & Over writte
 * 3.0 - Recruit Home
 * 4.0 - Vision
 * 5.0 - Resource
 * 6.0 - System
 * 7.0 - Works
 * 8.0 - Voice
 * 9.0 - Group
 * 10.0 - Company
 * 11.0 - FAQ
 * ex. - Media Queries
 *
 */
/* **************************************************************************** */
/*
/* 1.0 - Page Common & Over writte
/*
/* **************************************************************************** */
/* 85周年ロゴ 上書き */
#branding .site-title {
  padding: 8px 0 6px 13px;
  width: 244px;
}
#branding .site-title a {
  width: 224px;
  height: 34px;
  background-size: 224px auto;
}

body {
  color: #333232;
}

h3 {
  text-align: left;
  color: #333232;
}

#container:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: "";
  width: 12%;
  height: 330px;
  background: none;
}

.page-billboard {
  position: relative;
  margin: 0 0 8.5rem;
  padding: 48px 0 0;
}
.page-billboard .content {
  position: relative;
  padding: 0 5%;
  text-align: left;
  background-color: #6BF759;
}
.page-billboard .content:before {
  position: absolute;
  top: 44%;
  left: 0;
  content: "";
  width: 25%;
  height: 18px;
  background-color: #fff;
}
.page-billboard .page-title {
  position: relative;
  margin: 0;
  padding: 30px 0 30px;
  width: 100%;
  line-height: 1;
  z-index: 1;
  color: #333232;
}
.page-billboard .page-title b {
  display: block;
  margin: 0 0 1rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  height: 40px;
}
.page-billboard .page-title small {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
.page-billboard p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
}
.page-billboard .image {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  width: 50%;
  z-index: 1;
}
.page-billboard .image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 10%;
  background-color: rgba(107, 247, 89, 0.8);
  mix-blend-mode: multiply;
}

.recruit .lead {
  background-color: #fff;
}
.recruit .lead .content {
  padding: 0rem 5% 4.5rem;
}
.recruit .lead h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 400;
}
.recruit .lead p {
  margin: 0;
}

.extranav {
  padding: 5.5rem 5% 5.5rem;
}
.extranav .btn {
  margin: 0 0 2rem;
}
.extranav .btn a {
  display: block;
  padding: 0;
  background-color: #6BF759;
  border: 0;
}
.extranav .btn a:after {
  top: 0;
  left: 0;
  content: "";
  margin: 0;
  width: 100%;
  height: 100%;
  border: 18px solid #6BF759;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: border-width 0.2s ease;
  transition: border-width 0.2s ease;
}
.extranav .btn a:hover {
  background-color: #6BF759;
}
.extranav .btn span {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.extranav .btn b {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 2.4rem;
}
.extranav .btn small {
  font-size: 1.4rem;
}
.extranav div:nth-child(1) b {
  height: 24px;
  font-size: 0;
  background: url(../img/replace/b_entry.svg) no-repeat center center/auto 20px;
}
.extranav div:nth-child(2) b {
  height: 24px;
  font-size: 0;
  background: url(../img/replace/b_faq.svg) no-repeat center center/auto 20px;
}

.section-header {
  position: relative;
  padding: 0 4%;
}
.section-header:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100px;
  height: 18px;
  background-color: #6BF759;
}
.section-header:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 160px;
  background-color: #e6e6e6;
}

.recruit-home .section-header:after {
  background: none;
}

.section-title {
  position: relative;
  top: -2.2rem;
  z-index: 2;
  margin: 0;
  padding: 0 0 2rem;
  text-align: left;
}
.section-title b {
  position: relative;
  display: block;
  margin: 0 0 1rem;
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.section-title small {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.zoom {
  padding: 1rem 0;
  text-align: right;
}
.zoom a {
  display: inline-block;
  padding: 1px 0 0 18px;
  background: url(../img/common/zoom.svg) no-repeat left center/14px;
}

table, th, td {
  border: 1px solid #fff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption, th, td {
  padding: 0.6em 0.2em;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

caption {
  margin: 0.2em 0;
  color: #666;
  caption-side: bottom;
}

thead th {
  vertical-align: middle;
  font-weight: bold;
  background-color: #E6E6E6;
}
thead td {
  vertical-align: middle;
}

tbody th {
  vertical-align: middle;
  background-color: #E6E6E6;
  text-align: center;
  font-weight: 400;
}
tbody td {
  vertical-align: middle;
  background-color: #F2F2F2;
  border-color: #fff;
}

tfoot {
  border-top: 3px double #999;
}
tfoot th {
  vertical-align: middle;
  font-weight: bold;
  background-color: #7F9FE1;
}
tfoot td {
  vertical-align: middle;
}

table ul, table ol {
  margin: 0.6em 0 0.6em 0em;
  list-style-position: outside;
  line-height: 1.25;
}
table ul li:before {
  top: 4px !important;
}
table.text-align-center {
  text-align: center;
}
table.text-align-center th, table.text-align-center td {
  text-align: center;
}

tr.center th, tr.center td {
  text-align: center;
}

th.center, td.center {
  text-align: center;
}

::-moz-selection {
  background: #6BF759;
  color: #000;
}

::selection, ::-moz-selection {
  background: #6BF759;
  color: #000;
}

/**
 * - footer
 */
.recruit #footerwrap {
  background-color: #333232;
  border-top: 2px solid #6BF759;
}
.recruit .site-footer {
  padding: 3rem 5% 50px;
  color: #fff;
}
.recruit .site-footer a {
  color: #fff;
}
.recruit .site-footer a[href^="tel:"] {
  color: #fff;
}
.recruit .site-footer .btns {
  margin: 0 0 2.4rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit .site-footer .btns .btn {
  display: block;
  margin: 0 0 2rem;
}
.recruit .site-footer .btns .btn:first-child {
  margin-right: 0;
}
.recruit .site-footer .btns .btn:last-child.no_show {
  display: none;
}
.recruit .site-footer .btns .btn a {
  display: block;
  padding: 1.3rem 2em 0.8em 1.3em;
  font-size: 1.3rem;
  min-width: auto;
  background-color: transparent;
  border-color: #fff;
  line-height: 1.3;
}
.recruit .site-footer .btns .btn a:after {
  border-color: #fff;
}
.recruit .site-footer .btns .btn a:hover {
  color: #333232;
  background-color: #fff;
}
.recruit .site-footer .btns .btn:last-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  background-image: url(../img/replace/line.svg);
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-size: contain;
}
.recruit #footnav {
  text-align: center;
}
.recruit #footnav li {
  display: inline-block;
}
.recruit #footnav a:before {
  border-color: #fff;
}

@media screen and (min-width: 768px) {
  #copyright {
    margin-top: 55%;
  }
  .site-footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1040px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruit .site-footer .btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    padding-top: 10px;
  }
  .recruit .site-footer .btns .btn {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .recruit .site-footer {
    padding: 60px 0 100px;
  }
  .recruit .site-footer .btns .btn:last-child a {
    padding-right: 5em;
    padding-left: 3.5em;
  }
  .site-footer-wrapper #footnav {
    max-width: 230px;
  }
}
/* **************************************************************************** */
/*
/* 2.0 - Navigation & Overwrite
/*
/* **************************************************************************** */
a:hover, a:active {
  color: #6BF759;
}
a[href^="tel:"] {
  color: #333232;
  cursor: default;
}

/**
 * - Page top button
 */
#pagetop.fixed a {
  background-color: #6BF759;
  background-color: rgba(107, 247, 89, 0.8);
}
#pagetop.fixed a:hover {
  background-color: rgb(107, 247, 89);
}

.recruit .drawer-hamburger {
  top: 0;
  right: 0;
  padding: 10px 10px 23px;
  line-height: 0;
  background-color: #333232;
}
.recruit .drawer-hamburger-icon {
  background-color: #fff;
}
.recruit .drawer-hamburger-icon:after, .recruit .drawer-hamburger-icon:before {
  background-color: #fff;
}
.recruit .drawer-hamburger:hover, .recruit .drawer-hamburger:active {
  background-color: #333232;
}
.recruit .drawernav-container p {
  padding: 1rem 0;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: #333232;
  background-color: #6BF759;
}
.recruit .drawernav-container ul ul {
  display: none;
}
.recruit .drawer-nav {
  color: #fff;
  background-color: #333232;
}
.recruit .drawer-nav a b {
  margin: 0 1rem 0 0;
  font-size: 2.2rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: bottom;
  height: 1.8rem;
  font-size: 0;
}
.recruit .drawer-nav .dn_home b {
  width: 7rem;
  background: url(../img/replace/dn_home.svg) no-repeat left center/auto 16px;
}
.recruit .drawer-nav .dn_vision b {
  width: 8.4rem;
  background: url(../img/replace/dn_vision.svg) no-repeat left center/auto 16px;
}
.recruit .drawer-nav .dn_resource b {
  width: 12.4rem;
  background: url(../img/replace/dn_resource.svg) no-repeat left center/auto 16px;
}
.recruit .drawer-nav .dn_system b {
  width: 8.4rem;
  background: url(../img/replace/dn_system.svg) no-repeat left center/auto 16px;
}
.recruit .drawer-nav .dn_jobs b {
  width: 6rem;
  background: url(../img/replace/dn_jobs.svg) no-repeat left center/auto 16px;
}
.recruit .drawer-nav .dn_voice b {
  width: 7.4rem;
  background: url(../img/replace/dn_voice.svg) no-repeat left center/auto 16px;
}
.recruit .drawer-nav .dn_talk b {
  width: 14rem;
  background: url(../img/replace/dn_talk.svg) no-repeat left center/auto 16px;
}
.recruit .drawer-nav .dn_company b {
  width: 12rem;
  background: url(../img/replace/dn_company.svg) no-repeat left center/auto 16px;
}
.recruit .drawer-nav .dn_hiroshima b {
  width: 13rem;
  background: url(../img/replace/dn_hiroshima.svg) no-repeat left center/auto 16px;
}
.recruit .drawer-nav ul li a:hover {
  background-color: #6BF759;
}
.recruit.drawer-open .drawer-hamburger-icon {
  background-color: #333232;
}

.drawer-home .entry {
  display: inline-block;
  float: right;
}
.drawer-home .entry a {
  display: block;
  padding: 17px 2rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #B4B4B4;
}

#staticnav {
  position: absolute;
  top: 0;
  right: 50px;
  font-size: 0;
}
#staticnav .menu li {
  display: inline-block;
}
#staticnav .menu li a {
  display: block;
  padding: 17px 2rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #B4B4B4;
}
#staticnav .menu li:nth-child(1) a {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1) url(../img/replace/line.svg) no-repeat center center/auto 50px;
}
#staticnav .menu li:nth-child(2) a {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: #e6e6e6 url(../img/replace/b_faq.svg) no-repeat center center/auto 10px;
}
#staticnav .menu li:nth-child(3) a {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: #B4B4B4 url(../img/replace/b_entry.svg) no-repeat center center/auto 10px;
}
#staticnav .menu li:nth-child(1), #staticnav .menu li:nth-child(2) {
  display: none;
}

/* #staticnav .menu li:nth-child(1)	{ display:none;} */
.breadcrumb {
  display: none;
}

/**
 * - morebtn
 */
div.morebtn a {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 1.8rem 8%;
  min-width: 280px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #E6E6E6;
  border: solid #6BF759;
  border-width: 0 0 0 2px;
}
div.morebtn a small {
  display: inline-block;
  float: right;
  padding: 2px 0 0;
  height: 1.6rem;
  width: 5rem;
  font-size: 0;
  font-weight: 700;
  text-transform: uppercase;
  background: url(../img/replace/b_more.svg) no-repeat right center/auto 10px;
}
div.morebtn a:after {
  position: absolute;
  top: 50%;
  left: 94%;
  content: "";
  width: 15%;
  height: 0;
  margin: 0% 0 0;
  border-top: 1px solid #333232;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
div.b_more a {
  position: relative;
  display: block;
  padding: 2.5rem 0%;
  min-width: auto;
  text-align: right;
  font-size: 0rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background: url(../img/replace/b_more.svg) no-repeat right center/auto 10px;
}
div.b_more a:after {
  position: absolute;
  top: 50%;
  left: 102%;
  content: "";
  width: 35%;
  height: 0;
  margin: 0% 0 0;
  border-top: 1px solid #333232;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/* **************************************************************************** */
/*
/* 3.0 - Recruit Home
/*
/* **************************************************************************** */
.home-billboard {
  position: relative;
  padding: 48px 0 0;
}
.home-billboard .image p {
  padding: 1.2rem 0;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: #333232;
  background-color: #6BF759;
}
.home-billboard .pc {
  display: none;
}
.home-billboard .spn {
  display: block;
}
.home-billboard .billboard-content {
  padding: 4rem 0 8rem;
  background-color: #F2F2F2;
}
.home-billboard .home-billboard-title {
  margin: 0 auto 2rem;
  width: 300px;
  height: 86px;
  font-size: 0;
  background: url(../img/section/home-billboard-title.png) no-repeat center top/300px auto;
}
.home-billboard p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
}

.recruit-home .lead {
  position: relative;
  top: -4rem;
  margin: 0 5% 0;
  padding: 3rem 6%;
  text-align: left;
  background-color: #fff;
}
.recruit-home p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.home-vision {
  position: relative;
  margin: 0 0 5.5rem;
}
.home-vision .section-content {
  overflow: hidden;
}
.home-vision .section-content .image {
  position: relative;
  margin: 0 0 18px;
}
.home-vision .section-content .image p {
  position: absolute;
  top: 42%;
  right: 4%;
  text-align: right;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.home-vision .section-content .image p b {
  display: block;
  margin: 0 0 1rem;
  font-size: 2.8rem;
}
.home-vision .section-content .image:before {
  position: absolute;
  bottom: -18px;
  right: 0;
  content: "";
  width: 33%;
  height: 18px;
  background-color: #6BF759;
}
.home-vision .section-content .content {
  margin: 4rem 5%;
  padding: 2rem 8%;
  text-align: left;
  background-color: #E6E6E6;
}
.home-vision .section-content .content p {
  font-size: 1.8rem;
}
.home-vision .b_more a {
  min-width: auto;
}

.home-resource {
  position: relative;
  margin: 0 0 5.5rem;
}
.home-resource .section-content {
  position: relative;
  z-index: 8;
  overflow: hidden;
}
.home-resource div.morebtn {
  margin: 0 5%;
}
.home-resource div.morebtn a {
  display: block;
}

.home-jobs {
  position: relative;
  margin: 0 0 5.5rem;
}
.home-jobs .section-content {
  overflow: hidden;
}
.home-jobs .section-content .content {
  margin: 0rem 5% 2rem;
  padding: 2rem 8%;
  text-align: left;
  background-color: #E6E6E6;
}
.home-jobs .section-content .content p {
  font-size: 1.8rem;
}
.home-jobs .section-content .image {
  margin: 0 5%;
}
.home-jobs .b_more a {
  min-width: auto;
}

.home-interview {
  position: relative;
  margin: 0 0 5.5rem;
  overflow: hidden;
}
.home-interview:before {
  position: absolute;
  bottom: 100px;
  left: 0;
  content: "";
  width: 100%;
  height: 146px;
  background-color: #e6e6e6;
}
.home-interview ul {
  position: relative;
  z-index: 2;
  padding: 0 5%;
  font-size: 0;
}
.home-interview li {
  margin: 0 0 2rem;
}
.home-interview a {
  display: block;
}
.home-interview a:hover {
  color: #fff;
}
.home-interview .content {
  padding: 3rem 6%;
  text-align: left;
  background-color: #6BF759;
}
.home-interview h3 {
  text-align: left;
  font-size: 4rem;
  line-height: 1;
  color: #333232;
  text-transform: uppercase;
}
.home-interview h3 small {
  display: block;
  margin: 0.8rem 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.home-interview p {
  position: relative;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
}
.home-interview p:after {
  position: absolute;
  top: 50%;
  left: 102%;
  content: "";
  width: 15%;
  height: 0;
  border-top: 1px solid #333232;
}
.home-interview .interview-image {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  width: 70%;
}

.home-system {
  position: relative;
  margin: 0 0 5.5rem;
}
.home-system .section-content {
  padding: 0 5%;
  overflow: hidden;
}
.home-system .image {
  margin: 0 0 2rem;
  text-align: right;
}
.home-system .b_more a {
  position: relative;
  display: inline-block;
  padding: 1.9rem 4%;
  width: 50%;
  background-color: #6BF759;
  background-position: right 27px center;
}
.home-system .b_more a:after {
  left: 94%;
  width: 25%;
}
.home-system .b_more a:hover {
  color: #fff;
}
.home-system div.morebtn {
  margin: 0;
}
.home-system div.morebtn a {
  display: block;
}

.home-hiroshima {
  position: relative;
  margin: 0 0 5.5rem;
}
.home-hiroshima .section-content {
  overflow: hidden;
}
.home-hiroshima .section-content .content {
  margin: 0rem 5% 2rem;
  padding: 2rem 8%;
  text-align: left;
  background-color: #E6E6E6;
}
.home-hiroshima .section-content .content p {
  font-size: 1.8rem;
}
.home-hiroshima .section-content .image {
  margin: 0 5%;
}
.home-hiroshima .b_more a {
  min-width: auto;
}

.home-company {
  position: relative;
  margin: 0;
}
.home-company .section-content {
  position: relative;
  z-index: 9;
  padding: 0 5%;
  overflow: hidden;
}
.home-company .image {
  margin: 0 0 2rem;
  text-align: right;
}
.home-company .b_more a {
  position: relative;
  display: inline-block;
  padding: 1.9rem 4%;
  width: 50%;
  background-color: #6BF759;
  background-position: right 27px center;
}
.home-company .b_more a:after {
  left: 94%;
  width: 25%;
}
.home-company .b_more a:hover {
  color: #fff;
}
.home-company div.morebtn {
  margin: 0;
}
.home-company div.morebtn a {
  display: block;
}

/* replacement */
.home-vision .section-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/vision-title.svg) no-repeat left center/auto 30px;
}
.home-vision .section-content .image p b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/name-nishida.svg) no-repeat right center/auto 18px;
}

.home-resource .section-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/resource-title.svg) no-repeat left center/auto 30px;
}

.home-jobs .section-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/jobs-title.svg) no-repeat left center/auto 30px;
}

.home-interview li:nth-child(1) h3 b {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/voice-title.svg) no-repeat left center/auto 30px;
}
.home-interview li:nth-child(2) h3 b {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/talk-title.svg) no-repeat left center/auto 30px;
}
.home-interview p {
  height: 1.4rem;
  font-size: 0;
  background: url(../img/replace/b_more.svg) no-repeat right center/auto 12px;
}

.home-system .section-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/system-title.svg) no-repeat left center/auto 30px;
}

.home-hiroshima .section-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/hiroshima-title.svg) no-repeat left center/auto 30px;
}

.home-company .section-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/company-title.svg) no-repeat left center/auto 30px;
}

/* **************************************************************************** */
/*
/* 4.0 - Vision
/*
/* **************************************************************************** */
.vision-visions {
  margin: 0 0 8.5rem;
  padding: 0 5%;
}
.vision-visions ol li {
  margin: 0 0 4rem;
}
.vision-visions h3 {
  position: relative;
  text-align: left;
}
.vision-visions h3:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 140px;
  height: 100%;
  background-color: #6BF759;
}
.vision-visions h3 b {
  position: relative;
  display: block;
  padding: 10px 0 10px 1rem;
  color: #333232;
}
.vision-visions h3 .num {
  position: relative;
  top: -2px;
  left: -2px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.vision-visions h3 .num b {
  display: block;
  font-size: 9.1rem;
  padding: 0;
  color: #fff;
}
.vision-visions h3 .num small {
  display: block;
  font-size: 2.6rem;
  margin: 0 0 0 5px;
}
.vision-visions p {
  padding: 0 1rem;
}

.vision-message .section-header {
  padding: 0;
}
.vision-message .section-header .section-title {
  margin: 0 4%;
}
.vision-message .section-header p {
  margin: 0 4%;
  font-size: 2rem;
  font-weight: 700;
}
.vision-message .image01 {
  position: relative;
  margin: 0 0 18px;
}
.vision-message .image01 p {
  position: absolute;
  top: 42%;
  right: 4%;
  text-align: right;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.vision-message .image01 p b {
  display: block;
  margin: 0 0 1rem;
  font-size: 2.8rem;
}
.vision-message .image01:before {
  position: absolute;
  bottom: -18px;
  right: 0;
  content: "";
  width: 33%;
  height: 18px;
  background-color: #6BF759;
}
.vision-message .section-content {
  padding: 0 5%;
}
.vision-message h3 {
  text-align: left;
  font-weight: 400;
}

/* replacement */
.recruit-vision .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/vision-title.svg) no-repeat left top 4px/auto 30px;
}

.vision-visions ol li h3 .num b {
  width: 140px;
  height: 82px;
  font-size: 0;
}
.vision-visions ol li:nth-child(1) h3 .num b {
  background: url(../img/replace/num01w.svg) no-repeat left top/auto 7.4rem;
}
.vision-visions ol li:nth-child(2) h3 .num b {
  background: url(../img/replace/num02w.svg) no-repeat left top/auto 7.4rem;
}
.vision-visions ol li:nth-child(3) h3 .num b {
  background: url(../img/replace/num03w.svg) no-repeat left top/auto 7.4rem;
}
.vision-visions ol li:nth-child(4) h3 .num b {
  background: url(../img/replace/num04w.svg) no-repeat left top/auto 7.4rem;
}
.vision-visions ol li:nth-child(5) h3 .num b {
  background: url(../img/replace/num05w.svg) no-repeat left top/auto 7.4rem;
}
.vision-visions h3 .num small {
  height: 2.6rem;
  font-size: 0;
  background: url(../img/replace/num-vision.svg) no-repeat left center/auto 1.8rem;
}

.vision-message .section-title b {
  height: 76px;
  font-size: 0;
  background: url(../img/replace/vision-message-title2.svg) no-repeat left top/auto 74px;
}
.vision-message .image01 p b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/name-nishida.svg) no-repeat right center/auto 18px;
}

/* **************************************************************************** */
/*
/* 5.0 - Resource
/*
/* **************************************************************************** */
.resource-message {
  margin: 0 0 5.5rem;
}
.resource-message .section-header p {
  text-align: center;
  font-size: 2rem;
}
.resource-message .section-content {
  padding: 0 5%;
}

.resource-resource .section-content li {
  margin: 0 0 3rem;
}
.resource-resource .section-content li .content {
  position: relative;
  margin: -3rem 5% 0;
  padding: 2rem 5%;
  background-color: #fff;
  border-left: 2px solid #6BF759;
}
.resource-resource .section-content li .content h3 {
  vertical-align: middle;
  font-size: 2.2rem;
}
.resource-resource .section-content li .content .num {
  display: inline-block;
  vertical-align: middle;
  font-size: 0rem;
  margin-right: 10px;
  height: 90px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  color: #6BF759;
}

/* replacement */
.recruit-resource .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/resource-title.svg) no-repeat left top 4px/auto 30px;
}

.resource-message .section-title b {
  height: 38px;
  font-size: 0;
  background: url(../img/replace/resource-message-title.svg) no-repeat left top/auto 30px;
}

.resource-resource .section-title b {
  height: 38px;
  font-size: 0;
  background: url(../img/replace/resource-title.svg) no-repeat left top/auto 30px;
}
.resource-resource .section-content li:nth-child(1) .content .num {
  width: 100px;
  background: url(../img/replace/num01.svg) no-repeat left center/auto 82px;
}
.resource-resource .section-content li:nth-child(2) .content .num {
  width: 124px;
  background: url(../img/replace/num02.svg) no-repeat left center/auto 82px;
}
.resource-resource .section-content li:nth-child(3) .content .num {
  width: 124px;
  background: url(../img/replace/num03.svg) no-repeat left center/auto 82px;
}

/* **************************************************************************** */
/*
/* 6.0 - System
/*
/* **************************************************************************** */
.recruit-system .lead .content {
  padding-top: 0;
}
.recruit-system .lead h2 {
  margin: 0 0 1.5em;
}

.system-nav {
  margin: 0 0 5.5rem;
  padding: 0 5%;
  overflow: hidden;
}
.system-nav .image {
  margin: 0 0 2rem;
}
.system-nav .morebtn a {
  display: block;
}

.system-educational .section-content {
  position: relative;
  margin: -3rem 0 0;
  padding: 0 5%;
}
.system-educational .section-content > .image, .system-educational .section-content > p {
  margin: 0 auto 2rem;
  max-width: 760px;
}
.system-educational .section-content ul {
  margin: 8rem 0;
}
.system-educational .section-content li {
  margin: 0 0 6rem;
  padding: 0 5% 2rem;
  background-color: #6BF759;
}
.system-educational .section-content li h3 {
  position: relative;
  top: -2.5rem;
  margin: 0 auto;
  padding: 1rem 0;
  width: 90%;
  text-align: center;
  background-color: #fff;
  border: 2px solid #6BF759;
}
.system-educational .section-content li .image img {
  margin-bottom: 1rem;
}
.system-educational .section-content .shikaku {
  margin: 0 0 1rem;
  padding: 2rem 1em 1rem;
  background-color: #fff;
}

.system-welfare .section-header p {
  font-size: 1.6rem;
}
.system-welfare .section-content ul {
  margin: 8rem 0;
}
.system-welfare .section-content li {
  margin: 0 0 3rem;
}
.system-welfare .section-content li .content {
  position: relative;
  margin: -3rem 5% 0;
  padding: 2rem 5%;
  background-color: #fff;
  border-left: 2px solid #6BF759;
}
.system-welfare .section-content li .content h3 {
  vertical-align: middle;
  font-size: 2.2rem;
}
.system-welfare .section-content li .content h3 .num {
  vertical-align: middle;
  font-size: 11rem;
  margin-right: 10px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  color: #6BF759;
}
.system-welfare .section-content li .content h3 b {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}

.system-careerplan .section-header p {
  text-align: center;
  font-size: 2rem;
}
.system-careerplan .section-content {
  padding: 0 5%;
}
.system-careerplan .section-content .image {
  margin: 0 0 2rem;
}

/* replacement */
.recruit-system .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/system-title.svg) no-repeat left top 4px/auto 30px;
}

.system-educational .section-title b {
  height: 76px;
  font-size: 0;
  background: url(../img/replace/system-education-title2.svg) no-repeat left top/auto 74px;
}

.system-welfare .section-title b {
  height: 38px;
  font-size: 0;
  background: url(../img/replace/system-welfare-title.svg) no-repeat left top/auto 30px;
}
.system-welfare .section-content li .content h3 .num {
  display: inline-block;
  vertical-align: middle;
  font-size: 0rem;
  margin-right: 10px;
  height: 90px;
}
.system-welfare .section-content li:nth-child(1) .content .num {
  width: 100px;
  background: url(../img/replace/num01.svg) no-repeat left center/auto 82px;
}
.system-welfare .section-content li:nth-child(2) .content .num {
  width: 124px;
  background: url(../img/replace/num02.svg) no-repeat left center/auto 82px;
}
.system-welfare .section-content li:nth-child(3) .content .num {
  width: 124px;
  background: url(../img/replace/num03.svg) no-repeat left center/auto 82px;
}
.system-welfare .section-content li:nth-child(4) .content .num {
  width: 130px;
  background: url(../img/replace/num04.svg) no-repeat left center/auto 82px;
}
.system-welfare .section-content li:nth-child(5) .content .num {
  width: 124px;
  background: url(../img/replace/num05.svg) no-repeat left center/auto 82px;
}
.system-welfare .section-content li:nth-child(6) .content .num {
  width: 124px;
  background: url(../img/replace/num06.svg) no-repeat left center/auto 82px;
}
.system-welfare .section-content li:nth-child(7) .content .num {
  width: 124px;
  background: url(../img/replace/num07.svg) no-repeat left center/auto 82px;
}
.system-welfare .section-content li:nth-child(8) .content .num {
  width: 124px;
  background: url(../img/replace/num08.svg) no-repeat left center/auto 82px;
}

.system-careerplan .section-title b {
  height: 38px;
  font-size: 0;
  background: url(../img/replace/system-career-title.svg) no-repeat left top/auto 30px;
}

/* **************************************************************************** */
/*
/* 7.0 - Works
/*
/* **************************************************************************** */
.recruit-works .lead .content {
  padding-top: 0;
}
.recruit-works .lead h2 {
  margin: 0 0 1em;
}

.video {
  margin: 0 0 4rem;
  padding: 0 5%;
}
.video video {
  width: 100%;
}
.video p {
  margin: 1em 0;
}

.works-department .section-header {
  padding: 0;
  background-color: #6BF759;
}
.works-department .section-header .section-title {
  position: relative;
  top: 0rem;
  margin: 0;
  padding: 3rem 4%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.works-department .section-header .image {
  font-size: 0;
}
.works-department .section-header .image img {
  display: inline-block;
  width: 25%;
}
.works-department .section-content {
  padding: 4rem 5%;
  background: #f2f2f2;
  overflow: hidden;
}

.dept {
  margin: 0 0 5.5rem;
}
.dept:last-child {
  margin: 0 auto;
}
.dept p.sign {
  margin: 0 0 -0.7rem;
  text-align: left;
  font-size: 3.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #6BF759;
  text-transform: uppercase;
}
.dept header {
  position: relative;
}
.dept header h2 {
  margin: 0;
  padding: 2rem 5%;
  font-size: 2.2rem;
  line-height: 1;
  text-align: left;
  background-color: #6BF759;
}
.dept .content {
  padding: 3rem 5%;
  background-color: #fff;
  border-left: 2px solid #6BF759;
}
.dept .morebtn a {
  display: block;
}

.voice05 .dept p.sign {
  margin: 0 0 -5.7rem;
}

/* replacement */
.recruit-works .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/jobs-title.svg) no-repeat left top 4px/auto 25px;
}

.works-department .section-content .dept:nth-child(1) p.sign {
  height: 30px;
  font-size: 0;
  background: url(../img/replace/jobs-sales.svg) no-repeat 0 0/auto 25px;
}
.works-department .section-content .dept:nth-child(2) p.sign {
  height: 30px;
  font-size: 0;
  background: url(../img/replace/jobs-engineering.svg) no-repeat 0 0/auto 25px;
}
.works-department .section-content .dept:nth-child(3) p.sign {
  height: 30px;
  font-size: 0;
  background: url(../img/replace/jobs-development.svg) no-repeat 0 0/auto 25px;
}
.works-department .section-content .dept:nth-child(4) p.sign {
  height: 30px;
  font-size: 0;
  background: url(../img/replace/jobs-manufacturing.svg) no-repeat 0 0/auto 25px;
}
.works-department .section-content .dept:nth-child(5) p.sign {
  height: 72px;
  font-size: 0;
  background: url(../img/replace/jobs-pcontrol2.svg) no-repeat 0 0/auto 66px;
}
.works-department .section-content .dept:nth-child(6) p.sign {
  height: 72px;
  font-size: 0;
  background: url(../img/replace/jobs-pengineering2.svg) no-repeat 0 0/auto 66px;
}
.works-department .section-content .dept:nth-child(7) p.sign {
  height: 72px;
  font-size: 0;
  background: url(../img/replace/jobs-quality2.svg) no-repeat 0 0/auto 66px;
}
.works-department .section-content .dept:nth-child(8) p.sign {
  height: 30px;
  font-size: 0;
  background: url(../img/replace/jobs-general.svg) no-repeat 0 0/auto 25px;
}

/* **************************************************************************** */
/*
/* 8.0 - Voice
/*
/* **************************************************************************** */
.shout {
  padding: 3rem 0 0;
  background-color: #6BF759;
}
.shout:before {
  position: absolute;
  top: 25%;
  left: 0;
  content: "";
  width: 100%;
  height: 90px;
  text-align: center;
  font-size: 8.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: url(../img/replace/voice-good.svg) no-repeat center center/auto 60px;
}
.shout .section-title {
  padding: 0.8em 0 0;
  text-align: center;
}
.shout .section-title b {
  font-size: 2.4rem;
  line-height: 1.8;
}

.voice-voices {
  background-color: #f2f2f2;
}

.voices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0;
  text-align: center;
  font-size: 0;
}
.voices .shout {
  display: none;
}
.voices li {
  margin: 0 1% 1.5rem;
  width: 46%;
}
.voices li .morebtn {
  overflow: hidden;
}
.voices li .morebtn a {
  display: block;
  margin: 0;
  min-width: auto;
  background-color: #6BF759;
}
.voices li .morebtn a:hover {
  color: #333232;
}

.voice-voices .content {
  padding: 0 5% 3rem;
}

.voice-lead .dept {
  margin: 0 5% -0.6rem;
  width: 90%;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  color: #6BF759;
  text-transform: uppercase;
}
.voice-lead .section-header {
  position: relative;
  padding: 0.5rem 0 0;
  background-color: #6BF759;
}
.voice-lead .section-header h2 {
  text-align: left;
  margin: 0 5%;
  padding: 0.4em 0.25em;
  font-size: 2.2rem;
}
.voice-lead .section-header p {
  margin: 0 5% 1rem;
}
.voice-lead .section-header .image {
  position: relative;
}
.voice-lead .section-header .image:before {
  position: absolute;
  bottom: -18px;
  right: 0;
  content: "";
  width: 33%;
  height: 18px;
  background-color: #6BF759;
}
.voice-lead .section-content {
  padding: 4rem 5%;
}

.voice-current {
  margin: 0 0 6.5rem;
}
.voice-current .section-content {
  padding: 0 5%;
}

.voice-message .section-content {
  padding: 2rem 5% 5.5rem;
}
.voice-message p {
  margin: 1em 0;
  font-size: 2rem;
  font-weight: 700;
}
.voice-message p small {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
.voice-message .image {
  padding: 30px;
}

.voice-schedule {
  margin: 0 0 5.5rem;
}
.voice-schedule dl {
  margin: 0 5% 0;
  padding: 2rem 5% 2rem;
  background-color: #fff;
  border-left: 2px solid #6BF759;
}
.voice-schedule dt {
  display: inline-block;
  float: left;
}
.voice-schedule dd {
  margin: 0;
  padding: 0 0 0em 4.5em;
}

.voicenav {
  position: relative;
}
.voicenav:before {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 140px;
  background-color: #e6e6e6;
}
.voicenav li.othervoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #6BF759;
}
.voicenav li.othervoice h3 {
  width: 100%;
  text-align: center;
  font-size: 0rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}
.voicenav li.othervoice h3 b {
  display: block;
  width: 100%;
  height: 7.2rem;
  font-size: 0rem;
  line-height: 1.2;
  background: url(../img/replace/voice-other.svg) no-repeat center center/auto 60px;
}
.voicenav li.othervoice h3 small {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.voicenav .morebtn a {
  padding: 1.2rem 8%;
  min-width: auto;
}

/* replacement */
.recruit-voice .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/voice-title.svg) no-repeat left top 4px/auto 25px;
}

.voice01 .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/voice-voice01.svg) no-repeat left top 0px/auto 25px;
}

.voice02 .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/voice-voice02.svg) no-repeat left top 0px/auto 25px;
}

.voice03 .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/voice-voice03.svg) no-repeat left top 0px/auto 25px;
}

.voice04 .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/voice-voice04.svg) no-repeat left top 0px/auto 25px;
}

.voice05 .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/voice-voice05.svg) no-repeat left top 0px/auto 25px;
}

.voice06 .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/voice-voice06.svg) no-repeat left top 0px/auto 25px;
}

.voice07 .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/voice-voice07.svg) no-repeat left top 0px/auto 25px;
}

.voice08 .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/voice-voice08.svg) no-repeat left top 0px/auto 25px;
}

@media screen and (min-width: 768px) {
  .voice01 .page-title b {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/replace/voice-voice01.svg) no-repeat left top 0px/auto 40px;
  }
  .voice02 .page-title b {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/replace/voice-voice02.svg) no-repeat left top 0px/auto 40px;
  }
  .voice03 .page-title b {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/replace/voice-voice03.svg) no-repeat left top 0px/auto 40px;
  }
  .voice04 .page-title b {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/replace/voice-voice04.svg) no-repeat left top 0px/auto 40px;
  }
  .voice05 .page-title b {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/replace/voice-voice05.svg) no-repeat left top 0px/auto 40px;
  }
  .voice06 .page-title b {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/replace/voice-voice06.svg) no-repeat left top 0px/auto 40px;
  }
  .voice07 .page-title b {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/replace/voice-voice07.svg) no-repeat left top 0px/auto 40px;
  }
  .voice08 .page-title b {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/replace/voice-voice08.svg) no-repeat left top 0px/auto 40px;
  }
}
.voice01 .voice-lead .dept {
  height: 30px;
  font-size: 0;
  background: url(../img/replace/jobs-sales.svg) no-repeat 0 0/auto 25px;
}

.voice02 .voice-lead .dept {
  height: 30px;
  font-size: 0;
  background: url(../img/replace/jobs-engineering.svg) no-repeat 0 0/auto 25px;
}

.voice03 .voice-lead .dept {
  height: 30px;
  font-size: 0;
  background: url(../img/replace/jobs-development.svg) no-repeat 0 0/auto 25px;
}

.voice04 .voice-lead .dept {
  height: 30px;
  font-size: 0;
  background: url(../img/replace/jobs-manufacturing.svg) no-repeat 0 0/auto 25px;
}

.voice05 .voice-lead .dept {
  height: 72px;
  font-size: 0;
  background: url(../img/replace/jobs-pcontrol2.svg) no-repeat 0 0/auto 66px;
}

.voice06 .voice-lead .dept {
  height: 72px;
  font-size: 0;
  background: url(../img/replace/jobs-pengineering2.svg) no-repeat 0 0/auto 66px;
}

.voice07 .voice-lead .dept {
  height: 72px;
  font-size: 0;
  background: url(../img/replace/jobs-quality2.svg) no-repeat 0 0/auto 66px;
}

.voice08 .voice-lead .dept {
  height: 30px;
  font-size: 0;
  background: url(../img/replace/jobs-general.svg) no-repeat 0 0/auto 25px;
}

.voice-current .section-title b {
  height: 38px;
  font-size: 0;
  background: url(../img/replace/voice-current-title.svg) no-repeat left top/auto 30px;
}

.voice-message .section-title b {
  height: 128px;
  font-size: 0;
  background: url(../img/replace/voice-welcome-title3.svg) no-repeat left top/auto 120px;
}

.voice-schedule .section-title b {
  height: 38px;
  font-size: 0;
  background: url(../img/replace/voice-schedule-title.svg) no-repeat left top/auto 30px;
}

/* **************************************************************************** */
/*
/* 9.0 - Group
/*
/* **************************************************************************** */
.recruit-group .lead h2 {
  margin: 0 0 1em;
}

.boltalk .section-content {
  position: relative;
  top: 0rem;
  padding: 0;
}
.boltalk ol li {
  position: relative;
  margin: 0 0 6rem;
}
.boltalk ol li:last-child {
  margin: 0;
}
.boltalk ol p.num {
  position: absolute;
  top: -3rem;
  margin: 0 5%;
  width: 90%;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  color: #6BF759;
  text-transform: uppercase;
}
.boltalk ol .boltwrap {
  background-color: #6BF759;
}
.boltalk ol .content {
  padding: 2rem 5% 0;
}
.boltalk ol .content h2 {
  margin: 0 0 1.5rem;
  text-align: left;
  font-size: 2.2rem;
}
.boltalk ol .content p {
  font-size: 1.6rem;
}
.boltalk ol .morebtn {
  padding: 0 5%;
  overflow: hidden;
}
.boltalk ol .morebtn a {
  display: block;
}

.talk-lead {
  margin: 0 0 3rem;
  padding: 0 5%;
}
.talk-lead .section-header {
  padding: 2rem 5%;
  background-color: #6BF759;
}
.talk-lead .section-title {
  top: 0;
  margin: 0 0 1.5rem;
  padding: 0;
  font-size: 2.2rem;
}
.talk-lead .section-header p {
  margin: 0;
  font-size: 1.6rem;
}
.talk-lead .section-content {
  padding: 2rem 5%;
  background-color: #e6e6e6;
}
.talk-lead .section-content p {
  margin: 0;
}

.crosstalk .section-header {
  padding: 0;
  text-align: right;
}
.crosstalk .section-header:before, .crosstalk .section-header:after {
  background: none;
}
.crosstalk .section-header p {
  display: inline-block;
  padding: 0.5rem 5%;
  text-align: right;
  background-color: #6BF759;
}
.crosstalk .section-header .image {
  margin: 0;
}
.crosstalk .section-content {
  padding: 0 5% 5.5rem;
}
.crosstalk h3 {
  position: relative;
  text-align: left;
}
.crosstalk h3:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 140px;
  height: 100%;
  background-color: #6BF759;
}
.crosstalk h3 b {
  position: relative;
  display: block;
  padding: 10px 0 10px 1rem;
  color: #333232;
}
.crosstalk h3 .num {
  position: relative;
  top: -2px;
  left: -2px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.crosstalk h3 .num b {
  display: block;
  font-size: 9.1rem;
  padding: 0;
  color: #fff;
}
.crosstalk h3 .num small {
  display: block;
  font-size: 2.6rem;
  margin: 0 0 0 5px;
}
.crosstalk p b.name {
  display: block;
  margin: 0 0 0.5em;
}
.crosstalk .image {
  margin: 0 0 1em;
}

.talknav {
  padding: 3rem 5% 0;
  background-color: #f2f2f2;
  overflow: hidden;
}
.talknav li {
  margin: 0 0 3rem;
}
.talknav .content {
  padding: 2rem 6%;
  text-align: left;
  background-color: #6BF759;
}
.talknav h3 {
  text-align: left;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.talknav h3 small {
  display: block;
  margin: 0.8rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333232;
}
.talknav p {
  position: relative;
  margin: -2.2rem 0 0;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
}
.talknav p:after {
  position: absolute;
  top: 50%;
  right: -16%;
  content: "";
  width: 15%;
  height: 0;
  border-top: 1px solid #333232;
}
.talknav a:hover p {
  color: #fff;
}

/* replacement */
.recruit-group .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/talk-title.svg) no-repeat left top 4px/auto 25px;
}

.boltalk .section-title b {
  height: 38px;
  font-size: 0;
  background: url(../img/replace/talk-voltalk-title.svg) no-repeat left top/auto 30px;
}
.boltalk ol li:nth-child(1) .num {
  font-size: 0;
  height: 33px;
  background: url(../img/replace/talk-talk01.svg) no-repeat left center/auto 30px;
}
.boltalk ol li:nth-child(2) .num {
  font-size: 0;
  height: 33px;
  background: url(../img/replace/talk-talk02.svg) no-repeat left center/auto 30px;
}
.boltalk ol li:nth-child(3) .num {
  font-size: 0;
  height: 33px;
  background: url(../img/replace/talk-talk03.svg) no-repeat left center/auto 30px;
}

.group01 .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/talk-talk01bk.svg) no-repeat left top 4px/auto 25px;
}

.group02 .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/talk-talk02bk.svg) no-repeat left top 4px/auto 25px;
}

.group03 .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/talk-talk03bk.svg) no-repeat left top 4px/auto 25px;
}

.crosstalk h3 .num b {
  display: inline-block;
  vertical-align: middle;
  font-size: 0rem;
  margin-right: 10px;
  width: 140px;
  height: 82px;
  font-size: 0;
}
.crosstalk .num01 b {
  width: 100px;
  background: url(../img/replace/num01w.svg) no-repeat left top/auto 70px;
}
.crosstalk .num02 b {
  width: 124px;
  background: url(../img/replace/num02w.svg) no-repeat left top/auto 70px;
}
.crosstalk .num03 b {
  width: 124px;
  background: url(../img/replace/num03w.svg) no-repeat left top/auto 70px;
}
.crosstalk .num04 b {
  width: 130px;
  background: url(../img/replace/num04w.svg) no-repeat left top/auto 70px;
}
.crosstalk h3 .num small {
  height: 2.6rem;
  font-size: 0;
  background: url(../img/replace/num-talk.svg) no-repeat left center/auto 1.8rem;
}

.talknav h3 b {
  display: block;
  font-size: 0;
}
.talknav h3 .talk01 {
  height: 30px;
  background: url(../img/replace/talk-talk01w.svg) no-repeat left center/auto 24px;
}
.talknav h3 .talk02 {
  height: 30px;
  background: url(../img/replace/talk-talk02w.svg) no-repeat left center/auto 24px;
}
.talknav h3 .talk03 {
  height: 30px;
  background: url(../img/replace/talk-talk03w.svg) no-repeat left center/auto 24px;
}
.talknav p {
  height: 1.4rem;
  font-size: 0;
  background: url(../img/replace/b_more.svg) no-repeat right center/auto 12px;
}

/* **************************************************************************** */
/*
/* 10.0 - Company
/*
/* **************************************************************************** */
.company-vision .section-header:after {
  height: 200px;
}
.company-vision .section-header h3 {
  text-align: center;
}
.company-vision .section-content ol {
  margin: 0 0 8rem;
}
.company-vision .section-content li {
  margin: 0 0 3rem;
}
.company-vision .section-content li .content {
  position: relative;
  margin: -3rem 5% 0;
  padding: 2rem 5%;
  background-color: #fff;
  border-left: 2px solid #6BF759;
}
.company-vision .section-content li .content h4 {
  vertical-align: middle;
  font-size: 2.2rem;
}
.company-vision .section-content li .content .num {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 11rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  color: #6BF759;
}

.company-profile .section-content, .company-history .section-content {
  margin: 0 0 8rem;
  padding: 0 5%;
}
.company-profile .section-content .image, .company-history .section-content .image {
  margin: 0 0 3rem;
}
.company-profile table th, .company-history table th {
  width: 30%;
}

.company-access .section-content {
  padding: 0 5%;
}
.company-access .section-content h5 {
  margin: 0 0 0.5em;
  font-size: 1.7rem;
}
.company-access .section-content dt {
  margin: 0 0 1em;
  font-size: 1.4rem;
  font-weight: 400;
}
.company-access .section-content dd {
  margin: 0 0 1.6em;
  line-height: 1.8;
}
.company-access .section-content .image {
  margin: 0 0 3rem;
}

/* replacement */
.recruit-company .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/company-title.svg) no-repeat left top 4px/auto 25px;
}

.company-vision .section-title b {
  height: 78px;
  font-size: 0;
  background: url(../img/replace/company-vision-title2.svg) no-repeat left top/auto 74px;
}
.company-vision .section-content li .content .num {
  display: inline-block;
  vertical-align: middle;
  font-size: 0rem;
  margin-right: 10px;
  height: 90px;
}
.company-vision .section-content li:nth-child(1) .content .num {
  width: 100px;
  background: url(../img/replace/num01.svg) no-repeat left center/auto 82px;
}
.company-vision .section-content li:nth-child(2) .content .num {
  width: 124px;
  background: url(../img/replace/num02.svg) no-repeat left center/auto 82px;
}
.company-vision .section-content li:nth-child(3) .content .num {
  width: 124px;
  background: url(../img/replace/num03.svg) no-repeat left center/auto 82px;
}

.company-profile .section-title b {
  height: 78px;
  font-size: 0;
  background: url(../img/replace/company-profile-title2.svg) no-repeat left top/auto 74px;
}

.company-history .section-title b {
  height: 38px;
  font-size: 0;
  background: url(../img/replace/company-history-title.svg) no-repeat left top/auto 30px;
}

.company-access .section-title b {
  height: 38px;
  font-size: 0;
  background: url(../img/replace/company-access-title.svg) no-repeat left top/auto 30px;
}

/* **************************************************************************** */
/*
/* 11.0 - FAQ
/*
/* **************************************************************************** */
.faq-list {
  margin: 0 5% 8rem;
}
.faq-list li {
  margin: 0 0 4rem;
}
.faq-list h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0;
  font-weight: 400;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq-list h4 .num {
  position: relative;
  padding: 2rem 0;
  width: 6.5rem;
  height: 2.8rem;
  text-align: center;
  font-size: 1.8rem;
  font-size: 0;
  font-weight: 700;
  background-color: #6BF759;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.faq-list h4 .num:before {
  position: absolute;
  bottom: 12px;
  left: 50%;
  content: "";
  margin: 0 0 0 -3px;
  width: 7px;
  height: 7px;
  border: solid #333232;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq-list h4 b {
  width: calc(100% - 6.5rem);
  padding: 0 1rem;
  font-weight: 400;
}
.faq-list h4:hover {
  background-color: #f2f2f2;
}
.faq-list h4.open .num:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.faq-list p {
  margin: 0;
  padding: 0 5%;
}

.faq-contact {
  padding: 0 5%;
}
.faq-contact h3 {
  position: relative;
  padding: 0 0 1.5rem;
  text-align: center;
  font-weight: 400;
}
.faq-contact h3:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  margin: 0 0 0 -50px;
  width: 100px;
  height: 0;
  border-top: 2px solid #6BF759;
}
.faq-contact p {
  text-align: center;
  font-size: 1.6rem;
}
.faq-contact span {
  display: block;
  font-size: 2rem;
}

/* replacement */
.recruit-faq .page-title b {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/replace/faq-title.svg) no-repeat left top 4px/auto 25px;
}

.faq-list li:nth-child(1) .num {
  background: #6BF759 url(../img/replace/faq-01.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(2) .num {
  background: #6BF759 url(../img/replace/faq-02.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(3) .num {
  background: #6BF759 url(../img/replace/faq-03.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(4) .num {
  background: #6BF759 url(../img/replace/faq-04.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(5) .num {
  background: #6BF759 url(../img/replace/faq-05.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(6) .num {
  background: #6BF759 url(../img/replace/faq-06.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(7) .num {
  background: #6BF759 url(../img/replace/faq-07.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(8) .num {
  background: #6BF759 url(../img/replace/faq-08.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(9) .num {
  background: #6BF759 url(../img/replace/faq-09.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(10) .num {
  background: #6BF759 url(../img/replace/faq-10.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(11) .num {
  background: #6BF759 url(../img/replace/faq-11.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(12) .num {
  background: #6BF759 url(../img/replace/faq-12.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(13) .num {
  background: #6BF759 url(../img/replace/faq-13.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(14) .num {
  background: #6BF759 url(../img/replace/faq-14.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(15) .num {
  background: #6BF759 url(../img/replace/faq-15.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(16) .num {
  background: #6BF759 url(../img/replace/faq-16.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(17) .num {
  background: #6BF759 url(../img/replace/faq-17.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(18) .num {
  background: #6BF759 url(../img/replace/faq-18.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(19) .num {
  background: #6BF759 url(../img/replace/faq-19.svg) no-repeat center center/auto 14px;
}
.faq-list li:nth-child(20) .num {
  background: #6BF759 url(../img/replace/faq-20.svg) no-repeat center center/auto 14px;
}

/* **************************************************************************** */
/*
/* ex. - Media Queries
/*
/* **************************************************************************** */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* >= 375px                             */
@media screen and (min-width: 375px) {
  .extranav .btn a:after {
    border-width: 24px;
  }
  .extranav .btn span {
    top: 33%;
  }
}
/* >= 736px                             */
@media screen and (min-width: 736px) {
  /* 85周年ロゴ 上書き */
  #branding .site-title {
    padding: 12px 0 6px 13px;
    width: 290px;
  }
  #branding .site-title a {
    width: 276px;
    height: 42px;
    background-size: 276px auto;
  }
  /*
   * Home
   */
  .home-billboard .spn {
    display: none;
  }
  .home-billboard .pc {
    display: block;
  }
  .home-billboard .image p, .home-billboard .billboard-content {
    display: none;
  }
  /*
   * Page
   */
  .recruit .site-header {
    padding: 0 4%;
    text-align: left;
  }
  .recruit .drawer-hamburger {
    padding: 16px 10px 29px;
  }
  .recruit.drawer-open .drawer-nav {
    top: 60px;
  }
  #staticnav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #staticnav .menu li:nth-child(2) {
    display: inline-block;
    background-color: #f2f2f2;
  }
  #staticnav .menu li:nth-child(2) a {
    background-color: #e6e6e6;
  }
  #staticnav .menu li a {
    padding: 23px 2rem;
  }
  .extranav {
    margin: 0 auto;
    max-width: 1040px;
    font-size: 0;
  }
  .extranav div {
    display: inline-block;
    margin: 0 0 2rem;
    width: 48%;
  }
  .extranav div:nth-child(odd) {
    margin-right: 4%;
  }
  .page-billboard {
    margin: 0 0 4.5rem;
  }
  .page-billboard .content:before {
    top: 45%;
    left: 0;
    content: "";
    width: 20%;
    height: 34px;
  }
  .page-billboard .page-title {
    margin: 0 auto;
    padding: 9rem 0 9rem;
    max-width: 1040px;
  }
  .page-billboard .page-title small {
    font-size: 1.8rem;
  }
  .page-billboard .image:after {
    height: 12%;
  }
  /*
   * Faq
   */
  /*
   * contact / sitemap / privacypolicy
   */
  /* replacement */
  /* .recruit-voice .page-title b	{ background-size: auto 60px;} */
}
@media screen and (min-width: 736px) and (min-width: 768px) {
  #staticnav .menu li:nth-child(1), #staticnav .menu li:nth-child(2) {
    display: block;
  }
}
@media screen and (min-width: 736px) {
  .recruit-faq .extranav {
    text-align: center;
  }
  .recruit-faq .extranav .btn {
    margin-right: 0;
  }
  .contact-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-list li {
    position: relative;
    margin: 0 1% 55px;
    width: 48%;
  }
  .contact-list li p {
    font-size: 1.6rem;
  }
  .page-sitemap .page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-sitemap .page-content ul {
    width: 50%;
  }
  .recruit-vision .page-title b {
    background-size: auto 60px;
  }
  .vision-message .section-title b {
    height: 40px;
    background: url(../img/replace/vision-message-title.svg) no-repeat left top/auto 34px;
  }
  .recruit-resource .page-title b, .recruit-system .page-title b, .recruit-works .page-title b {
    background-size: auto 60px;
  }
  .works-department .section-content .dept:nth-child(5) p.sign {
    height: 30px;
    font-size: 0;
    background: url(../img/replace/jobs-pcontrol.svg) no-repeat 0 0/auto 25px;
  }
  .works-department .section-content .dept:nth-child(6) p.sign {
    height: 30px;
    font-size: 0;
    background: url(../img/replace/jobs-pengineering.svg) no-repeat 0 0/auto 25px;
  }
  .works-department .section-content .dept:nth-child(7) p.sign {
    height: 30px;
    font-size: 0;
    background: url(../img/replace/jobs-quality.svg) no-repeat 0 0/auto 25px;
  }
  .voice-message .section-title b {
    height: 78px;
    background: url(../img/replace/voice-welcome-title2.svg) no-repeat left top/auto 74px;
  }
  .recruit-group .page-title b, .recruit-company .page-title b {
    background-size: auto 60px;
  }
  .company-profile .section-title b {
    height: 38px;
    background: url(../img/replace/company-profile-title.svg) no-repeat left top/auto 30px;
  }
  .recruit-faq .page-title b {
    background-size: auto 60px;
  }
}
/* >= 1024px                             */
@media screen and (min-width: 1024px) {
  /* 85周年ロゴ 上書き */
  #branding .site-title {
    padding: 12px 0 11px 13px;
    width: 300px;
  }
  #branding .site-title a {
    width: 300px;
    height: 53px;
    background-size: 300px auto;
  }
  /*
   * Page common
   */
  .hamburger-nav, .drawer {
    display: block;
  }
  .home-billboard {
    padding: 76px 0 0;
  }
  #staticnav {
    position: absolute;
    top: 0;
    right: 64px;
    font-size: 0;
  }
  #staticnav .menu li a {
    padding: 31px 2.4rem;
  }
  .page-billboard {
    margin: 0 0 4.5rem;
    padding: 62px 0 0;
  }
  .section-header:before {
    width: calc(50vw - 420px);
    height: 34px;
  }
  .section-header:after {
    height: 280px;
  }
  .section-title {
    top: -3.8rem;
    margin: 0 auto;
    max-width: 1040px;
  }
  .section-title b {
    margin: 0 0 1rem;
    font-size: 6rem;
  }
  .section-title small {
    font-size: 1.8rem;
  }
  /**
   * - morebtn
   */
  div.morebtn a:after {
    width: 6%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  div.morebtn a:hover:after {
    width: 15%;
  }
  div.b_more a:after {
    width: 16%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  div.b_more a:hover:after {
    width: 35%;
  }
  .extranav .btn b {
    font-size: 2.8rem;
  }
  .extranav .btn small {
    font-size: 1.6rem;
  }
  .extranav .btn a:hover img {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  .extranav .btn a:hover:after {
    border-width: 10px;
  }
  .recruit .site-footer .btns .btn a:hover:after {
    border-color: #333232;
  }
  .breadcrumb {
    display: block;
  }
  /*
   * Home
   */
  .recruit-home .lead {
    margin: 0 auto;
    max-width: 1040px;
  }
  .home-vision {
    margin: 0 0 10.5rem;
    padding: 0;
  }
  .home-vision .section-header {
    margin: 0 auto;
    padding: 0;
  }
  .home-vision .section-title {
    margin: 0 auto;
    padding: 0 0 4rem;
  }
  .home-vision .section-content {
    position: relative;
    margin: 0 auto;
    max-width: 1040px;
    overflow: visible;
  }
  .home-vision .section-content .image {
    position: absolute;
    top: -10rem;
    right: 5%;
    width: 60%;
  }
  .home-vision .section-content .image p {
    top: 42%;
    right: 4%;
    font-size: 1.6rem;
  }
  .home-vision .section-content .image p b {
    font-size: 3.8rem;
  }
  .home-vision .section-content .image:before {
    bottom: -34px;
    width: 45%;
    height: 34px;
  }
  .home-vision .section-content .content {
    position: relative;
    width: 38%;
    margin: 0;
    padding: 4rem 5% 2rem;
  }
  .home-vision .section-content .content p {
    margin: 0 0 1em;
    font-size: 1.8rem;
  }
  .home-resource {
    margin: 0 0 10.5rem;
    padding: 0;
  }
  .home-resource .section-header {
    margin: 0 auto;
    padding: 0;
  }
  .home-resource .section-header:before {
    width: calc(50vw - 320px);
  }
  .home-resource .section-content {
    margin: 0 auto;
    max-width: 1040px;
    overflow: visible;
  }
  .home-resource .section-content .content {
    float: right;
    position: relative;
    margin-top: -10rem;
    width: 45%;
  }
  .home-resource div.morebtn {
    margin: 0 0;
  }
  .home-jobs {
    margin: 0 0 20.5rem;
    padding: 0;
  }
  .home-jobs .section-header {
    margin: 0 auto;
    padding: 0;
  }
  .home-jobs .section-content {
    margin: 0 auto;
    max-width: 1040px;
  }
  .home-jobs .section-content .content {
    position: relative;
    z-index: 2;
    width: 38%;
    margin: 0;
    padding: 4rem 5% 2rem;
  }
  .home-jobs .section-content .image {
    position: absolute;
    top: 0rem;
    right: 0;
    margin: 0;
    width: 63%;
  }
  .home-interview {
    margin: 0 0 20.5rem;
    padding: 0;
  }
  .home-interview ul {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1040px;
  }
  .home-interview li {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    z-index: 2;
    margin: 0 0 2rem;
  }
  .home-interview li:nth-child(odd) {
    margin-right: 1%;
  }
  .home-interview .interview-image {
    position: relative;
    margin-top: -300px;
    width: 36%;
    max-width: 524px;
  }
  .home-interview p:after {
    width: 5%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home-interview a:hover p:after {
    width: 15%;
  }
  .home-system {
    margin: 0 0 5.5rem;
    padding: 0;
  }
  .home-system .section-header {
    margin: 0 auto;
    padding: 0;
  }
  .home-system .section-content {
    position: relative;
    overflow: visible;
    margin: 0 auto;
    padding: 0;
    max-width: 1040px;
  }
  .home-system .section-content .content {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 38%;
  }
  .home-system .image {
    position: relative;
    margin: 0 0 0 36%;
    top: -13rem;
    right: 0;
    width: 64%;
  }
  .home-system .b_more a:after {
    width: 6%;
  }
  .home-hiroshima {
    margin: 0 0 20.5rem;
    padding: 0;
  }
  .home-hiroshima .section-header {
    margin: 0 auto;
    padding: 0;
  }
  .home-hiroshima .section-content {
    position: relative;
    margin: 0 auto;
    max-width: 1040px;
    overflow: visible;
  }
  .home-hiroshima .section-content .content {
    position: relative;
    z-index: 2;
    width: 38%;
    margin: 0;
    padding: 4rem 5% 2rem;
  }
  .home-hiroshima .section-content .image {
    position: absolute;
    top: -10rem;
    right: 0;
    margin: 0;
    width: 64%;
  }
  .home-company {
    margin: 0 0 5.5rem;
    padding: 0;
  }
  .home-company .section-header {
    margin: 0 auto;
    padding: 0;
  }
  .home-company .section-content {
    position: relative;
    overflow: visible;
    margin: 0 auto;
    padding: 0;
    max-width: 1040px;
  }
  .home-company .image {
    margin: 0 0 2rem;
    width: 64%;
    text-align: right;
  }
  .home-company .content {
    position: absolute;
    display: inline-block;
    top: -10.5rem;
    right: 0;
    width: 38%;
  }
  .home-company .b_more a:after {
    width: 6%;
  }
  /*
   * Vision
   */
  .vision-visions {
    margin: 0 0 8.5rem;
    padding: 0;
  }
  .vision-visions .section-content {
    margin: 0 auto;
    max-width: 1040px;
    overflow: hidden;
  }
  .vision-visions ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .vision-visions ol li {
    margin: 0 0 10rem;
    padding: 0 5% 0 0;
    width: 50%;
  }
  .vision-visions h3:before {
    width: 180px;
    height: 100%;
  }
  .vision-visions h3 b {
    font-size: 2.6rem;
  }
  .vision-visions h3 .num b {
    font-size: 12.1rem;
  }
  .vision-visions h3 .num small {
    font-size: 3.6rem;
    margin: 0 0 0 5px;
  }
  .vision-visions p {
    padding: 0 1rem;
    font-size: 1.8rem;
  }
  .vision-visions ol li:nth-child(3) {
    position: relative;
    margin: 0 0 12.5rem;
    width: 100%;
  }
  .vision-visions ol li:nth-child(3) p {
    width: 45%;
  }
  .vision-visions ol li:nth-child(3) .image {
    position: absolute;
    top: -25%;
    left: 50%;
    width: 69%;
  }
  .vision-message {
    margin: 0 0;
  }
  .vision-message .section-header {
    margin: 0 0 4rem;
    background-color: transparent;
  }
  .vision-message .section-header .section-title {
    margin: 0 auto;
  }
  .vision-message .section-header p {
    margin: 0 auto 6rem;
    padding: 0;
    max-width: 1040px;
    font-size: 3.8rem;
  }
  .vision-message .section-header .image {
    position: relative;
    margin: 0 auto 8.5rem;
    max-width: 860px;
  }
  .vision-message .section-header .image:before {
    bottom: -34px;
    width: 33%;
    height: 34px;
  }
  .vision-message .section-content {
    margin: 0 auto;
    padding: 0;
    max-width: 760px;
  }
  .vision-message .image03 {
    max-width: 416px;
  }
  .vision-message h3 br {
    display: none;
  }
  /*
   * Resource
   */
  .resource-message {
    margin: 0 0 15.5rem;
  }
  .resource-message .section-header {
    position: relative;
    margin: 0 0 4rem;
    padding: 0 0 1em;
    background-color: #E6E6E6;
  }
  .resource-message .section-header p {
    font-size: 2.6rem;
  }
  .resource-message .section-content {
    margin: 0 auto;
    padding: 0;
    max-width: 760px;
  }
  .resource-resource {
    margin: 0 0 5.5rem;
  }
  .resource-resource .section-header {
    margin: 0;
  }
  .resource-resource .section-content li {
    position: relative;
    margin: 0 0 8.5rem;
  }
  .resource-resource .section-content li:after {
    content: "";
    display: block;
    clear: both;
  }
  .resource-resource .section-content li .content {
    position: absolute;
    margin: 0;
    padding: 2rem 4%;
    width: 510px;
  }
  .resource-resource .section-content li .content h3 {
    font-size: 2.2rem;
  }
  .resource-resource .section-content li .content .num {
    font-size: 11rem;
  }
  .resource-resource .section-content li .image {
    width: 52%;
  }
  .resource-resource .section-content li:nth-child(odd) .image {
    float: right;
  }
  .resource-resource .section-content li:nth-child(odd) .content {
    top: 0;
    right: 50%;
  }
  .resource-resource .section-content li:nth-child(even) .image {
    float: left;
  }
  .resource-resource .section-content li:nth-child(even) .content {
    top: 0;
    left: 50%;
  }
  /*
   * System
   */
  .recruit-system .lead .content {
    margin: 0 auto 4rem;
    padding: 0;
    max-width: 760px;
  }
  .recruit-system .lead h2 {
    font-size: 2.6rem;
  }
  .recruit-system .lead h2 br {
    display: none;
  }
  .system-nav {
    margin: 0 auto 10.5rem;
    padding: 0;
    max-width: 1040px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .system-nav .section-content {
    width: 30%;
  }
  .system-nav .image {
    margin: 0 0 2rem;
    width: 70%;
  }
  .system-nav .morebtn a {
    width: 120%;
  }
  .system-educational {
    margin: 0 0 15.5rem;
  }
  .system-educational .section-header {
    padding: 0 0 2rem;
  }
  .system-educational .section-content {
    margin: 0 auto;
    padding: 0;
    max-width: 1040px;
  }
  .zoom {
    display: none;
  }
  .system-educational .section-content ul {
    margin: 8rem 0;
  }
  .system-educational .section-content li {
    margin: 0 0 6rem;
    padding: 0 4rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .system-educational .section-content li h3 {
    position: relative;
    top: -2.5rem;
    margin: 0 auto;
    padding: 1rem 0;
    width: 60%;
    text-align: center;
    background-color: #fff;
    border: 2px solid #6BF759;
  }
  .system-educational .section-content li .content {
    margin: 0 5% 0 0;
    width: 65%;
  }
  .system-educational .section-content li .image {
    width: 30%;
  }
  .system-educational .shikaku h4 {
    text-align: center;
  }
  .system-educational .shikaku dt {
    display: inline-block;
    float: left;
  }
  .system-educational .shikaku dd {
    padding: 0 0 0 10em;
  }
  .system-welfare {
    margin: 0 0 15.5rem;
  }
  .system-welfare .section-header {
    margin: 0 0 10rem;
    padding: 0 0 4rem;
  }
  .system-welfare .section-header p {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 760px;
    font-size: 1.6rem;
  }
  .system-welfare .section-content ul {
    margin: 8rem 0;
  }
  .system-welfare .section-content li {
    position: relative;
    margin: 0 0 8.5rem;
  }
  .system-welfare .section-content li:after {
    content: "";
    display: block;
    clear: both;
  }
  .system-welfare .section-content li .content {
    position: absolute;
    margin: 0;
    padding: 2rem 5%;
    width: 510px;
  }
  .system-welfare .section-content li .content h3 {
    font-size: 2.2rem;
  }
  .system-welfare .section-content li .content .num {
    font-size: 11rem;
  }
  .system-welfare .section-content li .image {
    width: 52%;
  }
  .system-welfare .section-content li:nth-child(odd) .image {
    float: right;
  }
  .system-welfare .section-content li:nth-child(odd) .content {
    top: 0;
    right: 50%;
  }
  .system-welfare .section-content li:nth-child(even) .image {
    float: left;
  }
  .system-welfare .section-content li:nth-child(even) .content {
    top: 0;
    left: 50%;
  }
  .system-careerplan .section-header {
    margin: 0 0 2rem;
    padding: 0 0 4rem;
  }
  .system-careerplan .section-header p {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 760px;
    font-size: 2rem;
  }
  .system-careerplan .section-content {
    margin: 0 auto;
    padding: 0;
    max-width: 760px;
  }
  .system-careerplan .section-content .image {
    margin: 0 0 2rem;
  }
  /*
   * Works
   */
  .recruit-works .lead .content {
    margin: 0 auto 4rem;
    padding: 0;
    max-width: 760px;
  }
  .recruit-works .lead h2 {
    font-size: 2.6rem;
  }
  .video {
    margin: 0 auto 8.5rem;
    padding: 0;
    max-width: 1040px;
  }
  .video p {
    font-size: 2.6rem;
  }
  .works-department .section-header {
    padding: 0;
    background-color: #6BF759;
  }
  .works-department .section-header .section-title {
    margin: 0 auto;
    padding: 5.5rem 0;
    font-size: 2.8rem;
  }
  .works-department .section-header .section-title br {
    display: none;
  }
  .works-department .section-header .image img {
    display: inline-block;
    width: 12.5%;
  }
  .works-department .section-content {
    padding: 8.5rem 0 0;
  }
  .dept {
    position: relative;
    margin: 0 auto 10.5rem;
    padding: 0;
    width: 1040px;
  }
  .dept:after {
    content: "";
    display: block;
    clear: both;
  }
  .dept p.sign {
    margin: 0;
    width: 100%;
    font-size: 7rem;
  }
  .dept header {
    position: relative;
  }
  .dept header h2 {
    padding: 2rem 5%;
    font-size: 3.8rem;
  }
  .dept .content {
    padding: 3rem 8.5%;
    background-color: #fff;
    border-left: 2px solid #6BF759;
  }
  .dept .morebtn a {
    display: block;
    width: 75%;
  }
  .dept > div:nth-child(2) {
    position: absolute;
    z-index: 2;
    top: 46px;
    width: 45%;
  }
  .dept > div:nth-child(3) {
    position: relative;
    width: 60%;
  }
  .dept:nth-child(odd) > div:nth-child(2) {
    left: 0%;
  }
  .dept:nth-child(odd) > div:nth-child(3) {
    float: right;
  }
  .dept:nth-child(even) > div:nth-child(2) {
    right: 0%;
  }
  .dept:nth-child(even) > div:nth-child(3) {
    float: left;
  }
  .dept:last-child {
    margin: 0 auto 5.5rem;
  }
  /*
   * Voice
   */
  .recruit-voice .voice-voices .section-header {
    display: none;
  }
  .voice-voices .section-content {
    margin: 0 auto;
    max-width: 1040px;
  }
  .voices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 0;
    text-align: center;
    font-size: 0;
  }
  .voices .shout {
    display: block;
    position: relative;
  }
  .shout:before {
    top: 35%;
    content: "";
    font-size: 9rem;
  }
  .shout .section-title {
    top: 15%;
    text-align: center;
  }
  .shout .section-title b {
    font-size: 2.6rem;
  }
  .voices li {
    margin: 0 0.5% 1.5rem;
    width: 32%;
  }
  .voices li .morebtn a {
    display: block;
    margin: 0;
    background-color: #6BF759;
  }
  .voices li .morebtn a:hover {
    color: #333232;
  }
  .voice-voices .content {
    padding: 3rem 5% 8.5rem;
    text-align: center;
    font-size: 1.6rem;
  }
  .voice-lead {
    margin: 5.5rem auto 10.5rem;
    max-width: 860px;
  }
  .voice-lead .dept {
    margin: 0 0 0rem;
    width: 100%;
    font-size: 6rem;
  }
  .voice-lead .section-header {
    position: relative;
    padding: 0.5rem 0 0;
  }
  .voice-lead .section-header h2 {
    text-align: left;
    margin: 0 5%;
    font-size: 3.8rem;
  }
  .voice-lead .section-header p {
    margin: 0 5% 2rem;
  }
  .voice-lead .section-header .image {
    position: relative;
  }
  .voice-lead .section-header .image:before {
    position: absolute;
    bottom: -18px;
    right: 0;
    content: "";
    width: 33%;
    height: 18px;
    background-color: #6BF759;
  }
  .voice-lead .section-content {
    padding: 4rem 0;
  }
  .voice-current {
    margin: 0 auto 10.5rem;
  }
  .voice-current .section-content {
    margin: 0 auto;
    padding: 2rem 0 0;
    max-width: 840px;
  }
  .voice-message {
    margin: 0 auto 10.5rem;
  }
  .voice-message .section-header {
    padding: 0;
  }
  .voice-message .section-content {
    margin: 0 auto;
    padding: 2rem 0 0;
    max-width: 1040px;
  }
  .voice-message .image {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5% 0 0;
    padding: 0;
    width: 35%;
  }
  .voice-message p {
    display: inline-block;
    vertical-align: middle;
    margin: 1em 0;
    width: 58%;
    font-size: 3.8rem;
  }
  .voice-message p small {
    display: block;
    font-size: 2.6rem;
  }
  .voice-schedule {
    margin: 0 auto 10.5rem;
  }
  .voice-schedule .section-header {
    padding: 0;
  }
  .voice-schedule .section-content {
    margin: 0 auto 0;
    padding: 2rem 0 2rem;
    text-align: right;
    max-width: 860px;
  }
  .voice-schedule dl {
    margin: 0;
    padding: 4rem 5%;
    display: inline-block;
    width: 400px;
    text-align: left;
  }
  .voice-schedule dt {
    display: inline-block;
    float: left;
  }
  .voice-schedule dd {
    margin: 0;
    padding: 0 0 0em 4.5em;
  }
  .voicenav {
    margin: 0 auto 8.5rem;
  }
  .voicenav:before {
    position: absolute;
    top: 140px;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 280px;
    background-color: #e6e6e6;
  }
  .voicenav li.othervoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background-color: #6BF759;
  }
  .voicenav li.othervoice h3 {
    width: 100%;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
  }
  .voicenav li.othervoice h3 small {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .voicenav .voices {
    margin: 0 auto;
    max-width: 1040px;
  }
  .voicenav .voices li {
    width: 24%;
  }
  /*
   * Talk
   */
  /*
   * Company
   */
  /*
   * FAQ
   */
  /*
   * Drawer Nav.
   */
  /* replacement */
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .page-billboard .page-title b {
    height: 60px;
    background-size: auto 40px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) and (min-width: 980px) {
  .page-billboard .page-title b {
    height: 80px;
    background-size: auto 60px;
  }
}
@media screen and (min-width: 1024px) {
  .recruit-group .lead .content {
    margin: 0 auto 8.5rem;
    padding: 0;
    max-width: 760px;
  }
  .recruit-group .lead h2 {
    font-size: 2.6rem;
  }
  .boltalk .section-header {
    padding: 0 0 4rem;
  }
  .boltalk .section-content {
    margin: 0 auto 8.5rem;
    padding: 0;
    max-width: 1040px;
  }
  .boltalk ol li {
    position: relative;
    margin: 0 0 15.5rem;
  }
  .boltalk ol li:last-child {
    margin: 0;
  }
  .boltalk ol p.num {
    position: absolute;
    top: -4.8rem;
    margin: 0;
    font-size: 6rem;
  }
  .boltalk ol .boltwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #6BF759;
  }
  .boltalk ol .content {
    padding: 2rem 5% 0;
    width: 50%;
  }
  .boltalk ol .content h2 {
    margin: 0 0 1.5rem;
    text-align: left;
    font-size: 3.8rem;
  }
  .boltalk ol .content p {
    font-size: 1.8rem;
  }
  .boltalk ol .image {
    width: 50%;
  }
  .boltalk ol .morebtn {
    padding: 0;
    width: 40%;
    overflow: visible;
  }
  .boltalk ol .morebtn a {
    display: block;
  }
  .boltalk ol li:nth-child(2) .boltwrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .boltalk ol li:nth-child(2) p.num {
    left: 50%;
  }
  .boltalk ol li:nth-child(2) .morebtn {
    margin-left: 50%;
  }
  .talk-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5.5rem auto 10rem;
    padding: 0;
    max-width: 1040px;
  }
  .talk-lead .section-header {
    padding: 2rem 5%;
    width: 50%;
  }
  .talk-lead .section-title {
    top: 0;
    margin: 0 0 1.5rem;
    padding: 0;
    font-size: 3.8rem;
  }
  .talk-lead .section-header p {
    margin: 0;
    font-size: 1.8rem;
  }
  .talk-lead .section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 5%;
    width: 50%;
  }
  .talk-lead .section-content p {
    margin: 0;
    font-size: 2rem;
  }
  .crosstalk .section-header {
    padding: 0;
    text-align: right;
  }
  .crosstalk .section-header:before {
    background: none;
  }
  .crosstalk .section-header p {
    display: inline-block;
    padding: 0.5rem 5%;
    text-align: right;
    background-color: #6BF759;
  }
  .crosstalk .section-header .image {
    margin: 0;
  }
  .crosstalk .section-content {
    margin: 0 auto 8.5rem;
    padding: 0;
    max-width: 860px;
  }
  .crosstalk h3 {
    position: relative;
    text-align: left;
  }
  .crosstalk h3:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 180px;
    height: 100%;
    background-color: #6BF759;
  }
  .crosstalk h3 b {
    position: relative;
    display: block;
    padding: 10px 0 10px 1rem;
    color: #333232;
  }
  .crosstalk h3 b br {
    display: none;
  }
  .crosstalk h3 .num {
    position: relative;
    top: -2px;
    left: -2px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
  }
  .crosstalk h3 .num b {
    display: block;
    font-size: 13.7rem;
    padding: 0;
    color: #fff;
  }
  .crosstalk h3 .num small {
    display: block;
    font-size: 4.1rem;
    margin: 0 0 0 5px;
  }
  .crosstalk .section-content p {
    padding-left: 4em;
  }
  .crosstalk .section-content p .name {
    float: left;
    margin-left: -4em;
  }
  .crosstalk .image {
    margin: 0 0 1em;
  }
  .floatleft .image {
    float: left;
    display: inline-block;
    margin: 0 5em 1em 0;
    width: 50%;
  }
  .floatright .image {
    float: right;
    display: inline-block;
    margin: 0 0 1em 2em;
    width: 50%;
  }
  .talknav {
    padding: 8.5rem 5% 6.5rem;
  }
  .talknav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: 860px;
  }
  .talknav li {
    margin: 0 0 3rem;
    width: 49%;
  }
  .talknav li:nth-child(odd) {
    margin-right: 2%;
  }
  .talknav .content {
    padding: 2rem 6%;
    text-align: left;
    background-color: #6BF759;
  }
  .talknav h3 {
    text-align: left;
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
  }
  .talknav h3 small {
    display: block;
    margin: 0.8rem 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: #333232;
  }
  .talknav p {
    position: relative;
    text-align: right;
    font-weight: 700;
    text-transform: uppercase;
  }
  .talknav p:after {
    position: absolute;
    top: 50%;
    right: -16%;
    content: "";
    width: 15%;
    height: 0;
    border-top: 1px solid #333232;
  }
  .recruit-company .lead {
    margin: 0 0 10.5rem;
  }
  .recruit-company .lead h2 {
    font-size: 2.6rem;
  }
  .company-vision .section-header {
    padding: 0 0 8rem;
    background-color: #E6E6E6;
  }
  .company-vision .section-header .section-title {
    padding: 0;
  }
  .company-vision .section-header .section-title br {
    display: none;
  }
  .company-vision .section-header h3 {
    margin: 0 auto;
    max-width: 1040px;
    text-align: left;
  }
  .company-vision .section-content {
    margin: -3rem 0 18.5rem;
  }
  .company-vision .section-content ol {
    margin: 0 0 8rem;
  }
  .company-vision .section-content li {
    position: relative;
    margin: 0 0 8.5rem;
  }
  .company-vision .section-content li:after {
    content: "";
    display: block;
    clear: both;
  }
  .company-vision .section-content li .content {
    position: absolute;
    margin: 0;
    padding: 2rem 5%;
    width: 510px;
  }
  .company-vision .section-content li .content h3 {
    font-size: 2.2rem;
  }
  .company-vision .section-content li .content .num {
    font-size: 11rem;
  }
  .company-vision .section-content li .image {
    width: 52%;
  }
  .company-vision .section-content li:nth-child(odd) .image {
    float: right;
  }
  .company-vision .section-content li:nth-child(odd) .content {
    top: 0;
    right: 50%;
  }
  .company-vision .section-content li:nth-child(even) .image {
    float: left;
  }
  .company-vision .section-content li:nth-child(even) .content {
    top: 0;
    left: 50%;
  }
  .company-profile .section-header, .company-history .section-header {
    padding: 0 0 15.5rem;
    background-color: #E6E6E6;
  }
  .company-profile .section-header .section-title, .company-history .section-header .section-title {
    padding: 0;
  }
  .company-profile .section-content, .company-history .section-content {
    position: relative;
    margin: -15rem auto 15rem;
    padding: 0;
    max-width: 860px;
  }
  .company-profile .section-content .image, .company-history .section-content .image {
    margin: 0 0 5.5rem;
  }
  .company-profile table th, .company-history table th {
    width: 25%;
  }
  .company-access .section-header {
    padding: 0 0 15.5rem;
    background-color: #E6E6E6;
  }
  .company-access .section-header .section-title {
    padding: 0;
  }
  .company-access .section-content {
    position: relative;
    margin: -15rem auto 5.5rem;
    padding: 0;
    max-width: 860px;
  }
  .company-access .section-content > .image {
    margin: 0 0 5.5rem;
  }
  .company-access ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .company-access li {
    margin: 0 0 3em;
    width: 48%;
  }
  .company-access li:nth-child(odd) {
    margin-right: 4%;
  }
  .company-access li:first-child {
    margin-right: 0;
    width: 100%;
  }
  .company-access li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    width: 100%;
  }
  .company-access li:last-child .content {
    width: 48%;
  }
  .company-access li:last-child .image {
    width: 50%;
  }
  .company-access .section-content h5 {
    margin: 0 0 0.8em;
  }
  .company-access .section-content dt {
    float: left;
    display: inline-block;
    margin: 0 0 1em;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .company-access .section-content dd {
    margin: 0 0 2em 10.6em;
    line-height: 1.8;
  }
  .recruit-faq .lead .content {
    padding: 5.5rem 0 8.5rem;
  }
  .recruit-faq .lead h2 {
    font-size: 2.6rem;
  }
  .faq-list {
    margin: 0 auto;
    padding: 0;
    max-width: 860px;
  }
  .faq-list li {
    margin: 0 0 4rem;
  }
  .faq-contact span {
    display: inline-block;
    font-size: 2.4rem;
  }
  .faq-contact span:first-child {
    margin-right: 2em;
  }
  .recruit.drawer-open .drawer-nav {
    display: block;
    top: 76px;
  }
  .recruit .drawer-hamburger {
    top: 0;
    right: 0;
    padding: 23px 17px 38px;
    background-color: #333232;
  }
  .recruit .drawernav-container {
    padding: 10rem 0 !important;
    font-size: 0;
  }
  .recruit .drawernav-container p {
    display: none;
  }
  .recruit .drawernav-container > ul {
    display: inline-block;
    margin: 2%;
    width: auto;
    vertical-align: top;
  }
  .recruit .drawernav-container > ul ul {
    margin: 0 0 0 16px;
  }
  .recruit .drawernav-container > ul li {
    position: relative;
    margin: 0 0 2em;
    border: 0;
  }
  .recruit .drawernav-container > ul li li {
    margin: 0 !important;
    border: 0;
  }
  .recruit .drawernav-container > ul li li:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 14px;
    height: 0;
    border-top: 1px solid #fff;
  }
  .recruit .drawernav-container ul li a b {
    display: block;
    margin: 0 0 1rem;
    font-size: 2.8rem;
    font-size: 0;
  }
  .recruit .drawernav-container ul ul {
    display: block;
  }
  .recruit .drawernav-container > ul li a:hover {
    color: #6BF759;
    background: transparent;
  }
  .recruit .drawernav-container > ul li a:before {
    border: 0;
  }
  .recruit .drawernav-container > ul:last-child li {
    margin: 0;
  }
  .recruit .drawernav-container > ul:last-child li:last-child a::before {
    display: none;
  }
  .recruit .drawernav-container > ul:last-child li a {
    position: relative;
  }
  .recruit .drawernav-container > ul:last-child li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 7px;
    height: 7px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .home-vision .section-title b, .home-resource .section-title b, .home-jobs .section-title b, .home-system .section-title b, .home-hiroshima .section-title b, .home-company .section-title b {
    background-size: auto 46px;
  }
  .home-vision .section-content .image p b {
    background: url(../img/replace/name-nishida.svg) no-repeat right center/auto 24px;
  }
  .vision-visions ol li h3 .num b {
    width: 140px;
    height: 102px;
    font-size: 0;
  }
  .vision-visions ol li:nth-child(1) h3 .num b, .vision-visions ol li:nth-child(2) h3 .num b, .vision-visions ol li:nth-child(3) h3 .num b, .vision-visions ol li:nth-child(4) h3 .num b, .vision-visions ol li:nth-child(5) h3 .num b {
    background-size: auto 8.8rem;
  }
  .vision-visions h3 .num small {
    height: 3.6rem;
    font-size: 0;
    background: url(../img/replace/num-vision.svg) no-repeat left center/auto 2.4rem;
  }
  .vision-message .section-title b {
    height: 58px;
    font-size: 0;
    background: url(../img/replace/vision-message-title.svg) no-repeat left top/auto 50px;
  }
  .resource-message .section-title b {
    height: 58px;
    background-size: auto 50px;
  }
  .resource-resource .section-title b {
    height: 58px;
    background-size: auto 50px;
  }
  .resource-resource .section-content li .content .num {
    font-size: 0rem;
  }
  .system-educational .section-title b {
    height: 58px;
    font-size: 0;
    background: url(../img/replace/system-education-title.svg) no-repeat left top/auto 50px;
  }
  .system-welfare .section-title b, .system-careerplan .section-title b {
    height: 58px;
    font-size: 0;
    background-size: auto 50px;
  }
  .works-department .section-content .dept:nth-child(1) p.sign, .works-department .section-content .dept:nth-child(2) p.sign, .works-department .section-content .dept:nth-child(3) p.sign, .works-department .section-content .dept:nth-child(4) p.sign, .works-department .section-content .dept:nth-child(5) p.sign, .works-department .section-content .dept:nth-child(6) p.sign, .works-department .section-content .dept:nth-child(7) p.sign, .works-department .section-content .dept:nth-child(8) p.sign {
    height: 46px;
    background-size: auto 48px;
  }
  .voice01 .voice-lead .dept, .voice02 .voice-lead .dept, .voice03 .voice-lead .dept, .voice04 .voice-lead .dept {
    height: 38px;
    background-size: auto 40px;
  }
  .voice05 .voice-lead .dept {
    height: 38px;
    background: url(../img/replace/jobs-pcontrol.svg) no-repeat 0 0/auto 40px;
  }
  .voice06 .voice-lead .dept {
    height: 38px;
    background: url(../img/replace/jobs-pengineering.svg) no-repeat 0 0/auto 40px;
  }
  .voice07 .voice-lead .dept {
    height: 38px;
    background: url(../img/replace/jobs-quality.svg) no-repeat 0 0/auto 40px;
  }
  .voice08 .voice-lead .dept {
    height: 38px;
    background-size: auto 40px;
  }
  .voice-current .section-title b {
    height: 58px;
    font-size: 0;
    background: url(../img/replace/voice-current-title.svg) no-repeat left top/auto 50px;
  }
  .voice-message .section-title b {
    height: 138px;
    font-size: 0;
    background: url(../img/replace/voice-welcome-title2.svg) no-repeat left top/auto 130px;
  }
  .voice-schedule .section-title b {
    height: 58px;
    font-size: 0;
    background: url(../img/replace/voice-schedule-title.svg) no-repeat left top/auto 50px;
  }
  .boltalk .section-title b {
    height: 58px;
    background-size: auto 50px;
  }
  .boltalk ol li:nth-child(1) .num {
    height: 55px;
    background-size: auto 44px;
  }
  .boltalk ol li:nth-child(2) .num {
    height: 55px;
    background-size: auto 44px;
    width: 50%;
  }
  .boltalk ol li:nth-child(3) .num {
    height: 55px;
    background-size: auto 44px;
  }
  .crosstalk h3 .num small {
    height: 3.6rem;
    font-size: 0;
    background: url(../img/replace/num-talk.svg) no-repeat left center/auto 2.4rem;
  }
  .crosstalk h3 .num b {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 140px;
    height: 102px;
    font-size: 0;
  }
  .crosstalk .num01 b {
    width: 100px;
    background-size: auto 88px;
  }
  .crosstalk .num02 b, .crosstalk .num03 b {
    width: 124px;
    background-size: auto 88px;
  }
  .crosstalk .num04 b {
    width: 130px;
    background-size: auto 88px;
  }
  .company-vision .section-title b {
    height: 58px;
    background: url(../img/replace/company-vision-title.svg) no-repeat left top/auto 50px;
  }
  .company-vision .section-content li .content .num {
    font-size: 0rem;
  }
  .company-profile .section-title b {
    height: 58px;
    font-size: 0;
    background: url(../img/replace/company-profile-title.svg) no-repeat left top/auto 50px;
  }
  .company-history .section-title b, .company-access .section-title b {
    height: 58px;
    font-size: 0;
    background-size: auto 50px;
  }
}
/* >= 1280px                            */
@media screen and (min-width: 1280px) {
  /*
   * Drawer Nav.
   */
  .recruit .drawer-nav a b {
    height: 2rem;
  }
  .recruit .drawer-nav .dn_home b, .recruit .drawer-nav .dn_vision b, .recruit .drawer-nav .dn_resource b {
    width: auto;
    background-size: auto 18px;
  }
  .recruit .drawer-nav .dn_system b {
    width: 11rem;
    background-size: auto 18px;
  }
  .recruit .drawer-nav .dn_jobs b, .recruit .drawer-nav .dn_voice b {
    width: auto;
    background-size: auto 18px;
  }
  .recruit .drawer-nav .dn_talk b {
    width: 15.5rem;
    background-size: auto 18px;
  }
  .recruit .drawer-nav .dn_company b {
    width: 13rem;
    background-size: auto 18px;
  }
}
/* >= 1440px                            */
@media screen and (min-width: 1440px) {
  /*
   * Home
   */
  /*
   * Page common
   */
}
/* >= Print                             */
/* **************************************************************************** */
/*
/* ex. - recruit
/*
/* **************************************************************************** */
.home-vision .section-content .image:before {
  display: none;
}

@media screen and (min-width: 1024px) {
  .home-vision .section-content .image {
    top: -8rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-resource, .home-jobs {
    padding-top: 50px;
  }
}
.vision-message .section-header {
  margin-bottom: 30px;
}
.vision-message .section-header:after {
  height: 100%;
  background-color: rgba(107, 247, 89, 0.7);
  width: 80%;
}
.vision-message .section-header p {
  padding-bottom: 10rem;
  margin: 0px 4%;
}
.vision-message .section-header .back {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.vision-message .section-header .back img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.vision-message .section-header .section-title {
  top: -2.6rem;
  padding-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .vision-message .section-header p {
    padding-bottom: 15rem;
  }
}
@media screen and (min-width: 1024px) {
  .vision-message .section-header {
    margin-bottom: 40px;
  }
  .vision-message .section-header p {
    padding-bottom: 20rem;
    margin: 0px auto;
  }
}
@media screen and (min-width: 1024px) {
  .vision-visions ol li:nth-child(3) .image {
    top: 0px;
    width: auto;
  }
}