@charset "UTF-8";
/*!
Theme Name: TOKON RECRUITING SITE LIGHT
Author: KOMAKI
*/
/*--------------------------------------
base
---------------------------------------*/
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
}

/* display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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;
  border: 0;
}

input, select {
  vertical-align: middle;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.text-center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

@media screen and (min-width: 980px) {
  br.lg-none {
    display: none;
  }
}
@media screen and (min-width: 540px) {
  br.sm-none {
    display: none;
  }
}
@media screen and (min-width: 375px) {
  br.min-sm-none {
    display: none;
  }
}
/*--------------------------------------
body
---------------------------------------*/
@media all and (max-width: 960px) {
  html {
    font-size: 90%;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #f5f5f5;
  color: #333;
  font-size: 1rem;
  line-height: 2.05;
  letter-spacing: 0.25rem;
  font-family: "游ゴシック体",'YuGothic','游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'sans-serif';
}

::selection {
  background: #ffff96;
}

::-moz-selection {
  background: #ffff96;
}

a:link, a:visited {
  color: #12497b;
  text-decoration: none;
}
a:hover, a:active {
  color: #0b2f4f;
}

h2 {
  color: #12497b;
  font-family: "Oswald", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 3px;
  line-height: 1;
  text-align: center;
  font-size: 2.4rem;
  margin: 4rem 0;
}
@media all and (max-width: 720px) {
  h2 {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}
h2 span {
  font-size: 1.1rem;
  font-weight: normal;
}

.blu {
  color: #12497b;
}

strong {
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.mb30 {
  margin-bottom: 30px;
}

.container .in {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.container .in.move {
  -webkit-transform: translate(-60px, 0);
  opacity: 0;
}

section {
  margin-bottom: 4rem;
}

/*--------------------------------------
header
---------------------------------------*/
header {
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.2rem 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 4px solid #12497b;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1));
}
@media all and (max-width: 1201px) {
  header {
    padding: 0.6rem 0;
  }
}
header .wrap_logo a {
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #3281c4;
}
@media all and (max-width: 1201px) {
  header .wrap_logo {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
header .logo {
  width: auto;
  max-height: 2.7rem;
  vertical-align: middle;
  margin-right: 1rem;
  float: left;
}
@media all and (max-width: 378px) {
  header .logo {
    max-height: 2.1rem;
    vertical-align: middle;
    margin: .5rem .5rem .5rem 0;
  }
}
header .logo_txt {
  float: left;
  line-height: 1.3;
  padding-top: .7em;
}
header .logo_txt .en {
  font-size: 9px;
  letter-spacing: normal;
}
@media all and (max-width: 1201px) {
  header .pc {
    display: none;
  }
}
header .pc ul {
  text-align: right;
}
header .pc li {
  display: inline;
  line-height: 1;
}
header .pc li a:link, header .pc li a:visited {
  color: #333;
  text-decoration: none;
  padding: 1.8rem .4rem;
  letter-spacing: .15rem;
}
header .pc li a:hover, header .pc li a:active {
  color: #626262;
  text-decoration: none;
  background: #e0e0e0;
}
header .pc li.contact a:link, header .pc li.contact a:visited {
  color: #fff;
  background: #00cc9b;
  text-decoration: none;
  padding: 1rem 1rem;
  border-radius: .6rem;
  vertical-align: middle;
}
header .pc li.contact a:hover, header .pc li.contact a:active {
  background: #009974;
  text-decoration: none;
}
header .pc li.contact .icon_mail {
  height: .9rem;
  margin-right: .3rem;
}
header .drawer-hamburger {
  margin-right: 1rem;
  margin-top: .4rem;
}
@media all and (min-width: 1201px) {
  header .drawer-hamburger {
    display: none;
  }
}
header ul.drawer-menu {
  padding: 1rem 0;
  text-align: center;
}
header ul.drawer-menu li a:link, header ul.drawer-menu li a:visited {
  color: #333;
  text-decoration: none;
  line-height: 5rem;
  display: block;
  text-align: left;
  padding: 0 0 0 3em;
}
header ul.drawer-menu li a:hover, header ul.drawer-menu li a:active {
  color: #626262;
  background: #e0e0e0;
}
header ul.drawer-menu li.contact a:link, header ul.drawer-menu li.contact a:visited {
  color: #fff;
  text-decoration: none;
  background: #00cc9b;
  line-height: 4rem;
}
header ul.drawer-menu li.contact a:hover, header ul.drawer-menu li.contact a:active {
  background: #009974;
}
header ul.drawer-menu li.contact a .icon_mail {
  height: .9rem;
  margin-right: .3rem;
  position: relative;
  top: -0.1rem;
}

nav.drawer-nav {
  height: auto;
}

/*--------------------------------------
scroll position
---------------------------------------*/
#message::before,
#policy::before,
#business::before,
#company::before,
#clients::before,
#contact::before {
  content: "";
  display: inline-block;
  height: 100px;
  margin-top: -100px;
  vertical-align: top;
}

/*--------------------------------------
all main img
---------------------------------------*/
section#hero {
  margin-bottom: 0;
}

.slider {
  display: none;
  padding-top: 5.4rem;
}
@media all and (max-width: 1201px) {
  .slider {
    padding-top: 4.2rem;
  }
}
@media all and (max-width: 375px) {
  .slider {
    padding-top: 6rem;
  }
}

.slider.slick-initialized {
  display: block;
}

.slick-slide {
  background: #000;
}
.slick-slide img {
  opacity: 0.6;
}

.main-img-policy {
  background: url("../img/photo2.jpg") center 0 no-repeat;
  background-size: cover;
  height: 20rem;
}

.main-img-business {
  background: url("../img/photo4.jpg") center 0 no-repeat;
  background-size: cover;
  height: 20rem;
}

.main-img-history {
  background: url("../img/photo3.jpg") center 0 no-repeat;
  background-size: cover;
  height: 20rem;
}

.main-img-company {
  background: url("../img/photo5l.jpg") center 0 no-repeat;
  background-size: cover;
  height: 20rem;
}
@media all and (max-width: 960px) {
  .main-img-company {
    background: url("../img/photo5s.jpg") center 0 no-repeat;
    background-size: cover;
    height: 20rem;
  }
}

.main-img-clients {
  background: url("../img/photo1.jpg") center 0 no-repeat;
  background-size: cover;
  height: 20rem;
}

/*--------------------------------------
message
---------------------------------------*/
#message p {
  margin-bottom: 1em;
}

/*--------------------------------------
policy
---------------------------------------*/
#policy ul {
  padding-left: 1rem;
}
#policy ul li {
  position: relative;
  margin-bottom: 1.6rem;
}
#policy ul li ::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1.6em;
  width: 16px;
  height: 16px;
  background-color: #f5f5f5;
  border: 4px solid #12497b;
  border-radius: 100%;
}

