@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=EB+Garamond);
@import url(//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,900);
@import url(//fonts.googleapis.com/css?family=Oswald:300);
@import url(//fonts.googleapis.com/css?family=Lora);
@import url(//fonts.googleapis.com/css?family=Niconne);
@import url(//use.fontawesome.com/releases/v5.6.1/css/all.css);
.clearfix, #header ul, .container {
  *zoom: 1; }
  .clearfix:after, #header ul:after, .container:after {
    content: "";
    display: table;
    clear: both; }

/* ------------------------------
button
------------------------------ */
/*----------------------------------------
       Reset
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*--------------------------
Tag Default
---------------------------*/
body {
  background: #fff;
  color: #666;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-size: 14px;
  min-width: 1000px;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll; }
  @media only screen and (max-width: 480px) {
    body {
      font-size: 16px;
      min-width: 100%; } }

a {
  color: #666;
  text-decoration: underline; }
  a:link {
    color: #666; }
  a:visited {
    color: #888; }

img {
  vertical-align: bottom; }

/*--------------------------
Under IE8
---------------------------*/
.under_ie8 {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  z-index: 1000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)"; }
  .under_ie8 p {
    color: #fff;
    font-size: 24px;
    line-height: 175%;
    text-align: center;
    display: block;
    width: 800px;
    margin: 200px auto 0px;
    z-index: 10000;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    position: relative;
    z-index: 1100; }
    .under_ie8 p img {
      display: block;
      margin: 0px auto 14px; }

/* ------------------------------
header
------------------------------ */
#break-header {
  display: none; }
  @media only screen and (max-width: 480px) {
    #break-header {
      display: block;
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 1000;
      width: 100%; }
      #break-header .header_logo {
        position: absolute;
        top: 10px;
        left: 10px; }
        #break-header .header_logo img {
          width: 162px; } 
			#break-header .lang {
        position: absolute;
        top: 20px;
        right: 80px;
        font-size: 12px; }
        #break-header .lang a {
          text-decoration: none; }}

#switchBtnArea {
  width: 100%;
  height: 54px;
  background: #fff;
  position: relative;
  border-bottom: solid 1px #ccc; }
  #switchBtnArea #switchBtn {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 46px;
    height: 34px;
    display: block;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 4px; }
    @media only screen and (max-width: 480px) {
      #switchBtnArea #switchBtn {
        right: 15px; } }
    #switchBtnArea #switchBtn span {
      left: 23%;
      width: 54%;
      height: 2px;
      display: block;
      position: absolute;
      background-color: #666;
      border-radius: 5px;
      transition: all 0.2s linear; }
      #switchBtnArea #switchBtn span:nth-of-type(1) {
        top: 9px;
        -webkit-transform: rotate(0);
        transform: rotate(0); }
      #switchBtnArea #switchBtn span:nth-of-type(2) {
        top: 16px;
        -webkit-transform: scale(1);
        transform: scale(1); }
      #switchBtnArea #switchBtn span:nth-of-type(3) {
        bottom: 9px;
        -webkit-transform: rotate(0);
        transform: rotate(0); }
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
      top: 15px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
      -webkit-transform: scale(0);
      transform: scale(0); }
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
      bottom: 17px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

#break-header ul {
  display: none;
  padding: 0px 12px 12px;
  background: #fff; }
  #break-header ul li {
    border-bottom: solid 1px #ccc; }
    #break-header ul li a {
      display: block;
      padding: 12px;
      background: #f1f1f1;
      text-decoration: none; }

