@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
.mincho {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* uikit */
.uk-button {
  color: #fff;
  border-radius: 0;
  border: none;
  line-height: 1;
  font-weight: 500;
  background-color: #004f82 !important;
  transition: 0.4s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 900px) {
  .uk-button {
    font-size: 4.69333vw;
  }
}

@media only screen and (min-width: 900px) {
  .uk-button {
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 900px) {
  .uk-button {
    width: 218px;
    height: 60px;
    padding: 0;
  }
}

@media only screen and (max-width: 900px) {
  .uk-button {
    width: 55vw;
    height: 10vw;
  }
}

.uk-button.disabled {
  background-color: #E6E6E6 !important;
  color: #fff;
  pointer-events: none;
}

.uk-button:hover {
  opacity: 0.9;
  color: #fff;
}

.uk-button.arrow:after {
  content: "＞";
  position: absolute;
  width: 0.8em;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
}

* + [class*=uk-align] {
  margin-top: 0;
}

[class*=uk-align] {
  margin-bottom: 0;
}

.uk-sticky-fixed {
  box-shadow: 0 1px 5px 0 #ebebeb;
}

.uk-svg {
  max-width: 100%;
}

.uk-breadcrumb {
  margin: 0;
  display: flex;
  align-items: center;
  height: 40px;
}

@media only screen and (max-width: 900px) {
  .uk-breadcrumb {
    font-size: 2.77333vw;
  }
}

@media only screen and (min-width: 900px) {
  .uk-breadcrumb {
    font-size: 0.8125rem;
  }
}

.uk-breadcrumb > *,
.uk-breadcrumb > * > * {
  display: flex;
  align-items: center;
  font-size: inherit;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "\03e";
  margin: 0 5px;
}

.uk-offcanvas-container, .uk-offcanvas-page {
  overflow-x: unset;
}

@media only screen and (min-width: 1280px) {
  .nav-site {
    padding-left: calc((100% - 1280px) / 2);
    padding-right: calc((100% - 1280px) / 2);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
  .nav-site {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 900px) {
  .nav-site {
    min-width: initial;
    padding-left: 3.3vw;
    padding-right: 3.3vw;
  }
}

.nav-directory {
  margin-bottom: -32px;
  z-index: 10;
  position: relative;
}

@media only screen and (min-width: 1280px) {
  .nav-directory {
    padding-left: calc((100% - 1280px) / 2);
    padding-right: calc((100% - 1280px) / 2);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
  .nav-directory {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 900px) {
  .nav-directory {
    min-width: initial;
    padding-left: 3.3vw;
    padding-right: 3.3vw;
  }
}

@media only screen and (max-width: 900px) {
  .nav-directory {
    display: none;
  }
}

.nav-directory .uk-breadcrumb {
  position: relative;
  min-width: 580px;
  max-width: 635px;
  height: 32px;
  background-color: #000;
}

@media only screen and (max-width: 900px) {
  .nav-directory .uk-breadcrumb {
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 900px) {
  .nav-directory .uk-breadcrumb {
    font-size: 0.9375rem;
  }
}

.nav-directory .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "";
}

.nav-directory .uk-breadcrumb > * > * {
  color: #fff;
}

.nav-directory .uk-breadcrumb:after {
  content: "";
  position: absolute;
  right: -32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: #000000 transparent transparent transparent;
}

.nav-directory .uk-breadcrumb a {
  padding: 0 2em;
  border-right: 1px solid #fff;
}

.uk-subnav-pill {
  margin-left: -8px;
}

.uk-subnav-pill > * {
  padding-left: 8px;
}

.uk-subnav-pill > * > :first-child {
  padding: 0 12px;
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  height: 40px;
  box-sizing: border-box;
}

@media only screen and (max-width: 900px) {
  .uk-subnav-pill > * > :first-child {
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 900px) {
  .uk-subnav-pill > * > :first-child {
    font-size: 0.9375rem;
  }
}

.uk-subnav-pill > .uk-active > a {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* */
html {
  overflow-y: overlay;
}

html,
body {
  height: 100%;
  color: #000;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', -apple-system, 'YuGothic','Yu Gothic';
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 900px) {
  html,
  body {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'YuGothic','Yu Gothic';
  }
}

@media only screen and (min-width: 900px) {
  html,
  body {
    font-size: 16px;
  }
}

@media only screen and (max-width: 900px) {
  body:not(.home) section h2 {
    width: 60vw !important;
    height: 12vw !important;
  }
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', -apple-system, 'YuGothic','Yu Gothic';
}

@media only screen and (min-width: 900px) {
  .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'YuGothic','Yu Gothic';
  }
}

p {
  word-break: break-all;
}

@media only screen and (max-width: 900px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}

@media only screen and (min-width: 900px) {
  br.sp {
    display: none;
  }
  br.pc {
    display: block;
  }
}

#page-header .uk-navbar-container {
  box-sizing: border-box;
  background: #fff !important;
  border-bottom: 1px solid #000;
  height: 14vw;
  padding: 0 50px;
  box-shadow: none;
}

@media only screen and (max-width: 900px) {
  #page-header .uk-navbar-container {
    padding: 0 3.3vw;
  }
}

@media only screen and (min-width: 900px) {
  #page-header .uk-navbar-container {
    height: 100px;
  }
}

#page-header .uk-navbar-container .uk-navbar-left .uk-logo {
  display: inline-block;
  width: 50vw;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  padding-left: 0;
}

@media only screen and (max-width: 900px) {
  #page-header .uk-navbar-container .uk-navbar-left .uk-logo {
    min-height: 14vw;
  }
}

@media only screen and (min-width: 900px) {
  #page-header .uk-navbar-container .uk-navbar-left .uk-logo {
    width: 440px;
    position: absolute;
    height: 100px;
  }
}

#page-header .uk-navbar-container .uk-navbar-left .uk-heading-small {
  font-weight: 500;
  letter-spacing: 0em;
  color: #000;
  margin: 0;
}

@media only screen and (max-width: 900px) {
  #page-header .uk-navbar-container .uk-navbar-left .uk-heading-small {
    font-size: 6.4vw;
  }
}

@media only screen and (min-width: 900px) {
  #page-header .uk-navbar-container .uk-navbar-left .uk-heading-small {
    font-size: 1.875rem;
  }
}

#page-header .uk-navbar-container .uk-navbar-right {
  align-items: flex-end;
  margin-bottom: 16px;
}

#page-header .uk-navbar-container .uk-navbar-right .uk-navbar-flip .uk-navbar-nav > li > a {
  color: #004f82;
}

#page-header .uk-navbar-container .uk-navbar-right .uk-navbar-toggle {
  border-radius: 100%;
  width: 14vw;
  height: 14vw;
  padding: 0;
  min-height: initial;
}

#page-header .uk-navbar-container .uk-navbar-right .uk-navbar-toggle svg {
  width: 7vw;
}

#page-header .uk-navbar-container .uk-navbar-nav > li > a {
  min-height: auto;
  font-size: 100%;
  line-height: 1;
}

@media only screen and (min-width: 900px) {
  #page-header .uk-navbar-container .uk-navbar-nav > li > a {
    padding: 0 1em;
    color: #595757;
  }
}

#page-header .uk-navbar-container .uk-navbar-nav > li + li a {
  border-left: 1px solid #595757;
}

#page-header .page-title {
  background-color: #004f82;
  height: 180px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  #page-header .page-title {
    height: 30vw;
  }
}

#page-header .page-title h1 {
  color: #fff;
  font-weight: 500;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 900px) {
  #page-header .page-title h1 {
    font-size: 6.4vw;
  }
}

