/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%; }

audio:not([controls]) {
  display: none; }

details {
  display: block; }

input[type="number"] {
  width: auto; }
input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

main {
  display: block; }

summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

[unselectable] {
  user-select: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0; }

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility; }

html {
  background-color: #FFFFFF; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none; }

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

textarea {
  resize: vertical; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }
header .company:after, .globalNavi:after, footer .company:after, .content:after, .middleBox:after, .interview li:after, .interview li a:after {
  content: "";
  display: block;
  clear: both; }

header .company:after, .globalNavi:after, footer .company:after, .content:after, .middleBox:after, .interview li:after, .interview li a:after {
  content: "";
  display: block;
  clear: both; }

header .company {
  width: 1080px;
  margin: 0 auto; }
  header .company .logo {
    width: 290px;
    margin: 0 auto;
    padding: 15px; }
    header .company .logo img {
      width: 100%;
      border: none; }
  header .company .title {
    font-size: 16px;
    padding-left: 5px; }

.globalNaviWrap {
  background-color: #333; }

.globalNavi {
  width: 1080px;
  margin: auto; }
  .globalNavi li {
    display: inline-block;
    float: left;
    width: 180px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 35px; }
    .globalNavi li:hover {
      background: #D42929;
      color: #fff; }
    .globalNavi li a {
      display: block;
      width: 100%;
      height: 100%;
      color: inherit; }
  .globalNavi .current {
    border-bottom: 3px solid #D42929; }

footer {
  background-color: #D42929; }
  footer .company {
    width: 1080px;
    margin: 0 auto; }
    footer .company .contact {
      float: left;
      width: 400px;
      margin: 15px 0;
      color: #fff; }
      footer .company .contact .title {
        font-size: 13px;
        padding-right: 5px; }
      footer .company .contact .number {
        font-size: 25px; }
      footer .company .contact .address {
        font-size: 13px; }
    footer .company .logo {
      float: right;
      width: 200px;
      margin-top: 11px; }
      footer .company .logo img {
        width: 100%; }
  footer .sitemap {
    clear: both;
    padding: 10px;
    background-color: #333;
    list-style-type: none;
    text-align: center; }
    footer .sitemap li {
      display: inline-block;
      color: #fff;
      font-size: 14px; }
      footer .sitemap li + li:before {
        content: '|';
        display: inline-block;
        padding: 0 5px 0 2px; }
      footer .sitemap li a {
        color: inherit; }
        footer .sitemap li a:hover {
          color: #F6AB00;
          text-decoration: underline; }

body {
  font-family: sans-serif;
  color: #333; }

.content {
  width: 1080px;
  margin: 0 auto 50px; }

.companyWrap {
  min-width: 1080px; }

.headlineWrap {
  text-align: center;
  padding: 50px; }
  .headlineWrap .mainHeadline {
    display: inline-block;
    margin: 0 auto;
    padding: 25px 100px;
    text-align: center;
    background-color: #D42929;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 3px; }
    .headlineWrap .mainHeadline .sub {
      font-size: 13px; }

.middleBox {
  width: 900px;
  margin: 0 auto; }

.halfBox {
  width: 520px; }

.left {
  float: left; }

.right {
  float: right; }

.headline {
  margin-bottom: 8px;
  letter-spacing: 6px;
  color: #D42929; }

.text, .signature {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 12px; }

.signature {
  margin-top: 20px;
  text-align: right; }

footer {
  min-width: 1080px; }

.message {
  font-size: 14px;
  line-height: 2; }

.entry {
  border-radius: 10px;
  background-color: #D42929;
  text-align: center;
  font-weight: bold;
  color: #fff; }
  .entry:hover {
    background-color: #e26868;
    color: #fff; }
  .entry a {
    display: block;
    height: 100%;
    padding: 20px 50px;
    color: inherit;
    text-decoration: none; }

.interview {
  list-style-type: none; }
  .interview li {
    border-radius: 10px;
    background-color: #f3f3f3; }
    .interview li + li {
      margin-top: 15px; }
    .interview li:hover {
      background-color: #D42929;
      color: #fff; }
    .interview li a {
      display: block;
      height: 100%;
      color: inherit;
      text-decoration: none; }
    .interview li .wrap {
      display: table; }
    .interview li .face {
      display: table-cell;
      width: 120px;
      height: 100px;
      padding: 13px;
      text-align: center; }
      .interview li .face img {
        width: 80px;
        height: 80px;
        border: none;
        border-radius: 40px; }
    .interview li .text, .interview li .signature {
      display: table-cell;
      vertical-align: middle; }
    .interview li .name {
      font-weight: bold;
      font-size: 16px; }
    .interview li .catch {
      font-size: 12px; }

.attachLeft {
  float: left;
  margin: 0 20px 20px 0; }

.attachRight {
  float: right;
  margin: 0 0 20px 20px; }

.clear {
  clear: both; }
