@charset "UTF-8";
.mb-none {
  margin-bottom: 0; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 5px !important; }
  @media only screen and (min-width: 768px) {
    .mb-10 {
      margin-bottom: 10px !important; } }
  @media print {
    .mb-10 {
      margin-bottom: 10px !important; } }

.mb-20 {
  margin-bottom: 10px !important; }
  @media only screen and (min-width: 768px) {
    .mb-20 {
      margin-bottom: 20px !important; } }
  @media print {
    .mb-20 {
      margin-bottom: 20px !important; } }

.mb-30 {
  margin-bottom: 20px !important; }
  @media only screen and (min-width: 768px) {
    .mb-30 {
      margin-bottom: 30px !important; } }
  @media print {
    .mb-30 {
      margin-bottom: 30px !important; } }

.mb-40 {
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 768px) {
    .mb-40 {
      margin-bottom: 40px !important; } }
  @media print {
    .mb-40 {
      margin-bottom: 40px !important; } }

.mb-50 {
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 768px) {
    .mb-50 {
      margin-bottom: 50px !important; } }
  @media print {
    .mb-50 {
      margin-bottom: 50px !important; } }

.mb-60 {
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 768px) {
    .mb-60 {
      margin-bottom: 60px !important; } }
  @media print {
    .mb-60 {
      margin-bottom: 60px !important; } }

.mb-80 {
  margin-bottom: 40px !important; }
  @media only screen and (min-width: 768px) {
    .mb-80 {
      margin-bottom: 80px !important; } }
  @media print {
    .mb-80 {
      margin-bottom: 80px !important; } }

.mb-10-xs {
  margin-bottom: 10px !important; }
  @media only screen and (min-width: 768px) {
    .mb-10-xs {
      margin-bottom: 0 !important; } }
  @media print {
    .mb-10-xs {
      margin-bottom: 0 !important; } }

.mb-20-xs {
  margin-bottom: 20px !important; }
  @media only screen and (min-width: 768px) {
    .mb-20-xs {
      margin-bottom: 0 !important; } }
  @media print {
    .mb-20-xs {
      margin-bottom: 0 !important; } }

.mb-30-xs {
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 768px) {
    .mb-30-xs {
      margin-bottom: 0 !important; } }
  @media print {
    .mb-30-xs {
      margin-bottom: 0 !important; } }

.section-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }
  @media only screen and (min-width: 768px) {
    .section-xs {
      padding-top: 10px !important;
      padding-bottom: 10px !important; } }
  @media print {
    .section-xs {
      padding-top: 10px !important;
      padding-bottom: 10px !important; } }

.section-sm {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  @media only screen and (min-width: 768px) {
    .section-sm {
      padding-top: 30px !important;
      padding-bottom: 30px !important; } }
  @media print {
    .section-sm {
      padding-top: 30px !important;
      padding-bottom: 30px !important; } }

.section-md {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  @media only screen and (min-width: 768px) {
    .section-md {
      padding-top: 50px !important;
      padding-bottom: 50px !important; } }
  @media print {
    .section-md {
      padding-top: 50px !important;
      padding-bottom: 50px !important; } }

.section-lg {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }
  @media only screen and (min-width: 768px) {
    .section-lg {
      padding-top: 60px !important;
      padding-bottom: 60px !important; } }
  @media print {
    .section-lg {
      padding-top: 60px !important;
      padding-bottom: 60px !important; } }

.section-xl {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }
  @media only screen and (min-width: 768px) {
    .section-xl {
      padding-top: 80px !important;
      padding-bottom: 80px !important; } }
  @media print {
    .section-xl {
      padding-top: 80px !important;
      padding-bottom: 80px !important; } }

@media print {
  /**
   * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
   * Copyright (c) 2017 Ono Takashi
   * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
   */
  @page {
    margin: 0 !important; }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important; }
  html {
    overflow: visible !important;
    zoom: 0.7 !important; }
  body {
    margin: 0 auto;
    width: 1120px;
    min-width: 1120px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .container-fluid,
  .container {
    min-width: 1090px !important; }
  .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; }
  .navbar-header {
    float: left; }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; }
  .navbar {
    border-radius: 0; }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .nav-justified {
    width: 100%; }
  .nav-justified > li {
    float: none; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; }
  .navbar-static-top {
    border-radius: 0; }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; }
  .navbar-toggle {
    display: none; }
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; }
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; }
  .navbar-left {
    float: left; }
  .navbar-right {
    float: right;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; }
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; }
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; }
  .modal-lg {
    width: 900px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: left; }
  .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    width: 100%; }
  .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 {
    width: 91.66666667%; }
  .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 {
    width: 83.33333333%; }
  .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9 {
    width: 75%; }
  .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 {
    width: 66.66666667%; }
  .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7 {
    width: 58.33333333%; }
  .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
    width: 50%; }
  .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5 {
    width: 41.66666667%; }
  .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 {
    width: 33.33333333%; }
  .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 {
    width: 25%; }
  .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 {
    width: 16.66666667%; }
  .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {
    width: 8.33333333%; }
  .col-lg-pull-12, .col-md-pull-12, .col-sm-pull-12, .col-xs-pull-12 {
    right: 100%; }
  .col-lg-pull-11, .col-md-pull-11, .col-sm-pull-11, .col-xs-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10, .col-md-pull-10, .col-sm-pull-10, .col-xs-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9, .col-md-pull-9, .col-sm-pull-9, .col-xs-pull-9 {
    right: 75%; }
  .col-lg-pull-8, .col-md-pull-8, .col-sm-pull-8, .col-xs-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7, .col-md-pull-7, .col-sm-pull-7, .col-xs-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6, .col-md-pull-6, .col-sm-pull-6, .col-xs-pull-6 {
    right: 50%; }
  .col-lg-pull-5, .col-md-pull-5, .col-sm-pull-5, .col-xs-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4, .col-md-pull-4, .col-sm-pull-4, .col-xs-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3, .col-md-pull-3, .col-sm-pull-3, .col-xs-pull-3 {
    right: 25%; }
  .col-lg-pull-2, .col-md-pull-2, .col-sm-pull-2, .col-xs-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1, .col-md-pull-1, .col-sm-pull-1, .col-xs-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0, .col-md-pull-0, .col-sm-pull-0, .col-xs-pull-0 {
    right: auto; }
  .col-lg-push-12, .col-md-push-12, .col-sm-push-12, .col-xs-push-12 {
    left: 100%; }
  .col-lg-push-11, .col-md-push-11, .col-sm-push-11, .col-xs-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10, .col-md-push-10, .col-sm-push-10, .col-xs-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9, .col-md-push-9, .col-sm-push-9, .col-xs-push-9 {
    left: 75%; }
  .col-lg-push-8, .col-md-push-8, .col-sm-push-8, .col-xs-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7, .col-md-push-7, .col-sm-push-7, .col-xs-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6, .col-md-push-6, .col-sm-push-6, .col-xs-push-6 {
    left: 50%; }
  .col-lg-push-5, .col-md-push-5, .col-sm-push-5, .col-xs-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4, .col-md-push-4, .col-sm-push-4, .col-xs-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3, .col-md-push-3, .col-sm-push-3, .col-xs-push-3 {
    left: 25%; }
  .col-lg-push-2, .col-md-push-2, .col-sm-push-2, .col-xs-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1, .col-md-push-1, .col-sm-push-1, .col-xs-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0, .col-md-push-0, .col-sm-push-0, .col-xs-push-0 {
    left: auto; }
  .col-lg-offset-12, .col-md-offset-12, .col-sm-offset-12, .col-xs-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11, .col-md-offset-11, .col-sm-offset-11, .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10, .col-md-offset-10, .col-sm-offset-10, .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9, .col-md-offset-9, .col-sm-offset-9, .col-xs-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8, .col-md-offset-8, .col-sm-offset-8, .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7, .col-md-offset-7, .col-sm-offset-7, .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6, .col-md-offset-6, .col-sm-offset-6, .col-xs-offset-6 {
    margin-left: 50% !important; }
  .col-lg-offset-5, .col-md-offset-5, .col-sm-offset-5, .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4, .col-md-offset-4, .col-sm-offset-4, .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3, .col-md-offset-3, .col-sm-offset-3, .col-xs-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2, .col-md-offset-2, .col-sm-offset-2, .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1, .col-md-offset-1, .col-sm-offset-1, .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0, .col-md-offset-0, .col-sm-offset-0, .col-xs-offset-0 {
    margin-left: 0%; }
  .visible-xs,
  .visible-sm,
  .visible-md {
    display: none !important; }
  .visible-lg {
    display: block !important; }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block {
    display: none !important; }
  
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: block !important; }
  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: block !important; }
  .hidden-lg {
    display: none !important; }
  .navbar-offcanvas {
    position: relative;
    display: block;
    width: auto;
    max-width: none;
    left: auto;
    top: auto; } }

img.img-harf {
  height: auto;
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    img.img-harf {
      width: auto; } }
  @media print {
    img.img-harf {
      width: auto; } }

img.img-harf-vertical {
  max-height: 100%;
  width: auto; }
  @media only screen and (min-width: 768px) {
    img.img-harf-vertical {
      height: auto; } }
  @media print {
    img.img-harf-vertical {
      height: auto; } }

.lh-1 {
  line-height: 1.1; }

.lh-sm {
  line-height: 1.5; }

.lh-md {
  line-height: 1.66667; }
  @media only screen and (min-width: 768px) {
    .lh-md {
      line-height: 1.8; } }
  @media print {
    .lh-md {
      line-height: 1.8; } }

.lh-lg {
  line-height: 1.8; }
  @media only screen and (min-width: 768px) {
    .lh-lg {
      line-height: 2; } }
  @media print {
    .lh-lg {
      line-height: 2; } }

.txt-10 {
  font-size: 10px;
  font-size: 1rem; }

.txt-11 {
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .txt-11 {
      font-size: 11px;
      font-size: 1.1rem; } }
  @media print {
    .txt-11 {
      font-size: 11px;
      font-size: 1.1rem; } }