@media only screen and (min-width: 900px) {
  #page-header .page-title h1 {
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 1280px) {
  #page-header .page-title h1 {
    padding-left: calc((100% - 1280px) / 2);
    padding-right: calc((100% - 1280px) / 2);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
  #page-header .page-title h1 {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 900px) {
  #page-header .page-title h1 {
    min-width: initial;
    padding-left: 3.3vw;
    padding-right: 3.3vw;
  }
}

@media only screen and (max-width: 960px) {
  #page-header .page-title h1 {
    max-width: 900px;
    margin-bottom: 0;
    margin-top: -5vw;
  }
}

@media only screen and (max-width: 960px) and (max-width: 900px) {
  #page-header .page-title h1 {
    font-size: 5.12vw;
  }
}

@media only screen and (max-width: 960px) and (min-width: 900px) {
  #page-header .page-title h1 {
    font-size: 1.5rem;
  }
}

.page-wrapper {
  min-height: 100%;
  margin: auto;
  max-width: 1000px;
}

@media only screen and (min-width: 1280px) {
  .page-wrapper {
    padding-left: calc((100% - 1280px) / 2);
    padding-right: calc((100% - 1280px) / 2);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
  .page-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 900px) {
  .page-wrapper {
    min-width: initial;
    padding-left: 3.3vw;
    padding-right: 3.3vw;
  }
}

#page-content {
  margin-top: -40px;
  margin-bottom: -44vw;
}

@media only screen and (max-width: 960px) {
  #page-content {
    margin-top: -5vw;
  }
}

@media only screen and (min-width: 900px) {
  #page-content {
    margin-bottom: -325px;
  }
}

@media only screen and (max-width: 900px) {
  #page-content .head img {
    min-height: 40vw;
    object-fit: cover;
    margin-left: -3.3vw;
    margin-right: -3.3vw;
    width: calc(100% + 6.6vw);
    max-width: 200%;
  }
}

@media only screen and (max-width: 900px) and (max-width: 900px) {
  #page-content .head + section {
    margin-top: -12vw !important;
  }
}

#page-content:after {
  content: "";
  display: block;
}

#page-top {
  position: absolute;
  right: 0;
  padding-top: 0;
  padding-right: calc((100% - 1280px) / 2);
  margin-top: -30px;
}

#page-footer {
  color: #fff;
  background-color: #3e3a39;
  margin-top: 6%;
}

@media only screen and (max-width: 900px) {
  #page-footer {
    margin-top: 10%;
  }
}

#page-footer .uk-navbar-container {
  box-sizing: border-box;
  height: 265px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}

#page-footer .uk-navbar-container[class*="footer-nav-sp0"] {
  display: none;
}

@media only screen and (max-width: 900px) {
  #page-footer .uk-navbar-container.footer-nav-pc {
    display: none;
  }
  #page-footer .uk-navbar-container[class*="footer-nav-sp0"] {
    display: block;
    height: initial;
    padding: 0;
  }
  #page-footer .uk-navbar-container.footer-nav-sp01 {
    padding: 1.2em 0;
    width: 80%;
    margin: auto;
  }
  #page-footer .uk-navbar-container.footer-nav-sp01 .uk-navbar-nav a {
    padding: 0 1em;
  }
  #page-footer .uk-navbar-container.footer-nav-sp01 .uk-navbar-nav li + li a {
    border-left: 1px solid #fff;
  }
  #page-footer .uk-navbar-container.footer-nav-sp02 {
    padding: 0.5em 0;
    border-top: 1px solid #fff;
  }
  #page-footer .uk-navbar-container.footer-nav-sp02 .uk-navbar-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #page-footer .uk-navbar-container.footer-nav-sp02 .uk-navbar-nav li {
    flex-basis: 52%;
    padding-left: 5em;
  }
  #page-footer .uk-navbar-container.footer-nav-sp02 .uk-navbar-nav li a {
    line-height: 1.4;
  }
}

#page-footer .uk-navbar-container h3 {
  color: #fff;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 900px) {
  #page-footer .uk-navbar-container h3 {
    font-size: 4.69333vw;
  }
}

@media only screen and (min-width: 900px) {
  #page-footer .uk-navbar-container h3 {
    font-size: 1.375rem;
  }
}

#page-footer .uk-navbar-container .uk-navbar-nav {
  margin: 0;
  width: 100vw;
  justify-content: space-between;
}

@media only screen and (max-width: 900px) {
  #page-footer .uk-navbar-container .uk-navbar-nav {
    width: 72vw;
    margin: auto;
  }
}

#page-footer .uk-navbar-container .uk-navbar-nav > li > a {
  color: #fff;
  letter-spacing: 0em;
  padding: 0;
  justify-content: left;
  min-height: 1em;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 900px) {
  #page-footer .uk-navbar-container .uk-navbar-nav > li > a {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  #page-footer .uk-navbar-container .uk-navbar-nav > li > a {
    font-size: 0.875rem;
  }
}

#page-footer .uk-navbar-container .uk-navbar-nav > li > a:hover {
  text-decoration: underline;
}

#page-footer .uk-navbar-container .uk-nav-sub li {
  list-style: none;
}

#page-footer .uk-navbar-container .uk-nav-sub li a {
  color: #fff;
}

@media only screen and (max-width: 900px) {
  #page-footer .uk-navbar-container .uk-nav-sub li a {
    font-size: 2.56vw;
  }
}

@media only screen and (min-width: 900px) {
  #page-footer .uk-navbar-container .uk-nav-sub li a {
    font-size: 0.75rem;
  }
}

#page-footer .uk-text-small {
  letter-spacing: 0em;
  text-indent: 0em;
}

@media only screen and (max-width: 900px) {
  #page-footer .uk-text-small {
    font-size: 2.13333vw;
  }
}

@media only screen and (min-width: 900px) {
  #page-footer .uk-text-small {
    font-size: 0.625rem;
  }
}

#page-footer .copyright {
  height: 60px;
  display: flex;
  align-items: center;
  border-top: 1px solid #fff;
  box-sizing: border-box;
}

@media only screen and (max-width: 900px) {
  #page-footer .copyright {
    height: 13vw;
  }
}

#page-footer .copyright p {
  margin: 0;
  line-height: 1;
}

@media only screen and (max-width: 900px) {
  #page-footer .copyright p {
    text-align: center !important;
    margin: auto;
  }
}

#page-footer .uk-navbar-container,
#page-footer .copyright {
  width: initial !important;
  max-width: initial !important;
}

@media only screen and (min-width: 1280px) {
  #page-footer .uk-navbar-container,
  #page-footer .copyright {
    padding-left: calc((100% - 1280px) / 2);
    padding-right: calc((100% - 1280px) / 2);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
  #page-footer .uk-navbar-container,
  #page-footer .copyright {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 900px) {
  #page-footer .uk-navbar-container,
  #page-footer .copyright {
    min-width: initial;
    padding-left: 3.3vw;
    padding-right: 3.3vw;
  }
}

@media only screen and (min-width: 1280px) {
  #page-footer .uk-navbar-container,
  #page-footer .copyright {
    max-width: initial !important;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1380px) {
  #page-footer .uk-navbar-container,
  #page-footer .copyright {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media only screen and (min-width: 1000px) {
  #page-footer .uk-navbar-container,
  #page-footer .copyright {
    display: flex;
    justify-content: center;
  }
  #page-footer .uk-navbar-container h3,
  #page-footer .uk-navbar-container .uk-navbar-nav,
  #page-footer .uk-navbar-container p,
  #page-footer .copyright h3,
  #page-footer .copyright .uk-navbar-nav,
  #page-footer .copyright p {
    width: 900px;
  }
}

