@charset "utf-8";

/*
  File Name   : recruit.css
  Description : recruit
*/


/* =====================================
  recruit common page
======================================= */

/* body {
  min-width: 320px;
} */

/* recruit links */

.recruit__links:before {
  background: #e6e4e7;
}

.recruit__links__content {
  position: relative;
  padding: 20px 0;
}

.recruit__links ul {
  display: flex;
  justify-content: space-between;
}


.recruit__links li {
  width: calc(20% - 2px);
}

.recruit__links li a {
  padding: 30px;
  display: block;
  text-align: center;
  color: #004098;
  background: #fff;
  border-radius: 0;
}

.recruit__links li:first-child a {
  border-radius: 3px 0 0 3px;
}

.recruit__links li:last-child a {
  border-radius: 0 3px 3px 0;
}


@media screen and (max-width: 767px) {

  .recruit__links__content {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
  }

  .recruit__links ul {
    display: block;
  }


  .recruit__links li {
    width: 100%;
    margin-bottom: 3px;
  }

  .recruit__links li a {
    padding: 10px;
  }

}


/* recruit type */

.recruit__type {
  padding: 50px 0;
}

.recruit__type__list {
  display: flex;
  justify-content: space-between;
}

.recruit__type__list li {
  width: calc(33.33% - 5px);
  text-align: center;
  padding: 60px 20px 50px;
  color: #fff;
  border-radius: 5px;
}

.recruit__type__list li h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  width: 80%;
  margin: 0 auto 10px;
  color: #fff;
}

.recruit__type__list li p {
  margin-bottom: 20px;
  font-size: 18px;
}

.recruit__type__list li a {
  padding: 8px 30px;
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #fff;
  font-weight: bold;
}

.recruit__type__list li a:hover {
  opacity: .7;
  text-decoration: none;
}

.recruit__type__list li:first-child {
  background: url(/assets_old/img/recruit/img-recruit-type-01-53f16770ed.png) no-repeat;
  background-size: cover;
}

.recruit__type__list li:first-child a {
  background: #004098;
}

.recruit__type__list li:nth-child(2) {
  background: url(/assets_old/img/recruit/img-recruit-type-02-a2d375692a.png) no-repeat;
  background-size: cover;
}

.recruit__type__list li:nth-child(2) a {
  background: #3e8259;
}

.recruit__type__list li:last-child {
  background: url(/assets_old/img/recruit/img-recruit-type-03-39f76cc479.png) no-repeat;
  background-size: cover;
}

.recruit__type__list li:last-child a {
  background: #626262;
}

@media screen and (max-width: 767px) {

  .recruit__type__list {
    display: block;
  }

  .recruit__type__list li {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .recruit__type__list li h2 {
    font-size: 20px;
  }


}



/* =====================================
recruit index
======================================= */

.recruit__kv:before {
  background: url(/assets_old/img/recruit/kv-recruit-top-9e8b89f4a3.png) no-repeat;
  background-size: cover;
}

.recruit__kv__content {
  color: #fff;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 380px;
  margin: 0 auto;
  position: relative;
}

.recruit__kv__title {
  margin-top: 80px;
}

.recruit__kv h1 {
  font-weight: normal;
  font-size: 65px;
  padding-bottom: 10px;
}

.recruit__kv p {
  font-size: 30px;
  border-top: 2px solid #fff;
  display: inline-block;
  padding-right: 20px;
}



/* recruit top features */

.recruit__top__features:before {
  background: url(/assets_old/img/recruit/bg-recruit-01-69b04bd27b.png) no-repeat;
  background-size: cover;
}

.recruit__features__content {
  padding: 40px 0;
}

.recruit__top__features ul {
  display: flex;
  justify-content: space-between;
}

.recruit__top__features li {
  width: calc(33.33% - 10px);
  padding: 20px;
  background: #fff;
  text-align: center;
}

.recruit__top__features li h3 {
  margin: 20px 0 10px;
  font-size: 18px;
}

/* recruit top about */

.recruit__top__about {
  padding: 40px 0 80px;
}

.recruit__about__top {
  text-align: center;
  margin-bottom: 50px;
}

.recruit__about__top h2 {
  color: #004098;
  line-height: 1.6em;
  font-size: 28px;
  margin-bottom: 40px;
}

.recruit__about__top h2 span {
  font-weight: normal;
  font-size: 24px;
}

.recruit__about__top h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recruit__about__top h3:before,
.recruit__about__top h3:after {
  content: '';
  border-bottom: 1px solid #323232;
  width: calc(50% - 250px);
}

.recruit__about__top p span {
  font-weight: bold;
}


/* recruit value */

.recruit__value {
  margin-bottom: 60px;
}

.recruit__value h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: normal;
  color: #004098;
}

.recruit__value ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recruit__value li {
  padding: 40px 30px;
  color: #004098;
  text-align: center;
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

.recruit__value li h3 {
  display: inline-block;
  font-size: 24px;
  border-bottom: 1px solid #004098;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.recruit__value__message {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.recruit__value__cta {
  text-align: center;
}

.recruit__value__cta h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #004098;
}

.recruit__value__cta h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #004098;
}



@media screen and (max-width: 767px) {

  .recruit__kv__content {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 20px 0;
  }

  .recruit__kv__title {
    width: 100%;
    margin: 0 0 10px;
  }


  .recruit__kv h1 {
    font-size: 40px;
  }

  .recruit__kv p {
    font-size: 20px;
  }

  /* recruit type */

  .recruit__type {
    padding: 20px 0;
  }

  .recruit__features__content {
    max-width: 100%;
    padding: 20px;
  }

  .recruit__top__features ul {
    display: block;
  }

  .recruit__top__features li {
    width: 100%;
    margin-bottom: 20px;
  }


  /* recurit top about */

  .recruit__top__about {
    padding: 20px 0 40px;
  }

  .recruit__about__top {
    text-align: center;
    margin-bottom: 20px;
  }

  .recruit__about__top h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .recruit__about__top h2 span {
    font-weight: normal;
    font-size: 18px;
  }

  .recruit__about__top h3 {
    font-size: 18px;
  }

  .recruit__about__top h3:before,
  .recruit__about__top h3:after {
    display: none;
  }

  .recruit__about__top p span {
    font-weight: bold;
  }


  /* recruit value */

  .recruit__value {
    margin-bottom: 30px;
  }

  .recruit__value h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .recruit__value ul {
    display: block;
  }

  .recruit__value li {
    padding: 30px;
    width: 100%;
    margin-bottom: 20px;
  }

  .recruit__value li h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .recruit__value__message {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .recruit__value__cta h2 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.4em;
  }

  .recruit__value__cta h3 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4em;
  }


}


/* =====================================
   recruit cop
======================================= */

.cop__tenpo {
  padding: 40px 0;
  text-align: center;
}

.cop__tenpo > img {
  margin: 40px 0;
}

.cop__tenpo__future {
  overflow: hidden;
}

.cop__tenpo__future img {
  float: left;
  margin-right: 40px;
}

.cop__tenpo__future p {
  text-align: left;
}

@media screen and (max-width: 767px) {

  .cop__tenpo {
    padding: 20px 0;
  }

  .cop__tenpo > img {
    margin: 20px 0;
  }

  .cop__tenpo__future {
    text-align: center;
  }

  .cop__tenpo__future img {
    float: none;
    margin: 0 0 20px 0;
  }

}


/* =====================================
   recruit inf
======================================= */

.inf__message {
  padding: 40px 0;
  text-align: center;
}

.inf__message > img {
  margin-bottom: 40px;
}

.inf__message > p {
  font-weight: bold;
  font-size: 24px;
  color: #004098;
}

.inf__message__text {
  overflow: hidden;
  margin-top: 40px;
}

.inf__message__text img {
  float: left;
  margin-right: 40px;
}

.inf__message__text p {
  text-align: left;
}

.inf__message__text p span {
  display: block;
  text-align: right;
  margin-top: 20px;
  font-weight: bold;
}


/* 一緒位に働きましょう */

.inf__workwithus {
  padding: 40px 0;
  text-align: center;
}

