@charset "UTF-8";
/*****************************************
	toppage.css
jobfind-pc のみに使用
******************************************/
/*******************************
 reset
*******************************/
html {
  font-size: 14px;
  color: #000;
}

a:focus,
input:focus,
area:focus {
  outline: none !important;
}

.row:after {
  display: none;
}

/***** form input *****/
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/***** #header .content *****/
#header .content {
  width: 100%;
}

/***** #main .content *****/
#main .content {
  width: 100%;
}

/***** #headContent *****/
/***** #bottomContent *****/
#bottomContent #social {
  width: 100%;
  margin: 0 auto !important;
  padding: 0 10px;
  max-width: 1220px !important;
}

/* #bottomContent ul#socialObj */
#bottomContent ul#socialObj {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 10px;
}

/*** #areaLink ***/
div#areaLink {
  padding: 0 10px;
}

#areaLink div.area {
  padding: 0 10px 30px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

#areaLink div.area table a {
  color: #000 !important;
}

#areaLink div.area table {
  margin: 0 auto 20px;
}

/***** other elements *****/
* {
  box-sizing: border-box;
}

img {
  display: inline;
  line-height: 1;
  vertical-align: top;
  width: 100%;
  height: auto;
}

/*******************************
  modules
*******************************/
.btn-header {
  cursor: pointer;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #db0020;
  color: #fff;
  border: solid 3px #db0020;
  font-weight: bold;
  position: relative;
}

.btn-header:link, .btn-header:visited, .btn-header:active, .btn-header:hover {
  text-decoration: none !important;
}

.btn-header::after {
  transition: all 0.3s;
}

.btn-header::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #ffffff;
}

.btn-header:hover::after {
  border-color: transparent transparent transparent #db0020;
  right: 5px;
}

.btn-header:link, .btn-header:visited, .btn-header:active {
  color: #fff !important;
}

.btn-header:hover {
  background-color: #fff;
  color: #db0020 !important;
  border: solid 3px #db0020;
}

@media screen and (min-width: 1000px) {
  .btn-header {
    font-size: 14px;
  }
}