#page-footer,
#page-content:after {
  height: 44vw;
}

@media only screen and (min-width: 900px) {
  #page-footer,
  #page-content:after {
    height: 325px;
  }
}

#mobile-navbar.uk-offcanvas-overlay {
  margin-top: calc(14vw + 0px);
}

#mobile-navbar.uk-offcanvas-overlay:before {
  background: rgba(0, 0, 0, 0.6);
}

#mobile-navbar .uk-offcanvas-bar {
  box-shadow: 2px 0 5px 0 #ebebeb;
  width: 85vw;
  background-color: #f2f2f2;
  padding: 0;
}

#mobile-navbar .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
  transform: rotate(270deg);
}

#mobile-navbar .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
  transform: rotate(180deg);
}

#mobile-navbar li h3 {
  background-color: #004f82;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  padding: 1vw 6vw;
}

@media only screen and (max-width: 900px) {
  #mobile-navbar li h3 {
    font-size: 3.41333vw;
  }
}

@media only screen and (min-width: 900px) {
  #mobile-navbar li h3 {
    font-size: 1rem;
  }
}

#mobile-navbar li a {
  display: block;
  color: #888;
  font-weight: 500;
  padding: 2.5vw 4vw;
  margin: 0 2vw;
}

@media only screen and (max-width: 900px) {
  #mobile-navbar li a {
    font-size: 3.41333vw;
  }
}

@media only screen and (min-width: 900px) {
  #mobile-navbar li a {
    font-size: 1rem;
  }
}

#mobile-navbar li:not(.heading) + li a {
  border-top: 1px solid #004f82;
}

#mobile-navbar .uk-parent {
  overflow-x: hidden;
}

#mobile-navbar .uk-nav-sub {
  background: #fff;
  margin: 0 -2vw;
  padding: 0 2vw;
}

#mobile-navbar .uk-nav-sub li {
  margin: 0;
}

#mobile-navbar .uk-nav-sub li a {
  text-indent: 1em;
}

/*
/* CSS Document corp */
/* -------------------------------------------------------------------------------------------------- */
body.home .uk-slider-items > li.uk-active .uk-overlay {
  opacity: 0;
}

body.home .uk-slider-items > li .uk-overlay {
  transition: .8s;
}

body.home .uk-slider-items > li [class*=" slide0"] .text_wrap {
  padding: 4em 3em;
  width: 100%;
  box-sizing: content-box;
}

@media only screen and (max-width: 900px) {
  body.home .uk-slider-items > li [class*=" slide0"] .text_wrap {
    padding: 2em 2em;
  }
}

body.home .uk-slider-items > li [class*=" slide0"] .text_wrap h3 {
  display: inline;
  color: #133776;
  font-weight: 500;
  border-bottom: 2px solid #133776;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2), -1px 1px 3px rgba(255, 255, 255, 0.2), 1px -1px 3px rgba(255, 255, 255, 0.2), -1px -1px 3px rgba(255, 255, 255, 0.2), 1px 0px 3px rgba(255, 255, 255, 0.2), 0px 1px 3px rgba(255, 255, 255, 0.2), -1px 0px 3px rgba(255, 255, 255, 0.2), 0px -1px 3px rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 900px) {
  body.home .uk-slider-items > li [class*=" slide0"] .text_wrap h3 {
    font-size: 4.26667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home .uk-slider-items > li [class*=" slide0"] .text_wrap h3 {
    font-size: 2.048vw;
  }
}

body.home .uk-slider-items > li [class*=" slide0"] .text_wrap p {
  color: #133776;
  margin-top: 2em;
  line-height: 1.8;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2), -1px 1px 3px rgba(255, 255, 255, 0.2), 1px -1px 3px rgba(255, 255, 255, 0.2), -1px -1px 3px rgba(255, 255, 255, 0.2), 1px 0px 3px rgba(255, 255, 255, 0.2), 0px 1px 3px rgba(255, 255, 255, 0.2), -1px 0px 3px rgba(255, 255, 255, 0.2), 0px -1px 3px rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 900px) {
  body.home .uk-slider-items > li [class*=" slide0"] .text_wrap p {
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home .uk-slider-items > li [class*=" slide0"] .text_wrap p {
    font-size: 1.536vw;
  }
}

body.home .uk-slider-items > li .slide01 .text_wrap {
  margin-top: -4vw;
}

@media only screen and (max-width: 900px) {
  body.home .uk-slider-items > li .slide01 .text_wrap {
    margin-top: -8vw;
  }
}

body.home .uk-slider-items > li .slide01 .text_wrap p {
  color: #133776;
  font-weight: 500;
}

@media only screen and (max-width: 900px) {
  body.home .uk-slider-items > li .slide01 .text_wrap p {
    font-size: 4vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home .uk-slider-items > li .slide01 .text_wrap p {
    font-size: 1.92vw;
  }
}

@media only screen and (max-width: 900px) and (max-width: 900px) {
  body.home .uk-slider-items > li .slide01 .text_wrap p {
    font-size: 3.73333vw;
  }
}

@media only screen and (max-width: 900px) and (min-width: 900px) {
  body.home .uk-slider-items > li .slide01 .text_wrap p {
    font-size: 1.792vw;
  }
}

body.home .uk-slider-items > li .slide03 h3, body.home .uk-slider-items > li .slide03 p,
body.home .uk-slider-items > li .slide04 h3,
body.home .uk-slider-items > li .slide04 p {
  color: #fff !important;
  border-color: #fff !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), -1px 1px 3px rgba(0, 0, 0, 0.2), 1px -1px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.2), 1px 0px 3px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), -1px 0px 3px rgba(0, 0, 0, 0.2), 0px -1px 3px rgba(0, 0, 0, 0.2) !important;
}

body.home .uk-slider-items > li .slide04 .uk-cover {
  left: 20%;
  transform: translate(-20%, -50%);
}

body.home .uk-slider-items {
  min-height: 31vw;
}

@media only screen and (max-width: 960px) {
  body.home .uk-slider-items {
    min-height: 41vw;
  }
}

@media only screen and (max-width: 900px) {
  body.home .uk-slider-items {
    min-height: 70vw;
  }
}

body.home .uk-dotnav > .uk-active > * {
  background-color: #cc5520;
  border-color: #cc5520;
}

body.home .uk-dotnav > * > * {
  border-radius: 0;
  background-color: #c8c8c9;
  border-color: #c8c8c9;
}

@media only screen and (max-width: 900px) {
  body.home .uk-width-5-6 {
    width: 100%;
  }
}

@media only screen and (min-width: 0) and (max-width: 900px) and (orientation: landscape) {
  body.home .uk-slider-items {
    min-height: 100vh;
  }
}

body.home #page-wrapper {
  margin-top: 0;
}

body.home #page-content #news {
  padding: 8% 0;
}

body.home #page-content #news h2 {
  font-weight: 500;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #news h2 {
    font-size: 4.69333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home #page-content #news h2 {
    font-size: 1.375rem;
  }
}

body.home #page-content #news .uk-table {
  max-width: 700px;
  margin: auto;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #news .uk-table {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home #page-content #news .uk-table {
    font-size: 0.875rem;
  }
}

body.home #page-content #news .uk-table .corp, body.home #page-content #news .uk-table .recruit {
  display: inline-block;
  color: #fff;
  width: 150px;
  text-align: center;
}