.inf__workwithus h2 {
  margin-bottom: 20px;
}

.inf__workwithus ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.inf__workwithus li {
  width: calc(50% - 20px);
  padding: 40px;
}

.inf__workwithus li h3 {
  color: #004098;
}


.inf__employeee_msg {
  background: #f2f2f2;
  padding: 40px;
  position: relative;
  padding-left: 280px;
  margin-top: 60px;
}

.inf__employeee_msg img {
  position: absolute;
  left: 40px;
  bottom: 0;
}

.inf__employeee_msg h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.inf__employeee_msg span {
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {

  .inf__message {
    padding: 20px 0;
  }

  .inf__message > img {
    margin-bottom: 20px;
    width: 35%;
    height: auto;
  }

  .inf__message > p {
    font-size: 18px;
  }

  .inf__message__text {
    margin-top: 20px;
    text-align: center;
  }

  .inf__message__text img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }


  /* 一緒位に働きましょう */

  .inf__workwithus {
    padding: 20px 0;
  }

  .inf__workwithus ul {
    margin-top: 20px;
    display: block;
  }

  .inf__workwithus li {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }

  .inf__employeee_msg {
    padding: 20px;
    padding-left: 20px;
    margin-top: 30px;
    text-align: center;
  }

  .inf__employeee_msg img {
    position: static;
  }

  .inf__employeee_msg h2 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .inf__employeee_msg p {
    text-align: left;
  }

  .inf__employeee_msg span {
    text-align: left;
    margin-bottom: 20px;
  }


}


/* =====================================
   recruit vie
======================================= */

.vie__messages {
  padding: 40px 0 0;
}

.vie__messages li {
  padding: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}

.vie__messages li img {
  float: left;
  margin-right: 20px;
}

.vie__messages li > p {
  font-size: 16px;
}

.vie__messages__ttl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #004098;
  align-items: center;
  margin-bottom: 20px;
}

.vie__messages__ttl h3 {
  font-weight: bold;
  font-size: 28px;
}

.vie__messages__ttl p {
  font-size: 18px;
  text-align: right;
  line-height: 1em;
}

.vie__messages__ttl p span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}


@media screen and (max-width: 767px) {


  .vie__messages {
    padding: 20px 0 0;
  }

  .vie__messages li {
    padding: 20px;
    text-align: center;
  }

  .vie__messages li img {
    float: none;
    margin: 0 0 20px 0;
  }

  .vie__messages li > p {
    font-size: 14px;
    text-align: left;
  }

  .vie__messages__ttl {
    display: block;
  }

  .vie__messages__ttl h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .vie__messages__ttl p {
    font-size: 16px;
    text-align: left;
  }

  .vie__messages__ttl p span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }

}


/* =====================================
   recruit club
======================================= */


.club__index {
  padding: 40px 0;
}

.club__index h2 {
  margin-bottom: 20px;
}

.club__index > p {
  text-align: center;
  margin-bottom: 20px;
}

.club__index > img {
  width: 100%;
}


.club__index ul {
  margin-top: 40px;
}

.club__index li {
  padding: 40px;
}

.club__top {
  display: flex;
  justify-content: space-between;
}

.club__top li {
  width: calc(50% - 20px);
}

.club__top li h3 {
  margin-bottom: 20px;
  color: #004098;
  font-size: 24px;
  text-align: center;
}

.club__top img {
  margin-bottom: 20px;
}

.club__list li {
  margin-bottom: 20px;
  overflow: hidden;
}

.club__list li img {
  float: left;
  margin-right: 20px;
}

