@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%;
}

body {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

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

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

a {
  color: #073D79;
  -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
---------------------------------------*/
body {
  background-color: #FAFAFA;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.btn {
  width: 100%;
  color: #FFFFFF;
  background-color: #FC860C;
  border-color: #FC860C;
  padding: 12px 0;
}
.btn:hover {
  color: #FFFFFF;
  background-color: #d26c03;
  border-color: #b95f02;
}

#contents {
  padding-top: 2rem;
}

/*--------------------------------------
loading
---------------------------------------*/
#load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  z-index: 10000;
}
#load .loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 64px;
  height: 64px;
}
#load .loading i {
  font-size: 64px;
  color: #073D79;
}

/*--------------------------------------
header
---------------------------------------*/
header#header {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background-color: #FFF;
  height: 80px;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 8px 8px 0px rgba(0, 0, 0, 0.24);
}
header#header.header-dark {
  background-color: #FFFFFF;
}
header#header.header-dark a {
  color: #202D3B;
}
header#header.header-dark a:hover, header#header.header-dark a:focus {
  color: #202D3B;
}
header#header.header-dark nav {
  background-color: #FFFFFF;
}
body.customize-support header#header {
  top: 32px;
}
header#header img {
  width: auto;
}
header#header a:hover {
  opacity: 0.5;
}
header#header .logo {
  padding-left: 15px;
}
header#header .logo a {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 991px) {
  header#header .logo a {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
header#header .logo .img {
  height: 58px;
}
@media all and (max-width: 991px) {
  header#header .logo .img {
    height: 37px;
  }
}
header#header .logo img {
  display: block;
  width: auto;
  height: 100%;
}
header#header .logo span {
  display: block;
  margin-left: 15px;
  font-weight: bold;
}
@media all and (max-width: 991px) {
  header#header .logo span {
    margin-left: 0;
  }
}
header#header nav {
  height: 100%;
}
@media all and (max-width: 991px) {
  header#header nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 10;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 8px 8px 0px rgba(0, 0, 0, 0.24);
  }
}
header#header nav ul {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 991px) {
  header#header nav ul {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
  }
}
header#header nav li {
  height: 100%;
}
@media all and (max-width: 991px) {
  header#header nav li {
    height: 60px;
    width: 100%;
  }
}
header#header nav li a {
  padding-right: .5rem;
  padding-left: .5rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}
header#header nav li a p {
  margin-bottom: 0;
}
header#header nav li:last-child {
  padding: 0;
  margin-left: .5rem;
  background-color: #FC860C;
}
@media all and (max-width: 767px) {
  header#header nav li:last-child {
    margin-left: 0;
  }
}
header#header nav li:last-child a {
  padding: 0 2rem;
  background-color: #FC860C;
  color: #FFFFFF;
}
header#header nav li:last-child a:hover {
  color: #FFFFFF;
}
header#header #hamburger {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  color: #073D79;
}
@media all and (max-width: 991px) {
  header#header #hamburger {
    display: block;
  }
}

/*--------------------------------------
footer
---------------------------------------*/
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem 0;
  width: 100%;
  background-color: #4C79B9;
  text-align: center;
  color: #FAFAFA;
}
@media all and (max-width: 991px) {
  footer {
    font-size: 12px;
  }
}

/*--------------------------------------
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: 3rem;
  letter-spacing: .2rem;
  color: #FAFAFA;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
@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 {
  color: #073D79;
  background-color: #FFFFFF;
  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: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
  display: inline-block;
  margin-top: 20px;
}
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 h4 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
}
section h5 {
  color: #073D79;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
section .txt {
  line-height: 1.8;
}
section .badge {
  padding: 4px 5px 5px;
}

/*--------------------------------------
section 02 message
---------------------------------------*/
#message .inner {
  padding: 1.25rem 1.75rem 1.25rem 3rem;
}
#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 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 25px;
}
#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;
}
#message .txt {
  margin-bottom: 15px;
}

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

/*--------------------------------------
section 04 merit
---------------------------------------*/
#merit h5 {
  margin-bottom: 13px;
}

/*--------------------------------------
section 05 photo album
---------------------------------------*/
#photo .img {
  background-color: #C8E9FC;
}
#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 h4 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.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-list .badge-info {
  color: #4C79B9;
  background: #FFF176;
}

.recruit-box {
  margin-bottom: 2rem;
}
.recruit-box .card > img {
  width: 100%;
  height: 100%;
}
.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;
}
.recruit-box p {
  line-height: 1.8;
}
.recruit-box .badge-info {
  color: #4C79B9;
  background: #FFF176;
}

/*--------------------------------------
sidebar recruit
---------------------------------------*/
#sidebar-recruit .control-label {
  background-color: #073D79;
  font-weight: bold;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  color: #FFFFFF;
  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: #FFFFFF;
  background-color: #FC860C;
}
#sidebar-recruit input[type="radio"]:checked + label {
  color: #FFFFFF;
  background-color: #FC860C;
  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 .card img {
  width: 100%;
}
#recruit .card-title {
  font-size: 28px;
  margin-bottom: 15px;
}
#recruit .category {
  margin-bottom: 1rem;
}
#recruit .category li {
  display: inline-block;
}
#recruit .category .badge-info {
  color: #4C79B9;
  background: #FFF176;
}
#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: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: #073D79;
    color: #FFFFFF;
  }
}
#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%;
}
#recruit .eyeimg {
  height: 100%;
}

/*--------------------------------------
entry
---------------------------------------*/
#entry .form-group {
  padding-bottom: 1rem;
}
#entry .form-group:last-child > div {
  margin: auto;
}
#entry .form-group:last-child > div .btn {
  font-size: 18px;
}
#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;
}
#entry .card-block {
  padding: 26px;
}
#entry .card-block h2 {
  margin-bottom: 20px;
}
#entry .card-block p {
  line-height: 1.8;
}
#entry .card-block p:last-child {
  margin-bottom: 40px;
}
#entry .card-block .btn {
  margin-top: 15px;
}
#entry .card-block .btn a {
  font-size: 18px;
  color: #FFFFFF;
}
#entry .must {
  color: #FFF;
  background: #D62C1A;
  font-size: 12px;
  margin-left: 3px;
  padding: 1px 5px;
  border-radius: 5px;
}

.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;
}