body.home #page-content #news .uk-table .corp {
  background-color: #004f82;
}

body.home #page-content #news .uk-table .recruit {
  background-color: #000;
}

body.home #page-content #news .uk-table a {
  text-decoration: underline;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #news .uk-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  body.home #page-content #news .uk-table tr td {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    min-width: 28vw;
  }
  body.home #page-content #news .uk-table tr td:last-child {
    padding-top: 0;
    padding-left: 2em;
    width: 100%;
  }
}

body.home #page-content #news .uk-container {
  margin-top: 8%;
  margin-bottom: 2%;
}

body.home #page-content #news .uk-button {
  background-color: transparent !important;
  border-radius: 0;
  border: 1px solid #000;
  color: #000;
  width: 155px;
  height: 50px;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #news .uk-button {
    font-size: 3.41333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home #page-content #news .uk-button {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 900px) {
  body.home #page-content #news .uk-button {
    width: 31.1vw;
    height: 9.7vw;
    padding: 0;
  }
}

body.home #page-content #aboutus {
  height: 530px;
  background-image: url(../images/home/bg-aboutus.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 5% 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
  body.home #page-content #aboutus {
    height: 90vw;
  }
}

@media only screen and (max-width: 900px) {
  body.home #page-content #aboutus {
    height: 110vw;
  }
}

body.home #page-content #aboutus h2 {
  color: #fff;
  margin-bottom: 2em;
  font-weight: 500;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #aboutus h2 {
    font-size: 4.69333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home #page-content #aboutus h2 {
    font-size: 1.375rem;
  }
}

body.home #page-content #aboutus a {
  text-decoration: none;
}

body.home #page-content #aboutus a figcaption {
  background-color: #fff;
  color: #211815;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .8em;
  box-sizing: content-box;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #aboutus a figcaption {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home #page-content #aboutus a figcaption {
    font-size: 0.875rem;
  }
}

body.home #page-content #aboutus a figcaption span:first-child {
  width: 95%;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  body.home #page-content #aboutus a {
    display: flex;
    justify-content: center;
  }
  body.home #page-content #aboutus a figure {
    display: flex;
  }
  body.home #page-content #aboutus a figure img, body.home #page-content #aboutus a figure figcaption {
    object-fit: cover;
    width: 46.7vw;
    height: 20vw;
    box-sizing: border-box !important;
  }
}

body.home #page-content #jigyo {
  padding: 8% 0;
}

body.home #page-content #jigyo h2 {
  color: #004f82;
  border: 1px solid #004f82;
  display: block;
  margin: auto;
  margin-bottom: 2em;
  padding: 0.25em 4em;
  width: 8em;
  font-weight: 500;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #jigyo h2 {
    font-size: 4.69333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home #page-content #jigyo h2 {
    font-size: 1.375rem;
  }
}

body.home #page-content #jigyo .bestpartner {
  margin-bottom: -2em;
  flex-wrap: nowrap;
  justify-content: space-between;
}

body.home #page-content #jigyo .bestpartner img {
  z-index: 10;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #jigyo .bestpartner img {
    width: 57.3vw;
    margin-left: -3.3vw;
  }
}

body.home #page-content #jigyo .bestpartner figcaption {
  background-color: rgba(0, 79, 130, 0.9);
  color: #fff;
  padding: 2em 5em;
  margin-left: -3em;
  margin-top: 2em;
}

body.home #page-content #jigyo .bestpartner figcaption h3 {
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #jigyo .bestpartner figcaption h3 {
    font-size: 4.69333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home #page-content #jigyo .bestpartner figcaption h3 {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 900px) {
  body.home #page-content #jigyo .bestpartner figcaption p {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home #page-content #jigyo .bestpartner figcaption p {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 900px) {
  body.home #page-content #jigyo .bestpartner figcaption {
    margin-left: 0;
    margin-top: -4.5em;
    padding: 6em 2em 2em;
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  body.home #page-content #jigyo .bestpartner {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1100px) {
  body.home #page-content #jigyo .bestpartner figcaption {
    padding: 2em 3em;
  }
}

body.home #page-content #jigyo a {
  text-decoration: none;
}

body.home #page-content #jigyo a figcaption {
  background: linear-gradient(to right, #ffffff 0%, #cecece 100%);
  color: #004f82;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .8em;
  width: 360px;
  box-sizing: border-box;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #jigyo a figcaption {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home #page-content #jigyo a figcaption {
    font-size: 0.875rem;
  }
}

body.home #page-content #jigyo a figcaption span:first-child {
  width: 95%;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #jigyo .nfe_total_solution img, body.home #page-content #jigyo .nfe_total_solution svg {
    width: 93.4vw;
    height: 93.4vw;
  }
}

@media only screen and (max-width: 900px) and (max-width: 900px) {
  body.home #page-content #jigyo .links {
    display: flex;
    justify-content: center;
  }
  body.home #page-content #jigyo .links figure {
    display: flex;
  }
  body.home #page-content #jigyo .links figure img, body.home #page-content #jigyo .links figure figcaption {
    object-fit: cover;
    width: 46.7vw;
    height: 33.3vw;
    box-sizing: border-box !important;
  }
}

body.home #page-content #recruit {
  height: 340px;
  background-image: url(../images/home/bg-recruit.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 5% 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #recruit {
    height: 53.3vw;
    padding: 8% 0;
  }
}

body.home #page-content #recruit h2 {
  font-weight: 400;
  color: #fff;
  background-color: #004f82;
  width: 358px;
  height: 60px;
  margin: auto;
  margin-bottom: 2em;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #recruit h2 {
    font-size: 4.69333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home #page-content #recruit h2 {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 900px) {
  body.home #page-content #recruit h2 {
    width: 57vw;
    height: 9.7vw;
  }
}

body.home #page-content #recruit .uk-button {
  background: linear-gradient(to right, #ffffff 0%, #cecece 100%);
  color: #004f82;
  font-weight: 400;
  width: 320px;
  height: 60px;
  border-radius: 0;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #recruit .uk-button {
    font-size: 4.26667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home #page-content #recruit .uk-button {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 900px) {
  body.home #page-content #recruit .uk-button {
    width: 43.2vw;
    height: 12vw;
  }
}

body.home #page-content #corp {
  height: 340px;
  background-image: url(../images/home/bg-corp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 5% 0;
  box-sizing: border-box;
  margin-bottom: -30px;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #corp {
    height: 80vw;
    padding: 8% 0;
  }
  body.home #page-content #corp .uk-grid > * {
    display: flex;
    justify-content: center;
  }
}

body.home #page-content #corp h2 {
  font-weight: 400;
  color: #fff;
  background-color: rgba(0, 79, 130, 0.9);
  width: 358px;
  height: 60px;
  margin: auto;
  margin-bottom: 2em;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #corp h2 {
    font-size: 4.69333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home #page-content #corp h2 {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 900px) {
  body.home #page-content #corp h2 {
    width: 57vw;
    height: 9.7vw;
  }
}

body.home #page-content #corp .uk-button {
  background-color: rgba(0, 79, 130, 0.9) !important;
  color: #fff;
  font-weight: 400;
  width: 300px;
  height: 70px;
  border-radius: 0;
}

@media only screen and (max-width: 900px) {
  body.home #page-content #corp .uk-button {
    font-size: 4.26667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.home #page-content #corp .uk-button {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 900px) {
  body.home #page-content #corp .uk-button {
    width: 93.3vw;
    height: 12vw;
  }
}

body.home #page-footer {
  margin-top: 30px;
}