@media screen and (max-width: 999px) {
  .btn-header {
    font-size: 1.4014vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-header {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .btn-header {
    font-size: 3.74332vw;
  }
}

@media screen and (min-width: 1000px) {
  .btn-header {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 999px) {
  .btn-header {
    padding-right: 3.8038vw;
    padding-left: 3.8038vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-header {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 374px) {
  .btn-header {
    padding-right: 9.09091vw;
    padding-left: 9.09091vw;
  }
}

.btn-header::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1000px) {
  .btn-header::after {
    right: 10px;
  }
}

@media screen and (max-width: 999px) {
  .btn-header::after {
    right: 1.001vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-header::after {
    right: 10px;
  }
}

@media screen and (max-width: 374px) {
  .btn-header::after {
    right: 2.6738vw;
  }
}

.btn-global-nav-01 {
  cursor: pointer;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
  border: solid 1px #fff;
  font-weight: bold;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  padding: 0 20px 0 10px;
}

.btn-global-nav-01:link, .btn-global-nav-01:visited, .btn-global-nav-01:active, .btn-global-nav-01:hover {
  text-decoration: none !important;
}

.btn-global-nav-01::after {
  transition: all 0.3s;
}

.btn-global-nav-01:link, .btn-global-nav-01:visited, .btn-global-nav-01:active {
  text-decoration: none !important;
  color: #000 !important;
}

.btn-global-nav-01:hover {
  background-color: #f7f7f7;
  color: #000 !important;
  border: solid 1px #f7f7f7;
}

@media screen and (min-width: 1000px) {
  .btn-global-nav-01 {
    font-size: 16px;
  }
}

@media screen and (max-width: 999px) {
  .btn-global-nav-01 {
    font-size: 1.6016vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-global-nav-01 {
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .btn-global-nav-01 {
    font-size: 4.0107vw;
  }
}

.btn-global-nav-01::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #777;
}

.btn-global-nav-01::after {
  color: #434343;
}

.btn-global-nav-01::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.btn-global-nav-02 {
  cursor: pointer;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #777;
  color: #fff !important;
  border: solid 2px #777;
  font-weight: bold;
}

.btn-global-nav-02:link, .btn-global-nav-02:visited, .btn-global-nav-02:active, .btn-global-nav-02:hover {
  text-decoration: none !important;
}

.btn-global-nav-02::after {
  transition: all 0.3s;
}

@media screen and (min-width: 1000px) {
  .btn-global-nav-02 {
    font-size: 16px;
  }
}

@media screen and (max-width: 999px) {
  .btn-global-nav-02 {
    font-size: 1.6016vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-global-nav-02 {
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .btn-global-nav-02 {
    font-size: 4.0107vw;
  }
}

.btn-global-nav-02:link, .btn-global-nav-02:visited, .btn-global-nav-02:active {
  color: #fff !important;
}

.btn-global-nav-02:hover {
  background-color: #fff;
  color: #777 !important;
  border: solid 2px #777;
}

.btn-jobfind a {
  cursor: pointer;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  border: solid 3px #000;
  font-weight: bold;
  position: relative;
}

.btn-jobfind a:link, .btn-jobfind a:visited, .btn-jobfind a:active, .btn-jobfind a:hover {
  text-decoration: none !important;
}

.btn-jobfind a::after {
  transition: all 0.3s;
}

.btn-jobfind a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #ffffff;
}

.btn-jobfind a:hover::after {
  border-color: transparent transparent transparent #000;
  right: 4px;
}

.btn-jobfind a:link, .btn-jobfind a:visited, .btn-jobfind a:active {
  text-decoration: none !important;
  color: #fff !important;
}

.btn-jobfind a:hover {
  background-color: #fff;
  color: #000 !important;
  border: solid 3px #000;
}

@media screen and (min-width: 1000px) {
  .btn-jobfind a {
    font-size: 16px;
  }
}

@media screen and (max-width: 999px) {
  .btn-jobfind a {
    font-size: 1.6016vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-jobfind a {
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .btn-jobfind a {
    font-size: 3.74332vw;
  }
}

@media screen and (min-width: 1000px) {
  .btn-jobfind a {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 999px) {
  .btn-jobfind a {
    padding-right: 3.8038vw;
    padding-left: 3.8038vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-jobfind a {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 374px) {
  .btn-jobfind a {
    padding-right: 9.09091vw;
    padding-left: 9.09091vw;
  }
}

.btn-jobfind a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1000px) {
  .btn-jobfind a::after {
    right: 10px;
  }
}

@media screen and (max-width: 999px) {
  .btn-jobfind a::after {
    right: 1.001vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-jobfind a::after {
    right: 10px;
  }
}

@media screen and (max-width: 374px) {
  .btn-jobfind a::after {
    right: 2.6738vw;
  }
}

.btn-lead {
  cursor: pointer;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #db0020;
  border: solid 3px #db0020;
  font-weight: bold;
  position: relative;
}

.btn-lead:link, .btn-lead:visited, .btn-lead:active, .btn-lead:hover {
  text-decoration: none !important;
}

.btn-lead::after {
  transition: all 0.3s;
}

.btn-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #db0020;
}

@media screen and (min-width: 768px) {
  .btn-lead::after {
    border-width: 7px 0 7px 17px;
  }
}

@media screen and (max-width: 767px) {
  .btn-lead::after {
    border-width: 4px 0 4px 10px;
  }
}

.btn-lead:hover::after {
  border-color: transparent transparent transparent #ed8190;
  right: 4px;
}

.btn-lead:link, .btn-lead:visited, .btn-lead:active {
  text-decoration: none !important;
  color: #db0020 !important;
}

.btn-lead:hover {
  background-color: #fff;
  color: #e54b62 !important;
  border: solid 3px #ed8190;
}

@media screen and (min-width: 1000px) {
  .btn-lead {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  .btn-lead {
    font-size: 1.8018vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .btn-lead {
    font-size: 4.27807vw;
  }
}

@media screen and (min-width: 1000px) {
  .btn-lead {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 999px) {
  .btn-lead {
    padding-right: 3.8038vw;
    padding-left: 3.8038vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-lead {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 374px) {
  .btn-lead {
    padding-right: 9.09091vw;
    padding-left: 9.09091vw;
  }
}

.btn-lead::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1000px) {
  .btn-lead::after {
    right: 10px;
  }
}

@media screen and (max-width: 999px) {
  .btn-lead::after {
    right: 1.001vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-lead::after {
    right: 10px;
  }
}

@media screen and (max-width: 374px) {
  .btn-lead::after {
    right: 2.6738vw;
  }
}

.btn-jobs {
  cursor: pointer;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #db0020;
  border: solid 3px #db0020;
  font-weight: bold;
  position: relative;
}

.btn-jobs:link, .btn-jobs:visited, .btn-jobs:active, .btn-jobs:hover {
  text-decoration: none !important;
}

.btn-jobs::after {
  transition: all 0.3s;
}

.btn-jobs::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #db0020;
}

@media screen and (min-width: 768px) {
  .btn-jobs::after {
    border-width: 7px 0 7px 17px;
  }
}

@media screen and (max-width: 767px) {
  .btn-jobs::after {
    border-width: 4px 0 4px 10px;
  }
}

.btn-jobs:hover::after {
  border-color: transparent transparent transparent #ed8190;
  right: 4px;
}

.btn-jobs:link, .btn-jobs:visited, .btn-jobs:active {
  text-decoration: none !important;
  color: #db0020 !important;
}

.btn-jobs:hover {
  background-color: #fff;
  color: #e54b62 !important;
  border: solid 3px #ed8190;
}

@media screen and (min-width: 1000px) {
  .btn-jobs {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  .btn-jobs {
    font-size: 1.8018vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-jobs {
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .btn-jobs {
    font-size: 4.27807vw;
  }
}

@media screen and (min-width: 1000px) {
  .btn-jobs {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 999px) {
  .btn-jobs {
    padding-right: 3.8038vw;
    padding-left: 3.8038vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-jobs {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 374px) {
  .btn-jobs {
    padding-right: 9.09091vw;
    padding-left: 9.09091vw;
  }
}

.btn-jobs::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1000px) {
  .btn-jobs::after {
    right: 10px;
  }
}

@media screen and (max-width: 999px) {
  .btn-jobs::after {
    right: 1.001vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-jobs::after {
    right: 10px;
  }
}

@media screen and (max-width: 374px) {
  .btn-jobs::after {
    right: 2.6738vw;
  }
}

.btn-support {
  cursor: pointer;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #db0020;
  border: solid 3px #db0020;
  font-weight: bold;
  position: relative;
}

.btn-support:link, .btn-support:visited, .btn-support:active, .btn-support:hover {
  text-decoration: none !important;
}

.btn-support::after {
  transition: all 0.3s;
}

.btn-support::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #db0020;
}

@media screen and (min-width: 768px) {
  .btn-support::after {
    border-width: 7px 0 7px 17px;
  }
}

@media screen and (max-width: 767px) {
  .btn-support::after {
    border-width: 4px 0 4px 10px;
  }
}

.btn-support:hover::after {
  border-color: transparent transparent transparent #ed8190;
  right: 4px;
}

.btn-support:link, .btn-support:visited, .btn-support:active {
  text-decoration: none !important;
  color: #db0020 !important;
}

.btn-support:hover {
  background-color: #fff;
  color: #e54b62 !important;
  border: solid 3px #ed8190;
}

@media screen and (min-width: 1000px) {
  .btn-support {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  .btn-support {
    font-size: 1.8018vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-support {
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .btn-support {
    font-size: 4.27807vw;
  }
}

@media screen and (min-width: 1000px) {
  .btn-support {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 999px) {
  .btn-support {
    padding-right: 3.8038vw;
    padding-left: 3.8038vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-support {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 374px) {
  .btn-support {
    padding-right: 9.09091vw;
    padding-left: 9.09091vw;
  }
}

.btn-support::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1000px) {
  .btn-support::after {
    right: 10px;
  }
}

@media screen and (max-width: 999px) {
  .btn-support::after {
    right: 1.001vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-support::after {
    right: 10px;
  }
}

@media screen and (max-width: 374px) {
  .btn-support::after {
    right: 2.6738vw;
  }
}

.btn-intv {
  cursor: pointer;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #db0020;
  border: solid 3px #db0020;
  font-weight: bold;
  position: relative;
}

.btn-intv:link, .btn-intv:visited, .btn-intv:active, .btn-intv:hover {
  text-decoration: none !important;
}

.btn-intv::after {
  transition: all 0.3s;
}

.btn-intv::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #db0020;
}

@media screen and (min-width: 768px) {
  .btn-intv::after {
    border-width: 7px 0 7px 17px;
  }
}

@media screen and (max-width: 767px) {
  .btn-intv::after {
    border-width: 4px 0 4px 10px;
  }
}

.btn-intv:hover::after {
  border-color: transparent transparent transparent #ed8190;
  right: 4px;
}

.btn-intv:link, .btn-intv:visited, .btn-intv:active {
  text-decoration: none !important;
  color: #db0020 !important;
}

.btn-intv:hover {
  background-color: #fff;
  color: #e54b62 !important;
  border: solid 3px #ed8190;
}

@media screen and (min-width: 1000px) {
  .btn-intv {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  .btn-intv {
    font-size: 1.8018vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-intv {
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .btn-intv {
    font-size: 4.27807vw;
  }
}

@media screen and (min-width: 1000px) {
  .btn-intv {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 999px) {
  .btn-intv {
    padding-right: 3.8038vw;
    padding-left: 3.8038vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-intv {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 374px) {
  .btn-intv {
    padding-right: 9.09091vw;
    padding-left: 9.09091vw;
  }
}

.btn-intv::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1000px) {
  .btn-intv::after {
    right: 10px;
  }
}

@media screen and (max-width: 999px) {
  .btn-intv::after {
    right: 1.001vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-intv::after {
    right: 10px;
  }
}

@media screen and (max-width: 374px) {
  .btn-intv::after {
    right: 2.6738vw;
  }
}

.btn-recruit-01 {
  cursor: pointer;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #db0020;
  border: solid 3px #db0020;
  font-weight: bold;
  position: relative;
}

.btn-recruit-01:link, .btn-recruit-01:visited, .btn-recruit-01:active, .btn-recruit-01:hover {
  text-decoration: none !important;
}

.btn-recruit-01::after {
  transition: all 0.3s;
}

.btn-recruit-01::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #db0020;
}

@media screen and (min-width: 768px) {
  .btn-recruit-01::after {
    border-width: 7px 0 7px 17px;
  }
}

@media screen and (max-width: 767px) {
  .btn-recruit-01::after {
    border-width: 4px 0 4px 10px;
  }
}

.btn-recruit-01:hover::after {
  border-color: transparent transparent transparent #ed8190;
  right: 4px;
}

.btn-recruit-01:link, .btn-recruit-01:visited, .btn-recruit-01:active {
  text-decoration: none !important;
  color: #db0020 !important;
}

.btn-recruit-01:hover {
  background-color: #fff;
  color: #e54b62 !important;
  border: solid 3px #ed8190;
}

@media screen and (min-width: 1000px) {
  .btn-recruit-01 {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  .btn-recruit-01 {
    font-size: 1.8018vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-recruit-01 {
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .btn-recruit-01 {
    font-size: 4.27807vw;
  }
}

@media screen and (min-width: 1000px) {
  .btn-recruit-01 {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 999px) {
  .btn-recruit-01 {
    padding-right: 3.8038vw;
    padding-left: 3.8038vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-recruit-01 {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 374px) {
  .btn-recruit-01 {
    padding-right: 9.09091vw;
    padding-left: 9.09091vw;
  }
}

.btn-recruit-01::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1000px) {
  .btn-recruit-01::after {
    right: 10px;
  }
}

@media screen and (max-width: 999px) {
  .btn-recruit-01::after {
    right: 1.001vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-recruit-01::after {
    right: 10px;
  }
}

@media screen and (max-width: 374px) {
  .btn-recruit-01::after {
    right: 2.6738vw;
  }
}

.btn-recruit-02 {
  cursor: pointer;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #db0020;
  color: #fff;
  border: solid 3px #db0020;
  font-weight: bold;
  position: relative;
}

.btn-recruit-02:link, .btn-recruit-02:visited, .btn-recruit-02:active, .btn-recruit-02:hover {
  text-decoration: none !important;
}

.btn-recruit-02::after {
  transition: all 0.3s;
}

.btn-recruit-02::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

@media screen and (min-width: 768px) {
  .btn-recruit-02::after {
    border-width: 7px 0 7px 17px;
  }
}

@media screen and (max-width: 767px) {
  .btn-recruit-02::after {
    border-width: 4px 0 4px 10px;
  }
}

.btn-recruit-02:hover::after {
  border-color: transparent transparent transparent #db0020;
  right: 4px;
}

.btn-recruit-02:link, .btn-recruit-02:visited, .btn-recruit-02:active {
  color: #fff !important;
}

.btn-recruit-02:hover {
  background-color: #fff;
  color: #db0020 !important;
  border: solid 3px #db0020;
}

@media screen and (min-width: 1000px) {
  .btn-recruit-02 {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  .btn-recruit-02 {
    font-size: 1.8018vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-recruit-02 {
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .btn-recruit-02 {
    font-size: 4.27807vw;
  }
}

@media screen and (min-width: 1000px) {
  .btn-recruit-02 {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 999px) {
  .btn-recruit-02 {
    padding-right: 3.8038vw;
    padding-left: 3.8038vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-recruit-02 {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 374px) {
  .btn-recruit-02 {
    padding-right: 9.09091vw;
    padding-left: 9.09091vw;
  }
}

.btn-recruit-02::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1000px) {
  .btn-recruit-02::after {
    right: 10px;
  }
}

@media screen and (max-width: 999px) {
  .btn-recruit-02::after {
    right: 1.001vw;
  }
}

@media screen and (max-width: 767px) {
  .btn-recruit-02::after {
    right: 10px;
  }
}

@media screen and (max-width: 374px) {
  .btn-recruit-02::after {
    right: 2.6738vw;
  }
}

/*******************************
 slider
*******************************/
.slider-kv {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.slider-kv .slides[data-js-view="slick"] .slide {
  position: relative;
}

.slider-kv .slides[data-js-view="slick"] .slide .image {
  background: #ccc;
}

.slider-kv .slide-body {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 30px;
  left: 30px;
  margin: auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 300px;
}

@media screen and (max-width: 767px) {
  .slider-kv .slide-body {
    position: static;
    width: auto;
  }
}

.slider-kv .slide-body .slide-lead {
  margin-bottom: 20px;
  width: 100%;
  font-size: 20px;
}

.slider-kv .slide-body .slide-text {
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
}

.slider-kv .slide-body .slide-button {
  width: 100%;
}

.slider-kv .slide-body .slide-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #000;
  color: #fff;
  transition: opacity .3s;
  height: 40px;
}

.slider-kv .slide-body .slide-button .button:hover {
  opacity: 0.7;
}

/*---------------------------------
 slick setting
 ---------------------------------*/
@media screen and (max-width: 767px) {
  [data-js-view="slick"] .slick-slide img.pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  [data-js-view="slick"] .slick-slide img.sp {
    display: none;
  }
}

[data-js-view="slick"] .slick-dots {
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  [data-js-view="slick"] .slick-dots {
    bottom: -13px;
    height: 6px;
  }
}

[data-js-view="slick"] .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  line-height: 1;
}

[data-js-view="slick"] .slick-dots li button {
  overflow: hidden;
  border: none;
  width: 8px;
  height: 8px;
  text-indent: 100%;
  white-space: nowrap;
  background: #dcdcdc;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  [data-js-view="slick"] .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}

[data-js-view="slick"] .slick-dots li.slick-active button {
  background: #000;
}

/*******************************
  project
*******************************/
div#container {
  width: 100%;
}

div#container {
  background: #f2f2f2;
  background-position: bottom left;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  div#container {
    background-image: url(../images/bg_top_02_pc.png);
    background-size: 62.5vw auto;
  }
}

@media screen and (max-width: 767px) {
  div#container {
    background-image: url(../images/bg_top_02_sp.png);
    background-size: 97.78357vw auto;
  }
}

#footer .content .free {
  width: 100%;
}

#headContent {
  margin-bottom: 0;
}

.sec-bg-01.lazyloaded {
  background-color: #f2f2f2;
  background-position: top right;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .sec-bg-01.lazyloaded {
    background-image: url(../images/bg_top_01_pc.png);
    background-size: 62.5vw auto;
  }
}

@media screen and (max-width: 767px) {
  .sec-bg-01.lazyloaded {
    background-image: url(../images/bg_top_01_sp.png);
    background-size: 97.78357vw auto;
  }
}

.sec-ttl {
  font-weight: bold;
  text-align: center;
  color: #212121;
}

@media screen and (min-width: 1000px) {
  .sec-ttl {
    font-size: 32px;
    line-height: 1.25;
  }
}

@media screen and (max-width: 999px) {
  .sec-ttl {
    font-size: 32px;
    line-height: 1.25;
  }
}

@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 28px;
    line-height: 1.42857;
  }
}

.acc-body {
  position: relative;
  height: 6rem;
  overflow: hidden;
}

.acc-body::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .acc-body::before {
    display: none !important;
  }
}

.acc-body.active {
  height: auto !important;
  overflow: auto !important;
}

.acc-body.active::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .acc-body {
    height: auto !important;
    overflow: auto !important;
  }
}

.btn-learn-more {
  cursor: pointer;
  background: #db0020;
  position: relative;
  margin: 30px auto 0;
  height: 40px;
  width: 200px;
}

@media screen and (min-width: 768px) {
  .btn-learn-more {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .btn-learn-more {
    display: block;
  }
}

.btn-learn-more::before {
  display: block;
  content: "詳しくみる";
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.btn-learn-more::after {
  right: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\E894";
  display: block;
  font-size: 18px;
  color: #fff;
  font-family: recop-iconfont;
  line-height: 1;
}

.btn-learn-more:hover {
  opacity: 0.7;
}

.btn-learn-more.active::before {
  content: "閉じる";
}

.btn-learn-more.active::after {
  content: "\E892";
}

#header {
  background: #fff;
}

.header-inner {
  max-width: 1220px;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .header-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 11px 90px 11px 210px;
  }
}

@media screen and (max-width: 999px) {
  .header-inner {
    position: static;
    display: block;
    justify-content: center;
    padding: 10px 10px 18px 10px;
  }
}

.header-inner .header-logo {
  flex-shrink: 0;
  display: block;
}

@media screen and (min-width: 1000px) {
  .header-inner .header-logo {
    left: 10px;
    position: absolute;
    width: 162px;
  }
}

@media screen and (max-width: 999px) {
  .header-inner .header-logo {
    position: static;
    margin: 0 auto;
    width: 130px;
  }
}

.header-inner .header-ttl {
  font-weight: bold;
  font-size: 15px;
  line-height: 2.4;
}

@media screen and (min-width: 1000px) {
  .header-inner .header-ttl {
    width: calc(100% - 355px);
    margin: 0;
    text-align: right;
  }
}

@media screen and (max-width: 999px) {
  .header-inner .header-ttl {
    width: 100%;
    margin: 19px auto 0;
    text-align: center;
  }
}

.header-inner .header-ttl span {
  display: inline-block;
}

.header-inner .header-ttl span + span {
  margin-left: 0.5em;
}

@media screen and (min-width: 1000px) {
  .header-inner .header-btn {
    height: 50px;
    width: 355px;
  }
}

@media screen and (max-width: 999px) {
  .header-inner .header-btn {
    height: 60px;
    margin: 13px auto 0;
    width: 100%;
    max-width: 355px;
  }
}

.header-inner .header-btn .btn-header {
  padding-right: 26px;
  padding-left: 14px;
}

.global-nav {
  z-index: 1000;
}

.global-nav-wrapper {
  z-index: 100;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.global-nav-wrapper .global-nav-logo-wrapper {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

.global-nav-wrapper .global-nav-logo-wrapper .global-nav-logo {
  display: block;
}

@media screen and (min-width: 768px) {
  .global-nav-wrapper .global-nav-logo-wrapper .global-nav-logo {
    width: 162px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .global-nav-wrapper .global-nav-logo-wrapper .global-nav-logo {
    margin: 0 auto;
    width: 130px;
  }
}

.global-nav-head {
  max-width: 1200px;
  z-index: 1001;
}

@media (min-width: 1200px) {
  .global-nav-head {
    top: 0;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
  }
}

@media (max-width: 1199px) {
  .global-nav-head {
    position: relative;
  }
}

.global-nav-toggle {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #db0020;
  z-index: 3;
  opacity: 1;
  top: 0;
  right: 0;
  transition: 300ms;
}

@media (min-width: 1200px) {
  .global-nav-toggle {
    position: absolute;
  }
}

@media (max-width: 1199px) {
  .global-nav-toggle {
    position: fixed;
  }
}

@media screen and (max-width: 767px) {
  .global-nav-toggle {
    position: fixed;
  }
}

@media screen and (max-width: 374px) {
  .global-nav-toggle {
    position: fixed;
  }
}

.global-nav-toggle:hover {
  background-color: #ec7989;
}

.global-nav-toggle:hover span {
  background-color: #fff;
}

.global-nav-toggle span,
.global-nav-toggle span::before,
.global-nav-toggle span::after {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 300ms;
}

.global-nav-toggle span {
  top: 24px;
  left: auto;
  right: 15px;
}

.global-nav-toggle span::before {
  content: "";
  top: -9px;
  left: 0;
}

.global-nav-toggle span::after {
  content: "";
  top: 9px;
  left: 0;
}

.global-nav-toggle::before {
  display: block;
  content: "MENU";
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 38px;
  left: 15px;
}

.navOpened .global-nav-toggle {
  background-color: #fff;
}

.navOpened .global-nav-toggle span {
  background-color: transparent;
}

.navOpened .global-nav-toggle span::before {
  background-color: #000;
  transform: translateY(9px) rotate(45deg);
}

.navOpened .global-nav-toggle span::after {
  background-color: #000;
  transform: translateY(-9px) rotate(-45deg);
}

.navOpened .global-nav-toggle::before {
  color: #000;
  transition: 300ms;
}

.navOpened .global-nav-toggle:hover {
  background-color: #fff;
}

.navOpened .global-nav-toggle:hover::before {
  color: #959595;
}

.navOpened .global-nav-toggle:hover span::before {
  background-color: #959595;
}

.navOpened .global-nav-toggle:hover span::after {
  background-color: #959595;
}

.global-nav-body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: auto;
  background: #f2f2f2;
}

.global-nav-body .global-nav-wrapper {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .global-nav-body .global-nav-wrapper {
    padding: 15px 0 90px;
  }
}

@media screen and (max-width: 767px) {
  .global-nav-body .global-nav-wrapper {
    padding: 15px 0 90px;
  }
}

.global-nav-list {
  padding: 0;
  margin: 24px auto 0;
  display: flex;
  flex-wrap: wrap;
  background: transparent;
  max-width: 375px;
}

.global-nav-list-item {
  height: 50px;
  width: 100%;
}

.global-nav-list-item:first-child {
  margin: 0 auto;
}

.global-nav .gnav-close-btn {
  margin: 30px auto 0;
  height: 40px;
  max-width: 375px;
}

@media screen and (max-width: 767px) {
  .global-nav[data-gnav-type="drawerTop"][data-gnav-fixed="true"] .global-nav-body {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .global-nav[data-gnav-type="drawerTop"][data-gnav-fixed="false"] .global-nav-body {
    height: auto;
  }
}

.global-nav[data-gnav-type="drawerTop"] .global-nav-toggle {
  top: 0;
}

@media screen and (min-width: 1000px) {
  .global-nav[data-gnav-type="drawerTop"] .global-nav-toggle {
    right: 0;
    display: block;
  }
}

@media screen and (max-width: 999px) {
  .global-nav[data-gnav-type="drawerTop"] .global-nav-toggle {
    right: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .global-nav[data-gnav-type="drawerTop"] .global-nav-toggle {
    right: 0;
    display: block;
  }
}

@media screen and (max-width: 374px) {
  .global-nav[data-gnav-type="drawerTop"] .global-nav-toggle {
    right: 0;
    display: block;
  }
}

.kv {
  max-width: 1200px;
  margin: 0 auto;
}

.lead {
  max-width: 1220px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .lead {
    padding: 42px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .lead {
    padding: 20px 10px 29px;
  }
}

.lead-catch {
  font-weight: bold;
  text-align: center;
  color: #db0020;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .lead-catch {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .lead-catch {
    font-size: 26px;
  }
}

.lead-text {
  letter-spacing: -0.05em;
  font-size: 16px;
  color: #333;
  line-height: 2.375;
}

@media screen and (min-width: 768px) {
  .lead-text {
    margin-top: 26px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .lead-text {
    margin-top: 16px;
    text-align: left;
  }
}

.lead-btn {
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .lead-btn {
    height: 70px;
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .lead-btn {
    height: 60px;
    margin: 25px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .sec-movie {
    padding: 80px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-movie {
    padding: 50px 10px 0;
  }
}

.sec-movie-inner {
  margin: 0 auto;
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 768px) {
  .sec-movie-inner {
    padding: 34px 10px 34px;
  }
}

@media screen and (max-width: 767px) {
  .sec-movie-inner {
    padding: 20px 10px 20px;
  }
}

.sec-movie .movie-ttl {
  font-weight: bold;
  text-align: center;
  color: #db0020;
  line-height: 1.9;
}

@media screen and (min-width: 768px) {
  .sec-movie .movie-ttl {
    margin: 37px auto 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .sec-movie .movie-ttl {
    margin: 17px auto 0;
    font-size: 20px;
  }
}

.sec-movie .movie {
  max-width: 460px;
}

@media screen and (min-width: 768px) {
  .sec-movie .movie {
    margin: 35px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-movie .movie {
    margin: 16px auto 0;
  }
}

.sec-movie .movie .movie-wrapper {
  position: relative;
  padding-top: 56.25%;
}

.sec-movie .movie .movie-wrapper .iframe_youtube {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.sec-movie .movie-btn {
  max-width: 460px;
}

@media screen and (min-width: 768px) {
  .sec-movie .movie-btn {
    margin: 30px auto 0;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .sec-movie .movie-btn {
    margin: 16px auto 0;
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .sec-jobs {
    padding: 80px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-jobs {
    padding: 52px 10px 0;
  }
}

.jobs-mod {
  background: rgba(255, 255, 255, 0.7);
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .jobs-mod {
    margin: 23px auto 0;
    padding: 34px 10px 28px;
  }
}

@media screen and (max-width: 767px) {
  .jobs-mod {
    margin: 19px auto 0;
    padding: 23px 0 28px;
  }
}

@media screen and (min-width: 768px) {
  .jobs-mod-body {
    padding: 25px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .jobs-mod-body {
    padding: 15px 12px 0;
  }
}

.jobs-ttl {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .jobs-ttl {
    line-height: 1.08333;
  }
}

@media screen and (max-width: 767px) {
  .jobs-ttl {
    font-size: 20px;
    line-height: 2.1;
  }
}

.jobs-catch {
  font-weight: bold;
  font-size: 20px;
  line-height: 2.1;
  color: #db0020;
}

@media screen and (min-width: 1000px) {
  .jobs-catch {
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 999px) {
  .jobs-catch {
    margin: 15px auto 0;
  }
}

.jobs-text {
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 2.375;
  color: #000;
}

.jobs-row-01 {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
  .jobs-row-01 .col-l {
    margin: 0 30px 0 auto;
    max-width: 570px;
  }
}

@media screen and (max-width: 999px) {
  .jobs-row-01 .col-l {
    margin: 0 auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .jobs-row-01 .col-r {
    width: calc(100% - 30px - 570px);
  }
}

@media screen and (max-width: 999px) {
  .jobs-row-01 .col-r {
    margin: 0 auto;
    width: 100%;
  }
}

.jobs-row-02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

@media screen and (min-width: 1000px) {
  .jobs-row-02 {
    margin: 52px auto 0;
    justify-content: space-between;
  }
}

@media screen and (max-width: 999px) {
  .jobs-row-02 {
    margin: 18px auto 0;
    justify-content: center;
  }
}

@media screen and (min-width: 1000px) {
  .jobs-row-02 .col-l {
    margin: 0 30px 0 auto;
    width: calc(100% - 30px - 480px);
  }
}

@media screen and (max-width: 999px) {
  .jobs-row-02 .col-l {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .jobs-row-02 .col-r {
    max-width: 480px;
  }
}

@media screen and (max-width: 999px) {
  .jobs-row-02 .col-r {
    max-width: 100%;
  }
}

.jobs-row-03 {
  margin: 0 auto;
  width: 100%;
}

.jobs-row-03 + .jobs-row-03 {
  margin: 52px auto 0;
}

.jobs-btn {
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .jobs-btn {
    margin: 38px auto 0;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .jobs-btn {
    margin: 31px auto 0;
    height: 60px;
  }
}

.jobs-btn.logistics {
  margin: 88px auto 0;
}

@media screen and (min-width: 768px) {
  .sec-support {
    padding: 84px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-support {
    padding: 50px 10px 0;
  }
}

.sec-support .list-support {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .sec-support .list-support {
    margin: 33px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-support .list-support {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .sec-support .list-support-item {
    margin-right: 20px;
    width: calc((100% - (20px * (2 - 1))) / 2 - 1px);
  }
  .sec-support .list-support-item:nth-child(2n) {
    margin-right: 0;
  }
  .sec-support .list-support-item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec-support .list-support-item {
    margin-right: 10px;
    width: calc((100% - (10px * (1 - 1))) / 1 - 1px);
  }
  .sec-support .list-support-item:nth-child(1n) {
    margin-right: 0;
  }
  .sec-support .list-support-item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.card-support {
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 768px) {
  .card-support {
    padding: 25px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .card-support {
    padding: 22px 13px 20px;
  }
}

.card-support-ttl {
  font-weight: bold;
  text-align: center;
  line-height: 1.9;
}

@media screen and (min-width: 768px) {
  .card-support-ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .card-support-ttl {
    font-size: 20px;
  }
}

.card-support-img {
  width: 200px;
}

@media screen and (min-width: 768px) {
  .card-support-img {
    margin: 24px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .card-support-img {
    margin: 13px auto 0;
  }
}

.card-support-text {
  margin: 18px auto 0;
  font-size: 16px;
  line-height: 2.375;
  color: #333;
}

.card-support-btn {
  max-width: 400px;
}

@media screen and (min-width: 768px) {
  .card-support-btn {
    margin: 20px auto 0;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .card-support-btn {
    margin: 13px auto 0;
    height: 60px;
  }
}

.card-support-btn .btn-card-support {
  text-align: left;
  justify-content: flex-start;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .card-support-btn .btn-card-support {
    padding: 0 25px 0 19px;
  }
}

@media screen and (max-width: 767px) {
  .card-support-btn .btn-card-support {
    padding: 0 25px 0 10px;
  }
}

.support-btn {
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .support-btn {
    height: 70px;
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .support-btn {
    height: 60px;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .sec-intv {
    padding: 83px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-intv {
    padding: 53px 10px 0;
  }
}

.intv {
  margin: 22px auto 0;
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 768px) {
  .intv {
    padding: 30px 30px 11px;
  }
}

@media screen and (max-width: 767px) {
  .intv {
    padding: 19px 10px 11px;
  }
}

.intv-catch {
  font-weight: bold;
  color: #db0020;
}

@media screen and (min-width: 768px) {
  .intv-catch {
    margin: 30px auto 0;
    font-size: 24px;
    text-align: center;
    line-height: 1.9;
  }
}

@media screen and (max-width: 767px) {
  .intv-catch {
    font-size: 26px;
    margin: 14px auto 0;
    line-height: 1.9;
    text-align: left;
    letter-spacing: -0.02em;
  }
}

.intv-name {
  font-size: 16px;
  line-height: 2.375;
  color: #333;
}

@media screen and (min-width: 768px) {
  .intv-name {
    margin: 14px auto 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .intv-name {
    margin: 9px auto 0;
    text-align: left;
  }
}

.intv-text {
  font-size: 16px;
  line-height: 2.375;
  color: #333;
}

@media screen and (min-width: 768px) {
  .intv-img {
    margin: 0 35px 20px 0;
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .intv-img {
    margin: 18px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .intv-body {
    padding: 27px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .intv-body {
    padding: 18px 0 20px;
  }
}

.intv-body p + p {
  margin-top: 10px;
}

.intv-col:not(:first-child) {
  margin-top: 16px;
}

.intv-btn {
  margin: 30px auto 0;
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .intv-btn {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .intv-btn {
    height: 60px;
  }
}

.intv-faq {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2.375;
  color: #333;
}

.intv-faq-q {
  display: inline;
  position: relative;
  padding-left: 35px;
  font-weight: bold;
}

.intv-faq-q::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 32px;
  height: 1px;
  background: #000;
}

.intv-faq-a {
  margin-top: 10px;
  display: block;
}

.intv-faq-a .name {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sec-faq {
    padding: 83px 10px 80px;
  }
}

@media screen and (max-width: 767px) {
  .sec-faq {
    padding: 50px 10px 20px;
  }
}

.sec-faq-inner {
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .sec-faq-inner {
    padding: 20px 27px 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec-faq-inner {
    padding: 20px 13px 20px;
  }
}

.faq-ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.9;
}

@media screen and (max-width: 374px) {
  .faq-ttl {
    font-size: 16px;
  }
}

.faq-text {
  font-size: 16px;
  line-height: 2.375;
}

@media screen and (max-width: 374px) {
  .faq-text {
    font-size: 14px;
  }
}

.faq-list {
  margin: 6px auto 0;
}

.faq-mod-q {
  position: relative;
  border-bottom: 1px solid #6d6b6c;
}

@media screen and (min-width: 768px) {
  .faq-mod-q {
    padding: 32px 50px 32px 70px;
  }
}

@media screen and (max-width: 767px) {
  .faq-mod-q {
    padding: 19px 50px 18px 56px;
  }
}

@media screen and (max-width: 374px) {
  .faq-mod-q {
    padding: 19px 50px 18px 56px;
  }
}

.faq-mod-q::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/ico_faq_01.png);
  width: 26px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .faq-mod-q::before {
    left: 21px;
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .faq-mod-q::before {
    left: 15px;
    top: 17px;
  }
}

.faq-mod-a {
  background-color: rgba(238, 238, 238, 0.7);
  position: relative;
}

@media screen and (min-width: 768px) {
  .faq-mod-a {
    padding: 30px 50px 30px 70px;
  }
}

@media screen and (max-width: 767px) {
  .faq-mod-a {
    padding: 25px 14px 25px 55px;
  }
}

.faq-mod-a::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/ico_faq_02.png);
  width: 26px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .faq-mod-a::before {
    left: 21px;
    top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .faq-mod-a::before {
    left: 15px;
    top: 28px;
  }
}

.ac-faq-head {
  cursor: pointer;
  position: relative;
}

.ac-faq-head::after {
  position: absolute;
  content: "\E842";
  display: block;
  font-size: 28px;
  color: #db0020;
  font-family: recop-iconfont;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .ac-faq-head::after {
    right: 34px;
    top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .ac-faq-head::after {
    right: 9px;
    top: 22px;
  }
}

.ac-faq-head.is-open::after {
  content: "\E840";
}

.ac-faq-body {
  display: none;
}

@media screen and (min-width: 768px) {
  .recruit-btn {
    padding: 0 10px 100px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-btn {
    padding: 0 10px 100px;
  }
}

.list-recruit-btn {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .list-recruit-btn {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .list-recruit-btn {
    padding: 30px 12px 20px;
  }
}

.list-recruit-btn-item {
  margin: 0 auto 0;
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .list-recruit-btn-item.btn-01 {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .list-recruit-btn-item.btn-01 {
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .list-recruit-btn-item.btn-02 {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .list-recruit-btn-item.btn-02 {
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .list-recruit-btn-item:not(:first-child) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .list-recruit-btn-item:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav-position {
    margin: 20px auto 0;
    height: 66px;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav-position {
    margin: 20px auto 0;
    height: 64px;
  }
}

.footer-nav {
  z-index: 4;
  position: fixed;
  opacity: 0;
  height: 0;
}

.footer-nav.visible {
  opacity: 1;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .footer-nav.visible {
    bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav.visible {
    bottom: 64px;
  }
}

.footer-nav.notFixed {
  position: static;
}

.footer-nav .footer-nav-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  max-width: 1220px;
}

@media screen and (min-width: 768px) {
  .footer-nav .footer-nav-wrapper {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav .footer-nav-wrapper {
    padding: 0;
    width: calc(100% - 20px);
  }
}

@media screen and (min-width: 768px) {
  .btn-jobfind {
    height: 60px;
    width: calc(100% - 70px);
  }
}

@media screen and (max-width: 767px) {
  .btn-jobfind {
    height: 56px;
    width: calc(100% - 65px);
  }
}

.btn-pagetop {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 60px;
}

@media screen and (min-width: 768px) {
  .btn-pagetop {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .btn-pagetop {
    right: 0;
  }
}

.btn-pagetop.visible {
  opacity: 1;
  bottom: 0;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .btn-pagetop.visible {
    height: 60px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .btn-pagetop.visible {
    height: 56px;
    right: 0;
  }
}

.btn-pagetop.visible.notFixed {
  position: static;
  margin: 0;
}

.btn-pagetop a {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #db0020;
  border-radius: 60px;
}

@media screen and (min-width: 768px) {
  .btn-pagetop a {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .btn-pagetop a {
    width: 56px;
    height: 56px;
  }
}

.btn-pagetop a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 10px 4px;
  border-color: transparent transparent #ffffff transparent;
}

.btn-pagetop a::after {
  margin-top: 6px;
  display: block;
  content: "トップへ";
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.btn-pagetop a:hover {
  opacity: 0.7;
}

.btn-pagetop-text {
  font-size: 10px;
  color: #fff;
  line-height: 1;
}

.footer .footer-wrapper {
  padding: 0 10px;
}

.footer .footer-wrapper .footer-box {
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.footer .footer-wrapper .footer-box p {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.footer .footer-wrapper .footer-box a {
  text-decoration: none !important;
}

.footer .footer-wrapper .footer-box a:link, .footer .footer-wrapper .footer-box a:visited {
  color: #000;
}

.footer .footer-wrapper .footer-box a:hover {
  opacity: 0.7;
}

.footer .footer-wrapper .footer-box .footer-policy {
  margin-top: 1.5em;
}

.footer .footer-wrapper .footer-box .ga_pdf {
  margin-top: 1em;
}

.footer .footer-wrapper .footer-box .footer-poweredby {
  margin-top: 1em;
}