.club__list h3 {
  color: #004098;
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {

  .club__index {
    padding: 20px 0;
  }

  .club__index ul {
    margin-top: 20px;
  }

  .club__index li {
    padding: 20px;
  }

  .club__top {
    display: block;
  }

  .club__top li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .club__top li h3 {
    font-size: 20px;
  }

  .club__list li {
    text-align: center;
  }

  .club__list li img {
    float: none;
    margin: 0 0 20px 0;
  }

  .club__list h3 {
    font-size: 20px;
  }

  .club__list p {
    text-align: left;
  }


}



/* =====================================
   recruit shin
======================================= */

.shin__overall {
  padding: 40px 0;
}

.shin__overall img {
  width: 100%;
}

.shin__how {
  padding: 40px 0;
}

.shin__how ul {
  display: flex;
  justify-content: space-between;
}

.shin__how li {
  width: calc(50% - 20px);
  padding: 40px;
  text-align: center;
}

.shin__how li img {
  border: 1px solid #ccc;
  margin: 0 auto;
  display: block;
  margin-top: 80px;
  width: 60%;
}

.shin__how li h3 {
  color: #004098;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #004098;
  padding-bottom: 10px;
  display: inline-block;
}

.shin__how li p {
  text-align: left;
}

.shin__how li a {
  color: #004098;
}

.shin__how li div {
  background: #f6f6f6;
  padding: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {


  .shin__overall {
    padding: 20px 0;
  }

  .shin__how {
    padding: 20px 0;
  }

  .shin__how ul {
    display: block;
  }

  .shin__how li {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }

  .shin__how li img {
    margin-top: 0;
    width: auto;
  }





}


/* =====================================
   recruit chuto
======================================= */

.recruit__contact {
  padding: 40px;
  background: #f6f6f6;
  margin-bottom: 40px;
}

.recruit__contact h3 {
  margin: 20px 0 10px;
}

.chuto__wine img {
  width: 100%;
}

@media screen and (max-width: 767px) {

  .recruit__contact {
    padding: 20px;
    margin-bottom: 20px;
  }

  .recruit__contact h3 {
    line-height: 1.4em;
  }


}

/* =====================================
   recruit selection
======================================= */


.recruit__selection {
  padding: 40px 0 0;
}

.recruit__selection__venue {
  display: flex;
  width: 100%;
  margin: 30px 0;
  border: 1px solid #ccc;
}

.recruit__selection__venue li {
  width: 100%;
  text-align: center;
}

.recruit__selection__venue li:first-child {
}

.recruit__selection__venue li + li {
  border-left: 1px solid #ccc;
}

.recruit__selection__venue li a {
  display: block;
  text-align: center;
  padding: 10px;
  color: #004098;
  font-weight: bold;
}

.recruit__selection__venue li a:hover {
  background: #f6f6f6;
}


/* =====================================
   recruit overseas
======================================= */


.recruit__overseas {
  padding: 40px 0 0;
}

.recruit__overseas > img {
  width: 100%;
}

.recruit__overseas__detail {
  margin: 40px 0;
}

.recruit__overseas__contact {
  padding: 40px;
  background: #f6f6f6;
}

.recruit__overseas__contact h2 {
  margin-bottom: 20px;
}

.recruit__overseas__contact a {
  color: #004098;
}


@media screen and (max-width: 767px) {

  .recruit__overseas {
    padding: 20px 0 0;
  }

  .recruit__overseas__detail {
    margin: 20px 0;
  }

  .recruit__overseas__contact {
    padding: 20px;
  }


}

/* =====================================
   recruit day
======================================= */


.recruit__day {
  padding: 40px 0 0;
}

.recruit__day ul {
  position: relative;
}

.recruit__day ul:after {
  content: '';
  background: #eee;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 160px;
  top: 0;
  bottom: 0;
}

.recruit__day__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.recruit__day__time {
  width: 20%;
  position: relative;
  color: #004098;
}

.recruit__day__time:after {
  content: '・・・・・・・';
  letter-spacing: -0.2em;
  color: #004098;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  z-index: 10;
}

.recruit__day__time p {
  font-weight: bold;
  font-size: 36px;
  line-height: 1em;
}

.recruit__day__span {
  padding-left: 45px;
  position: relative;
}

.recruit__day__span p {
  font-size: 22px;
}

.recruit__day__span span {
  font-weight: bold;
  transform: rotate(90deg);
  display: inline-block;
  font-size: 24px;
  margin-left: 20px;
}

.recruit__day__content {
  width: 80%;
  padding: 30px;
}

.recruit__day__event {
  background: #004098;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px;
  width: 220px;
  text-align: center;
  font-size: 18px;
}

.recruit__day__img {
  display: flex;
  justify-content: space-between;
}

.recruit__day__img div:last-child img {
  width: 124px;
}

.recruit__day__content h3 {
  color: #004098;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {

  .recruit__day {
    padding: 40px 0 0;
  }

  .recruit__day ul {
    position: relative;
  }

  .recruit__day ul:after {
    display: none;
  }

  .recruit__day__item {
    display: block;
  }

  .recruit__day__time {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
  }

  .recruit__day__time:after {
    color: #004098;
    position: static;
    margin-top: 5px;
    margin-left: 7px;
  }

  .recruit__day__time p {
    font-size: 28px;
  }

  .recruit__day__span {
    padding-left: 0;
  }

  .recruit__day__span p {
    font-size: 28px;
  }

  .recruit__day__span span {
    transform: rotate(0deg);
    font-size: 22px;
    margin: 0 10px;
  }

  .recruit__day__content {
    width: 100%;
    padding: 20px;
  }

  .recruit__day__event {
    width: 220px;
    padding: 8px 20px;
  }

  .recruit__day__img {
    display: block;
  }

  .recruit__day__img div:last-child {
    margin-top: 10px;
    text-align: center;
  }

  .recruit__day__content h3 {
    color: #004098;
    margin-bottom: 10px;
  }



}



/* =====================================
   新採用情報
======================================= */
#main img {
  -webkit-backface-visibility: hidden;
}

/* .recruit-ttl-01 {
  line-height: 53px;
  margin: 0 0 40px;
  padding: 0 0 0 60px;
  color: #004098;
  font-size: 30px;
  font-weight: normal;
  background: url(/assets_old/img/recruit/icon-light-02-0d852e59de.png) no-repeat 0 50%;
} */

.recruit-ttl-02 {
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  background: #263b9d;
}

.font-large {
  font-size: 18px;
}

.recruit__table {
  width: 100%;
  margin-bottom: 40px;
}

.recruit__table th,
.recruit__table td {
  padding: 15px;
  border: 1px solid #ccc;
}

.recruit__table th {
  background: #f6f6f6;
}

.recruit__table th:first-child {
  width: 20%;
}

.recruit__table .td_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recruit__table .td_col p {
  border: 1px solid #ccc;
  padding: 10px;
}

.recruit__table .td_col span {
  font-weight: bold;
}

.recruit__table .td_col p a {
  color: #004098;
}

.recruit__table .td_col:first-child {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.recruit__table .td_col:first-child a {
  color: #004098;
  display: block;
  padding: 5px 20px;
  border: 1px solid #ccc;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.recruit__table .td_col:first-child a:hover {
  text-decoration: none;
  background: #f6f6f6;
}

.recruit__table .td_col:first-child a:after {
  position: absolute;
  right: 10px;
  content: '';
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #004098;
  border-right: 2px solid #004098;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 14px;
  margin-top: 8px;
}

#recruit.index #main {
  max-width: inherit;
}

.recruit-index-ttl {
  text-align: center;
}

.recruit-index-nav {
  margin: 0 -15px 70px;
}

.recruit-index-nav__ttl {
  line-height: 60px;
  font-size: 16px;
  text-align: center;
}

.recruit-index-nav__ttl span {
  display: inline-block;
  padding: 0 0 0 40px;
  background: url(/assets_old/img/recruit/icon-light-01-dcd9648ced.png) no-repeat 0 50%;
}

.recruit-index-nav-list {
  display: -webkit-flex;
  display: flex;
}

.recruit-index-nav-list li {
  width: 33.33333333%;
}

.recruit-index-nav-list li img {
  width: 100%;
}

.section-button-area {
  max-width: 1100px;
  margin: 0 auto;
}

.section-button-area__title {
  font-size: 24px;
  font-weight: bold;
  color: #555;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.section-button-area__title:before,
.section-button-area__title:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 400px;
  height: 3px;
  background-color: #555;
  z-index: 1;
}

.section-button-area__title:after {
  left: 0;
}

.section-button-area__title:before {
  right: 0;
}

.section-button-area__title span {
  display: inline-block;
  background: #fff url(/assets_old/img/common/icon-memo-org-f4fc89b2d1.png) 10px 50% no-repeat;
  padding-left: 45px;
  padding-right: 10px;
  position: relative;
  top: -1px;
  z-index: 2;
}

.section-button-area {
  margin-bottom: 80px;
}

.section-button-area li {
  /* width: 70%; */
  /* margin-right: 4.54%; */
  /* margin-bottom: 30px;
  text-align: center;
  position: relative; */
}

.section-button-area li:nth-child(2n) {
  margin-right: 0;
}

.section-button-area li.not-recruiting:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 525px;
  height: 76px;
  background-color: rgba( 255, 255, 255, .7);
  z-index: 1;
}

.section-button-area li.not-recruiting:after {
/*  content: "現在募集していません"; */
/*  content: "6月より受付開始"; 　20180410 AGN */
  content: "6/1よりエントリースタート"; /* 20180521 AGN */
  position: absolute;
  top: 42px;
  left: 50%;
  font-size: 17px;
  font-weight: normal;
  color: #6f6f6f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.section-button-area li.not-recruiting a {
  box-shadow: none;
}

.section-button-area .recruiting-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.section-button-area li.not-recruiting .recruiting-wrap {
  top: 15px;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

/* .section-button-area li a {
  display: block;
  height: 76px;
  border: solid 3px #fff000;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #555;
  line-height: 1.1;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .4);
} */

.section-button-area li a span {
  display: block;
}

.section-button-area__button a {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  padding-top: 15px;
  background-color: #6f6f6f;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-decoration: underline;
  border-radius: 4px;
}

.topic-path {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  /* .recruit-ttl-01 {
    line-height: inherit;
    margin: 0 0 30px;
    padding: 50px 0 0;
    font-size: 22px;
    text-align: center;
    background-position: 50% 0;
    background-size: 30px auto;
  }

  .recruit-ttl-01 span {
    display: inline-block;
    min-width: 80%;
    padding: 7px 15px;
    border-top: 1px solid #004098;
    border-bottom: 1px solid #004098;
  } */

  .recruit-ttl-02 {
    margin: 0 -15px 20px;
  }

  .recruit__table {
    /* width: auto; */
    margin: 0 0 30px;
    border-bottom: 1px solid #ccc;
  }

  .recruit__table th {
    display: block;
    width: auto !important;
    border: none;
    border-top: 1px solid #ccc;
    text-align: left;
  }

  .recruit__table td {
    display: block;
    border: none;
    border-top: 1px solid #ccc;
  }

  #recruit.index #main {
    margin: 0 -15px;
  }

  .recruit-index-nav {
    margin: 0 0 30px;
  }

  .recruit-index-nav__ttl {
    line-height: 30px;
    font-size: 11px;
  }

  .recruit-index-nav__ttl span {
    padding: 0 0 0 20px;
    background-size: auto 20px;
  }

  .recruit-index-nav-list {
    display: block;
  }

  .recruit-index-nav-list li {
    width: auto;
  }

  #recruit.index .section-button-area {
    padding: 0 15px;
  }

  .section-button-area__title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 35px;
    width: 180px;
    margin: 0 auto 26px;
    text-align: center;
    background-color: #fff;
  }
  .section-button-area__title:before,
  .section-button-area__title:after {
    display: none;
  }
  .section-button-area__wrap {
    /* border-top: solid 2px #555; */
    position: relative;
    top: 6px;
    z-index: -1;
  }
  .section-button-area__title span {
    background: url(/assets_old/img/common/icon-memo-org-f4fc89b2d1.png) 0 50% no-repeat;
    background-size: auto 100%;
    padding-left: 24px;
    padding-top: 2px;
    margin-top: -2px;
  }

  .section-button-area {
    margin-bottom: 50px;
    box-sizing: border-box;
  }
  .section-button-area ul {
    /* display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 8px 0;
    box-sizing: border-box; */
  }
  .section-button-area li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* .section-button-area li:nth-child(1) {
    order: 1;
  }

  .section-button-area li:nth-child(2) {
    order: 2;
  }

  .section-button-area li:nth-child(3) {
    order: 3;
  }

  .section-button-area li:nth-child(4) {
    order: 4;
  } */

  .section-button-area li.not-recruiting:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background-color: rgba( 255, 255, 255, .7);
    z-index: 1;
  }
  .section-button-area li.not-recruiting:after {
    content: "現在募集していません";
    position: absolute;
    top: 27px;
    left: 50%;
    font-size: 10px;
    font-weight: normal;
    color: #6f6f6f;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
  .section-button-area .recruiting-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .section-button-area li.not-recruiting .recruiting-wrap {
    top: 10px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  .section-button-area li a {
    display: block;
    height: 48px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
  }
  .section-button-area li a span {
    display: block;
  }
  .section-button-area__button {
    padding: 0 8px 0;
    box-sizing: border-box;
  }
  .section-button-area__button a {
    display: block;
    width: 100%;
    height: 38px;
    text-align: center;
    padding-top: 10px;
    background-color: #6f6f6f;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: underline;
    border-radius: 0;
    margin-top: 5px;
  }

  .topic-path-wrap {
    padding: 20px 15px;
  }
}

/* =====================================
   社長メッセージ
======================================= */
#recruit.inf #main {
  padding: 70px 0 0;
}

