@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.4rem;
  font-weight: 400;
  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-large-only] {
  display: none !important;
}

.f__wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.f__header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background: #fff;
}
.f__header > div > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
}
.f__header > div > div > .logo {
  flex: 1;
  padding-left: 10px;
  margin-right: 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: 50px;
}
.f__header > div > div > .logo > a:hover {
  opacity: 0.5;
}
.f__header > div > div > .logo > a > img {
  width: 35px;
}
.f__header > div > div > .logo > a > div {
  flex: 1;
  margin-left: 10px;
}
.f__header > div > div > .logo > a > div > .title {
  font-family: "Lato", Meiryo, sans-serif;
  font-size: 2.1rem;
  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;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
}
.f__header > div > div > .menu-btn > span {
  transition: opacity 0.5s;
  opacity: 1;
  cursor: pointer;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: #1e3b79;
}
.f__header > div > div > .menu-btn > span:hover {
  opacity: 0.5;
}
.f__header > div > div > .menu-btn > span > span {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
.f__header > div > div > .menu-btn > span i {
  position: absolute;
  left: 16px;
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
}
.f__header > div > div > .menu-btn > span i:first-of-type {
  top: 13px;
}
.f__header > div > div > .menu-btn > span i:nth-of-type(2) {
  top: 18px;
}
.f__header > div > div > .menu-btn > span i:last-of-type {
  top: 23px;
}
.f__header > div > div > .menu-btn > span.active i {
  height: 2px;
}
.f__header > div > div > .menu-btn > span.active i:first-of-type {
  transform: translateY(5px) rotate(45deg);
}
.f__header > div > div > .menu-btn > span.active i:nth-of-type(2) {
  opacity: 0;
}
.f__header > div > div > .menu-btn > span.active i:last-of-type {
  transform: translateY(-5px) rotate(-45deg);
}
.f__header > div > nav {
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 50px;
  right: -100%;
  box-sizing: border-box;
  width: 80%;
  height: 100vh;
  padding-bottom: 60vh;
  background: rgba(30, 59, 121, 0.9);
}
.f__header > div > nav > .sub {
  box-sizing: border-box;
  width: 100%;
  padding: 1em 20px;
  background: rgba(73, 109, 180, 0.5);
}
.f__header > div > nav > .sub > .language {
  display: flex;
  align-items: center;
  height: 40px;
  background: #fff;
  border-radius: 5em;
}
.f__header > div > nav > .sub > .language > li {
  flex: 1;
  position: relative;
}
.f__header > div > nav > .sub > .language > li > span,
.f__header > div > nav > .sub > .language > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25em;
  height: 40px;
  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: 100%;
  margin: auto;
  border-left: #bcbcbc 1px solid;
}
.f__header > div > nav > .gnav {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em 20px;
}
.f__header > div > nav > .gnav > ul > li + li {
  border-top: rgba(234, 246, 252, 0.5) 1px solid;
}
.f__header > div > nav > .gnav > ul > li > a,
.f__header > div > nav > .gnav > ul > li > span {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 10px 1em 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.f__header > div > nav > .gnav > ul > li > a::after,
.f__header > div > nav > .gnav > ul > li > span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
.f__header > div > nav > .gnav > ul > li > a::after {
  transform: rotate(45deg);
}
.f__header > div > nav > .gnav > ul > li > span::after {
  transform: rotate(135deg);
}
.f__header > div > nav > .gnav > ul > li.has-sub > span.active::after {
  transform: rotate(-45deg);
}
.f__header > div > nav > .gnav > ul > li.has-sub > .child {
  display: none;
}
.f__header > div > nav > .gnav > ul > li.has-sub > .child > div {
  padding-bottom: 1em;
}
.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-top: 0.75em;
}
.f__header > div > nav > .gnav > ul > li.has-sub > .child > div > ul > li a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  display: block;
  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;
}

body.drower-open .f__header > div > nav {
  opacity: 1;
  visibility: inherit;
  right: 0;
}

.f__main {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.f__cnt {
  box-sizing: border-box;
  margin: 2em 20px;
}
.f__cnt .m__page-cnt nav + section,
.f__cnt .m__page-cnt div + section,
.f__cnt .m__page-cnt section + section {
  margin-top: 3em;
}

.m__recruiting-box {
  padding: 2.5em 20px;
}

.f__footer {
  width: 100%;
  margin: 0 auto;
}
.f__footer > .top {
  box-sizing: border-box;
  width: 100%;
  padding: 3em 20px;
}
.f__footer > .top > .logo {
  margin-bottom: 2em;
  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.4rem;
  font-weight: 300;
  color: #496db4;
}
.f__footer > .top > .logo > .title > b {
  font-weight: 900;
}
.f__footer > .top > .text > p {
  line-height: 2;
  font-size: 1.2rem;
}
.f__footer > .top > .text > p + p {
  margin-top: 1.5em;
}
.f__footer > .middle {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
}
.f__footer > .middle > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 2em 0;
  border-top: rgba(188, 188, 188, 0.5) 1px solid;
}
.f__footer > .middle > ul > li {
  margin: 1em 0.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 > .middle > ul > li > a > img {
  max-width: 100%;
}
.f__footer > .bottom {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background: #1e3b79;
}
.f__footer > .bottom > div {
  display: flex;
  flex-direction: column-reverse;
}
.f__footer > .bottom > div > .copyright {
  padding: 2em 20px;
  font-size: 1rem;
  color: #fff;
}
.f__footer > .bottom > div > .pagetop > a {
  transition: opacity 0.5s;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25em 20px;
  font-size: 1.2rem;
  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: 12px;
  margin-right: 1em;
}