/*--------------------------------------
business
---------------------------------------*/
#business h1, #business p {
  margin-bottom: 2em;
}
#business .title {
  border-left: 4px solid #12497b;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 0.4em;
  color: #12497b;
  font-weight: bold;
}

/*--------------------------------------
company
---------------------------------------*/
@media all and (max-width: 960px) {
  #history dl {
    font-size: .8rem;
  }
}
#history dl dt {
  float: left;
  clear: left;
  width: 14em;
  height: 6rem;
  text-align: right;
  color: #12497b;
  padding: .8em 2em;
  line-height: 1.2;
  font-size: .8rem;
  border-right: 4px solid;
  position: absolute;
  font-feature-settings: normal;
}
@media all and (max-width: 960px) {
  #history dl dt {
    width: 10em;
    padding: .8em 1.5em;
    height: 8rem;
  }
}
#history dl dt .circle {
  margin-top: -10px;
  top: 1.2rem;
  left: 11.05em;
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  border: 5px solid #12497b;
  border-radius: 50%;
  display: block;
  position: relative;
}
@media all and (max-width: 960px) {
  #history dl dt .circle {
    left: 7.4em;
  }
}
#history dl dd {
  padding: .8em .8em .8em 13em;
}
@media all and (max-width: 960px) {
  #history dl dd {
    padding: .8em .8em .8em 12em;
  }
}
#history span.br::after {
  content: " ";
}
@media all and (max-width: 960px) {
  #history span.br::after {
    display: none;
  }
}