.section-inf__ttl {
  margin: 0 0 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.section-inf__ttl figure {
  margin: 0;
}

.section-inf__ttl__txt-box {
  -webkit-order: -1;
  order: -1;
}

.section-inf__ttl h1 {
  width: 220px;
  margin: 0 0 30px;
}

.section-inf__ttl p {
  max-width: 490px;
  margin: 0 0 35px;
}

.section-inf__ttl dt {
  font-size: 20px;
  font-weight: bold;
}

.section-inf__txt {
  margin: 0 0 70px;
}

.section-inf__txt p {
  margin: 0 0 2em;
}

@media screen and (max-width: 767px) {
  #recruit.inf #main {
    padding: 0;
  }

  .section-inf__ttl {
    display: block;
  }

  .section-inf__ttl figure {
    margin: 0 -15px 20px;
  }

  .section-inf__ttl h1 {
    width: 160px;
    margin: 0 0 25px;
  }

  .section-inf__ttl p {
    max-width: 320px;
    margin: 0 0 30px;
  }

  .section-inf__txt {
    margin: 0 0 50px;
  }
}

/* =====================================
   ハードオフを知る
======================================= */
.about-kv {
  position: relative;
  height: 380px;
  margin: 0 0 50px;
}

.about-kv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 1100px;
  height: 100%;
  background: url(/assets_old/img/recruit/about-header-pc-re-773c57e827.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-position: center top;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.about-kv h1 {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -130px 0 0;
}

.about-number__infographic {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 40px 0 60px;
}

.about-number__infographic li {
  margin: 0 0 25px;
}

.about-number-other {
  position: relative;
  margin: 0 0 60px;
  padding: 45px 60px 35px;
}

.about-number-other__ttl {
  position: absolute;
  top: -20px;
  left: 0;
  padding: 17px 25px;
  color: #fff;
  font-size: 18px;
  background: #004695;
}

.about-number-other__txt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.about-number-other__txt figure {
  margin: 0 25px 0 0;
}

.about-number-other__txt figure img {
  max-width: inherit;
}

.about-number-other__txt p:not(.txt-top) {
  padding-top: 10px;
  max-width: 80%;
}

.about-number-other__txt .txt-top {
  margin-top: -.2em;
  max-width: 57%;
}

.about-number-other__txt dt {
  color: #004695;
  font-size: 18px;
  text-decoration: underline;
}

.about-number-other__txt dd {
  margin: 0 0 20px;
}

.about-number-other__txt dd:last-child {
  margin: 0;
}

.about-club-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 20px 0;
}

.about-club-list__item {
  width: 49%;
  margin: 0 0 40px;
}

.about-club-list__item:last-child,
.about-club-list__item:nth-last-child(2) {
  margin: 0;
}

.about-club-list__item figure {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  margin: 0 0 25px;
  border: 1px solid #004695;
}

.about-club-list__item figure img {
  display: block;
  width: 50%;
}

.about-club-list__item figure figcaption {
  display: block;
  width: 50%;
  color: #004098;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.about-club-list__item--other {
  width: 100%;
}

.about-club-list__item--other dt {
  margin: 0 0 10px;
  font-size: 18px;
}

.about-club-list__item--other dd {
  margin: 0 0 0 1em;
  font-size: 18px;
}

.about-club-list__item--other dd span {
  font-size: 14px;
}

.about-hf-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #004098;
  margin: 0 0 1.5em;
}

.about-hf-ttl2 {
  margin: 0 0 1.5em;
  font-size: 18px;
  text-align: center;
}

.recruit-ttl-01-margin-small {
  margin-bottom: 40px !important;
}

.ttl-br {
  display: none
}

.about-hf-img {
  max-width: 665px;
  margin: 0 auto;
  padding: 0 0 1.5em
}

.about-hf-img-space {
  padding: 3em 0 4.5em 0;
}

.about-hf-txt {
  margin: 0 0 1.5em;
}

.about-hf-txt2 {
  margin: 0 0 60px
}

.about-hf-txt3 {
  font-weight: 700;
  text-align: center;
}

.about-hf-txt4 {
  font-weight: 700;
}

.about-hf-txt-margin {
  margin: 0 0 48px;
}

.about-link {
  color: #004098 !important;
  text-decoration: underline !important;
}

.about-link:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .about-kv {
    height: auto;
    margin: 0 -15px 30px;
    padding: 200px 0 0;
    background: url(/assets_old/img/recruit/about-header-sp-5b604215c0.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .about-kv:before {
    content: none;
  }

  .about-kv h1 {
    position: static;
    margin: 0;
  }

  .about-number__infographic {
    display: block;
    text-align: center;
    margin: 0 0 40px;
  }

  .about-number__infographic li {
    margin: 0 0 15px;
  }

  .about-number-other {
    margin: 0 0 30px;
    padding: 35px 25px 25px;
  }

  .about-number-other__ttl {
    top: -15px;
    padding: 10px 15px;
    font-size: 18px;
  }

  .about-number-other__txt {
    display: block;
  }

  .about-number-other__txt p:not(.txt-top) {
    padding-top: 0;
    max-width: none;
  }

  .about-number-other__txt .txt-top {
    margin-top: 0;
    max-width: none;
  }

  .about-number-other__txt figure {
    margin: 0 0 15px;
    text-align: center;
  }

  .about-number-other__txt figure img {
    max-width: 100%;
  }

  .about-club-list {
    display: block;
    padding: 0;
  }

  .about-club-list__item {
    width: auto;
    margin: 0 0 30px;
  }

  .about-club-list__item:nth-last-child(2) {
    margin: 0 0 30px;
  }

  .about-club-list__item figure {
    margin: 0 0 15px;
  }

  .about-club-list__item figure figcaption {
    font-size: 15px;
  }

  .about-club-list__item--other dt {
    font-size: 16px;
  }

  .about-club-list__item--other dd {
    font-size: 16px;
  }

  .about-club-list__item--other dd span {
    font-size: 12px;
  }

  .about-hf-ttl {
    font-size: 20px;
  }

  .about-hf-ttl2 {
    font-size: 16px;
  }

  .ttl-br {
    display: block;
  }

  .about-hf-img-space {
    padding: 1em 0 2.5em 0;
  }
}

/* =====================================
   中途採用、新卒採用
======================================= */
.chuto-kv {
  position: relative;
  height: 350px;
  margin: 0 0 100px;
}

/* /* ////////////////////////愛採用匠採用追加css/////////////////////////////////// */
.chuto-kv1 {
  position: relative;
  height: 350px;
  /* margin: 0 0 100px; */
}
.chuto-kv1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 1100px;
  /* height: 100%; */
  height: 70%;
  background-color: #004098;
  /* background: url(/assets_old/img/recruit/ai_takumi/top_bg_ai_sp-f6e0177dbe.png) no-repeat 50% 0; */
  background-size: cover;
  -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
  z-index: -1;
}

