@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.page-mainvisual:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.page-mainvisual__header {
  position: relative;
  float: left; 
  width: 400px;
  height: 400px;
  background-color: #004a30;
}
@media only screen and (max-width: 64em) {
  .page-mainvisual__header {
    float: none;
    padding: 30px 0; 
    width: 100%;
    height: auto;
  }
}

.page-mainvisual__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  color: #fff;
  text-align: center;
  font-size: 0; 
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 64em) {
  .page-mainvisual__title {
    position: relative;
    top: auto;
    left: auto;
    margin: auto; 
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.page-mainvisual__category {
  margin: auto; 
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__category {
    font-size: 1.1rem;
  }
}

.page-mainvisual__head-title {
  margin: auto;
  white-space: nowrap; 
  font-weight: 500;
  font-size: 3rem;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__head-title {
    font-size: 2.4rem;
  }
}

.page-mainvisual__img {
  position: relative;
  float: right;
  overflow: hidden;
  width: calc(100% - 400px);
  height: 400px;
  background: linear-gradient(to right, #eaf0f3, #748b97);
}
@media only screen and (max-width: 64em) {
  .page-mainvisual__img {
    float: none;
    width: 100%;
    height: auto;
  }
  .products .page-mainvisual__img,
  .vehicle .page-mainvisual__img,
  .news .page-mainvisual__img {
    padding-top: 41.33333%; 
    width: 100%;
  }
}
@media only screen and (max-width: 60em) {
  .products .page-mainvisual__img,
  .vehicle .page-mainvisual__img,
  .news .page-mainvisual__img {
    padding-top: 61.86667%; 
    width: 100%;
  }
}

.page-mainvisual__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-mainvisual__lead-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto; 
  width: 92%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__lead-text {
    font-size: 1.5rem;
  }
}
.page-mainvisual__lead-text.is-left {
  text-align: left;
}

.page-mainvisual__sub-title {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 92%;
  color: #fff;
  text-align: left;
  letter-spacing: 0.1em; 
  font-weight: 500;
  font-size: 3.6rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__sub-title {
    font-size: 2rem;
  }
}
.page-mainvisual__sub-title span {
  display: inline-block;
  margin-left: 15px; 
  width: 106px;
  vertical-align: middle;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__sub-title span {
    width: 56px;
  }
}

.page-mainvisual__slide__inner {
  max-width: 760px;
}

.page-mainvisual__slider {
  position: relative;
  overflow: hidden; 
  margin-right: 5%;
  margin-left: 5%;
  font-size: 0;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slider {
    margin: auto;
    padding: 20px 4% 80px;
  }
}

.page-mainvisual__slide {
  position: relative;
  display: inline-block;
  width: 100%;
  outline: none;
}
.page-mainvisual__slide:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.page-mainvisual__slide__content {
  position: absolute;
  top: 50%;
  left: 0; 
  margin-right: 300px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-mainvisual__slide__content >img {
  display: block;
  margin-bottom: 20px; 
  max-width: 375px;
  width: 100%;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slide__content {
    position: relative;
    top: auto;
    left: auto;
    margin-right: 0;
    margin-bottom: 20px; 
    text-align: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .page-mainvisual__slide__content >img {
    margin: auto auto 10px;
    max-width: 240px;
  }
}

.page-mainvisual__slide__title {
  margin: auto;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 4.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}
.page-mainvisual__slide__title br {
  display: none;
}
@media only screen and (max-width: 80em) {
  .page-mainvisual__slide__title br {
    display: block;
  }
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slide__title {
    font-size: 3rem;
  }
  .page-mainvisual__slide__title br {
    display: none;
  }
}

.page-mainvisual__slide__text {
  margin: auto; 
  font-size: 1.7rem;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slide__text {
    font-size: 1.2rem;
  }
}

.page-mainvisual__slide__img {
  position: relative; 
  float: right;
  width: 280px;
  height: 400px;
}
.page-mainvisual__slide__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slide__img {
    float: none; 
    width: 100%;
    height: auto;
  }
  .page-mainvisual__slide__img img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    max-width: 50%;
  }
}

.content-introduction {
  padding: 40px 0;
}
@media only screen and (max-width: 60em) {
  .content-introduction {
    padding: 20px 0;
  }
}

.content-introduction__head-title {
  margin: auto;
  margin: auto auto 40px; 
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 60em) {
  .content-introduction__head-title {
    margin-bottom: 20px; 
    font-size: 2rem;
  }
}

.content-introduction__lead-text {
  margin: auto;
  text-align: center;
  font-weight: 500; 
  font-size: 1.7rem;
  line-height: 1.8;
}
.l-global__main-column .content-introduction__lead-text {
  text-align: left;
}
@media only screen and (max-width: 60em) {
  .content-introduction__lead-text {
    font-size: 1.4rem;
  }
}
.content-introduction__lead-text.is-left {
  text-align: left;
}
.content-introduction__lead-text +.content-introduction__lead-text {
  margin-top: 15px;
}

.content-introduction__text {
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 60em) {
  .content-introduction__text {
    font-size: 1.3rem;
  }
}
.content-introduction__text.is-left {
  text-align: left;
}
.content-introduction__lead-text +.content-introduction__text {
  margin-top: 15px;
}

.content-introduction__img {
  position: relative;
}
.content-introduction__lead-text +.content-introduction__img {
  margin-top: 40px;
}

.recruit-index__box {
  margin: auto auto 40px;
  max-width: 750px;
}
.recruit-index__box.is-disabled .box-link {
  display: none;
}
@media only screen and (max-width: 60em) {
  .recruit-index__box {
    margin-bottom: 20px;
  }
}

.recruit-index__header {
  margin-bottom: 40px;
  padding-top: 40px; 
  text-align: center;
}
@media only screen and (max-width: 60em) {
  .recruit-index__header {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

.recruit-index__head-title {
  margin: auto; 
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 60em) {
  .recruit-index__head-title {
    font-size: 2rem;
  }
}

.recruit-index__lead-text {
  margin: 20px auto 0; 
  font-size: 1.4rem;
}
@media only screen and (max-width: 60em) {
  .recruit-index__lead-text {
    margin-top: 10px; 
    font-size: 1.3rem;
  }
}

.recruit-index__img {
  position: relative;
  overflow: hidden;
  width: 50%;
  margin: 0 auto;
}
.is-disabled .recruit-index__img:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; 
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  content: "";
}
.is-disabled .recruit-index__img:after {
  position: absolute;
  top: 50%;
  z-index: 1000; 
  margin: auto;
  padding: 0 4%;
  width: 100%;
  color: #004a30;
  content: "現在、募集は行っておりません";
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-disabled .recruit-index__img:hover .recruit-index__bg-img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.is-disabled .recruit-index__img:hover .recruit-index__bg-img:before {
  background-color: transparent;
}
@media only screen and (max-width: 60em) {
  .recruit-index__img{
    width: 100%;
  }
  .is-disabled .recruit-index__img:after {
    font-size: 1.5rem;
  }
}
.recruit-index__img:hover .recruit-index__bg-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.recruit-index__img:hover .recruit-index__bg-img:before {
  background-color: rgba(19, 33, 28, 0.2);
}

.recruit-index__bg-img {
  transition-delay: 0s; 
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.8s;
  transition-property: -webkit-transform;
  transition-property:         transform;
  transition-property:         transform, -webkit-transform;
  border: 1px solid #e5e5e5;
}
.recruit-index__bg-img:before {
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color;
}

.recruit-index__links {
  margin-top: 30px; 
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .recruit-index__links {
    margin-top: 20px;
  }
}

.recruit-index__link {
  display: inline-block;
  padding: 0 20px; 
  color: #004a30;
  font-weight: 500;
  font-size: 1.5rem;
}
.recruit-index__link +.recruit-index__link {
  margin-left: 20px;
}
.recruit-index__link:after {
  display: inline-block;
  margin-left: 5px; 
  width: 8px;
  height: 8px;
  border-top: 2px solid #004a30;
  border-right: 2px solid #004a30;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.recruit-index__link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 37.5em) {
  .recruit-index__link {
    display: block;
    font-size: 1.4rem;
  }
  .recruit-index__link +.recruit-index__link {
    margin-top: 10px; 
    margin-left: auto;
  }
}

.career-index {
  padding-bottom: 40px;
}

.career-index__block +.career-index__block {
  margin-top: 60px;
}
@media only screen and (max-width: 60em) {
  .career-index__block +.career-index__block {
    margin-top: 30px;
  }
}

.career-index__block-title {
  margin: auto; 
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 60em) {
  .career-index__block-title {
    font-size: 2rem;
  }
}

.career-index__caution {
  margin: auto; 
  color: #ee001d;
  font-weight: 500;
  font-size: 1.7rem;
}
.career-index__block-title +.career-index__caution {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 60em) {
  .career-index__caution {
    font-size: 1.5rem;
  }
  .career-index__block-title +.career-index__caution {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.career-index__box-title {
  position: relative;
  display: inline-block;
  margin: auto; 
  padding-right: 20px;
  color: #004a30;
  font-weight: 500;
  font-size: 2rem;
}
.career-index__box-title:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 7px;
  height: 13px;
  background: transparent url(../img/common/arrow-green-left.png) center center no-repeat;
  background-size: cover; 
  content: "";
}
@media only screen and (max-width: 60em) {
  .career-index__box-title {
    font-size: 1.7rem;
  }
}

.career-index__text {
  margin: auto;
}
.career-index__text +.career-index__text {
  margin-top: 15px;
}
.career-index__block-title +.career-index__text {
  margin-top: 40px;
}
@media only screen and (max-width: 60em) {
  .career-index__text {
    font-size: 1.3rem;
  }
  .career-index__block-title +.career-index__text {
    margin-top: 20px;
  }
}

.career-index__list {
  padding-left: 0; 
  list-style-type: none;
}
.career-index__list:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.career-index__list-item {
  position: relative; 
  margin-top: -1px;
  padding: 28px 0;
  width: 48%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 500;
  font-size: 1.5rem;
}
.career-index__list-item:nth-child(2n+1) {
  float: left;
}
.career-index__list-item:nth-child(2n) {
  float: right;
}
@media only screen and (max-width: 60em) {
  .career-index__list-item {
    padding: 20px 0; 
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .career-index__list-item {
    width: 100%;
  }
  .career-index__list-item:nth-child(n) {
    float: none;
  }
}
.career-index__list-item .btn {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 140px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.career-flow {
  margin-top: 40px;
}
@media only screen and (max-width: 60em) {
  .career-flow {
    margin-top: 20px;
  }
}

.career-flow__block {
  counter-reset: career-flow-counter;
}
.career-flow__block:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.career-flow__box {
  position: relative;
  float: left;
  padding: 15px 0; 
  width: 240px;
  height: 240px;
  background-color: #e9efee;
  counter-increment: career-flow-counter;
}
.career-flow__box +.career-flow__box {
  margin-left: 60px;
}
.career-flow__box +.career-flow__box:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -37px;
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #004a30; 
  content: "";
}
.career-flow__box:before {
  position: absolute;
  top: 60px;
  display: block;
  margin-bottom: 15px;
  width: 100%; 
  color: #000;
  content: "STEP " counter(career-flow-counter, decimal-leading-zero);
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 60em) {
  .career-flow__box {
    float: none; 
    width: 100%;
    height: auto;
  }
  .career-flow__box:before {
    position: relative;
    top: auto; 
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .career-flow__box +.career-flow__box {
    margin-top: 30px; 
    margin-left: 0;
  }
  .career-flow__box +.career-flow__box:after {
    top: -20px;
    right: 0;
    bottom: auto;
    left: 0;
    border-width: 10px;
    border-top-color: #004a30;
    border-left-color: transparent;
  }
}

.career-flow__box-title {
  position: absolute;
  top: 50%;
  margin: auto;
  padding: 0 4%;
  width: 100%;
  color: #004a30; 
  text-align: center;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 60em) {
  .career-flow__box-title {
    position: relative;
    top: auto;
    font-size: 1.7rem; 
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.career-flow__caution {
  position: absolute;
  bottom: 20px;
  margin: auto; 
  padding: 0 4%;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}
@media only screen and (max-width: 60em) {
  .career-flow__caution {
    position: relative;
    bottom: auto;
    font-size: 1.1rem;
  }
}

.career-detail {
  padding: 40px 0;
}
@media only screen and (max-width: 60em) {
  .career-detail {
    padding: 20px 0;
  }
}

.career-detail__block ~.career-detail__block {
  margin-top: 60px;
}

@media only screen and (max-width: 60em) {
  .career-detail__block ~.career-detail__block {
    margin-top: 30px;
  }
}

.career-detail__block-title {
  margin: auto; 
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 60em) {
  .career-detail__block-title {
    font-size: 2rem;
  }
}

.career-detail__list {
  margin: auto;
}
.career-detail__block-title +.career-detail__list {
  margin-top: 30px;
}
.career-detail__list:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 60em) {
  .career-detail__list {
    border-top: 1px solid #e5e5e5;
  }
  .career-detail__block-title +.career-detail__list {
    margin-top: 15px;
  }
}

.career-detail__list-title {
  float: left;
  padding: 20px 0; 
  width: 140px;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 60em) {
  .career-detail__list-title {
    float: none;
    padding-bottom: 0;
    width: 100%;
    font-size: 1.3rem;
  }
}

.career-detail__list-data {
  margin-top: -1px;
  margin-left: 0; 
  padding: 20px 0;
  padding-left: 160px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.8;
}
@media only screen and (max-width: 60em) {
  .career-detail__list-data {
    padding-top: 10px; 
    padding-left: 0;
    border-top: none;
    font-size: 1.3rem;
  }
}

.career-detail__link {
  margin-bottom: 40px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.career-detail__link a {
  position: relative; 
  display: inline-block;
  padding-right: 15px;
  font-size: 1.4rem;
}
.career-detail__link a:hover {
  color: #004a30;
  text-decoration: underline;
}
.career-detail__link a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #004a30;
  border-right: 1px solid #004a30; 
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 60em) {
  .career-detail__link {
    margin-bottom: 20px;
  }
}

.l-global__main-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 60em) {
  .l-global__main-content {
    padding: 20px 0;
  }
}

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