.txt-12 {
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .txt-12 {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media print {
    .txt-12 {
      font-size: 12px;
      font-size: 1.2rem; } }

.txt-13 {
  font-size: 11px;
  font-size: 1.1rem; }
  @media only screen and (min-width: 768px) {
    .txt-13 {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media print {
    .txt-13 {
      font-size: 13px;
      font-size: 1.3rem; } }

.txt-14 {
  font-size: 12px;
  font-size: 1.2rem; }
  @media only screen and (min-width: 768px) {
    .txt-14 {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print {
    .txt-14 {
      font-size: 14px;
      font-size: 1.4rem; } }

.txt-15 {
  font-size: 13px;
  font-size: 1.3rem; }
  @media only screen and (min-width: 768px) {
    .txt-15 {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media print {
    .txt-15 {
      font-size: 15px;
      font-size: 1.5rem; } }

.txt-16 {
  font-size: 13px;
  font-size: 1.3rem; }
  @media only screen and (min-width: 768px) {
    .txt-16 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print {
    .txt-16 {
      font-size: 16px;
      font-size: 1.6rem; } }

.txt-17 {
  font-size: 14px;
  font-size: 1.4rem; }
  @media only screen and (min-width: 768px) {
    .txt-17 {
      font-size: 17px;
      font-size: 1.7rem; } }
  @media print {
    .txt-17 {
      font-size: 17px;
      font-size: 1.7rem; } }

.txt-18 {
  font-size: 14px;
  font-size: 1.4rem; }
  @media only screen and (min-width: 768px) {
    .txt-18 {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print {
    .txt-18 {
      font-size: 18px;
      font-size: 1.8rem; } }

.txt-20 {
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .txt-20 {
      font-size: 20px;
      font-size: 2rem; } }
  @media print {
    .txt-20 {
      font-size: 20px;
      font-size: 2rem; } }

.txt-21 {
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .txt-21 {
      font-size: 21px;
      font-size: 2.1rem; } }
  @media print {
    .txt-21 {
      font-size: 21px;
      font-size: 2.1rem; } }

.txt-22 {
  font-size: 16px;
  font-size: 1.6rem; }
  @media only screen and (min-width: 768px) {
    .txt-22 {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media print {
    .txt-22 {
      font-size: 22px;
      font-size: 2.2rem; } }

.txt-24 {
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (min-width: 768px) {
    .txt-24 {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media print {
    .txt-24 {
      font-size: 24px;
      font-size: 2.4rem; } }

.txt-25 {
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (min-width: 768px) {
    .txt-25 {
      font-size: 25px;
      font-size: 2.5rem; } }
  @media print {
    .txt-25 {
      font-size: 25px;
      font-size: 2.5rem; } }

.txt-26 {
  font-size: 19px;
  font-size: 1.9rem; }
  @media only screen and (min-width: 768px) {
    .txt-26 {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media print {
    .txt-26 {
      font-size: 26px;
      font-size: 2.6rem; } }

.txt-28 {
  font-size: 19px;
  font-size: 1.9rem; }
  @media only screen and (min-width: 768px) {
    .txt-28 {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media print {
    .txt-28 {
      font-size: 28px;
      font-size: 2.8rem; } }

.txt-29 {
  font-size: 20px;
  font-size: 2rem; }
  @media only screen and (min-width: 768px) {
    .txt-29 {
      font-size: 29px;
      font-size: 2.9rem; } }
  @media print {
    .txt-29 {
      font-size: 29px;
      font-size: 2.9rem; } }

.txt-30 {
  font-size: 22px;
  font-size: 2.2rem; }
  @media only screen and (min-width: 768px) {
    .txt-30 {
      font-size: 30px;
      font-size: 3rem; } }
  @media print {
    .txt-30 {
      font-size: 30px;
      font-size: 3rem; } }

.txt-32 {
  font-size: 22px;
  font-size: 2.2rem; }
  @media only screen and (min-width: 768px) {
    .txt-32 {
      font-size: 32px;
      font-size: 3.2rem; } }
  @media print {
    .txt-32 {
      font-size: 32px;
      font-size: 3.2rem; } }

.txt-35 {
  font-size: 23px;
  font-size: 2.3rem; }
  @media only screen and (min-width: 768px) {
    .txt-35 {
      font-size: 35px;
      font-size: 3.5rem; } }
  @media print {
    .txt-35 {
      font-size: 35px;
      font-size: 3.5rem; } }

.txt-36 {
  font-size: 24px;
  font-size: 2.4rem; }
  @media only screen and (min-width: 768px) {
    .txt-36 {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media print {
    .txt-36 {
      font-size: 36px;
      font-size: 3.6rem; } }

.txt-40 {
  font-size: 26px;
  font-size: 2.6rem; }
  @media only screen and (min-width: 768px) {
    .txt-40 {
      font-size: 40px;
      font-size: 4rem; } }
  @media print {
    .txt-40 {
      font-size: 40px;
      font-size: 4rem; } }

.txt-45 {
  font-size: 28px;
  font-size: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .txt-45 {
      font-size: 45px;
      font-size: 4.5rem; } }
  @media print {
    .txt-45 {
      font-size: 45px;
      font-size: 4.5rem; } }

.txt-48 {
  font-size: 30px;
  font-size: 3rem; }
  @media only screen and (min-width: 768px) {
    .txt-48 {
      font-size: 48px;
      font-size: 4.8rem; } }
  @media print {
    .txt-48 {
      font-size: 48px;
      font-size: 4.8rem; } }

.txt-left {
  text-align: left; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-outline {
  text-shadow: 0 0 3px #fff; }

@media only screen and (min-width: 1200px) {
  .txt-center-lg {
    text-align: center; } }

@media print {
  .txt-center-lg {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .txt-center-pc {
    text-align: center; } }

@media print {
  .txt-center-pc {
    text-align: center; } }

.txt-center-xs {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .txt-center-xs {
      text-align: left; } }
  @media print {
    .txt-center-xs {
      text-align: left; } }

.bg-white {
  background-color: #fff; }

.ls-narrow {
  letter-spacing: -0.04em; }

.ls-sm {
  letter-spacing: 0.05em; }

.ls-md {
  letter-spacing: 0.101em; }

.ls-xl {
  letter-spacing: 0.2em; }

.txt-normal {
  font-weight: normal; }

.txt-bold {
  font-weight: bold; }

.inline-block {
  display: inline-block; }

.txt-indent {
  padding-left: 1em;
  text-indent: -1em; }

/*=====================
  common
===================== */
html, body {
  font-family: Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 1.8;
  font-weight: 200;
  letter-spacing: 0.05em;
  color: #131313;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 768px) {
    html, body {
      line-height: 1.66667; } }
  @media print {
    html, body {
      line-height: 1.66667; } }

body {
  padding-top: 50px; }
  @media only screen and (min-width: 768px) {
    body {
      padding-top: 75px; } }
  @media print {
    body {
      padding-top: 75px; } }

@media print {
  a[href]:after {
    content: "" !important; }
  abbr[title]:after {
    content: "" !important; }
  .aos-init {
    opacity: 1 !important;
    transform: none !important; }
  body {
    padding-top: 50px !important; } }
  @media print {
    body {
      padding-top: 75px !important; } }

h1, h2, h3, h4, h5, p {
  margin: 0;
  font-weight: 200; }

a {
  color: #2f514e; }
  a:hover {
    color: #2f514e;
    text-decoration: none; }

.container-lg {
  max-width: 1170px; }

.tgt-anker {
  padding-top: 50px;
  margin-top: -50px; }
  @media only screen and (min-width: 768px) {
    .tgt-anker {
      padding-top: 70px;
      margin-top: -70px; } }
  @media print {
    .tgt-anker {
      padding-top: 70px;
      margin-top: -70px; } }

.bb-20 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc; }
  @media only screen and (min-width: 768px) {
    .bb-20 {
      padding-bottom: 20px; } }
  @media print {
    .bb-20 {
      padding-bottom: 20px; } }

.border-light {
  border: 3px solid #eceeee; }

.bg-gray {
  background-color: #f6f6f3; }

.bg-light {
  background-color: #eceeee; }

.bg-note {
  background-image: url("../img/common/bg-note.jpg"); }

.pic-border {
  border: 2px solid #eceeee;
  display: inline-block;
  max-width: 100%; }

.txt-link .txt, .txt-link .icon {
  display: inline-block;
  vertical-align: middle; }

.txt-link .txt {
  margin-right: 10px; }

.txt-green {
  color: #2f514e; }

.txt-gray {
  color: #95aba9; }

.txt-eng {
  font-family: "Catamaran", sans-serif; }
  .txt-eng.txt-bold {
    font-weight: 700; }

.ttl-lb {
  position: relative;
  padding-left: 1em;
  border-left: 3px solid #2f514e;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.4;
  font-weight: bold; }

.ttl-bb {
  position: relative;
  padding-bottom: 0.5em; }
  .ttl-bb::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #2f514e;
    display: block;
    content: " "; }

.ttl-dash .inner {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 1.4;
  background-image: url("../img/common/icon-dash-l.svg"), url("../img/common/icon-dash-r.svg");
  background-repeat: no-repeat;
  background-position: left top , right top; }
  @media only screen and (min-width: 768px) {
    .ttl-dash .inner {
      padding-left: 30px;
      padding-right: 30px; } }
  @media print {
    .ttl-dash .inner {
      padding-left: 30px;
      padding-right: 30px; } }

.ttl-dash.dash-white .inner {
  background-image: url("../img/common/icon-dash-l-w.svg"), url("../img/common/icon-dash-r-w.svg"); }

.ttl-min {
  background-color: #2f514e;
  color: #fff;
  display: inline-block;
  padding: 0 1em;
  font-weight: bold; }

.ttl-line-under {
  letter-spacing: 0.2em;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 1em; }
  @media only screen and (min-width: 768px) {
    .ttl-line-under {
      margin-bottom: 110px; } }
  @media print {
    .ttl-line-under {
      margin-bottom: 80px; } }
  .ttl-line-under::after {
    position: absolute;
    display: block;
    content: " ";
    width: 2px;
    height: 30px;
    margin-left: -1px;
    background-color: #2f514e;
    left: 50%;
    top: 100%; }
    @media only screen and (min-width: 768px) {
      .ttl-line-under::after {
        height: 40px; } }
    @media print {
      .ttl-line-under::after {
        height: 40px; } }
  .ttl-line-under.short::after {
    height: 20px; }
    @media only screen and (min-width: 768px) {
      .ttl-line-under.short::after {
        height: 30px; } }
    @media print {
      .ttl-line-under.short::after {
        height: 30px; } }

.ttl-lined-top {
  position: relative;
  border-top: 1px solid #ddd;
  padding-top: 1.5em; }
  .ttl-lined-top::before {
    position: absolute;
    left: 0;
    top: -1px;
    width: 180px;
    height: 1px;
    background-color: #2f514e;
    content: " ";
    display: block; }
    @media only screen and (min-width: 768px) {
      .ttl-lined-top::before {
        width: 240px; } }
    @media print {
      .ttl-lined-top::before {
        width: 240px; } }
  .ttl-lined-top .en {
    color: #95aba9;
    line-height: 1;
    margin-bottom: 0.5em; }
  .ttl-lined-top .ja {
    line-height: 1.4;
    color: #2f514e; }

.img-btn {
  display: block;
  vertical-align: bottom; }
  .img-btn img {
    transition: opacity 0.25s linear;
    opacity: 1; }
  .img-btn:hover img {
    opacity: .7; }

.header, .main, .footer {
  font-size: 13px;
  font-size: 1.3rem; }
  @media only screen and (min-width: 768px) {
    .header, .main, .footer {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media print {
    .header, .main, .footer {
      font-size: 15px;
      font-size: 1.5rem; } }

*:focus {
  outline: none; }

.btn-txt {
  color: #2f514e;
  padding-right: 30px; }
  .btn-txt.arrow-anim .arrow {
    background-color: #2f514e; }
    .btn-txt.arrow-anim .arrow::before {
      background-color: #fff; }
    .btn-txt.arrow-anim .arrow::after {
      background-color: #2f514e; }
  .btn-txt.arrow-anim:hover .arrow {
    background-color: #2f514e; }
    .btn-txt.arrow-anim:hover .arrow::before {
      background-color: #fff; }
    .btn-txt.arrow-anim:hover .arrow::after {
      background-color: #2f514e; }

.arrow-anim {
  position: relative; }
  .arrow-anim:hover .arrow {
    width: 30px; }
  .arrow-anim .arrow {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin-left: 6px;
    top: 60%;
    transition: 0.2s linear all; }
    .arrow-anim .arrow::before {
      content: '';
      display: block;
      position: absolute;
      right: -1px;
      bottom: -1px;
      background-color: #2f514e;
      width: 100%;
      height: 1px;
      z-index: 2;
      transition: 0.5s; }
    .arrow-anim .arrow::after {
      content: '';
      position: absolute;
      display: block;
      width: 1px;
      height: 6px;
      right: -1px;
      bottom: 0;
      background-color: #fff;
      transform-origin: right bottom;
      transform: rotate(-45deg);
      transition: 0.5s; }
  .arrow-anim.rebase .arrow {
    background-color: #2f514e; }
    .arrow-anim.rebase .arrow::before {
      background-color: #fff; }
    .arrow-anim.rebase .arrow::after {
      background-color: #2f514e; }
  .arrow-anim.rebase:hover .arrow {
    background-color: #2f514e; }
    .arrow-anim.rebase:hover .arrow::before {
      background-color: #fff; }
    .arrow-anim.rebase:hover .arrow::after {
      background-color: #2f514e; }

.btn-back, .btn-submit {
  display: inline-block;
  line-height: 1;
  background-color: #ddd;
  width: 42%;
  margin: 0 2%;
  text-align: center;
  padding: 15px 10px;
  border-radius: 0;
  border: none;
  transition: all 0.25s linear;
  font-size: 11px;
  font-size: 1.1rem; }
  @media only screen and (min-width: 768px) {
    .btn-back, .btn-submit {
      width: 280px;
      padding: 20px 10px;
      font-size: 15px;
      font-size: 1.5rem; } }
  @media print {
    .btn-back, .btn-submit {
      width: 280px;
      padding: 20px 10px;
      font-size: 15px;
      font-size: 1.5rem; } }
  .btn-back:hover, .btn-submit:hover {
    opacity: .8; }
  .btn-back.btn-submit, .btn-submit.btn-submit {
    background-color: #2f514e;
    color: #fff; }
    .btn-back.btn-submit:hover, .btn-submit.btn-submit:hover {
      background-color: #3d6461; }

.btn-simple {
  display: block;
  background-color: #2f514e;
  margin: 0 auto;
  padding: 14px 10px 12px;
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #2f514e 50%, #3d6461 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.3s ease 0s, background-color 0.3s ease; }
  @media only screen and (min-width: 768px) {
    .btn-simple {
      width: 280px;
      padding: 20px 10px 18px; } }
  @media print {
    .btn-simple {
      width: 280px;
      padding: 20px 10px 18px; } }
  .btn-simple:hover {
    color: #fff;
    background-color: #2f514e;
    background-position: -100% 100%; }
    .btn-simple:hover path {
      fill: #fff; }
  .btn-simple:active, .btn-simple:visited {
    color: #fff; }
  .btn-simple.lg {
    padding: 18px 10px 16px; }
    @media only screen and (min-width: 768px) {
      .btn-simple.lg {
        width: 360px;
        padding: 26px 10px 24px; } }
    @media print {
      .btn-simple.lg {
        width: 360px;
        padding: 26px 10px 24px; } }
  .btn-simple.contact {
    display: inline-block;
    width: auto;
    border: none; }
    @media only screen and (min-width: 768px) {
      .btn-simple.contact {
        padding: 20px 25px 18px; } }
    @media print {
      .btn-simple.contact {
        padding: 20px 25px 18px; } }
  .btn-simple.white {
    background-color: #fff;
    color: #2f514e;
    background-image: linear-gradient(to right, #fff 50%, #eceeee 50%); }
    .btn-simple.white .txt, .btn-simple.white .icon {
      vertical-align: middle;
      display: inline-block; }
    .btn-simple.white .txt {
      margin-right: 5px; }
    .btn-simple.white .icon {
      position: relative;
      left: 0;
      padding-bottom: 3px;
      transition: left 0.2s linear; }
    .btn-simple.white:hover {
      color: #2f514e; }
      .btn-simple.white:hover .icon {
        left: 20px; }
    .btn-simple.white:active, .btn-simple.white:visited {
      color: #2f514e; }
  .btn-simple.arrow-anim .arrow {
    background-color: #fff; }
    .btn-simple.arrow-anim .arrow::before {
      background-color: #2f514e; }
    .btn-simple.arrow-anim .arrow::after {
      background-color: #fff; }
  .btn-simple.arrow-anim:hover .arrow {
    background-color: #fff; }
    .btn-simple.arrow-anim:hover .arrow::before {
      background-color: #3d6461; }
    .btn-simple.arrow-anim:hover .arrow::after {
      background-color: #fff; }

.btn-border {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 90%;
  color: #2f514e;
  border: 1px solid #2f514e;
  padding: 1em 5px;
  line-height: 1.2;
  transition: all 0.2s linear; }
  @media only screen and (min-width: 768px) {
    .btn-border {
      width: auto;
      min-width: 320px; } }
  @media print {
    .btn-border {
      width: auto;
      min-width: 320px; } }
  .btn-border .txt, .btn-border .icon {
    display: inline-block;
    vertical-align: middle; }
  .btn-border.icon-r .fa {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    color: #2f514e; }
  .btn-border:hover {
    color: #fff;
    background-color: #2f514e; }
    .btn-border:hover .fa {
      color: #fff; }
  .btn-border:visited {
    text-decoration: none; }

.row-min .col-xs-6:nth-child(odd) {
  padding-right: 5px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-6:nth-child(odd) {
      padding-right: 15px; } }
  @media print {
    .row-min .col-xs-6:nth-child(odd) {
      padding-right: 15px; } }

.row-min .col-xs-6:nth-child(even) {
  padding-left: 5px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-6:nth-child(even) {
      padding-left: 15px; } }
  @media print {
    .row-min .col-xs-6:nth-child(even) {
      padding-left: 15px; } }

.row-min .col-xs-4:nth-child(1n) {
  padding-right: 0px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-4:nth-child(1n) {
      padding-right: 15px; } }
  @media print {
    .row-min .col-xs-4:nth-child(1n) {
      padding-right: 15px; } }

.row-min .col-xs-4:nth-child(2n) {
  padding-right: 5px;
  padding-left: 5px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-4:nth-child(2n) {
      padding-right: 15px;
      padding-left: 15px; } }
  @media print {
    .row-min .col-xs-4:nth-child(2n) {
      padding-right: 15px;
      padding-left: 15px; } }

.row-min .col-xs-4:nth-child(3n) {
  padding-left: 0px;
  padding-right: 15px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-4:nth-child(3n) {
      padding-left: 15px; } }
  @media print {
    .row-min .col-xs-4:nth-child(3n) {
      padding-left: 15px; } }

.box-sm {
  padding: 10px; }
  @media only screen and (min-width: 768px) {
    .box-sm {
      padding: 20px; } }
  @media print {
    .box-sm {
      padding: 20px; } }

.box-lg {
  padding: 20px 10px; }
  @media only screen and (min-width: 768px) {
    .box-lg {
      padding: 40px; } }
  @media print {
    .box-lg {
      padding: 40px; } }

.table-simple {
  background-color: #fff;
  width: 100%;
  border-left: 1px solid #e7e1e0;
  border-top: 1px solid #e7e1e0;
  border-collapse: collapse; }
  .table-simple th, .table-simple td {
    padding: 5px;
    vertical-align: middle;
    border-right: 1px solid #e7e1e0; }
    @media only screen and (min-width: 768px) {
      .table-simple th, .table-simple td {
        padding: 15px 20px; } }
    @media print {
      .table-simple th, .table-simple td {
        padding: 15px 20px; } }
  .table-simple tr {
    border-bottom: 1px solid #e7e1e0; }
  .table-simple th {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    white-space: nowrap;
    background-color: #f4f1ec;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .table-simple th {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print {
      .table-simple th {
        font-size: 14px;
        font-size: 1.4rem; } }
  @media only screen and (min-width: 768px) {
    .table-simple tbody th {
      width: 180px; } }
  @media print {
    .table-simple tbody th {
      width: 180px; } }
  .table-simple td {
    font-size: 11px;
    font-size: 1.1rem; }
    @media only screen and (min-width: 768px) {
      .table-simple td {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print {
      .table-simple td {
        font-size: 14px;
        font-size: 1.4rem; } }
  .table-simple.min th, .table-simple.min td {
    padding: 5px; }
    @media only screen and (min-width: 768px) {
      .table-simple.min th, .table-simple.min td {
        padding: 10px 15px; } }
    @media print {
      .table-simple.min th, .table-simple.min td {
        padding: 10px 15px; } }
  @media only screen and (min-width: 768px) {
    .table-simple.min tbody th {
      width: auto; } }
  @media print {
    .table-simple.min tbody th {
      width: auto; } }
  .table-simple.min.menkyo tbody th {
    width: 100px; }
    @media only screen and (min-width: 768px) {
      .table-simple.min.menkyo tbody th {
        width: 150px; } }
    @media print {
      .table-simple.min.menkyo tbody th {
        width: 150px; } }

.table-border {
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
  font-weight: normal;
  border-top: 1px solid #e7e1e0;
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .table-border {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print {
    .table-border {
      font-size: 14px;
      font-size: 1.4rem; } }
  .table-border tr {
    border-bottom: 1px solid #e7e1e0; }
  .table-border th, .table-border td {
    padding: 10px 5px; }
    @media only screen and (min-width: 768px) {
      .table-border th, .table-border td {
        padding: 20px 20px; } }
    @media print {
      .table-border th, .table-border td {
        padding: 20px 20px; } }
  .table-border th {
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
    background-color: #668a87;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .table-border th {
        width: 160px; } }
    @media print {
      .table-border th {
        width: 160px; } }
  .table-border.min th, .table-border.min td {
    padding: 5px; }
    @media only screen and (min-width: 768px) {
      .table-border.min th, .table-border.min td {
        padding: 10px 20px; } }
    @media print {
      .table-border.min th, .table-border.min td {
        padding: 10px 20px; } }

.list-simple {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-simple li {
    position: relative;
    padding: 0;
    margin-bottom: .2em;
    padding-left: .6em; }
    .list-simple li:after {
      position: absolute;
      content: " ";
      display: block;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: #2f514e;
      left: 0;
      top: 0.7em; }
  .list-simple.list-inline li {
    margin-right: 1em; }

.dl-simple {
  padding: 0;
  margin: 0; }
  .dl-simple dt {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .dl-simple dt {
        float: left;
        width: 5em;
        clear: both; } }
    @media print {
      .dl-simple dt {
        float: left;
        width: 5em;
        clear: both; } }
  .dl-simple dd {
    margin-bottom: 0.6em; }
    @media only screen and (min-width: 768px) {
      .dl-simple dd {
        padding-left: 6em; } }
    @media print {
      .dl-simple dd {
        padding-left: 6em; } }
  .dl-simple.min dt {
    font-weight: normal;
    float: left;
    clear: both;
    width: 6em; }
  .dl-simple.min dd {
    padding-left: 6.5em; }
    @media only screen and (min-width: 768px) {
      .dl-simple.min dd {
        padding-left: 6.5em; } }
    @media print {
      .dl-simple.min dd {
        padding-left: 6.5em; } }
  @media only screen and (min-width: 768px) {
    .dl-simple.lg dt {
      width: 11em; } }
  @media print {
    .dl-simple.lg dt {
      width: 11em; } }
  @media only screen and (min-width: 768px) {
    .dl-simple.lg dd {
      padding-left: 12em; } }
  @media print {
    .dl-simple.lg dd {
      padding-left: 12em; } }

.bg-contact {
  background-image: url("../img/common/bg-contact.jpg");
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .bg-contact .box {
      display: table;
      width: 100%; } }
  @media print {
    .bg-contact .box {
      display: table;
      width: 100%; } }
  .bg-contact .box .left, .bg-contact .box .right {
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .bg-contact .box .left, .bg-contact .box .right {
        display: table-cell;
        vertical-align: middle;
        width: 50%; } }
    @media print {
      .bg-contact .box .left, .bg-contact .box .right {
        display: table-cell;
        vertical-align: middle;
        width: 50%; } }
  @media only screen and (min-width: 768px) {
    .bg-contact .box .left {
      border-right: 1px solid #3d6461; } }
  @media print {
    .bg-contact .box .left {
      border-right: 1px solid #3d6461; } }
  .bg-contact .box .left a {
    color: #fff; }

.post-single header {
  border-bottom: 1px solid #2f514e; }
  .post-single header .ttl {
    font-weight: bold;
    border-bottom: 2px solid #2f514e;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 2px;
    font-weight: 800; }

.post-single .detail {
  overflow: hidden; }
  .post-single .detail .cat {
    float: left;
    display: block;
    color: #fff;
    line-height: 1;
    padding: .2em 1.5em;
    font-weight: bold; }
  .post-single .detail .date {
    float: left;
    font-weight: 600;
    font-family: "Catamaran", sans-serif;
    margin-right: 1em;
    color: #666; }

.post-single img {
  max-height: 480px; }
  @media only screen and (min-width: 768px) {
    .post-single img {
      max-height: 680px; } }
  @media print {
    .post-single img {
      max-height: 680px; } }

.attachment {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #eee; }

.fotorama__wrap {
  margin-left: auto;
  margin-right: auto; }

.fotorama__stage {
  margin-bottom: 20px; }

.fotorama__caption {
  width: 100%; }
  .fotorama__caption .fotorama__caption__wrap {
    width: 100%;
    text-align: center; }

.fotorama__thumb-border {
  border-color: #2f514e;
  border-width: 2px; }

.paging {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  padding-top: 1em; }
  .paging > span {
    display: inline-block;
    border-radius: 0;
    overflow: hidden;
    margin: 2px;
    width: 40px;
    height: 40px;
    font-family: "Catamaran", sans-serif;
    background-color: #2f514e;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 40px; }
    .paging > span a {
      display: block;
      width: 100%;
      height: 100%;
      color: #2f514e;
      background-color: #fff; }
    .paging > span a:hover {
      background-color: #2f514e;
      color: #fff; }
    .paging > span.current {
      cursor: default;
      background-color: #2f514e;
      color: #fff; }

.header .navbar-default {
  background-color: transparent;
  border-color: transparent; }
  .header .navbar-default .navbar-brand {
    color: #131313; }
    .header .navbar-default .navbar-brand:hover, .header .navbar-default .navbar-brand:focus {
      color: #131313; }
  .header .navbar-default .navbar-text {
    color: #131313; }
  .header .navbar-default .navbar-nav > li > a {
    color: #131313; }
    .header .navbar-default .navbar-nav > li > a:hover, .header .navbar-default .navbar-nav > li > a:focus {
      color: #131313; }
  .header .navbar-default .navbar-nav > .active > a, .header .navbar-default .navbar-nav > .active > a:hover, .header .navbar-default .navbar-nav > .active > a:focus {
    color: #131313;
    background-color: transparent; }
  .header .navbar-default .navbar-nav > .open > a, .header .navbar-default .navbar-nav > .open > a:hover, .header .navbar-default .navbar-nav > .open > a:focus {
    color: #131313;
    background-color: transparent; }
  .header .navbar-default .navbar-toggle {
    border-color: transparent; }
    .header .navbar-default .navbar-toggle:hover, .header .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .header .navbar-default .navbar-toggle .icon-bar {
      background-color: #131313; }
  .header .navbar-default .navbar-collapse,
  .header .navbar-default .navbar-form {
    border-color: #131313; }
  .header .navbar-default .navbar-link {
    color: #131313; }
    .header .navbar-default .navbar-link:hover {
      color: #131313; }

@media (max-width: 767px) {
  .header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #131313; }
    .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #131313; }
  .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #131313;
    background-color: transparent; } }

.header .navbar {
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #fff; }
  .header .navbar.navbar-fixed-top {
    z-index: 98; }
    .header .navbar.navbar-fixed-top .navbar-collapse {
      max-height: none; }

.header .navbar-brand {
  padding: 0;
  height: auto;
  margin-left: 15px;
  padding-top: 10px; }
  @media only screen and (min-width: 768px) {
    .header .navbar-brand {
      padding-top: 15px;
      padding-bottom: 14px; } }
  @media print {
    .header .navbar-brand {
      padding-top: 15px;
      padding-bottom: 14px; } }
  .header .navbar-brand a {
    display: block;
    width: 133.33333px;
    height: 30.66667px;
    background-image: url("../img/common/logo-header.jpg");
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100% auto; }
    @media only screen and (min-width: 768px) {
      .header .navbar-brand a {
        width: 200px;
        height: 46px; } }
    @media print {
      .header .navbar-brand a {
        width: 200px;
        height: 46px; } }

.header .navbar-offcanvas {
  border-top: none; }

@media only screen and (min-width: 768px) {
  .header .navbar-right {
    margin-right: 0;
    background-color: #fff; } }

@media print {
  .header .navbar-right {
    margin-right: 0;
    background-color: #fff; } }

.header .nav {
  overflow: hidden;
  margin-top: 0;
  margin-left: -15px; }
  @media only screen and (min-width: 768px) {
    .header .nav {
      margin-left: 0; } }
  @media print {
    .header .nav {
      margin-left: 0; } }
  .header .nav li {
    border-bottom: 1px solid #ddd; }
    @media only screen and (min-width: 1290px) {
      .header .nav li {
        border-bottom: none;
        margin: 0 5px; } }
@media screen and (min-width:768px) and ( max-width:1289px) {
      .header .nav li {
        border-bottom: none;
        margin: 0; } }
    @media print {
      .header .nav li {
        border-bottom: none;
        margin: 0 5px; } }
    @media only screen and (min-width: 1290px) {
      .header .nav li {
        margin: 0 10px; } }
@media screen and (min-width:768px) and ( max-width:1289px) {
      .header .nav li {
        margin: 0; } }
    @media print {
      .header .nav li {
        margin: 0 10px; } }
    .header .nav li .link-gnav {
      position: relative;
      display: block;
      vertical-align: middle;
      padding: 20px 15px;
      display: block;
      line-height: 1;
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        .header .nav li .link-gnav {
          padding: 23px 10px;
          text-align: center; } }
      @media print {
        .header .nav li .link-gnav {
          padding: 23px 10px;
          text-align: center; } }
      @media only screen and (min-width: 992px) {
        .header .nav li .link-gnav {
          padding: 20px 15px; } }
      @media print {
        .header .nav li .link-gnav {
          padding: 20px 15px; } }
      @media only screen and (min-width: 1200px) {
        .header .nav li .link-gnav {
          padding: 20px 30px; } }
      @media print {
        .header .nav li .link-gnav {
          padding: 20px 30px; } }
      @media print {
        .header .nav li .link-gnav {
          padding: 20px 15px; } }
      .header .nav li .link-gnav::after {
        position: absolute;
        display: block;
        content: "";
        width: 0;
        height: 2px;
        background-color: #3d6461;
        left: 0;
        bottom: 0;
        transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s; }
      .header .nav li .link-gnav:hover::after, .header .nav li .link-gnav.active::after {
        width: 100%; }
      .header .nav li .link-gnav .en {
        font-size: 15px;
        font-size: 1.5rem;
        font-family: "Catamaran", sans-serif;
        font-weight: 700;
        display: block;
        margin-bottom: 8px;
        letter-spacing: 0.08em;
        color: #2f514e; }
        @media only screen and (min-width: 768px) {
          .header .nav li .link-gnav .en {
            font-size: 11px;
            font-size: 1.1rem; } }
        @media print {
          .header .nav li .link-gnav .en {
            font-size: 11px;
            font-size: 1.1rem; } }
        @media only screen and (min-width: 992px) {
          .header .nav li .link-gnav .en {
            font-size: 15px;
            font-size: 1.5rem; } }
        @media print {
          .header .nav li .link-gnav .en {
            font-size: 15px;
            font-size: 1.5rem; } }
      .header .nav li .link-gnav .ja {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 300;
        display: block; }
        @media only screen and (min-width: 768px) {
          .header .nav li .link-gnav .ja {
            font-size: 9px;
            font-size: 0.9rem; } }
        @media print {
          .header .nav li .link-gnav .ja {
            font-size: 9px;
            font-size: 0.9rem; } }
        @media only screen and (min-width: 992px) {
          .header .nav li .link-gnav .ja {
            font-size: 12px;
            font-size: 1.2rem; } }
        @media print {
          .header .nav li .link-gnav .ja {
            font-size: 12px;
            font-size: 1.2rem; } }
    .header .nav li.contact {
      display: block; }
      @media only screen and (min-width: 1290px) {
        .header .nav li.contact {
          margin-right: 0;
          margin-left: 20px; } }
@media screen and (min-width:768px) and ( max-width:1289px) {
        .header .nav li.contact {
          margin-right: 0;
          margin-left: 0;} }
      @media print {
        .header .nav li.contact {
          margin-right: 0;
          margin-left: 20px; } }
      .header .nav li.contact .link-gnav {
        background-color: #2f514e;
        padding: 20px 0 20px;
        text-align: center;
        line-height: 1;
        font-family: "Catamaran", sans-serif;
        font-weight: 700;
        display: block;
        letter-spacing: 0.08em;
        color: #fff;
        font-size: 15px;
        font-size: 1.5rem; }
        .header .nav li.contact .link-gnav .icon, .header .nav li.contact .link-gnav .txt {
          display: inline-block;
          vertical-align: middle; }
        .header .nav li.contact .link-gnav .icon {
          margin-right: 10px;
          padding-bottom: 4px; }
        .header .nav li.contact .link-gnav::after {
          content: none; }
        @media only screen and (min-width: 768px) {
          .header .nav li.contact .link-gnav {
            width: 120px;
            padding: 28px 0 27px;
            font-size: 16px;
            font-size: 1.6rem; } }
        @media print {
          .header .nav li.contact .link-gnav {
            width: 120px;
            padding: 28px 0 27px;
            font-size: 16px;
            font-size: 1.6rem; } }
        @media only screen and (min-width: 992px) {
          .header .nav li.contact .link-gnav {
            width: 180px; } }
        @media print {
          .header .nav li.contact .link-gnav {
            width: 180px; } }
        .header .nav li.contact .link-gnav:hover, .header .nav li.contact .link-gnav.active {
          background: #3d6461;
          color: #fff; }

.header .navbar-toggle {
  margin: 0;
  padding: 0 8px;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  background-color: #2f514e; }
  .header .navbar-toggle:hover, .header .navbar-toggle:focus, .header .navbar-toggle:active {
    background-color: #2f514e !important; }
  .header .navbar-toggle .txt {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    line-height: 1;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Catamaran", sans-serif; }
  .header .navbar-toggle .icon-bar {
    background-color: #fff !important;
    border-radius: 0;
    width: 25px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 6px; }

.header .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  opacity: 0; }

.header .offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 1;
  transform: rotate(45deg) translate(5px, 5px); }

.header .offcanvas-toggle.is-open .icon-bar:nth-child(4) {
  transform: rotate(-45deg) translate(5px, -5px); }

/* =====================
  footer
===================== */
.footer {
  border-top: 1px solid #eceeee;
  padding-top: 30px;
  padding-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding-top: 40px; } }
  @media print {
    .footer {
      padding-top: 40px; } }
  .footer .block-ttl h3 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .footer .block-ttl h3 {
        margin-right: 30px; } }
    @media print {
      .footer .block-ttl h3 {
        margin-right: 30px; } }
  .footer .block-ttl p {
    display: inline-block;
    vertical-align: middle; }
  .footer .nav-footer {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .footer .nav-footer {
        padding-top: 10px;
        text-align: right; } }
    @media print {
      .footer .nav-footer {
        padding-top: 10px;
        text-align: right; } }
    .footer .nav-footer ul {
      padding: 0;
      margin: 0;
      list-style: none;
      overflow: hidden; }
      .footer .nav-footer ul li {
        display: block;
        float: left;
        width: 50%;
        padding-top: 8px;
        padding-bottom: 8px; }
        @media screen and (min-width: 1024px) {
          .footer .nav-footer ul li {
            display: inline-block;
            float: none;
            width: auto;
            padding-top: 0;
            padding-bottom: 0;
            margin-left: 4px;
            padding-left: 9px;
            margin-bottom: 10px;
            border-left: 1px solid #3d6461;
            line-height: 1; } }
        @media screen and (min-width:768px) and ( max-width:1023px) {
          .footer .nav-footer ul li {
            display: inline-block;
            float: none;
            width: auto;
            padding-top: 0;
            padding-bottom: 0;
            margin-left: 20px;
            padding-left: 20px;
            margin-bottom: 10px;
            border-left: 1px solid #3d6461;
            line-height: 1; } }
        @media print {
          .footer .nav-footer ul li {
            display: inline-block;
            /*width:13%;*/
            float: none;
            width: auto;
            padding-top: 0;
            padding-bottom: 0;
/*            margin-left: 20px;
            padding-left: 20px;*/
            margin-bottom: 10px;
/*            border-left: 1px solid #3d6461;*/
            line-height: 1; } }

        /*@media print {
          .footer .nav-footer ul li {
            display: inline-block;
            float: none;
            width: auto;
            padding-top: 0;
            padding-bottom: 0;
            margin-left: 20px;
            padding-left: 20px;
            margin-bottom: 10px;
            border-left: 1px solid #3d6461;
            line-height: 1; } }*/
        @media only screen and (min-width: 768px) {
          .footer .nav-footer ul li:first-child {
            border-left: none; } }
        @media print {
          .footer .nav-footer ul li:first-child {
            border-left: none; } }
        .footer .nav-footer ul li a {
          color: #3d6461; }
          .footer .nav-footer ul li a:hover {
            color: #95aba9; }

/* =====================
  toppage
===================== */
.mv {
  position: relative;
  height: calc(100vh - 50px);
  min-height: 500px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .mv {
      height: calc(100vh - 75px); } }
  @media print {
    .mv {
      height: calc(100vh - 75px); } }
  .mv .inner-mv {
    position: absolute;
    z-index: 1;
    text-align: center;
    color: #2f514e;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: opacity 2s ease 0.3s; }
    .mv .inner-mv .en {
      font-family: "Catamaran", sans-serif;
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: 0.08em;
      margin-bottom: 0.2em;
      font-size: 36px;
      font-size: 3.6rem; }
      @media only screen and (min-width: 768px) {
        .mv .inner-mv .en {
          font-size: 68px;
          font-size: 6.8rem; } }
      @media print {
        .mv .inner-mv .en {
          font-size: 68px;
          font-size: 6.8rem; } }
    .mv .inner-mv .ja img {
      width: 240px; }
      @media only screen and (min-width: 768px) {
        .mv .inner-mv .ja img {
          width: 426px; } }
      @media print {
        .mv .inner-mv .ja img {
          width: 426px; } }

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }
  .mv .home-mouse {
    color: #fff;
    opacity: 1;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 20px;
    transition: bottom 0.3s linear; }
    @media only screen and (min-width: 768px) {
      .mv .home-mouse {
        bottom: 20px; } }
    @media print {
      .mv .home-mouse {
        bottom: 20px; } }
    .mv .home-mouse .scroll-btn .mouse {
      border: 2px solid #2f514e;
      border-radius: 12px;
      display: block;
      margin: 0 auto;
      position: relative;
      height: 32px;
      width: 20px; }
      .mv .home-mouse .scroll-btn .mouse > * {
        animation: 2s linear 0s normal none infinite running ani-mouse;
        background-color: #2f514e;
        display: block;
        margin: -3px auto 0;
        height: 4px;
        width: 4px;
        position: absolute;
        left: 0;
        right: 0;
        top: 30%;
        border-radius: 4px; }
  .mv .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../img/common/bg-mv-xs.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .mv .bg {
        background-image: url("../img/common/bg-mv.jpg"); } }
    @media print {
      .mv .bg {
        background-image: url("../img/common/bg-mv.jpg"); } }

.section-top-01 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .section-top-01 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media print {
    .section-top-01 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .section-top-01 .bg {
    position: absolute;
    background-color: #eceeee;
    z-index: -1;
    width: 85%;
    height: 100%;
    left: 0;
    top: 75px; }
    @media only screen and (min-width: 768px) {
      .section-top-01 .bg {
        top: 115px; } }
    @media print {
      .section-top-01 .bg {
        top: 115px; } }
  .section-top-01 .content {
    position: relative;
    background-color: #fff;
    padding: 15px;
    padding-top: 30px; }
    @media only screen and (min-width: 768px) {
      .section-top-01 .content {
        padding: 40px;
        padding-top: 50px; } }
    @media print {
      .section-top-01 .content {
        padding: 40px;
        padding-top: 50px; } }
    .section-top-01 .content .block-num {
      position: absolute;
      right: 0;
      top: -45px;
      right: 10px;
      font-family: "Catamaran", sans-serif;
      background-color: #fff;
      line-height: 1;
      text-align: center;
      color: #2f514e;
      width: 65px;
      height: 65px;
      border: 2px solid #2f514e;
      padding-top: 14px; }
      @media only screen and (min-width: 768px) {
        .section-top-01 .content .block-num {
          padding-top: 18px;
          width: 80px;
          height: 80px;
          right: 30px;
          top: -40px;
          background-color: transparent; } }
      @media print {
        .section-top-01 .content .block-num {
          padding-top: 18px;
          width: 80px;
          height: 80px;
          right: 30px;
          top: -40px;
          background-color: transparent; } }
      .section-top-01 .content .block-num .txt, .section-top-01 .content .block-num .num {
        font-weight: 700; }
      .section-top-01 .content .block-num .txt {
        margin-bottom: 5px; }
      .section-top-01 .content .block-num.num-02 {
        right: auto;
        left: 10px; }
        @media only screen and (min-width: 768px) {
          .section-top-01 .content .block-num.num-02 {
            right: auto;
            left: 30px; } }
        @media print {
          .section-top-01 .content .block-num.num-02 {
            right: auto;
            left: 30px; } }
  .section-top-01 .top {
    margin-bottom: 40px; }
    .section-top-01 .top .content {
      margin-top: -80px; }
      @media only screen and (min-width: 992px) {
        .section-top-01 .top .content {
          margin-top: 160px; } }
      @media print {
        .section-top-01 .top .content {
          margin-top: 160px; } }
  .section-top-01 .bottom {
    position: relative;
    margin-bottom: 30px; }
    @media only screen and (min-width: 992px) {
      .section-top-01 .bottom {
        top: -20px;
        margin-bottom: 0; } }
    @media print {
      .section-top-01 .bottom {
        top: -20px;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1200px) {
      .section-top-01 .bottom {
        top: -80px;
        margin-bottom: 40px; } }
    @media print {
      .section-top-01 .bottom {
        top: -80px;
        margin-bottom: 40px; } }
    .section-top-01 .bottom .bg-thumb {
      position: absolute;
      left: 14%;
      width: 86%;
      top: 0;
      height: 180px;
      background-image: url("../img/common/img-top-02.jpg");
      background-size: cover;
      background-position: center top; }
      @media only screen and (min-width: 768px) {
        .section-top-01 .bottom .bg-thumb {
          height: 320px; } }
      @media print {
        .section-top-01 .bottom .bg-thumb {
          height: 320px; } }
      @media only screen and (min-width: 992px) {
        .section-top-01 .bottom .bg-thumb {
          left: 45%;
          width: 65%;
          height: 360px; } }
      @media print {
        .section-top-01 .bottom .bg-thumb {
          left: 45%;
          width: 65%;
          height: 360px; } }
      @media only screen and (min-width: 1200px) {
        .section-top-01 .bottom .bg-thumb {
          height: 480px; } }
      @media print {
        .section-top-01 .bottom .bg-thumb {
          height: 480px; } }
    .section-top-01 .bottom .content {
      margin-top: 160px; }
      @media only screen and (min-width: 768px) {
        .section-top-01 .bottom .content {
          margin-top: 240px; } }
      @media print {
        .section-top-01 .bottom .content {
          margin-top: 240px; } }
      @media only screen and (min-width: 992px) {
        .section-top-01 .bottom .content {
          margin-top: 100px; } }
      @media print {
        .section-top-01 .bottom .content {
          margin-top: 100px; } }
      @media only screen and (min-width: 1200px) {
        .section-top-01 .bottom .content {
          margin-top: 140px; } }
      @media print {
        .section-top-01 .bottom .content {
          margin-top: 140px; } }

.wrapper-box-harf {
  background: linear-gradient(#f9f9f4, #e5e5e1); }
  @media only screen and (min-width: 768px) {
    .wrapper-box-harf {
      display: table;
      width: 100%; } }
  @media print {
    .wrapper-box-harf {
      display: table;
      width: 100%; } }

.box-harf {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  background-repeat: no-repeat; }
  .box-harf.left {
    background-image: url("../img/common/bg-top-greeting.png");
    background-size: auto 100%;
    background-position: right top;
    background-position: 200px top; }
    @media only screen and (min-width: 768px) {
      .box-harf.left {
        background-position: right 8% top; } }
    @media print {
      .box-harf.left {
        background-position: right 8% top; } }
  .box-harf.right {
    background-image: url("../img/common/bg-top-company.jpg");
    background-size: cover;
    background-position: left center;
    background-color: #edf1f4; }
  @media only screen and (min-width: 992px) {
    .box-harf {
      display: table-cell;
      width: 50%;
      height: 280px;
      padding: 0;
      padding-left: 40px;
      vertical-align: middle; } }
  @media print {
    .box-harf {
      display: table-cell;
      width: 50%;
      height: 280px;
      padding: 0;
      padding-left: 40px;
      vertical-align: middle; } }
  @media only screen and (min-width: 1200px) {
    .box-harf {
      height: 380px;
      padding-left: 60px; } }
  @media print {
    .box-harf {
      height: 380px;
      padding-left: 60px; } }
  .box-harf .txt {
    height: 90px; }
    @media only screen and (min-width: 768px) {
      .box-harf .txt {
        height: 110px; } }
    @media print {
      .box-harf .txt {
        height: 110px; } }

/* =====================
  subpage
===================== */
.pgttl {
  position: relative; }
  .pgttl .bg {
    position: absolute;
    display: block;
    z-index: -1;
    background-color: #eceeee;
    width: 80%;
    height: 80%;
    left: 0;
    bottom: 0; }
  .pgttl .thumb {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    display: block;
    width: 68%;
    height: 90%;
    right: 0;
    top: 0; }
    .pgttl .thumb.greeting {
      background-image: url("../img/common/bg-pgttl-greeting.jpg"); }
    .pgttl .thumb.company {
      background-image: url("../img/common/bg-pgttl-company.jpg"); }
    .pgttl .thumb.business {
      background-image: url("../img/common/bg-pgttl-business.jpg"); }
    .pgttl .thumb.contact {
      background-image: url("../img/common/bg-pgttl-contact.jpg"); }
    .pgttl .thumb.blog {
      background-image: url("../img/common/bg-pgttl-blog.jpg"); }
    .pgttl .thumb.recruit {
      background-image: url("../img/common/bg-pgttl-recruit.jpg"); }
  .pgttl .inner {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px; }
    @media only screen and (min-width: 768px) {
      .pgttl .inner {
        padding-top: 130px;
        padding-bottom: 130px; } }
    @media print {
      .pgttl .inner {
        padding-top: 130px;
        padding-bottom: 130px; } }
    .pgttl .inner .ja {
      line-height: 1;
      font-weight: bold;
      letter-spacing: 0.1em;
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (min-width: 768px) {
        .pgttl .inner .ja {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media print {
        .pgttl .inner .ja {
          font-size: 24px;
          font-size: 2.4rem; } }
    .pgttl .inner .en {
      line-height: 1;
      font-weight: bold;
      font-family: "Catamaran", sans-serif;
      color: #2f514e;
      letter-spacing: 0.1em;
      margin-bottom: 0.3em;
      font-size: 30px;
      font-size: 3rem; }
      @media only screen and (min-width: 768px) {
        .pgttl .inner .en {
          font-size: 60px;
          font-size: 6rem; } }
      @media print {
        .pgttl .inner .en {
          font-size: 60px;
          font-size: 6rem; } }

.block-blog {
  background-color: #fff; }
  .block-blog .thumb {
    overflow: hidden;
    position: relative;
    padding-top: 60%;
    margin-bottom: 5px; }
    .block-blog .thumb img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .block-blog .content {
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .block-blog .content {
        padding: 10px 20px; } }
    @media print {
      .block-blog .content {
        padding: 10px 20px; } }
    .block-blog .content .detail {
      margin-bottom: 10px; }
      .block-blog .content .detail .date {
        font-family: "Catamaran", sans-serif;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
      .block-blog .content .detail .cat {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.2;
        padding: 2px 10px 3px;
        background-color: #ddd;
        color: #fff;
        font-weight: bold; }
  .block-blog .wrapper-btn {
    text-align: center; }
    .block-blog .wrapper-btn a {
      display: block;
      padding: 10px;
      border-top: 1px solid #eee; }

.pt-80 {
  padding-top: 40px; }
  @media only screen and (min-width: 768px) {
    .pt-80 {
      padding-top: 80px; } }
  @media print {
    .pt-80 {
      padding-top: 80px; } }

.block-greeting {
  margin-top: -60px; }
  @media only screen and (min-width: 768px) {
    .block-greeting {
      margin-top: -200px; } }
  @media print {
    .block-greeting {
      margin-top: -200px; } }
  .block-greeting .box-greeting {
    padding: 40px 20px; }
    @media only screen and (min-width: 768px) {
      .block-greeting .box-greeting {
        padding: 180px 30px 60px; } }
    @media print {
      .block-greeting .box-greeting {
        padding: 180px 30px 60px; } }
    @media only screen and (min-width: 1200px) {
      .block-greeting .box-greeting {
        padding-left: 0;
        padding-right: 0; } }
    @media print {
      .block-greeting .box-greeting {
        padding-left: 0;
        padding-right: 0; } }

.block-sub {
  padding-top: 40px; }

.gmap {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden; }
  .gmap iframe, .gmap object, .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.box-vision {
  position: relative;
  background-color: #2f514e;
  color: #fff;
  border: #6e8683 5px solid;
  padding: 20px 10px;
  margin-top: -40px; }
  @media only screen and (min-width: 768px) {
    .box-vision {
      padding: 40px 10px 0;
      margin-top: -50px; } }
  @media print {
    .box-vision {
      padding: 30px 10px;
      margin-top: -50px; } }
  .box-vision::after {
    position: absolute;
    display: block;
    content: " ";
    width: 2px;
    height: 20px;
    margin-left: -1px;
    background-color: #fff;
    left: 50%;
    top: -5px; }
    @media only screen and (min-width: 768px) {
      .box-vision::after {
        height: 30px; } }
    @media print {
      .box-vision::after {
        height: 30px; } }

.nav-cat {
  overflow: hidden;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .nav-cat .ttl {
      width: 120px;
      float: left; } }
  @media print {
    .nav-cat .ttl {
      width: 120px;
      float: left; } }
  @media only screen and (min-width: 768px) {
    .nav-cat .btns {
      width: 100%;
      margin-left: 130px; } }
  @media print {
    .nav-cat .btns {
      width: 100%;
      margin-left: 130px; } }
  .nav-cat .btns ul {
    padding: 0;
    margin: 0; }
    .nav-cat .btns ul li {
      display: inline-block;
      margin-bottom: 10px; }
      .nav-cat .btns ul li a {
        display: inline-block;
        border: 2px solid #ddd;
        border-radius: 50px;
        line-height: 1.4;
        padding: 0.2em 1.5em;
        font-weight: bold;
        font-size: 12px;
        font-size: 1.2rem; }
        @media only screen and (min-width: 768px) {
          .nav-cat .btns ul li a {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media print {
          .nav-cat .btns ul li a {
            font-size: 14px;
            font-size: 1.4rem; } }
        .nav-cat .btns ul li a:hover {
          color: #fff; }

#mail-form {
  font-size: 14px;
  font-weight: normal; }
  #mail-form .form-row {
    border-bottom: 1px solid #ddd;
    background-color: transparent; }
    #mail-form .form-row:first-child {
      border-top: 1px solid #ddd; }
    #mail-form .form-row .radio-inline input {
      margin-top: 5px;
      margin-left: -20px;
      margin-right: 10px; }
    #mail-form .form-row .radio-inline {
      padding-bottom: 10px;
      margin-left: 0;
      margin-right: 20px; }
    #mail-form .form-row .radio {
      vertical-align: baseline;
      display: inline-block !important; }
    #mail-form .form-row .form-head {
      position: relative;
      background-color: trasparent;
      padding-top: 10px;
      padding-bottom: 0;
      padding-right: 40px; }
      #mail-form .form-row .form-head label {
        margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        #mail-form .form-row .form-head {
          padding-bottom: 10px; } }
      @media print {
        #mail-form .form-row .form-head {
          padding-bottom: 10px; } }
      #mail-form .form-row .form-head .nini-mark, #mail-form .form-row .form-head .req-mark {
        position: absolute;
        top: 15px;
        right: 15px;
        font-weight: normal; }
        @media only screen and (min-width: 768px) {
          #mail-form .form-row .form-head .nini-mark, #mail-form .form-row .form-head .req-mark {
            top: 30px; } }
        @media print {
          #mail-form .form-row .form-head .nini-mark, #mail-form .form-row .form-head .req-mark {
            top: 30px; } }
      @media only screen and (min-width: 768px) {
        #mail-form .form-row .form-head {
          min-height: 60px;
          padding-bottom: 20px;
          padding-top: 25px; } }
      @media print {
        #mail-form .form-row .form-head {
          min-height: 60px;
          padding-bottom: 20px;
          padding-top: 25px; } }
    #mail-form .form-row .form-content {
      padding-top: 10px;
      padding-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        #mail-form .form-row .form-content {
          padding-top: 10px; } }
      @media print {
        #mail-form .form-row .form-content {
          padding-top: 10px; } }
    #mail-form .form-row .input-group .form-control {
      width: auto;
      height: 34px;
      padding: 6px 12px;
      background-color: #f9f9f9; }
    #mail-form .form-row .form-control {
      width: 100%;
      border-radius: 2px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 40px;
      height: 40px;
      box-shadow: none;
      border-color: #ddd;
      background-color: #fff;
      -webkit-appearance: none;
      border-radius: 2px; }
      @media only screen and (min-width: 768px) {
        #mail-form .form-row .form-control {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 50px;
          height: 50px; } }
      @media print {
        #mail-form .form-row .form-control {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 50px;
          height: 50px; } }
      #mail-form .form-row .form-control.input-xs {
        width: auto;
        display: inline-block; }
    #mail-form .form-row textarea.form-control {
      line-height: 1.48;
      height: auto; }
  #mail-form .privacy-box {
    margin: 10px 0; }
    @media only screen and (min-width: 768px) {
      #mail-form .privacy-box {
        margin: 20px 0; } }
    @media print {
      #mail-form .privacy-box {
        margin: 20px 0; } }
    #mail-form .privacy-box h4 {
      font-weight: bold;
      margin: 0;
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        #mail-form .privacy-box h4 {
          margin-bottom: 20px; } }
      @media print {
        #mail-form .privacy-box h4 {
          margin-bottom: 20px; } }
    #mail-form .privacy-box .privacy-text {
      margin-bottom: 10px;
      overflow-y: scroll;
      color: #555;
      border: 1px solid #ddd;
      background-color: #f9f9f9;
      padding: 5px;
      font-size: 10px;
      font-size: 1rem; }
      #mail-form .privacy-box .privacy-text p, #mail-form .privacy-box .privacy-text h5 {
        margin: 0;
        margin-bottom: 5px; }
      #mail-form .privacy-box .privacy-text h5 {
        font-size: 110%; }
      @media only screen and (min-width: 768px) {
        #mail-form .privacy-box .privacy-text {
          margin-bottom: 20px;
          padding: 10px;
          font-size: 12px;
          font-size: 1.2rem; }
          #mail-form .privacy-box .privacy-text p, #mail-form .privacy-box .privacy-text h5 {
            margin-bottom: 10px; } }
      @media print {
        #mail-form .privacy-box .privacy-text {
          margin-bottom: 20px;
          padding: 10px;
          font-size: 12px;
          font-size: 1.2rem; }
          #mail-form .privacy-box .privacy-text p, #mail-form .privacy-box .privacy-text h5 {
            margin-bottom: 10px; } }
    #mail-form .privacy-box .agree-box {
      text-align: center; }
      #mail-form .privacy-box .agree-box span {
        font-size: 14px;
        font-size: 1.4rem; }
  #mail-form .form-head {
    font-weight: bold; }
  #mail-form .req {
    display: inline-block;
    margin-left: 20px; }

.nini-mark {
  display: inline-block;
  padding: 2px 5px;
  line-height: 1;
  border-radius: 0;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #aaa; }

.req-mark {
  display: inline-block;
  padding: 2px 5px;
  line-height: 1;
  border-radius: 0;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #9e1942; }

.formError {
  z-index: 10; }

.form-row {
  margin-left: 0;
  margin-right: 0; }

.form-row-readonly .form-control.readonly {
  background-color: #eee !important; }

#formbox {
  margin-top: -60px;
  padding-top: 60px; }
  @media only screen and (min-width: 768px) {
    #formbox {
      margin-top: -100px;
      padding-top: 100px; } }
  @media print {
    #formbox {
      margin-top: -100px;
      padding-top: 100px; } }

/* =====================
  editor
===================== */
.editor-content {
  line-height: 1.75; }
  .editor-content button,
  .editor-content input,
  .editor-content select,
  .editor-content textarea {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.66; }
  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5,
  .editor-content h6 {
    clear: both;
    line-height: 1.4;
    margin: 30px 0 10px; }
  .editor-content h1:first-child,
  .editor-content h2:first-child,
  .editor-content h3:first-child,
  .editor-content h4:first-child,
  .editor-content h5:first-child,
  .editor-content h6:first-child {
    margin-top: 0; }
  .editor-content h1 {
    font-size: 18px;
    font-size: 1.8rem;
    border-left: 5px solid #2f514e;
    padding-left: .8em; }
    @media only screen and (min-width: 768px) {
      .editor-content h1 {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media print {
      .editor-content h1 {
        font-size: 24px;
        font-size: 2.4rem; } }
  .editor-content h2 {
    font-size: 15px;
    font-size: 1.5rem;
    border-left: 4px solid #2f514e;
    padding-left: .8em; }
    @media only screen and (min-width: 768px) {
      .editor-content h2 {
        font-size: 20px;
        font-size: 2rem; } }
    @media print {
      .editor-content h2 {
        font-size: 20px;
        font-size: 2rem; } }
  .editor-content h3 {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: .5em;
    border-bottom: 2px solid #2f514e; }
    @media only screen and (min-width: 768px) {
      .editor-content h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media print {
      .editor-content h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .editor-content h4 {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: .5em;
    border-bottom: 2px solid #2f514e; }
    @media only screen and (min-width: 768px) {
      .editor-content h4 {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media print {
      .editor-content h4 {
        font-size: 16px;
        font-size: 1.6rem; } }
  .editor-content h5 {
    font-weight: bold; }
  .editor-content h6 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }
  .editor-content p {
    margin: .5em 0 .5em;
    padding: 0; }
  .editor-content dfn,
  .editor-content cite,
  .editor-content em,
  .editor-content i {
    font-style: italic; }
  .editor-content blockquote {
    color: #666;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0; }
  .editor-content blockquote.alignleft,
  .editor-content blockquote.alignright {
    font-size: 14px;
    font-size: 1.4rem;
    width: 34%; }
  .editor-content address {
    margin: 0 0 1.5em; }
  .editor-content pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em; }
  .editor-content code,
  .editor-content kbd,
  .editor-content tt,
  .editor-content var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
  .editor-content abbr,
  .editor-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help; }
  .editor-content mark,
  .editor-content ins {
    background: #eee;
    text-decoration: none; }
  .editor-content big {
    font-size: 125%; }
  .editor-content blockquote,
  .editor-content q {
    quotes: "" ""; }
  .editor-content blockquote:before,
  .editor-content blockquote:after,
  .editor-content q:before,
  .editor-content q:after {
    content: ""; }
  .editor-content hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1em; }
  .editor-content ul,
  .editor-content ol {
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    padding: 0; }
  .editor-content ul {
    list-style: disc; }
  .editor-content ol {
    counter-reset: item; }
  .editor-content ol li {
    display: block;
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.4em; }
  .editor-content ol li:before {
    content: counter(item);
    counter-increment: item;
    font-weight: 300;
    left: 0;
    top: 0;
    color: #2f514e;
    position: absolute;
    font-size: 100%; }
  .editor-content li > ul,
  .editor-content li > ol {
    margin-bottom: 0;
    margin-left: 1.5em; }
  .editor-content li ol {
    font-size: 90%; }
    .editor-content li ol li {
      margin-bottom: .5em; }
    .editor-content li ol li:before {
      content: counter(item);
      counter-increment: item;
      font-weight: 200;
      left: -.5em;
      position: absolute; }
  .editor-content ul {
    list-style: none; }
    .editor-content ul li {
      position: relative;
      padding: 0;
      margin-bottom: .2em;
      padding-left: 1.2em; }
      .editor-content ul li:after {
        position: absolute;
        content: " ";
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 1px solid #2f514e;
        left: 2px;
        top: 0.6em; }
        @media only screen and (min-width: 768px) {
          .editor-content ul li:after {
            top: 0.7em; } }
        @media print {
          .editor-content ul li:after {
            top: 0.7em; } }
  .editor-content dt {
    font-weight: 700; }
  .editor-content dd {
    margin: 0 1.5em 1.5em; }
  .editor-content table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%; }
  .editor-content thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em; }
  .editor-content th {
    padding: 0.4em;
    text-align: left; }
  .editor-content tr {
    border-bottom: 1px solid #eee; }
  .editor-content td {
    padding: 0.4em; }
  .editor-content th:first-child,
  .editor-content td:first-child {
    padding-left: 0; }
  .editor-content th:last-child,
  .editor-content td:last-child {
    padding-right: 0; }
  .editor-content a img {
    background: #fff;
    box-shadow: 0 0 0 6px #fff; }
  .editor-content img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%; }
  .editor-content embed,
  .editor-content iframe,
  .editor-content object {
    margin-bottom: 1.5em;
    max-width: 100%; }
  .editor-content strong {
    font-weight: bold; }
  .editor-content em {
    font-style: italic; }
  .editor-content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px; }
  .editor-content .aligncenter {
    display: block;
    margin: 0 auto; }
  .editor-content .alignright {
    float: right; }
  .editor-content .alignleft {
    float: left; }
  .editor-content .clearfix {
    overflow: hidden;
    zoom: 1; }
  .editor-content .clearfix:after {
    content: "";
    display: block;
    clear: both; }


@media screen and (min-width: 768px) {.tac_pc{ text-align:center;} .mb110_pc{ margin-bottom::110px !important;}}
@media print and (min-width: 768px) {.tac_pc{ text-align:center;}}

@media screen and (max-width: 767px) {.mb80_sp{ margin-bottom::80px !important;}}
@media screen and (min-width:768px) and ( max-width:1024px) {.tab_mb45{ margin-bottom:45px !important;}}

.company_kodo:before {left: 7%;border-right-width: 0 !important;}
.company_kodo:after {right: 7%;border-left-width: 0 !important;}
.company_kodo:before, .company_kodo:after {content: "";position: absolute;top: 0;bottom: 0;width: 20px;border: 1px solid #2f514e;}

@media screen and (max-width: 767px) {.company_kodo:before {left:0;} .company_kodo:after {right:0;}}

.box_other{padding: 50px 0 20px;margin: 0 10% 20%;}
@media screen and (min-width:768px) and ( max-width:1024px) {.box_other{padding: 50px 0 20px;margin: 0 10% 35%;}}
@media screen and (max-width: 767px) {.box_other{padding: 50px 0 20px;margin: 0 10% 32%;}}

.marker-P-yellow {background: linear-gradient(transparent 60%, #ffffa8); padding-top:30px;}

@media screen and (max-width: 1024px) {.br-sp { display:none;}}

@media screen and (min-width: 768px) {.pc-pt25{padding-top:25px!important;}}

/*20190321add*/

.ttl-recruit {
  position: relative;
  padding-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .ttl-recruit {
      padding-bottom: 20px; } }
  @media print {
    .ttl-recruit {
      padding-bottom: 20px; } }
  .ttl-recruit::after {
    position: absolute;
    display: block;
    content: " ";
    background-color: #2f514e;
    width: 80px;
    height: 2px;
    left: 0;
    bottom: 0; }
    @media only screen and (min-width: 768px) {
      .ttl-recruit::after {
        height: 3px;
        width: 120px; } }
    @media print {
      .ttl-recruit::after {
        height: 3px;
        width: 120px; } }
  .ttl-recruit.white {
    color: #fff; }
    .ttl-recruit.white::after {
      background-color: #eceeee; }

.wrapper-recruit-01 {
  position: relative;
  padding-bottom: 45%;
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .wrapper-recruit-01 {
      padding-bottom: 0;
      margin-bottom: 80px; } }
  @media print {
    .wrapper-recruit-01 {
      padding-bottom: 0;
      margin-bottom: 80px; } }
  .wrapper-recruit-01::after {
    position: absolute;
    display: block;
    content: " ";
    width: 90%;
    padding-top: 60%;
    top: auto;
    bottom: 0;
    right: 0;
    background-image: url(../img/common/img-recruit-01.jpg);
    background-size: cover;
    background-position: center center; }
    @media only screen and (min-width: 768px) {
      .wrapper-recruit-01::after {
        top: 0;
        padding-top: 0;
        width: 40%;
        height: 100%;
        max-height: 520px; } }
    @media print {
      .wrapper-recruit-01::after {
        top: 0;
        padding-top: 0;
        width: 40%;
        height: 100%;
        max-height: 520px; } }

.block-recruit-01 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-right: 10px;
  padding-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .block-recruit-01 {
      padding: 40px 0;
      padding-right: 15px; } }
  @media print {
    .block-recruit-01 {
      padding: 40px 0;
      padding-right: 15px; } }

.wrapper-recruit-03 {
  position: relative;
  padding-bottom: 45%;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .wrapper-recruit-03 {
      padding-bottom: 0; } }
  @media print {
    .wrapper-recruit-03 {
      padding-bottom: 0; } }
  .wrapper-recruit-03::after {
    position: absolute;
    display: block;
    content: " ";
    width: 90%;
    padding-top: 60%;
    top: auto;
    bottom: 0;
    left: 0;
    background-image: url(../img/common/img-recruit-03.jpg);
    background-size: cover;
    background-position: center center; }
    @media only screen and (min-width: 768px) {
      .wrapper-recruit-03::after {
        top: 0;
        padding-top: 0;
        width: 40%;
        height: 100%;
        max-height: 520px; } }
    @media print {
      .wrapper-recruit-03::after {
        top: 0;
        padding-top: 0;
        width: 40%;
        height: 100%;
        max-height: 520px; } }

.block-recruit-03 {
  position: relative;
  z-index: 2;
  padding: 10px;
  background-color: #eceeee; }
  @media only screen and (min-width: 768px) {
    .block-recruit-03 {
      padding: 40px 0;
      padding-left: 15px;
      background-color: transparent; } }
  @media print {
    .block-recruit-03 {
      padding: 40px 0;
      padding-left: 15px;
      background-color: transparent; } }

.wrapper-recruit-bottom {
  position: relative;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .wrapper-recruit-bottom {
      padding-bottom: 60px; } }
  @media print {
    .wrapper-recruit-bottom {
      padding-bottom: 60px; } }
  .wrapper-recruit-bottom::before {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    top: 80px;
    background-color: #eceeee;
    z-index: -1; }
    @media only screen and (min-width: 768px) {
      .wrapper-recruit-bottom::before {
        top: 160px;
        width: 93%; } }
    @media print {
      .wrapper-recruit-bottom::before {
        top: 160px;
        width: 93%; } }

.wrapper-recruit-02 {
  position: relative;
  color: #fff;
  padding: 30px 5px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .wrapper-recruit-02 {
      padding: 90px 0;
      margin-bottom: 60px; } }
  @media print {
    .wrapper-recruit-02 {
      padding: 90px 0;
      margin-bottom: 60px; } }
  .wrapper-recruit-02::before {
    position: absolute;
    display: block;
    content: " ";
    background-color: #000;
    background-image: url(../img/common/bg-recruit_green.jpg);
    background-size: cover;
    background-position: center center;
    top: 0;
    bottom: 0;
    right: 0;
    width: 95%; }
    @media only screen and (min-width: 1200px) {
      .wrapper-recruit-02::before {
        width: 98%;
        width: calc(100vw - ((100vw - 1140px) / 2) + 80px); } }
    @media print {
      .wrapper-recruit-02::before {
        width: 98%;
        width: calc(100vw - ((100vw - 1140px) / 2) + 80px); } }
  .wrapper-recruit-02 p {
    font-weight: 400;
    text-shadow: 0 0 10px #000; }
  .wrapper-recruit-02 .txt-bold {
    font-weight: bold; }
	
	
	
.wrapper-recruit-04 {
  position: relative;
  color: #fff;
  padding: 30px 5px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .wrapper-recruit-04 {
      padding: 90px 0;
      margin-bottom: 60px; } }
  @media print {
    .wrapper-recruit-04 {
      padding: 90px 0;
      margin-bottom: 60px; } }
  .wrapper-recruit-04::before {
    position: absolute;
    display: block;
    content: " ";
    background-color: #000;
    background-image: url(../img/common/bg-recruit.jpg);
    background-size: cover;
    background-position: center center;
    top: 0;
    bottom: 0;
    right: 0;
    width: 95%; }
    @media only screen and (min-width: 1200px) {
      .wrapper-recruit-04::before {
        width: 98%;
        width: calc(100vw - ((100vw - 1140px) / 2) + 80px); } }
    @media print {
      .wrapper-recruit-04::before {
        width: 98%;
        width: calc(100vw - ((100vw - 1140px) / 2) + 80px); } }
  .wrapper-recruit-04 p {
    font-weight: 400;
    text-shadow: 0 0 10px #000; }
  .wrapper-recruit-04 .txt-bold {
    font-weight: bold; }
	
	
	

.box-border {
  border: 3px solid #2f514e;
  padding: 10px; }
  @media only screen and (min-width: 768px) {
    .box-border {
      padding: 30px; } }
  @media print {
    .box-border {
      padding: 30px; } }

.mt-30{margin-top: 30px;}