.chuto-kv1 h1 {
  position: absolute;
  top: 30%;
  /* left: 5%; */
  height: 116px;
  line-height: 116px;
  padding: 0 25px 0 0;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .chuto-kv1 h1 {
    position: absolute;
    top: 5%;
    left: 5%;
    height: 116px;
    line-height: 116px;
    padding: 0 25px 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

  .chuto-kv1 {
    height: 150px;
}

  .chuto-kv1:before {
    /* background: url(/assets_old/img/recruit/ai_takumi/top_bg_ai-6a936bbfb6.png) no-repeat 50% 0; */
  }
}

/* /////////////////////////////////////////////////////////////////////////////////////////// */


 .chuto-kv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 1100px;
  height: 100%;
  /* background-color: #004098; */
  background: url(/assets_old/img/recruit/img-chuto-01-17cf6b1a57.jpg) no-repeat 50% 0;
  background-size: cover;
  -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
  z-index: -1;
}

.shinsotsu-kv:before {
  background-image: url(/assets_old/img/recruit/img-shinsotsu-01-a27e06cbae.png);
}

.chuto-kv h1 {
  position: absolute;
  top: 30%;
  /* left: 5%; */
  height: 116px;
  line-height: 116px;
  padding: 0 25px 0 0;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
}

/* 新卒ページ社員インタビュー動画 */

.recruit-movie {
  max-width: 660px;
  text-align: center;
  margin: 0 auto;
}

.recruit-movie h2 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #263b9c;
  margin-bottom: 24px;
}

.movie-wrapper {
	position: relative;
	z-index: 1;
	padding: 56% 0 0 0;
	overflow: hidden;
  margin-bottom: 100px;
}

.movie-wrapper iframe {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-chuto-flow {
  margin: 0 0 100px;
}

.section-chuto-method {
  margin: 0 0 40px;
}

.section-chuto-method .dot-frame {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 40px;
  font-size: 18px;
}

.section-chuto-method a {
  display: block;
  width: 260px;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #263b9c;
}

.section-chuto-briefing {
  margin: 0 0 70px;
}

.section-chuto-briefing .dot-frame {
  overflow: hidden;
  margin: 0 0 40px;
  padding: 40px;
}

.section-chuto-briefing a {
  display: block;
  float: right;
  width: 260px;
  margin: 15px 0 0;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #263b9c;
}

/* エントリー追従ボタン */

.floating-banner-wrapper {
  position: fixed;
  bottom: 20px;
  right: 35px;
  z-index: 1000;
  margin-left: 15px;
}

.floating-banner-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  max-width: 395px;
  border: 4px solid #263b9c;
}

.floating-banner-content .link-wrapper {
  display: flex;
  align-items: stretch;
  background-color: white;
}

.floating-banner-content .link-wrapper:hover {
  text-decoration: none;
}

.floating-banner-content .link-wrapper span:first-of-type {
  display: flex;
  align-items: center;
  white-space: nowrap;
  background-color: #263b9c;
  color: white;
  font-weight: 700;
  border-right: 4px solid #263b9c;
  padding: 0 1rem;
}

.floating-banner-content .link-wrapper span:nth-of-type(2) {
  line-height: 21px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.floating-banner-content .link-wrapper img {
  margin-right: 0.25rem;
}

.floating-banner-content .close-button {
  position: absolute;
  top: -16px;
  right: -16px;
}

.floating-banner-content .close-button img {
  width: 30px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .chuto-kv {
    height: auto;
    /* margin: 0 -15px 30px; */
    margin: 0 -15px 0px;
    /* padding: 200px 0 0; */
    /* background-color: #004098; */
    background: url(/assets_old/img/recruit/img-chuto-02-a025f401d9.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .shinsotsu-kv {
    position: relative;
    height: 200px;
    background-image: url(/assets_old/img/recruit/img-shinsotsu-02-706fffdb99.png);
    background-position: top;
  }

  .chuto-kv:before, .shinsotsu-kv:before {
    content: none;
  }

  .chuto-kv:after {
    content: none;
  }

  .chuto-kv h1 {
    position: static;
    height: auto;
    line-height: inherit;
    padding: 15px;
    font-size: 30px;
    text-align: center;
    -webkit-transform: none;
            transform: none;
  }

  .shinsotsu-kv h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    font-size: 30px;
    text-align: center;
    margin: 0;
  }

  /* 新卒ページ社員インタビュー動画 */

  .recruit-movie {
    margin-top: 60px;
  }

  .section-chuto-flow {
    margin: 0 0 30px;
    text-align: center;
  }

  .section-chuto-method {
    margin: 0 0 30px;
  }

  .section-chuto-method .dot-frame {
    display: block;
    padding: 25px;
    font-size: inherit;
  }

  .section-chuto-method a {
    width: auto;
    margin: 15px 0 0;
    padding: 10px 15px;
    font-size: inherit;
  }

  .section-chuto-briefing {
    margin: 0 0 30px;
  }

  .section-chuto-briefing .dot-frame {
    margin: 0 0 30px;
    padding: 25px;
  }

  .section-chuto-briefing a {
    float: none;
    width: auto;
    padding: 10px 15px;
    font-size: inherit;
  }

  /* エントリー追従ボタン */

  .floating-banner-wrapper {
    right: 4%;
  }
}

/* =====================================
   募集要項/エントリー
======================================= */
.entry-kv {
  position: relative;
  height: 380px;
  margin: 0 0 50px;
}

.entry-kv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 1100px;
  height: 100%;
  background: url(/assets_old/img/recruit/img-entry-01-9300114aab.jpg) no-repeat 50% 0;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.entry-kv:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50vw;
  min-width: 1100px;
  height: 116px;
  background: rgba(0, 0, 0, .6);
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  z-index: -1;
}

.entry-kv h1 {
  position: absolute;
  top: 50%;
  left: 0;
  height: 116px;
  line-height: 116px;
  padding: 0 25px 0 0;
  color: #fff;
  font-size: 65px;
  font-weight: normal;
  background: rgba(0, 0, 0, .6);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-personality {
  margin: 0 0 40px;
}

.section-personality .recruit-ttl-01 {
  margin: 0 0 40px;
}

.section-personality .dot-frame {
  position: relative;
  padding: 70px 40px 50px;
}

.section-personality h3 {
  position: absolute;
  top: -20px;
  left: 0;
  padding: 17px 25px;
  color: #fff;
  font-size: 18px;
  background: #004695;
}

.section-personality ul {
  text-align: center;
}

.section-personality li {
  display: inline-block;
  width: 30%;
}

.section-personality li img {
  height: 49px;
}

.section-faq {
  margin: 0 0 70px;
}

.faq__list {
  padding: 10px;
}

.faq__list li {
  border-bottom: 1px solid #ddd;
}

.faq__list__q {
  display: block;
  position: relative;
  padding: 20px;
  color: #004098;
  font-weight: bold;
  font-size: 18px;
  padding-left: 90px;
}

.faq__list__q:before {
  content: 'Q';
  font-weight: bold;
  color: #fff;
  background: #004098;
  padding: 3px 10px 3px 50px;
  position: absolute;
  left: -10px;
  top: 17px;
}


.faq__list__q span {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 40px;
  top: 11px;
}

.faq__list li.active .faq__list__q span {
  background: #f5f5f5;
  height: 70px;
}


.faq__list__q span:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #4b4b4b;
  border-right: 3px solid #4b4b4b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.175, 1) 0s;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.175, 1) 0s;
}

.faq__list li.active .faq__list__q span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq__list li div {
  display: none;
  padding: 10px 40px 20px;
}

.faq__list li div p {
  background: #f5f5f5;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .entry-kv {
    height: auto;
    margin: 0 -15px 30px;
    padding: 200px 0 0;
    background: url(/assets_old/img/recruit/img-entry-02-a3a8d9ca14.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .entry-kv:before {
    content: none;
  }

  .entry-kv:after {
    content: none;
  }

  .entry-kv h1 {
    position: static;
    height: auto;
    line-height: inherit;
    padding: 15px;
    font-size: 40px;
    text-align: center;
    -webkit-transform: none;
            transform: none;
  }

  .section-personality {
    margin: 0 0 30px;
  }

  .section-personality .dot-frame {
    position: relative;
    padding: 0 25px 25px;
  }

  .section-personality h3 {
    position: static;
    line-height: 1.5;
    padding: 10px 15px;
    margin: 0 -25px 15px;
  }

  .section-personality li {
    display: block;
    width: auto;
    margin: 0 0 30px;
  }

  .section-personality li:last-child {
    margin: 0;
  }

  .section-personality li img {
    height: 30px;
  }

  .section-faq {
    margin: 0 0 30px;
  }

  .faq__list__title i {
    width: 150px;
  }

  .faq__list__title h2 {
    font-size: 16px;
  }

  .faq__list {
    padding: 5px;
  }

  .faq__list__q {
    display: block;
    position: relative;
    padding: 15px;
    color: #004098;
    font-weight: bold;
    font-size: 14px;
    padding-left: 60px;
    padding-right: 40px;
  }

  .faq__list__q:before {
    content: 'Q';
    font-weight: bold;
    color: #fff;
    background: #004098;
    padding: 3px 10px 3px 30px;
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -15px;
  }


  .faq__list__q span {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -25px;
  }

  .faq__list li.active .faq__list__q span {
    background: none;
  }


  .faq__list__q span:after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #4b4b4b;
    border-right: 2px solid #4b4b4b;
  }

  .faq__list li div {
    padding: 10px 20px 20px;
  }

  .faq__list li div p {
    background: #f5f5f5;
    padding: 10px;
  }
}

/* =====================================
   会社説明会
======================================= */
.session-kv {
  position: relative;
  height: 380px;
  margin: 0 0 50px;
}

.session-kv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 1100px;
  height: 100%;
  background: url(/assets_old/img/recruit/img-session-01-b3e0a7af0e.jpg) no-repeat 50% 0;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.session-kv:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50vw;
  min-width: 1100px;
  height: 116px;
  background: rgba(0, 0, 0, .6);
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  z-index: -1;
}