/*--------------------------------------
company
---------------------------------------*/
@media all and (max-width: 960px) {
  #company dl {
    font-size: .8rem;
  }
}
#company dl dt {
  float: left;
  clear: left;
  width: 14em;
  text-align: right;
  color: #12497b;
  padding: 1.2em .8em .8em .8em;
  line-height: 1;
}
@media all and (max-width: 960px) {
  #company dl dt {
    width: 10em;
  }
}
#company dl dd {
  padding: .8em .8em .8em 16em;
  border-bottom: 1px dotted #ccc;
}
#company dl dd img {
  max-height: 4rem;
  margin-bottom: 1rem;
}
@media all and (max-width: 960px) {
  #company dl dd {
    padding: .8em .8em .8em 11em;
  }
}

.txt-access {
  text-align: center;
  margin-bottom: 1rem;
}
.txt-access p {
  margin: 2em 0;
}
.txt-access .title {
  font-weight: bold;
  font-size: 1.2rem;
  padding-bottom: .5rem;
  border-bottom: 4px solid #12497b;
  display: inline;
}

/*--------------------------------------
clients
---------------------------------------*/
/*--------------------------------------
contact
---------------------------------------*/
#contact {
  padding: 30px;
}
#contact .container {
  background: #12497b;
  color: #fff;
  padding: 20px;
}
#contact .container p {
  font-size: 1.3rem;
  line-height: 1.3;
}
#contact .container p .fs {
  font-size: 1rem;
}
@media all and (max-width: 960px) {
  #contact .container p {
    margin-bottom: 1rem;
  }
}
#contact .container a {
  display: block;
  background: #fff;
  border-radius: .6rem;
  color: #12497b;
  font-size: 1.3rem;
  text-decoration: none;
  padding: 1rem;
  min-width: 12em;
  vertical-align: middle;
}
#contact .container a img {
  height: 1.5rem;
  margin-right: 0.6rem;
}
#contact .container a:hover {
  background: #eef1f1;
}

/*--------------------------------------
footer
---------------------------------------*/
footer {
  padding: 40px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background: #12497b;
}
footer .logo {
  max-width: 13rem;
  margin-bottom: .8rem;
}
@media all and (max-width: 960px) {
  footer .logo {
    max-width: 10rem;
  }
}
footer p.en {
  font-size: 9px;
  letter-spacing: normal;
  margin-bottom: 2rem;
}
footer a {
  display: inline-block;
}
footer a:link, footer a:visited {
  font-size: .6rem;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: .6rem;
  padding: .8rem;
}
footer a:hover, footer a:active {
  color: #e6e6e6;
  background: rgba(255, 255, 255, 0.1);
}
footer small {
  font-size: 0.6rem;
  display: block;
  letter-spacing: normal;
  margin-top: 2rem;
}

/*--------------------------------------
privacy
---------------------------------------*/
#privacy {
  margin-top: 11rem;
  line-height: 2.2;
  letter-spacing: 2px;
}
@media all and (max-width: 960px) {
  #privacy {
    margin-top: 8rem;
  }
}
#privacy h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 3rem;
}
#privacy .m-left-1em {
  margin-left: 1.8em;
  margin-bottom: 2em;
}
#privacy p {
  font-size: .8rem;
}
#privacy p.title {
  font-size: 1rem;
  font-weight: bold;
}
