@charset "UTF-8";
/*!
Theme Name: Recruit Page + i
Author: Takumi Wakamatsu
Description: TOKON HUMANRESOURCES ALL RIGHTS RESERVED.
2017/03/06 ver1.02
*/
/*--------------------------------------
font
---------------------------------------*/
body, .tooltip, .popover,
button, input, optgroup, select, textarea,
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "Open Sans", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 300;
}

/*--------------------------------------
base
---------------------------------------*/
html,
body {
  height: 100%;
}

ol, ul, li {
  padding-left: 0;
  list-style: none;
}

img {
  vertical-align: text-top;
  font-size: 0;
  line-height: 0;
}

a {
  color: #474240;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:focus, a:hover {
  color: black;
  text-decoration: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------
body
---------------------------------------*/

.btn {
  width: 100%;
  color: #FFF;
  background-color: #c51724;
  border-color: #c51724;
}
.btn:hover {
  color: #FFF;
  background-color: #97121c;
  border-color: #800f17;
}

#contents {
  padding-top: 2rem;
}

/*--------------------------------------
loading
---------------------------------------*/

/*--------------------------------------
header
---------------------------------------*/

/*--------------------------------------
footer
---------------------------------------*/

/*--------------------------------------
hero
---------------------------------------*/
#kv {
  position: relative;
  padding-top: 40%;
  padding-bottom: 0;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media all and (max-width: 767px) {
  #kv {
    height: calc(100vh - 5rem);
  }
}
#kv .catch-copy {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 2rem;
}
@media all and (max-width: 767px) {
  #kv .catch-copy {
    padding: 0 1rem;
  }
}
#kv .dot {
  background: url(img/dot.png) top left repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#kv h1 {
  font-size: 3.5rem;
  letter-spacing: .2rem;
  color: #FAFAFA;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 767px) {
  #kv h1 {
    font-size: 2rem;
  }
}
#kv p {
  font-size: 1.5rem;
  color: #FAFAFA;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 767px) {
  #kv p {
    font-size: 1rem;
  }
}

/*--------------------------------------
section
---------------------------------------*/
section {
  padding-bottom: 1rem;
  background-color: #FAFAFA;
  overflow: hidden;
}
section h2 {
  background-color: #FFF;
  margin-bottom: 1rem;
  padding: 2.5rem 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: .6;
  letter-spacing: .3em;
  z-index: 10;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
}
section h2 span {
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
}
section .box {
  height: 100%;
}
@media all and (max-width: 991px) {
  section .box {
    margin-bottom: 2rem;
  }
}
section .img {
  background-color: #FFF;
  width: 100%;
  position: relative;
  padding-top: 66.66666%;
  overflow: hidden;
}
section .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
section .inner {
  padding: 1.25rem;
}
@media all and (max-width: 991px) {
  section .inner {
    padding: 1rem;
  }
}
section h5 {
  color: #474240;
  text-align: center;
  font-weight: bold;
}

#info {
  padding: 2rem 0;
  background-color: #474240;
}
#info .info-head {
  position: relative;
  color: #FAFAFA;
  height: 100%;
}
@media all and (min-width: 992px) {
  #info .info-head {
    border-right: 2px solid #FAFAFA;
    margin-right: 2rem;
    padding-right: 2rem;
  }
}
#info .info-head .info-title {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 991px) {
  #info .info-head .info-title {
    position: relative;
    border-bottom: 2px solid #FAFAFA;
    margin-bottom: 1rem;
  }
}
#info ul {
  margin-bottom: 0;
}
#info ul li:not(:last-child) {
  margin-bottom: 1rem;
}
#info ul li a {
  display: block;
  color: #FAFAFA;
}
#info ul li a:hover {
  opacity: 0.75;
}
#info ul li .date, #info ul li .title {
  display: inline-block;
  color: #FAFAFA;
}
@media all and (max-width: 991px) {
  #info ul li .date, #info ul li .title {
    display: block;
  }
}
#info ul li .date {
  margin-right: 1rem;
}

/*--------------------------------------
section 02 message
---------------------------------------*/
#message .box {
  border-right: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#message .img {
  padding-top: 100%;
}
#message h5 {
  text-align: left;
}
#message .name {
  font-size: 1.5rem;
  text-align: right;
}
@media all and (max-width: 991px) {
  #message .name {
    font-size: 1.25rem;
  }
}
#message .name span {
  font-size: 1rem;
  padding-right: 1rem;
}

/*--------------------------------------
section 03 interview
---------------------------------------*/
#interview .position {
  margin-bottom: .5em;
  text-align: center;
}

/*--------------------------------------
section 04 merit
---------------------------------------*/
/*--------------------------------------
section 05 photo album
---------------------------------------*/
#photo .img {
  background-color: #474240;
}
#photo img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  width: 100%;
  opacity: 0.6;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