.session-kv h1 {
  position: absolute;
  top: 50%;
  left: 0;
  height: 116px;
  line-height: 116px;
  padding: 0 25px 0 0;
  color: #fff;
  font-size: 65px;
  font-weight: normal;
  background: rgba(0, 0, 0, .6);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-session-outline .recruit-ttl-01 {
  max-width: 500px;
  line-height: inherit;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
  background: none;
}

.section-session-outline .recruit-ttl-01 span {
  display: block;
  padding: 10px;
  border-top: 2px solid #004098;
  border-bottom: 2px solid #004098;
}

.section-session-outline h3 {
  margin: 0 0 50px;
  color: #004098;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}

.section-session-outline h3 span {
  display: inline-block;
  border-bottom: 2px solid #004098;
  padding-bottom: 3px;
}

.section-session-outline .tab-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 0 50px;
  text-align: center;
}

.section-session-outline .tab-nav li {
  width: 25%;
  margin: 0 10px;
}

.section-session-outline .tab-nav li:first-child {
  margin-left: 0;
}

.section-session-outline .tab-nav li:last-child {
  margin-right: 0;
}

.section-session-outline .tab-nav li a {
  display: block;
  padding: 13px 15px;
  border: 1px solid #263b9c;
  color: #263b9c;
  font-size: 18px;
}

.section-session-outline .tab-nav li.current a {
  color: #fff;
  background: #263b9c;
}

.section-session-outline .tab-contents {
  margin: 0 0 50px;
  padding: 40px 140px;
}

.section-session-outline .tab-contents th {
  width: 170px;
  vertical-align: top;
  padding: 20px;
  border-bottom: 1px solid #adadad;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

.section-session-outline .tab-contents td {
  padding: 20px;
  border-bottom: 1px solid #adadad;
}

.section-session-outline .tab-contents tr:last-child th,
.section-session-outline .tab-contents tr:last-child td {
  border: none;
}

.section-session-outline .tab-contents td .map {
  max-width: 600px;
  height: 300px;
  margin: 15px auto;
  border: 1px solid #263b9c;
}

.section-session-outline .tab-contents td .access dt {
  margin: 0 0 5px;
  font-weight: bold;
}

.section-session-outline .tab-contents td .access dd li {
  position: relative;
  padding: 0 0 0 30px;
}

.section-session-outline .tab-contents td .access dd li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #004098;
}

.section-session-outline .tab-contents td a {
  color: #3473c5;
  text-decoration: underline;
}

.section-session-outline .tab-contents td a:hover {
  text-decoration: none;
}

.session-apply {
  margin: 0 0 70px;
  padding: 40px 40px 15px;
  border: 2px solid #112676;
  font-size: 18px;
  text-align: center;
}

.session-apply p {
  margin: 0 0 25px;
}

.session-apply a {
  display: block;
  width: 380px;
  margin: 0 auto;
  padding: 13px 15px;
  color: #fff;
  font-weight: bold;
  background: #274da2;
}

@media screen and (max-width: 960px) {
  .session-kv:before {
    background-position: 80% 50%;
  }
}

@media screen and (max-width: 767px) {
  .session-kv {
    height: auto;
    margin: 0 -15px 30px;
    padding: 62.5vw 0 0;
    background: url(/assets_old/img/recruit/img-session-02-0a333db0e1.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .session-kv:before {
    content: none;
  }

  .session-kv:after {
    content: none;
  }

  .session-kv h1 {
    position: static;
    height: auto;
    line-height: inherit;
    padding: 15px;
    font-size: 40px;
    text-align: center;
    -webkit-transform: none;
            transform: none;
  }

  .section-session-outline .recruit-ttl-01 {
    padding: 50px 0 0;
    background: url(/assets_old/img/recruit/icon-light-02-0d852e59de.png) no-repeat 50% 0;
    background-size: 30px auto;
  }

  .section-session-outline .recruit-ttl-01 span {
    display: inline-block;
  }

  .section-session-outline h3 {
    margin: 0 0 30px;
    font-size: 19px;
    text-decoration: none;
  }

  .section-session-outline .tab-nav-sp {
    margin: 0 0 15px;
  }

  .section-session-outline .tab-nav-sp select {
    margin: 5px 0 0;
    border: 1px solid #adadad;
    border-radius: 3px;
    font-size: 14px;
    background: url(/assets_old/img/recruit/img-session-06-7eb6f28cdd.png) no-repeat 96% 50%;
    background-size: 10px auto;
  }

  .section-session-outline .tab-contents {
    margin: 0 0 30px;
    padding: 25px 25px 15px;
  }

  .section-session-outline .tab-contents th {
    display: block;
    width: auto;
    padding: 0 0 5px;
    border-bottom: none;
    font-size: inherit;
    font-weight: bold;
  }

  .section-session-outline .tab-contents th:after {
    content: "：";
  }

  .section-session-outline .tab-contents td {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }

  .section-session-outline .tab-contents td .map {
    height: 250px;
  }

  .session-apply {
    margin: 0 0 30px;
    padding: 15px 15px 1px;
    font-size: inherit;
    text-align: left;
  }

  .session-apply p {
    margin: 0 0 15px;
  }

  .session-apply a {
    width: auto;
    padding: 10px 15px;
    text-align: center;
  }
}

/* =====================================
   ハードオフを知る
======================================= */
#recruit.vie #main {
  max-width: inherit;
}

.vie-kv {
  position: relative;
  max-width: 1100px;
  height: 380px;
  margin: 0 auto 50px;
}

.vie-kv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 1100px;
  height: 100%;
  background: url(/assets_old/img/recruit/img-vie-03-7630552b9a.jpg) no-repeat 50% 50%;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.vie-kv h1 {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -130px 0 0;
}

#recruit.vie .recruit-ttl-01 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.section-vie-intro {
  margin: 0 0 70px;
}

.section-vie-intro section {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 50px;
}

.section-vie-intro section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 1100px;
  height: 160px;
  background: #004098;
}

.section-vie-intro h3 {
  position: relative;
  float: left;
  margin: 0 0 45px;
  padding: 25px 0 0;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 5px;
}