/*
/* CSS Document jirei */
/* -------------------------------------------------------------------------------------------------- */
body.jirei #page-content .uk-tab:before {
  border-bottom: none;
}

@media only screen and (max-width: 900px) {
  body.jirei #page-content {
    margin-top: -40px;
  }
  body.jirei #page-content #switcher {
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 3.3vw;
  }
  body.jirei #page-content .uk-button {
    width: 55vw;
    height: 10vw;
  }
  body.jirei #page-content [class*=uk-child-width] > * {
    box-sizing: border-box;
    width: 50%;
  }
}

@media only screen and (max-width: 900px) {
  body.jirei #page-content #tab-content.uk-margin {
    margin-top: 3.3vw !important;
  }
}

body.jirei #page-content #tab-content .uk-grid {
  margin-top: 40px !important;
}

@media only screen and (max-width: 900px) {
  body.jirei #page-content #tab-content .uk-grid {
    margin-top: 3.3vw !important;
    margin-left: -3.3vw;
  }
  body.jirei #page-content #tab-content .uk-grid > * {
    padding-left: 3.3vw;
  }
}

body.jirei #page-content .lb-jirei a {
  text-decoration: none;
}

body.jirei #page-content .lb-jirei a.uk-thumbnail::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/jigyo/icon_loope.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 2px;
  left: 2px;
}

body.jirei #page-content .lb-jirei a .uk-thumbnail-caption {
  color: #000;
  margin-top: 0.5em;
}

body.jirei #page-content .lb-jirei > *:not(:first-child) {
  display: none;
}

@media only screen and (max-width: 900px) {
  body.jirei #page-content .lb-jirei img {
    width: calc(100vw - (3.3) * 2vw);
  }
}

/*
/* CSS Document corp */
/* -------------------------------------------------------------------------------------------------- */
body.corp #page-content .links {
  margin-top: -40px;
}

body.corp #page-content .links a {
  text-decoration: none;
}

body.corp #page-content .links a figcaption {
  background-color: #004f82;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 4em 1em 1em;
  box-sizing: border-box;
  margin-top: -3em;
  margin-right: -1em;
  margin-left: 1em;
  line-height: 1;
}

/*
/* CSS Document jigyo */
/* -------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
  body.jigyo #page-content {
    margin-top: -10vw;
  }
}

body.jigyo #page-content .links a {
  text-decoration: none;
}

@media only screen and (max-width: 900px) {
  body.jigyo #page-content .links a + a {
    margin-top: 1em;
  }
}

body.jigyo #page-content .links a [class^="catch0"] {
  background-image: url(/images/jigyo/catch01.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 960px;
  height: 190px;
  z-index: 10;
  position: relative;
}

@media only screen and (max-width: 900px) {
  body.jigyo #page-content .links a [class^="catch0"] {
    width: calc(100vw - 3.3vw);
    height: 25.3vw;
    margin-left: -3.3vw;
    background-position: 112% center;
  }
}

body.jigyo #page-content .links a [class^="catch0"] figure {
  position: relative;
  background-color: #008cd5;
  height: 190px;
  width: 68%;
  padding: 3%;
  box-sizing: border-box;
}

@media only screen and (max-width: 900px) {
  body.jigyo #page-content .links a [class^="catch0"] figure {
    width: 60%;
    height: 25.3vw;
    display: flex;
    align-items: center;
  }
}

body.jigyo #page-content .links a [class^="catch0"] figure img {
  display: inline-block;
}

@media only screen and (max-width: 900px) {
  body.jigyo #page-content .links a [class^="catch0"] figure img {
    width: 12.5vw;
    margin-right: 0.5em;
  }
}

body.jigyo #page-content .links a [class^="catch0"] figure figcaption {
  margin-left: 1.5em;
  overflow: hidden;
}

body.jigyo #page-content .links a [class^="catch0"] figure figcaption h3 {
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 900px) {
  body.jigyo #page-content .links a [class^="catch0"] figure figcaption h3 {
    font-size: 5.54667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.jigyo #page-content .links a [class^="catch0"] figure figcaption h3 {
    font-size: 1.625rem;
  }
}

@media only screen and (max-width: 900px) {
  body.jigyo #page-content .links a [class^="catch0"] figure figcaption h3 {
    white-space: nowrap;
    line-height: 1;
    margin: 0;
  }
}

@media only screen and (max-width: 900px) and (max-width: 900px) {
  body.jigyo #page-content .links a [class^="catch0"] figure figcaption h3 {
    font-size: 4.26667vw;
  }
}

@media only screen and (max-width: 900px) and (min-width: 900px) {
  body.jigyo #page-content .links a [class^="catch0"] figure figcaption h3 {
    font-size: 1.25rem;
  }
}

body.jigyo #page-content .links a [class^="catch0"] figure figcaption p {
  color: #fff;
  margin: 0;
}

@media only screen and (max-width: 900px) {
  body.jigyo #page-content .links a [class^="catch0"] figure figcaption p {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.jigyo #page-content .links a [class^="catch0"] figure figcaption p {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 900px) {
  body.jigyo #page-content .links a [class^="catch0"] figure figcaption {
    margin-left: 0;
  }
}

body.jigyo #page-content .links a [class^="catch0"] figure:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 95px 0 95px 40px;
  border-color: transparent transparent transparent #008ad5;
  position: absolute;
  right: -40px;
  top: 0;
}

@media only screen and (max-width: 900px) {
  body.jigyo #page-content .links a [class^="catch0"] figure:after {
    border-width: 12.7vw 0 12.7vw 5.3vw;
    right: -5.2vw;
  }
}

body.jigyo #page-content .links a .catch01 {
  background-image: url(/images/jigyo/catch01.jpg);
}

body.jigyo #page-content .links a .catch01 figure {
  background-color: #008ad5;
}

body.jigyo #page-content .links a .catch01 figure:after {
  border-color: transparent transparent transparent #008ad5;
}

body.jigyo #page-content .links a .catch02 {
  background-image: url(/images/jigyo/catch02.jpg);
}

body.jigyo #page-content .links a .catch02 figure {
  background-color: #009882;
}

body.jigyo #page-content .links a .catch02 figure:after {
  border-color: transparent transparent transparent #009882;
}

body.jigyo #page-content .links a .catch03 {
  background-image: url(/images/jigyo/catch03.jpg);
}

body.jigyo #page-content .links a .catch03 figure {
  background-color: #80af1f;
}

body.jigyo #page-content .links a .catch03 figure:after {
  border-color: transparent transparent transparent #80af1f;
}

body.jigyo #page-content .links a .catch04 {
  background-image: url(/images/jigyo/catch04.jpg);
}

body.jigyo #page-content .links a .catch04 figure {
  background-color: #006796;
}

body.jigyo #page-content .links a .catch04 figure:after {
  border-color: transparent transparent transparent #006796;
}

body.jigyo #page-content .links a .catch05 {
  background-image: url(/images/jigyo/catch05.jpg);
}

body.jigyo #page-content .links a .catch05 figure {
  background-color: #7e3080;
}

body.jigyo #page-content .links a .catch05 figure:after {
  border-color: transparent transparent transparent #7e3080;
}

body.jigyo #page-content .links a .contents {
  width: 960px;
  background-color: #004f82;
  padding: 5em 1.5em 1.5em;
  box-sizing: border-box;
  margin-top: -3em;
  margin-right: -2em;
  margin-left: 2em;
  align-items: flex-start;
}

@media only screen and (max-width: 900px) {
  body.jigyo #page-content .links a .contents {
    width: calc(100vw - 3.3vw);
    margin-left: 0;
    padding: 4em 1em 1em;
    display: flex;
    flex-wrap: wrap;
  }
  body.jigyo #page-content .links a .contents p {
    color: #fff;
    margin-bottom: 0.5em;
  }
  body.jigyo #page-content .links a .contents img, body.jigyo #page-content .links a .contents svg {
    margin: auto;
  }
}

body.jigyo #page-content .links a .contents ul {
  color: #fff;
  margin: 0;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  body.jigyo #page-content .links a .contents ul {
    font-size: 2.77333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.jigyo #page-content .links a .contents ul {
    font-size: 0.8125rem;
  }
}

@media only screen and (max-width: 900px) {
  body.jigyo #page-content .links a .contents ul {
    margin-left: 0;
    padding-left: 1.5em;
    margin-bottom: 1em;
  }
}

/*
/* CSS Document news */
/* -------------------------------------------------------------------------------------------------- */
body.news #page-content .uk-table {
  max-width: 100%;
  margin: auto;
  margin-top: 4em;
}

