@charset "UTF-8";
/* ===============================================================
HTML5 DOCTOR RESET CSS
===============================================================　*/
/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
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;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #212121;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #444;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ===============================================================
YUI FONT CSS
===============================================================　*/
/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

/* ===============================================================
yokota
===============================================================　*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: 400;
}

img {
  vertical-align: top;
  height: auto;
}

li {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "ＭＳ Ｐゴシック", Osaka, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  background: #fff;
  color: #333;
}
body input, body select, body textarea, body button {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "ＭＳ Ｐゴシック", Osaka, "Helvetica Neue", Arial, sans-serif;
}
body a {
  text-decoration: none;
  color: #496db4;
}
body img {
  max-width: 100%;
}
body sub {
  font-size: 1rem;
  vertical-align: sub;
}
body sup {
  font-size: 1rem;
  vertical-align: super;
}

_:-ms-lang(x)::-ms-backdrop, body {
  font-family: "Segoe UI", Meiryo, sans-serif;
}
_:-ms-lang(x)::-ms-backdrop input, _:-ms-lang(x)::-ms-backdrop select, _:-ms-lang(x)::-ms-backdrop textarea, _:-ms-lang(x)::-ms-backdrop button, body input, body select, body textarea, body button {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

*[data-small-only] {
  display: none !important;
}

.f__wrapper {
  display: block;
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
}

.f__header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1080px;
  height: 150px;
  margin: 0 auto;
  background: #fff;
}
.f__header > div > div {
  width: 1080px;
  height: 90px;
  margin: 0 auto;
}
.f__header > div > div > .logo > a {
  transition: opacity 0.5s;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 90px;
}
.f__header > div > div > .logo > a:hover {
  opacity: 0.5;
}
.f__header > div > div > .logo > a > img {
  width: 64px;
}
.f__header > div > div > .logo > a > div {
  flex: 1;
  margin-left: 20px;
}
.f__header > div > div > .logo > a > div > .title {
  font-family: "Lato", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
}
.f__header > div > div > .logo > a > div > .title > b {
  font-weight: 900;
}
.f__header > div > div > .logo > a > div > .sub {
  margin-top: 0.5em;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}
.f__header > div > nav > .sub {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 1080px;
  margin: 0 auto;
}
.f__header > div > nav > .sub > .language {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  height: 30px;
  background: #eaf6fc;
}
.f__header > div > nav > .sub > .language > li {
  position: relative;
}
.f__header > div > nav > .sub > .language > li > span,
.f__header > div > nav > .sub > .language > li > a {
  display: flex;
  align-items: center;
  padding: 0 1.25em;
  font-size: 1.2rem;
  font-weight: 700;
}
.f__header > div > nav > .sub > .language > li > a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
}
.f__header > div > nav > .sub > .language > li > a:hover {
  text-decoration: none;
}
.f__header > div > nav > .sub > .language > li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 1em;
  margin: auto;
  border-left: #bcbcbc 1px solid;
}
.f__header > div > nav > .gnav {
  width: 100%;
  min-width: 1080px;
  height: 60px;
  background: #1e3b79;
}
.f__header > div > nav > .gnav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1080px;
  height: 60px;
  margin: 0 auto;
}
.f__header > div > nav > .gnav > ul > li {
  position: relative;
  flex-grow: 1;
  height: 60px;
}
.f__header > div > nav > .gnav > ul > li > a,
.f__header > div > nav > .gnav > ul > li > span {
  transition: background 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 60px;
  font-weight: 700;
  color: #fff;
}
.f__header > div > nav > .gnav > ul > li > a:hover,
.f__header > div > nav > .gnav > ul > li > span:hover {
  background: #496db4;
}
.f__header > div > nav > .gnav > ul > li.has-sub {
  position: relative;
}
.f__header > div > nav > .gnav > ul > li.has-sub > span.active {
  background: #496db4;
}
.f__header > div > nav > .gnav > ul > li.has-sub > .child {
  display: none;
  position: fixed;
  top: 150px;
  left: 0;
  right: 0;
  width: 100vw;
  background: #496db4;
}
.f__header > div > nav > .gnav > ul > li.has-sub > .child > div {
  width: 1080px;
  padding: 2em 0;
  margin: 0 auto;
}
.f__header > div > nav > .gnav > ul > li.has-sub > .child > div > ul {
  display: flex;
  justify-content: flex-start;
}
.f__header > div > nav > .gnav > ul > li.has-sub > .child > div > ul > li {
  position: relative;
  padding-left: 1em;
}
.f__header > div > nav > .gnav > ul > li.has-sub > .child > div > ul > li + li {
  margin-left: 30px;
}
.f__header > div > nav > .gnav > ul > li.has-sub > .child > div > ul > li > a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  font-weight: 700;
  color: #fff;
}
.f__header > div > nav > .gnav > ul > li.has-sub > .child > div > ul > li > a:hover {
  text-decoration: none;
}
.f__header > div > nav > .gnav > ul > li.has-sub > .child > div > ul > li::before {
  content: "";
  position: absolute;
  left: 0.15em;
  top: 0.25em;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
.f__header > div > nav > .gnav > ul > li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 2em;
  margin: auto;
  border-left: rgba(255, 255, 255, 0.5) 1px solid;
}

.f__main {
  display: block;
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
}

.f__cnt {
  box-sizing: border-box;
  width: 1080px;
  padding: 3.5em 0 6em;
  margin: 0 auto;
}

.m__recruiting-box {
  min-width: 1080px;
  padding: 3.5em 0;
}

.f__footer {
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
}
.f__footer > .top {
  display: flex;
  align-items: center;
  width: 1080px;
  padding: 3em 0;
  margin: 0 auto;
}
.f__footer > .top > .logo {
  text-align: center;
}
.f__footer > .top > .logo > img {
  width: 100px;
}
.f__footer > .top > .logo > .title {
  margin-top: 0.5em;
  font-family: "Lato", Meiryo, sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: #496db4;
}
.f__footer > .top > .logo > .title > b {
  font-weight: 900;
}
.f__footer > .top > .text {
  flex: 1;
  margin-left: 60px;
}
.f__footer > .top > .text > p {
  line-height: 2;
  font-size: 1.4rem;
}
.f__footer > .top > .text > p + p {
  margin-top: 1.5em;
}
.f__footer > .middle {
  width: 1080px;
  padding: 2.5em 0;
  margin: 0 auto;
  border-top: rgba(188, 188, 188, 0.5) 1px solid;
}
.f__footer > .middle > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.f__footer > .middle > ul > li + li {
  margin-left: 5em;
}
.f__footer > .middle > ul > li > a {
  display: block;
  transition: opacity 0.5s;
  opacity: 1;
}
.f__footer > .middle > ul > li > a:hover {
  opacity: 0.5;
}
.f__footer > .bottom {
  width: 100%;
  min-width: 1080px;
  background: #1e3b79;
}
.f__footer > .bottom > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1080px;
  height: 50px;
  margin: 0 auto;
}
.f__footer > .bottom > div > .copyright {
  margin-right: auto;
  font-size: 1.2rem;
  color: #fff;
}
.f__footer > .bottom > div > .pagetop > a {
  transition: opacity 0.5s;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 2em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
}
.f__footer > .bottom > div > .pagetop > a:hover {
  opacity: 0.5;
}
.f__footer > .bottom > div > .pagetop > a > img {
  width: 16px;
  margin-right: 0.5em;
}