#header {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 102px;
  padding: 0 0 3px;
  background: #fff url(/recruit/image/common/header_bg01.png) bottom repeat-x;
  transition: all 0.5s;
  text-align: left; }
  @media only screen and (max-width: 480px) {
    #header {
      display: none; } }
  #header.fixed {
    transition: all 0.5s; }
  #header h1 {
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0 5px;
    text-align: right; }
  #header .lang {
    width: 200px;
    font-size: 12px;
    text-align: right;
    padding: 15px 0 0;
    float: right; }
    #header .lang a {
      text-decoration: none; }
      #header .lang a:hover {
        color: #0066CC; }
  #header ul {
    width: 998px;
    background: url(/recruit/image/common/nav_line.png) right no-repeat;
    margin: 7px auto 0;
    padding: 0 2px 0 0; }
    #header ul li {
      background: url(/recruit/image/common/nav_line.png) left no-repeat;
      width: 140px;
      padding: 0 0 0 2px;
      float: left; }
      #header ul li:nth-of-type(1) {
        width: 80px; }
      #header ul li:nth-of-type(4) {
        width: 150px; }
      #header ul li:nth-of-type(6) {
        width: 170px; }
      #header ul li:nth-of-type(7) {
        width: 164px; }
      #header ul li a {
        display: block;
        width: 100%;
        height: 27px;
        font-size: 12px;
        line-height: 27px;
        text-align: center;
        color: #0066CC;
        text-decoration: none; }
        #header ul li a span {
          display: block;
          line-height: 12px; }

/* ------------------------------
common
------------------------------ */
.container {
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 480px) {
    .container {
      width: 100%; } }

#key_visual {
  width: 100%;
  height: 500px;
  margin: 105px 0 0; }
  @media only screen and (max-width: 480px) {
    #key_visual {
      height: 200px;
      margin: 54px 0 0; } }
  #key_visual .txt_block {
    height: 500px;
    background: url(/recruit/image/common/kv_bg02.png) top center no-repeat;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      #key_visual .txt_block {
        height: auto;
        background-size: contain;
        background-position: center center; } }
    #key_visual .txt_block h2 {
      background: url(/recruit/image/common/kv_h2_bg.png) bottom center no-repeat;
      padding: 110px 0 35px;
      color: #bbd5ee;
      font-size: 22px;
      font-weight: normal;
      letter-spacing: 1px;
      margin: 0 0 25px; }
      @media only screen and (max-width: 480px) {
        #key_visual .txt_block h2 {
          padding: 30px 0 10px;
          font-size: 18px;
          margin: 0 0 10px; } }
      #key_visual .txt_block h2.white {
        background: none;
        padding: 210px 0 0;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 50px;
        font-weight: 700; }
        @media only screen and (max-width: 480px) {
          #key_visual .txt_block h2.white {
            padding: 80px 0 10px;
            font-size: 20px;
            text-shadow: 0 0 3px #000; } }
        #key_visual .txt_block h2.white span {
          font-weight: 300; }
    #key_visual .txt_block .ttl {
      color: #fff;
      font-family: 'Lato', sans-serif;
      font-size: 50px;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: 1px;
      margin: 0 0 20px; }
      @media only screen and (max-width: 480px) {
        #key_visual .txt_block .ttl {
          font-size: 20px;
          text-shadow: 0 0 3px #000;
          margin: 0 0 15px; } }
      #key_visual .txt_block .ttl span {
        font-weight: 300; }
    #key_visual .txt_block .lead {
      color: #fff;
      font-size: 18px;
      line-height: 175%; }
      @media only screen and (max-width: 480px) {
        #key_visual .txt_block .lead {
          font-size: 14px;
          line-height: 135%;
          text-shadow: 0 0 3px #000;
          padding: 0 0 10px; } }

#bread02 {
  width: 100%;
  background: #eee;
  padding: 15px 0; }
  @media only screen and (max-width: 480px) {
    #bread02 {
      display: none; } }
  #bread02 ul {
    width: 1000px;
    margin: 0 auto;
    text-align: left; }
    #bread02 ul li {
      display: inline-block;
      color: #005eac;
      font-size: 11px;
      line-height: 25px; }
      #bread02 ul li a {
        display: block;
        color: #005eac;
        background: url(/recruit/image/common/bread02_arrow.png) right no-repeat;
        margin: 0 10px 0 0;
        padding: 0 20px 0 0;
        text-decoration: none; }
        #bread02 ul li a:hover {
          text-decoration: underline; }