@media only screen and (max-width: 900px) {
  body.news #page-content .uk-table {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.news #page-content .uk-table {
    font-size: 0.875rem;
  }
}

body.news #page-content .uk-table tr {
  border-top: 1px solid #251e1c;
}

body.news #page-content .uk-table tr:last-child {
  border-bottom: 1px solid #251e1c;
}

body.news #page-content .uk-table .date {
  width: 160px;
}

@media only screen and (max-width: 900px) {
  body.news #page-content .uk-table .date {
    width: 50%;
    box-sizing: border-box;
  }
}

body.news #page-content .uk-table .corp, body.news #page-content .uk-table .recruit {
  display: inline-block;
  color: #fff;
  width: 150px;
  text-align: center;
}

body.news #page-content .uk-table .corp {
  background-color: #004f82;
}

body.news #page-content .uk-table .recruit {
  background-color: #000;
}

body.news #page-content .uk-table .jigyo {
  background-color: #595757;
}

body.news #page-content .uk-table a {
  text-decoration: underline;
}

@media only screen and (max-width: 900px) {
  body.news #page-content .uk-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  body.news #page-content .uk-table tr td {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
  body.news #page-content .uk-table tr td:last-child {
    padding-top: 0;
    padding-left: 2em;
  }
}

/*
/* CSS Document corp01 */
/* -------------------------------------------------------------------------------------------------- */
body.corp01 #page-content {
  /* corp02 */
}

body.corp01 #page-content #greetings {
  margin-bottom: 4em;
}

body.corp01 #page-content #greetings h2 {
  font-weight: 500;
  color: #004f82;
  border-bottom: 1px solid #004f82;
  height: auto !important;
  width: auto !important;
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #greetings h2 {
    font-size: 5.33333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.corp01 #page-content #greetings h2 {
    font-size: 1.5625rem;
  }
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #greetings {
    margin-bottom: 10em;
  }
}

@media only screen and (max-width: 900px) and (max-width: 900px) {
  body.corp01 #page-content #greetings img {
    width: 70%;
    margin-bottom: 2em;
    float: none;
  }
}

body.corp01 #page-content #greetings .greetings {
  padding: 5em;
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #greetings .greetings {
    padding: 0;
  }
}

body.corp01 #page-content #policy {
  margin-bottom: 4em;
}

body.corp01 #page-content #policy h2 {
  font-weight: 500;
  color: #fff;
  background-color: #004f82;
  width: 357px;
  height: 61px;
  margin-bottom: 2em;
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #policy h2 {
    font-size: 4.69333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.corp01 #page-content #policy h2 {
    font-size: 1.375rem;
  }
}

body.corp01 #page-content #policy ol {
  max-width: 700px;
  list-style: none;
  padding-left: 0;
}

body.corp01 #page-content #policy ol li {
  border-bottom: 1px dotted #004f82;
  color: #004f82;
  padding: 1em 0;
  line-height: 1;
}

body.corp01 #page-content #policy ol li:first-child {
  border-top: 1px dotted #004f82;
}

body.corp01 #page-content #links {
  margin-bottom: 2em;
}

body.corp01 #page-content #links .companies {
  max-width: 720px;
  margin: auto 0;
  margin-left: -70px;
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #links .companies {
    margin-left: -40px;
  }
}

body.corp01 #page-content #links .uk-button {
  background-color: transparent !important;
  color: #004f82;
  font-weight: 500;
  border: 2px solid #004f82;
  border-radius: 0;
  width: 290px;
  height: 96px;
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #links .uk-button {
    font-size: 3.41333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.corp01 #page-content #links .uk-button {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #links .uk-button {
    width: initial;
  }
}

body.corp01 #page-content #links hr {
  border-top: 1px solid #004f82;
  margin: 3em 0;
}

body.corp01 #page-content #information,
body.corp01 #page-content #officer {
  margin-top: -64px;
}

body.corp01 #page-content #information,
body.corp01 #page-content #history,
body.corp01 #page-content #officer,
body.corp01 #page-content #organization,
body.corp01 #page-content #office {
  z-index: 10;
  position: relative;
  margin-bottom: 4em;
}

body.corp01 #page-content #information h2,
body.corp01 #page-content #history h2,
body.corp01 #page-content #officer h2,
body.corp01 #page-content #organization h2,
body.corp01 #page-content #office h2 {
  font-weight: 500;
  color: #fff;
  background-color: #004f82;
  width: 357px;
  height: 64px;
  margin-bottom: 2em;
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #information h2,
  body.corp01 #page-content #history h2,
  body.corp01 #page-content #officer h2,
  body.corp01 #page-content #organization h2,
  body.corp01 #page-content #office h2 {
    font-size: 4.69333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.corp01 #page-content #information h2,
  body.corp01 #page-content #history h2,
  body.corp01 #page-content #officer h2,
  body.corp01 #page-content #organization h2,
  body.corp01 #page-content #office h2 {
    font-size: 1.375rem;
  }
}

body.corp01 #page-content #information .uk-table,
body.corp01 #page-content #history .uk-table,
body.corp01 #page-content #officer .uk-table,
body.corp01 #page-content #organization .uk-table,
body.corp01 #page-content #office .uk-table {
  max-width: 800px;
}

body.corp01 #page-content #information .uk-table tr,
body.corp01 #page-content #history .uk-table tr,
body.corp01 #page-content #officer .uk-table tr,
body.corp01 #page-content #organization .uk-table tr,
body.corp01 #page-content #office .uk-table tr {
  border-bottom: 1px solid #000;
  display: inline-table;
  width: 100%;
}

body.corp01 #page-content #information .uk-table th,
body.corp01 #page-content #history .uk-table th,
body.corp01 #page-content #officer .uk-table th,
body.corp01 #page-content #organization .uk-table th,
body.corp01 #page-content #office .uk-table th {
  font-weight: 500;
  width: 20%;
  color: #000;
  vertical-align: top;
  padding-left: 0;
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #information .uk-table th,
  body.corp01 #page-content #history .uk-table th,
  body.corp01 #page-content #officer .uk-table th,
  body.corp01 #page-content #organization .uk-table th,
  body.corp01 #page-content #office .uk-table th {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.corp01 #page-content #information .uk-table th,
  body.corp01 #page-content #history .uk-table th,
  body.corp01 #page-content #officer .uk-table th,
  body.corp01 #page-content #organization .uk-table th,
  body.corp01 #page-content #office .uk-table th {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #information .uk-table th,
  body.corp01 #page-content #history .uk-table th,
  body.corp01 #page-content #officer .uk-table th,
  body.corp01 #page-content #organization .uk-table th,
  body.corp01 #page-content #office .uk-table th {
    padding-right: 0;
  }
}