.section-vie-intro p {
  position: relative;
  margin: 0 0 0 160px;
  padding: 10px 0 30px 20px;
  color: #004098;
  font-size: 20px;
  background: #fff;
}

.section-vie-intro ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  gap: 1px;
}

.section-vie-intro li{
  flex: auto;
}

.section-vie-intro li a {
  display: block;
}

.section-vie-intro li figure {
  position: relative;
}

.section-vie-intro li figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, .6);
}

.section-vie-intro li figure img {
  width: 100%;
}

.section-vie-manager li figcaption,
.section-vie-head li figcaption {
  font-size: 14px;
}

.section-vie-intro li figcaption span {
  font-size: 14px;
}

.section-vie-charm ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 -15px 70px;
}

.section-vie-charm li {
  width: 20%;
}

.modal-block {
  display: none;
}

.modal {
  position: relative;
}

.modal p {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-size: 16px;
  text-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.modal figcaption {
  padding: 15px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background: rgba(0, 64, 152, .8);
}

#colorbox {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#cboxContent {
  margin-top: 0;
  position: relative;
  top: 32px;
}

#cboxLoadedContent {
  background: none;
}

#cboxClose {
  top: -50px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: none;
  text-indent: 0;
  color: #fff;
  white-space: nowrap;
  line-height: 5.5;
}

#cboxClose:before,
#cboxClose:after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
  transition: all 0.8s ease-in-out;
}

#cboxClose:before {
  transform: rotate(315deg);
}

#cboxClose:after {
  transform: rotate(-315deg);
}

@media screen and (min-width: 768px) {
  .section-vie-intro ul.col2 li {
    max-width: calc(50% - 0.5px);
  }
  .section-vie-intro ul.col3 li {
    max-width: 33.33%;
  }

  .modal img {
    width: 428px;
    object-fit: cover;
    font-family: "object-fit: cover; object-position: center;"
  }
}

@media screen and (max-width: 767px) {
  .vie-kv {
    height: auto;
    margin: 0 -15px 30px;
    padding: 200px 0 0;
    background: url(/assets_old/img/recruit/img-vie-04-69ce3937dd.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .vie-kv:before {
    content: none;
  }

  .vie-kv h1 {
    position: static;
    margin: 0;
  }

  .section-vie-intro {
    margin: 0 0 30px;
  }

  .section-vie-intro section {
    margin: 0 auto 30px;
  }

  .section-vie-intro section:before {
    content: none;
  }

  .section-vie-intro h3 {
    float: none;
    margin: 0 0 20px;
    padding: 0;
    color: #004098;
    font-size: 19px;
    text-align: center;
    letter-spacing: normal;
  }

  .section-vie-intro h3 span {
    border-bottom: 1px solid #004098;
  }

  .section-vie-intro p {
    margin: 0 0 15px;
    padding: 0;
    font-size: inherit;
  }

  .section-vie-intro li figcaption {
    padding: 10px;
    font-size: inherit;
  }

  .section-vie-manager li figcaption,
  .section-vie-head li figcaption {
    font-size: inherit;
  }

  .section-vie-intro li figcaption span {
    font-size: 12px;
  }

  .section-vie-charm ul {
    margin: 0 -15px 30px;
  }

  .section-vie-charm li {
    width: 33.33333333%;
  }

  .modal {
    height: 100%;
  }

  .modal p {
    font-size: inherit;
  }

  .modal figcaption {
    font-size: 16px;
  }

  #cboxContent {
    top: auto;
  }

  #cboxClose {
    height: auto;
    width: auto;
    background: none;
    font-size: 13px;
  }

  #cboxClose:before,
  #cboxClose:after {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 15%;
    width: 30px;
    height: 2px;
    content: "";
    background-color: #fff;
    transition: all 0.8s ease-in-out;
  }
}

/* =====================================
   recruit vie person
======================================= */
#recruit.person #main {
  max-width: inherit;
}

.section-vie-person {
  font-family: "Hiragino Kaku Gothic ProN";
  padding-bottom: 60px;
}

.section-vie-person__wrap {
  max-width: 1100px;
  margin: 0 auto;
}

/* section-vie-person__kv */
.section-vie-person__kv {
  height: 650px;
  padding: 113px 15px 0;
  box-sizing: border-box;
  margin: 0 -15px 80px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #004098;
}

.section-vie-person__kv-main {
  margin-bottom: 40px;
  display: inline-block;
}

.section-vie-person__kv__ttl {
  font-size: 50px;
  line-height: 1.4;
  border-bottom: 2px solid #004098;
  padding-bottom: 17px;
  margin-bottom: 5px;
}

.section-vie-person__kv__data {
  font-size: 28px;
}

.section-vie-person__kv__data span {
  font-size: .5em;
}

.section-vie-person__kv__history__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

.section-vie-person__kv__history__list {
  padding-left: 16px;
  border-left: 6px solid #bdccdd;
  margin-left: 2px;
}

.section-vie-person__kv__history__list li {
  margin-bottom: 2px;
}

.person03 .section-vie-person__kv {
  background-image: url(/assets_old/img/recruit/person03/bg-kv1-ecd7051a06.jpg);
}
.person04 .section-vie-person__kv {
  background-image: url(/assets_old/img/recruit/person04/bg-banner-bc2bffb9ae.jpg);
}
.person05 .section-vie-person__kv {
  background-image: url(/assets_old/img/recruit/person05/bg-banner5-2c20084518.jpg);
}
.person06 .section-vie-person__kv {
  background-image: url(/assets_old/img/recruit/person06/bg-kv-ef0da43428.jpg);
}
.person07 .section-vie-person__kv {
  background-image: url(/assets_old/img/recruit/person07/bg-kv-047efc891c.jpg);
}
.person08 .section-vie-person__kv {
  background-image: url(/assets_old/img/recruit/person08/bg-kv-89bd37b1c4.jpg);
}
.person09 .section-vie-person__kv {
  background-image: url(/assets_old/img/recruit/person09/bg-kv-ed8bed0599.jpg);
}

/* section-vie-person__msg */
.section-vie-person__msg__list li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -30px 80px;
}

.section-vie-person__msg__list__img-box,
.section-vie-person__msg__list__txt-box {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 0 30px;
}

.section-vie-person__msg__list__txt-box {
  padding-left: 60px;
}

.section-vie-person__msg__list__txt-box__ttl {
  font-size: 28px;
  color: #004098;
  margin: -.2em 0 40px;
  font-weight: normal;
  line-height: 1.36;
}

.section-vie-person__msg__list__txt-box__txt {
  font-family: "Hiragino Kaku Gothic Pro";
}

/* section-vie-person__nav */
.section-vie-person__nav {
  padding: 15px 0;
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  position: relative;
  margin-bottom: 100px;
}

.section-vie-person__nav__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.section-vie-person__nav__list li {
  -webkit-flex: 45%;
  flex: 45%;
  max-width: 45%;
}

.section-vie-person__nav__list li a {
  padding: 8px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: .3s;
  transition: .3s;
}

.section-vie-person__nav__list li a:hover {
  text-decoration: none;
  opacity: .7;
}

.section-vie-person__nav__list__img-box {
  max-width: 100px;
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
}

.section-vie-person__nav__list__txt-box {
  padding: 0 18px;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}

.section-vie-person__nav__list__txt-box__txt-next {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
}

.section-vie-person__nav__list__txt-box__txt-catch {
  line-height: 1.2;
  margin-bottom: 4px;
}

.section-vie-person__nav__list:not(.section-vie-person__nav__list--first) li:first-child .section-vie-person__nav__list__txt-box__txt-next:before {
  content: "＜ ";
}
.section-vie-person__nav__list:not(.section-vie-person__nav__list--last) li:last-child .section-vie-person__nav__list__txt-box__txt-next:after {
  content: " ＞";
}