#bread {
  width: 100%;
  background: #93B7DB;
  height: 25px;
  padding: 0;
  margin: 105px 0 0; }
  @media only screen and (max-width: 480px) {
    #bread {
      display: none; } }
  #bread ul {
    width: 1000px;
    margin: 0 auto;
    text-align: left; }
    #bread ul li {
      display: inline-block;
      color: #fff;
      font-size: 12px;
      line-height: 25px; }
      #bread ul li a {
        display: block;
        color: #fff;
        background: url(/recruit/image/common/bread_arrow.png) right no-repeat;
        margin: 0 10px 0 0;
        padding: 0 20px 0 0;
        text-decoration: none; }
        #bread ul li a:hover {
          text-decoration: underline; }

@media only screen and (max-width: 480px) {
  article {
    padding: 54px 0 0; } }

.pc_none {
  display: none; }
  @media only screen and (max-width: 480px) {
    .pc_none {
      display: block; } }

@media only screen and (max-width: 480px) {
  .sp_none {
    display: none; } }

.btn_entry a {
  display: block;
  box-sizing: border-box;
  width: 254px;
  height: 62px;
  background: url(/en/recruit/image/common/btn_bg01.png) no-repeat;
  padding: 0 0 0 20px;
  color: #0066cc;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  line-height: 62px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto; }
  .btn_entry a:hover {
    opacity: 0.75;
    filter: Alpha(opacity=75); }

/*----------------------------------------
footer
----------------------------------------*/
#footer {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 0 0 30px; }
  @media only screen and (max-width: 480px) {
    #footer {
      padding: 0 0 20px; } }
  #footer ul {
    padding: 20px 0 0 360px;
    text-align: right;
    float: right; }
    @media only screen and (max-width: 480px) {
      #footer ul {
        padding: 20px 0 0;
        text-align: left;
        float: none; } }
    #footer ul li {
      display: inline-block;
      background: url(/recruit/image/common/footer_arrow01.png) 0px 2px no-repeat;
      padding: 0 0 0 15px;
      margin: 0 0 0 20px;
      font-size: 12px; }
      @media only screen and (max-width: 480px) {
        #footer ul li {
          display: block;
          margin: 0 0 10px 20px; } }
      #footer ul li a {
        text-decoration: none; }
        #footer ul li a:hover {
          text-decoration: underline; }
  #footer p {
    padding: 20px 0 0;
    font-size: 12px;
    float: left; }
    @media only screen and (max-width: 480px) {
      #footer p {
        padding: 10px 0 0;
        font-size: 11px;
        text-align: center;
        float: none; } }

/*----------------------------------------
page top
----------------------------------------*/
#page-top {
  position: fixed;
  bottom: 80px;
  right: 3%;
  z-index: 10; }
  @media only screen and (max-width: 480px) {
    #page-top {
      bottom: 35px; } }
  #page-top a {
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 2px solid #bdbdbd;
    background-color: #bdbdbd;
    border-radius: 50%;
    transition: all 0.5s;
    outline: none; }
    #page-top a:before {
      content: url(/en/recruit/image/common/pagetop_arrow.png);
      position: relative;
      left: 12px;
      top: 12px; }
    #page-top a:hover {
      border-color: #ddd;
      background-color: #ddd; }
    #page-top a span {
      display: none; }

/*----------------------------------------
fadein effect
----------------------------------------*/
.fadein_top {
  opacity: 0;
  transform: translate(0px, 10px);
  transition: all 1s; }

.fadein_top.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadein_right {
  opacity: 0;
  transform: translate(30px, 0px);
  transition: all 1s; }

.fadein_right.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadein_bottom {
  opacity: 0;
  transform: translate(0px, -30px);
  transition: all 1s; }

.fadein_bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadein_left {
  opacity: 0;
  transform: translate(-30px, 0px);
  transition: all 1s; }

.fadein_left.scrollin {
  opacity: 1;
  transform: translate(0, 0); }