body.corp01 #page-content #information .uk-table td,
body.corp01 #page-content #history .uk-table td,
body.corp01 #page-content #officer .uk-table td,
body.corp01 #page-content #organization .uk-table td,
body.corp01 #page-content #office .uk-table td {
  font-weight: 400;
  width: 80%;
  padding-left: 0;
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #information .uk-table td,
  body.corp01 #page-content #history .uk-table td,
  body.corp01 #page-content #officer .uk-table td,
  body.corp01 #page-content #organization .uk-table td,
  body.corp01 #page-content #office .uk-table td {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.corp01 #page-content #information .uk-table td,
  body.corp01 #page-content #history .uk-table td,
  body.corp01 #page-content #officer .uk-table td,
  body.corp01 #page-content #organization .uk-table td,
  body.corp01 #page-content #office .uk-table td {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #information .uk-table td,
  body.corp01 #page-content #history .uk-table td,
  body.corp01 #page-content #officer .uk-table td,
  body.corp01 #page-content #organization .uk-table td,
  body.corp01 #page-content #office .uk-table td {
    padding-right: 0;
  }
}

body.corp01 #page-content #information .uk-table + h2,
body.corp01 #page-content #history .uk-table + h2,
body.corp01 #page-content #officer .uk-table + h2,
body.corp01 #page-content #organization .uk-table + h2,
body.corp01 #page-content #office .uk-table + h2 {
  margin-top: 2em;
}

body.corp01 #page-content #officer .uk-table {
  max-width: 500px;
}

body.corp01 #page-content #officer .uk-table th {
  width: 250px;
  text-align: center;
}

body.corp01 #page-content #officer .uk-table td {
  width: 250px;
}

body.corp01 #page-content #office .uk-table {
  max-width: 700px;
}

body.corp01 #page-content #office .uk-table tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #office .uk-table tr {
    justify-content: flex-end;
  }
}

body.corp01 #page-content #office .uk-table tr th {
  width: 700px;
  border-bottom: 1px solid #000;
  color: #004f82;
  font-weight: 500;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #office .uk-table tr th {
    font-size: 4.48vw;
  }
}

@media only screen and (min-width: 900px) {
  body.corp01 #page-content #office .uk-table tr th {
    font-size: 1.3125rem;
  }
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #office .uk-table tr th.branch {
    font-size: 3.41333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.corp01 #page-content #office .uk-table tr th.branch {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #office .uk-table tr th {
    width: 100%;
  }
}

body.corp01 #page-content #office .uk-table tr td.address {
  padding-left: 8em;
  box-sizing: border-box;
  width: 600px;
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #office .uk-table tr td.address {
    padding-left: 0;
    width: 100%;
  }
}

body.corp01 #page-content #office .uk-table tr td.map {
  width: 100px;
  padding: 0;
}

body.corp01 #page-content #office .uk-button {
  width: 95px;
  height: 35px;
  background-color: transparent !important;
  border: 1px solid #000;
  color: #000;
  border-radius: 0;
  font-weight: 400;
}

@media only screen and (max-width: 900px) {
  body.corp01 #page-content #office .uk-button {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.corp01 #page-content #office .uk-button {
    font-size: 0.875rem;
  }
}

/*
/* CSS Document policy */
/* -------------------------------------------------------------------------------------------------- */
body.policy #page-content #anzen,
body.policy #page-content #pipp {
  margin-top: -64px;
  z-index: 10;
  position: relative;
}

body.policy #page-content #anzen .uk-container,
body.policy #page-content #isms .uk-container,
body.policy #page-content #pipp .uk-container {
  max-width: 700px;
}

body.policy #page-content #anzen h2,
body.policy #page-content #isms h2,
body.policy #page-content #pipp h2 {
  font-weight: 500;
  color: #fff;
  background-color: #004f82;
  width: 357px;
  height: 64px;
  margin-bottom: 2em;
}

@media only screen and (max-width: 900px) {
  body.policy #page-content #anzen h2,
  body.policy #page-content #isms h2,
  body.policy #page-content #pipp h2 {
    font-size: 4.69333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.policy #page-content #anzen h2,
  body.policy #page-content #isms h2,
  body.policy #page-content #pipp h2 {
    font-size: 1.375rem;
  }
}

body.policy #page-content #anzen h3,
body.policy #page-content #isms h3,
body.policy #page-content #pipp h3 {
  font-weight: 500;
  color: #004f82;
  border: 2px solid #004f82;
  width: 300px;
  height: 54px;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 900px) {
  body.policy #page-content #anzen h3,
  body.policy #page-content #isms h3,
  body.policy #page-content #pipp h3 {
    font-size: 4.69333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.policy #page-content #anzen h3,
  body.policy #page-content #isms h3,
  body.policy #page-content #pipp h3 {
    font-size: 1.375rem;
  }
}

body.policy #page-content #anzen h4,
body.policy #page-content #isms h4,
body.policy #page-content #pipp h4 {
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
  body.policy #page-content #anzen h4,
  body.policy #page-content #isms h4,
  body.policy #page-content #pipp h4 {
    font-size: 3.41333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.policy #page-content #anzen h4,
  body.policy #page-content #isms h4,
  body.policy #page-content #pipp h4 {
    font-size: 1rem;
  }
}

body.policy #page-content #anzen h5,
body.policy #page-content #isms h5,
body.policy #page-content #pipp h5 {
  font-weight: 500;
  border: 1px solid #000;
  display: inline-block;
  padding: 0.5em 2em;
  line-height: 1;
  margin-top: 0;
}

@media only screen and (max-width: 900px) {
  body.policy #page-content #anzen h5,
  body.policy #page-content #isms h5,
  body.policy #page-content #pipp h5 {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.policy #page-content #anzen h5,
  body.policy #page-content #isms h5,
  body.policy #page-content #pipp h5 {
    font-size: 0.875rem;
  }
}

body.policy #page-content #anzen p,
body.policy #page-content #isms p,
body.policy #page-content #pipp p {
  width: 100%;
  margin: 1em 0 4em;
}

@media only screen and (max-width: 900px) {
  body.policy #page-content #anzen p,
  body.policy #page-content #isms p,
  body.policy #page-content #pipp p {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.policy #page-content #anzen p,
  body.policy #page-content #isms p,
  body.policy #page-content #pipp p {
    font-size: 0.875rem;
  }
}

body.policy #page-content #anzen p strong,
body.policy #page-content #isms p strong,
body.policy #page-content #pipp p strong {
  font-weight: 500;
}

@media only screen and (max-width: 900px) {
  body.policy #page-content #anzen p strong,
  body.policy #page-content #isms p strong,
  body.policy #page-content #pipp p strong {
    font-size: 3.41333vw;
  }
}

@media only screen and (min-width: 900px) {
  body.policy #page-content #anzen p strong,
  body.policy #page-content #isms p strong,
  body.policy #page-content #pipp p strong {
    font-size: 1rem;
  }
}

body.policy #page-content #anzen p span,
body.policy #page-content #isms p span,
body.policy #page-content #pipp p span {
  display: block;
  text-indent: -1.6em;
  padding-left: 3.8em;
}

body.policy #page-content #anzen p span.num,
body.policy #page-content #isms p span.num,
body.policy #page-content #pipp p span.num {
  text-indent: -2.2em;
  padding-left: 2.2em;
}