@media all and (max-width: 991px) {
  #photo img {
    opacity: 1;
  }
}
#photo img:hover {
  opacity: 1;
}

/*--------------------------------------
list recruit
---------------------------------------*/
.recruit-list {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
@media all and (max-width: 787px) {
  .recruit-list .img {
    margin-bottom: 1rem;
  }
}
.recruit-list .img img {
  width: 100%;
  padding-right: 1rem;
}
@media all and (max-width: 787px) {
  .recruit-list .img img {
    padding-right: 0;
  }
}
.recruit-list .txt {
  position: relative;
}
.recruit-list .category {
  margin-bottom: .5rem;
  display: flex;
}
.recruit-list .category li:not(:last-child) {
  margin-right: .5rem;
}
.recruit-list .catchcopy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: .875rem;
  margin-bottom: .5rem;
}

.recruit-box {
  margin-bottom: 2rem;
}
.recruit-box .card-category {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: .75rem;
}
.recruit-box .card-category li:not(:last-child) {
  margin-right: .5rem;
}

/*--------------------------------------
sidebar recruit
---------------------------------------*/
#sidebar-recruit .control-label {
  background-color: #474240;
  font-weight: bold;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  color: #FFF;
  padding: 6px 10px;
  margin-bottom: .5rem;
}
#sidebar-recruit .radio {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sidebar-recruit .radio li {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
#sidebar-recruit input[type="radio"] {
  display: none;
}
#sidebar-recruit input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 6px 10px;
  font-size: .875rem;
  font-weight: 500;
  background-color: #FFF;
  max-width: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#sidebar-recruit input[type="radio"] + label::before {
  display: inline-block;
  content: "\f10c";
  font-family: fontAwesome;
  margin-right: 0.25rem;
}
#sidebar-recruit input[type="radio"] + label:hover {
  color: #FFF;
  background-color: #c51724;
}
#sidebar-recruit input[type="radio"]:checked + label {
  color: #FFF;
  background-color: #c51724;
  cursor: default;
}
#sidebar-recruit input[type="radio"]:checked + label::before {
  content: "\f058";
}

/*--------------------------------------
single recruit
---------------------------------------*/
@media all and (max-width: 991px) {
  #recruit #sidebar-recruit {
    display: none;
  }
}
@media all and (max-width: 991px) {
  #recruit #main .card {
    background-color: #FAFAFA;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #recruit #main .card .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #recruit #main .card-body {
    padding: 1rem 0;
  }
}
#recruit .category {
  margin-bottom: 1rem;
}
#recruit .category li {
  display: inline-block;
}
#recruit .list {
  margin-bottom: 1rem;
}
#recruit .list dl {
  display: flex;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
}
#recruit .list dl:nth-child(1) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
@media all and (max-width: 991px) {
  #recruit .list dl:nth-child(1) {
    border: none;
  }
}
#recruit .list dl:nth-child(odd) {
  background-color: #FAFAFA;
}
@media all and (max-width: 991px) {
  #recruit .list dl {
    -webkit-flex-direction: column;
    flex-direction: column;
    border: none;
  }
}
#recruit .list dt, #recruit .list dd {
  margin-bottom: 0;
  padding: 1rem;
}
#recruit .list dt {
  width: 30%;
  border-right: 1px dotted rgba(0, 0, 0, 0.125);
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 991px) {
  #recruit .list dt {
    width: 100%;
    border-right: none;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background-color: #474240;
    color: #FFF;
  }
}
#recruit .list dd {
  width: 70%;
}
@media all and (max-width: 991px) {
  #recruit .list dd {
    width: 100%;
  }
}
#recruit .button {
  margin-bottom: 1rem;
}
#recruit .button a {
  width: 100%;
}

/*--------------------------------------
entry
---------------------------------------*/
#entry .form-group {
  padding-bottom: 1rem;
}
#entry .sent fieldset {
  display: none;
}
#entry input::-webkit-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
#entry input::-moz-placeholder {
  color: #CCC;
  font-weight: normal;
}
#entry input:-ms-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
#entry textarea::-moz-placeholder {
  color: #CCC;
  font-weight: normal;
}
#entry textarea::-webkit-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
#entry textarea:-ms-input-placeholder {
  color: #CCC;
  font-weight: normal;
}

.formError {
  top: 38px !important;
  left: 0 !important;
  width: 100%;
}
.formError .formErrorContent {
  width: 100px;
  font-size: 12px;
  color: #D62C1A;
}
.formError + .form-control {
  border-color: #D62C1A;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.formError + .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed7669;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed7669;
}

.card-img-top {
  height: auto;
  height: 100%;
}