.section-vie-person__nav__list--first {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.section-vie-person__nav__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-vie-person__nav__btn a {
  background: #004098;
  color: #fff;
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding-top: 25px;
  border-radius: 50%;
  line-height: 1.3;
  -webkit-transition: .3s;
  transition: .3s;
}

.section-vie-person__nav__btn a:hover {
  text-decoration: none;
  opacity: .7;
}

.section-vie-person__nav__btn a .large {
  font-size: 24px;
  display: block;
}

/* section-vie-person__entry */
.section-vie-person__entry {
  padding-bottom: 50px;
}

.section-vie-person__entry__ttl {
  font-size: 24px;
  text-align: center;
  color: #ff6c00;
  margin-bottom: 40px;
  position: relative;
}

.section-vie-person__entry__ttl:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #ff6c00;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-vie-person__entry__ttl span {
  position: relative;
  background: #fff url(/assets_old/img/recruit/icon-doc-01-8c5d8fa747.png) no-repeat 18px 50%;
  padding-left: 56px;
  padding-right: 12px;
  z-index: 2;
}

.section-vie-person__entry__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-vie-person__entry__list li {
  max-width: 47.81%;
  -webkit-flex: 0 0 47.81%;
  flex: 0 0 47.81%;
  border: 3px solid #6f6f6f;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
  height: 70px;
  line-height: 64px;
  vertical-align: middle;
  margin-bottom: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

.section-vie-person__entry__list li a {
  display: block;
  text-align: center;
  color: #ff6c00;
  height: 100%;
  position: relative;
}

.section-vie-person__entry__list li:hover {
  opacity: .7;
}

.section-vie-person__entry__list li a:hover {
  text-decoration: none;
}

.section-vie-person__entry__list li.inactive {
  border-color: #d4d4d4;
}

.section-vie-person__entry__list li.inactive a {
  color: rgba(255, 108, 0, .5);
  line-height: 44px;
  pointer-events: none;
}

.section-vie-person__entry__list li.inactive a:after {
  content: "現在募集していません";
  color: #6f6f6f;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .person08 .section-vie-person__kv {
    background-position: 30% 50%;
  }
}


@media screen and (min-width: 768px) {
  .section-vie-person__kv__history__list__block {
    display: -webkit-flex;
    display: flex;
  }

  .section-vie-person__kv__history__list__block .section-vie-person__kv__history__list + .section-vie-person__kv__history__list {
    margin-left: 22px;
  }

  .section-vie-person__msg__list li:nth-child(even) .section-vie-person__msg__list__txt-box {
    -webkit-order: -1;
    order: -1;
  }

  .section-vie-person__nav__list:not(.section-vie-person__nav__list--last) li:last-child .section-vie-person__nav__list__txt-box {
    -webkit-order: -1;
    order: -1;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {

/* section-vie-person__kv */
  .section-vie-person {
    padding-bottom: 20px;
  }

  .section-vie-person__kv {
    height: auto;
    background: none;
    padding: 0;
    margin-bottom: 0;
  }

  .section-vie-person__kv-main {
    margin-bottom: 0;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70.625vw 0 0;
  }

  .section-vie-person__kv-main-inner {
    background: rgba(255, 255, 255, .6);
    padding: 12px 15px;
  }

  .section-vie-person__kv__ttl {
    font-size: 21px;
    padding-bottom: 6px;
    border: none;
    margin-bottom: 2px;
  }

  .section-vie-person__kv__data {
    font-size: 18px;
    padding-top: 6px;
    border-top: 1px solid #004098;
    display: inline-block;
  }

  .section-vie-person__kv__history {
    background: #fff;
    padding: 14px 15px 50px;
  }

  .section-vie-person__kv__history__ttl {
    font-size: 14px;
  }

  .section-vie-person__kv__history__list {
    font-size: 13px;
    border-width: 3px;
    padding-left: 1em;
  }

  .section-vie-person__kv__history__list li {
    text-indent: -3.65em;
    padding-left: 3.65em;
  }

  .section-vie-person__kv__history__list li:last-child {
    margin-bottom: 0;
  }

  .person03 .section-vie-person__kv-main {
    background-image: url(/assets_old/img/recruit/person03/bg-kv-sp1-9ad3446476.jpg);
  }
  .person04 .section-vie-person__kv-main {
    background-image: url(/assets_old/img/recruit/person04/bg-banner-sp-64454220ee.jpg);
  }
  .person05 .section-vie-person__kv-main {
    background-image: url(/assets_old/img/recruit/person05/bg-banner5-sp-c7a22469d1.jpg);
  }
  .person06 .section-vie-person__kv-main {
    background-image: url(/assets_old/img/recruit/person06/bg-kv-sp-9b264a668e.jpg);
  }
  .person07 .section-vie-person__kv-main {
    background-image: url(/assets_old/img/recruit/person07/bg-kv-sp-9e37c79759.jpg);
  }
  .person08 .section-vie-person__kv-main {
    background-image: url(/assets_old/img/recruit/person08/bg-kv-sp-d5bac54908.jpg);
  }
  .person09 .section-vie-person__kv-main {
    background-image: url(/assets_old/img/recruit/person09/bg-kv-sp-2ee6acd8f0.jpg);
  }

  /* section-vie-person__msg */
  .section-vie-person__msg__list li {
    display: block;
    margin: 0 -15px 38px;
  }

  .section-vie-person__msg__list__img-box,
  .section-vie-person__msg__list__txt-box {
    max-width: none;
  }

  .section-vie-person__msg__list__img-box {
    padding: 0;
    margin-bottom: 28px;
  }

  .section-vie-person__msg__list__img-box img {
    width: 100%;
  }

  .section-vie-person__msg__list__txt-box {
    padding: 0 25px;
  }

  .section-vie-person__msg__list__txt-box__ttl {
    font-size: 19px;
    margin-bottom: 22px;
  }

  /* section-vie-person__nav */
  .section-vie-person__nav {
    padding: 2.6vw 0;
    border-width: 1px;
    margin: 0 -15px 40px;
  }

  .section-vie-person__nav__list li {
    -webkit-flex: 34.6%;
    flex: 34.6%;
    max-width: 34.6%;
  }

  .section-vie-person__nav__list li a {
    display: block;
    padding: 1.33vw 6vw;
  }

  .section-vie-person__nav__list__img-box {
    max-width: none;
    margin-bottom: 10px;
  }

  .section-vie-person__nav__list__txt-box {
    padding: 0;
    font-size: 11px;
    font-size: 2.93vw;
  }

  .section-vie-person__nav__list__txt-box__txt-next {
    font-size: inherit;
  }

  .section-vie-person__nav__list__txt-box__txt-catch {
    display: none;
  }

  .section-vie-person__nav__btn {
    padding: 5.25vw 6.66vw;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
  }


  .section-vie-person__nav__btn a {
    width: 17.3vw;
    height: 17.3vw;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .section-vie-person__nav__btn:before,
  .section-vie-person__nav__btn:after {
    width: 1px;
    height: 1px;
  }

  .section-vie-person__nav__btn a span {
    display: block;
    width: 100%;
  }

  .section-vie-person__nav__btn a .large {
    font-size: inherit;
  }

  /* section-vie-person__entry */
  .section-vie-person__entry {
    padding-bottom: 20px;
  }

  .section-vie-person__entry__ttl {
    font-size: 16px;
  }

  .section-vie-person__entry__ttl:after {
    height: 2px;
  }

  .section-vie-person__entry__ttl span {
    padding-left: 34px;
    background-size: auto 70%;
    background-position: 15px 50%;
  }

  .section-vie-person__entry__list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 8px;
  }

  .section-vie-person__entry__list li {
    font-size: 16px;
    max-width: none;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 5px;
    border-width: 2px;
    height: 50px;
    line-height: 42px;
  }

  .section-vie-person__entry__list li:last-child {
    margin-bottom: 5px;
  }

  .section-vie-person__entry__list li.inactive a {
    line-height: 30px;
  }

  .section-vie-person__entry__list li.inactive a:after {
    font-size: 10px;
    bottom: 8px;
  }

  .section-vie-person__entry__list li:nth-child(1) {
    -webkit-order: -2;
    order: -2;
  }
  .section-vie-person__entry__list li:nth-child(3) {
    -webkit-order: -1;
    order: -1;
  }

}