body.policy #page-content #anzen hr,
body.policy #page-content #isms hr,
body.policy #page-content #pipp hr {
  border-top: 1px dotted #000;
  margin: 0;
}

body.policy #page-content #anzen ol,
body.policy #page-content #isms ol,
body.policy #page-content #pipp ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 4em;
}

@media only screen and (max-width: 900px) {
  body.policy #page-content #anzen ol,
  body.policy #page-content #isms ol,
  body.policy #page-content #pipp ol {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.policy #page-content #anzen ol,
  body.policy #page-content #isms ol,
  body.policy #page-content #pipp ol {
    font-size: 0.875rem;
  }
}

body.policy #page-content #anzen ol li,
body.policy #page-content #isms ol li,
body.policy #page-content #pipp ol li {
  padding-bottom: 1em;
  padding-top: 1em;
  border-bottom: 1px dotted #000;
  text-indent: -1.4em;
  padding-left: 1.4em;
}

body.policy #page-content #anzen .uk-table,
body.policy #page-content #isms .uk-table,
body.policy #page-content #pipp .uk-table {
  margin-bottom: 4em;
}

body.policy #page-content #anzen .uk-table tr,
body.policy #page-content #isms .uk-table tr,
body.policy #page-content #pipp .uk-table tr {
  border-bottom: 1px dotted #000;
}

body.policy #page-content #anzen .uk-table th,
body.policy #page-content #isms .uk-table th,
body.policy #page-content #pipp .uk-table th {
  vertical-align: top;
  font-weight: 500;
  color: #000;
  padding-left: 0;
}

@media only screen and (max-width: 900px) {
  body.policy #page-content #anzen .uk-table th,
  body.policy #page-content #isms .uk-table th,
  body.policy #page-content #pipp .uk-table th {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.policy #page-content #anzen .uk-table th,
  body.policy #page-content #isms .uk-table th,
  body.policy #page-content #pipp .uk-table th {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 900px) {
  body.policy #page-content #anzen .uk-table th,
  body.policy #page-content #isms .uk-table th,
  body.policy #page-content #pipp .uk-table th {
    width: 21%;
    padding-right: 0;
  }
}

body.policy #page-content #anzen .uk-table td,
body.policy #page-content #isms .uk-table td,
body.policy #page-content #pipp .uk-table td {
  font-weight: 400;
  padding-right: 0;
}

@media only screen and (max-width: 900px) {
  body.policy #page-content #anzen .uk-table td,
  body.policy #page-content #isms .uk-table td,
  body.policy #page-content #pipp .uk-table td {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.policy #page-content #anzen .uk-table td,
  body.policy #page-content #isms .uk-table td,
  body.policy #page-content #pipp .uk-table td {
    font-size: 0.875rem;
  }
}

/*
/* CSS Document contact */
/* -------------------------------------------------------------------------------------------------- */
body.contact #page-content {
  margin-top: 0;
}

body.contact #page-content .title {
  background-color: #e6e6e6;
  padding: 2em 0 1em;
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .title {
    padding-left: 3.3vw;
    padding-right: 3.3vw;
  }
}

body.contact #page-content .title h2 {
  font-weight: 500;
  color: #004f82;
  border-bottom: 2px solid #004f82;
  display: inline-block;
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .title h2 {
    font-size: 6.4vw;
  }
}

@media only screen and (min-width: 900px) {
  body.contact #page-content .title h2 {
    font-size: 1.875rem;
  }
}

body.contact #page-content .title p {
  line-height: 2;
  margin-bottom: 2em;
}

body.contact #page-content .title .progress {
  width: 530px;
}

body.contact #page-content .title .progress > * > * {
  width: 250px;
  background-color: #fff;
  color: #004f82;
  box-sizing: content-box;
  height: 54px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

body.contact #page-content .title .progress > * > *.current {
  background-color: #004f82;
  color: #fff;
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .title .progress > * > * {
    width: 42.5vw;
  }
}

body.contact #page-content .title .progress > *:not(:first-child) > *:before {
  content: "＞";
  position: absolute;
  left: -1.2em;
}

body.contact #page-content .page-wrapper {
  padding-top: 3%;
  padding-bottom: 3%;
  max-width: 800px;
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .page-wrapper {
    max-width: initial;
  }
}

body.contact #page-content .page-wrapper h3 {
  font-weight: 500;
  color: #004f82;
  border-bottom: 1px solid #000;
  padding-bottom: 0.25em;
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .page-wrapper h3 {
    font-size: 4.48vw;
  }
}

@media only screen and (min-width: 900px) {
  body.contact #page-content .page-wrapper h3 {
    font-size: 1.3125rem;
  }
}

body.contact #page-content .page-wrapper p {
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .page-wrapper p {
    font-size: 4.48vw;
  }
}

@media only screen and (min-width: 900px) {
  body.contact #page-content .page-wrapper p {
    font-size: 1.3125rem;
  }
}

body.contact #page-content .page-wrapper p small {
  font-weight: 400;
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .page-wrapper p small {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.contact #page-content .page-wrapper p small {
    font-size: 0.875rem;
  }
}

body.contact #page-content .page-wrapper .uk-form-horizontal .uk-form-controls {
  margin-left: 250px;
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .page-wrapper .uk-form-horizontal .uk-form-controls {
    margin-left: 0;
  }
}

body.contact #page-content .page-wrapper .uk-form-horizontal .uk-form-label {
  width: 250px;
  margin-top: 8px;
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .page-wrapper .uk-form-horizontal .uk-form-label {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.contact #page-content .page-wrapper .uk-form-horizontal .uk-form-label {
    font-size: 0.875rem;
  }
}

body.contact #page-content .page-wrapper .uk-form-horizontal .uk-form-width-large {
  width: 550px;
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .page-wrapper .uk-form-horizontal .uk-form-width-large {
    width: 93vw;
  }
}

body.contact #page-content .page-wrapper .uk-form-horizontal .uk-form-width-medium {
  width: 258px;
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .page-wrapper .uk-form-horizontal .uk-form-width-medium {
    width: 45vw;
  }
}

body.contact #page-content .page-wrapper .uk-form-horizontal .uk-form-width-small {
  width: 150px;
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .page-wrapper .uk-form-horizontal .uk-form-width-small {
    width: 27vw;
  }
}

body.contact #page-content .page-wrapper .uk-form-horizontal .uk-form-row {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}

body.contact #page-content .page-wrapper .uk-form-horizontal .uk-button {
  width: 300px;
  height: 54px;
  border-radius: 0;
}

body.contact #page-content .page-wrapper .uk-form-horizontal > *:last-child {
  border-bottom: none;
}

body.contact #page-content .page-wrapper .uk-form-horizontal > *:last-child .uk-form-controls {
  justify-content: flex-end;
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .page-wrapper .uk-form-horizontal > *:last-child .uk-form-controls {
    margin-top: 2em;
    justify-content: center;
  }
}

body.contact #page-content .page-wrapper .uk-form-horizontal .uk-radio {
  margin-right: 0.2em;
}

body.contact #page-content .page-wrapper .uk-form-horizontal .uk-select {
  width: 140px;
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .page-wrapper .uk-form-horizontal .uk-select {
    font-size: 2.98667vw;
  }
}

@media only screen and (min-width: 900px) {
  body.contact #page-content .page-wrapper .uk-form-horizontal .uk-select {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 900px) {
  body.contact #page-content .page-wrapper .uk-form-horizontal .uk-select {
    width: 38vw;
  }
}

body.contact #page-content .parsley-errors-list {
  padding-top: 5px;
}
/*# sourceMappingURL=screen.css.map */