@charset "UTF-8";
/* CSS Document */
/* CSS Document */
:focus {
  outline: none;
}

i::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
}

.has-text-align-right {
  text-align: right !important;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.alignright,
.alignleft {
  margin: 8px;
}

img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/*　共通部分　*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0px;
  padding: 0px;
  border: 0;
  outline: 0;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-size: 1em;
  line-height: normal;
}

/*　HTML5　*/
article,
aside,
details,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

.txt-gray {
  color: #999;
}

.txt-gray02 {
  color: #4A4A4A;
}

.txt-red {
  color: #800300;
}

.txt-red02 {
  color: #CF1923;
}

.txt-wh {
  color: #FFF;
}

.txt-blue {
  color: #81C0EA;
}

html,
body {
  margin: 0px 0;
  padding: 0px;
  line-height: 1.8;
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  font-weight: 400;
  text-align: justify;
  word-break: break-all;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

@keyframes fadeInbody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInbody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
}

.auto img {
  width: auto;
}

ol,
ul {
  list-style: none;
}

.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

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

.bold {
  font-weight: 600;
}

.mincho {
  font-family: YuMincho, "HG明朝E", "HGS明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, "Crimson Text", serif;
}

a {
  color: #001247;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
input.submit:hover,
input.back:hover {
  text-decoration: none;
}

label {
  cursor: pointer;
}

address {
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0px;
  position: relative;
  text-align: center;
  padding: 20px 0 0;
  letter-spacing: normal;
}

.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #001247;
  color: #FFF;
  overflow: hidden;
  padding: 10px 15px;
  font-weight: 700;
  border: 1px solid #001247;
  border-radius: 10px;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 50%, 0 100%);
          clip-path: polygon(0 0, 50% 50%, 0 100%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.btn:hover::after {
  right: 10px;
}

.btn_balloon {
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  background: #FFF;
  color: #001247;
  overflow: hidden;
  padding: 10px 15px;
  font-weight: 700;
  border: 1px solid #001247;
  border-radius: 10px;
}
.btn_balloon .icon_balloon {
  position: relative;
  padding-left: 25px;
}
.btn_balloon .icon_balloon::after {
  content: "";
  background: url(../img/icon_voice.svg) no-repeat;
  background-size: auto;
  position: absolute;
  width: 25px;
  height: 20px;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.btn_wh {
  background: #FFF;
  color: #001247;
}
.btn.btn_wh i {
  color: #001247;
}

.btn.btn_k {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn.btn_k_wh {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}

.btn_rangle i {
  position: absolute;
  right: 2rem;
  top: 11px;
}

_::-webkit-full-page-media,
_:future,
:root .btn_rangle i {
  top: 26%;
}

figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}
figure a {
  display: block;
}
figure a:hover {
  opacity: 1;
}

figure a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

figure a:hover::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.video {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link_box {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  transition: all 0.5s ease;
}
.link_box:hover {
  opacity: 0.5;
}

/*　ページナビゲーション　*/
.tablenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 90px 0;
}
.tablenav .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #d9d9d9;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 9px;
  font-weight: bold;
}
.tablenav .page-numbers.current {
  background: #001641;
}
.tablenav .page-numbers:hover:not(.current) {
  opacity: 0.8;
}
.tablenav .page-numbers.prev, .tablenav .page-numbers.next {
  background: transparent;
  color: #000;
  border-radius: 0;
  padding: 0 20px;
  min-width: auto;
  height: auto;
}
.tablenav .page-numbers.prev span, .tablenav .page-numbers.next span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  margin: 0 6px;
}
.tablenav .page-numbers.prev .prev-arrow, .tablenav .page-numbers.next .prev-arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.tablenav .page-numbers.prev .next-arrow, .tablenav .page-numbers.next .next-arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tablenav .page-numbers.prev.is-disabled, .tablenav .page-numbers.next.is-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

.screen-reader-text {
  display: none !important;
}

.mw_wp_form {
  clear: both;
}
.mw_wp_form .col-lg-12 {
  padding: 0;
}
.mw_wp_form span.required {
  background: #F38200;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 5px;
  display: inline;
  margin-left: 15px;
  border-radius: 5px;
  top: -2px;
  position: relative;
}
.mw_wp_form input[type=submit] {
  background-color: #001247;
  border: none;
  color: #FFF;
  font-weight: bold;
  margin: 0;
  padding: 3rem;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 0;
  width: 100%;
  font-family: inherit;
}
.mw_wp_form .btn_rangle::after {
  content: "";
  background: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  top: 3.1rem;
  width: 20px;
  height: 20px;
}
.mw_wp_form input[name=submitBack] {
  background-color: #CCC;
  border: none;
  color: #333;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}
.mw_wp_form input,
.mw_wp_form textarea {
  border: 1px solid #AAAAAA;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  padding: 15px;
  background: #FFF;
  overflow: auto;
}
.mw_wp_form input.w30,
.mw_wp_form textarea.w30 {
  width: 50%;
}
.mw_wp_form input.w100p,
.mw_wp_form textarea.w100p {
  width: 100px;
}
.mw_wp_form input::-webkit-input-placeholder, .mw_wp_form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.mw_wp_form input::-moz-placeholder, .mw_wp_form textarea::-moz-placeholder {
  color: #ccc;
}
.mw_wp_form input:-ms-input-placeholder, .mw_wp_form textarea:-ms-input-placeholder {
  color: #ccc;
}
.mw_wp_form input::-ms-input-placeholder, .mw_wp_form textarea::-ms-input-placeholder {
  color: #ccc;
}
.mw_wp_form input::placeholder,
.mw_wp_form textarea::placeholder {
  color: #ccc;
}
.mw_wp_form input:-moz-read-only, .mw_wp_form textarea:-moz-read-only {
  border: none;
  font-weight: bold;
}
.mw_wp_form input:read-only,
.mw_wp_form textarea:read-only {
  border: none;
  font-weight: bold;
}
.mw_wp_form textarea {
  height: 200px;
}
.mw_wp_form input[type=radio],
.mw_wp_form input[type=checkbox],
.mw_wp_form input[type=number],
.mw_wp_form .input_auto {
  width: auto;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
}
.mw_wp_form .mwform-zip-field {
  margin-bottom: 10px !important;
  display: block;
}
.mw_wp_form label:hover {
  cursor: pointer;
}
.mw_wp_form.mw_wp_form_confirm .kakunin_hidden {
  display: none;
}
.mw_wp_form .kakunin_blc {
  display: none;
}
.mw_wp_form.mw_wp_form_preview .kakunin_blc {
  display: block;
}

.breadcrumb {
  position: relative;
  padding: 10px 0px 30px 0px;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb ol {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
}
.breadcrumb ol li {
  display: inline;
}
.breadcrumb ol li:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin: 0 5px;
  font-weight: 900;
}
.breadcrumb ol li:last-child:after {
  content: none;
}
.breadcrumb ol li strong {
  font-weight: normal;
}

/*　ここまでFIX */
.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.arrow_box {
  position: relative;
  width: 500px;
  height: 80px;
  background: #F0F0F0;
  padding: 15px;
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
}

.dropdown-menu:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(240, 240, 240, 0);
  border-top-width: 28px;
  border-bottom-width: 28px;
  border-left-width: 18px;
  border-right-width: 18px;
  margin-left: -18px;
  border-bottom-color: #F0F0F0;
  bottom: 100%;
  left: 50%;
}

.dropdown-menu {
  position: absolute;
  top: 72px;
  left: -45%;
  z-index: 1000;
  display: none;
  min-width: 250px;
  width: 120%;
  background-color: #F0F0F0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}
.dropdown-menu li {
  position: relative;
  float: none !important;
}
.dropdown-menu li a {
  padding: 15px !important;
  display: block;
  border-bottom: 1px solid #E2E2E2;
  color: #000 !important;
  text-decoration: none;
}
.dropdown-menu li a i {
  top: 2rem;
  right: 15px;
  position: absolute;
  color: rgba(0, 0, 0, 0.3);
}
.dropdown-menu li a:hover {
  color: #001247;
  background: #ECF4F8;
}
.dropdown-menu li:last-child a {
  border-bottom: none;
}
.dropdown-menu li:hover {
  color: #001247;
  background: #ECF4F8;
}
.dropdown-menu li:after {
  content: "";
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  opacity: 1;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  text-decoration: none;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.h2_title, .works_sec03 h2, .works_sec02 h2, .works_sec01 h2, .recruit_sec06 h2.title_sec06, .recruit_sec05 h2, .recruit_sec04 h2, .recruit_sec03 h2, .recruit_sec02 h2, .about_sec07 h2, .about_sec06 .about_sec06_title h2, .about_sec05 h2, .about_sec04 h2, .sub_mv_container .sub_mv h1, .top_sec04_inner_news h2, .top_sec04 h2, .top_sec03 h2, .top_sec02 h2 {
  font-size: 88px;
  font-size: 8.8rem;
  font-weight: 900;
  color: #001247;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
}
.h2_title span, .works_sec03 h2 span, .works_sec02 h2 span, .works_sec01 h2 span, .recruit_sec06 h2.title_sec06 span, .recruit_sec05 h2 span, .recruit_sec04 h2 span, .recruit_sec03 h2 span, .recruit_sec02 h2 span, .about_sec07 h2 span, .about_sec06 .about_sec06_title h2 span, .about_sec05 h2 span, .about_sec04 h2 span, .sub_mv_container .sub_mv h1 span, .top_sec04_inner_news h2 span, .top_sec04 h2 span, .top_sec03 h2 span, .top_sec02 h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: -20px;
  letter-spacing: 0.04em;
}
.h2_title span::before, .works_sec03 h2 span::before, .works_sec02 h2 span::before, .works_sec01 h2 span::before, .recruit_sec06 h2.title_sec06 span::before, .recruit_sec05 h2 span::before, .recruit_sec04 h2 span::before, .recruit_sec03 h2 span::before, .recruit_sec02 h2 span::before, .about_sec07 h2 span::before, .about_sec06 .about_sec06_title h2 span::before, .about_sec05 h2 span::before, .about_sec04 h2 span::before, .sub_mv_container .sub_mv h1 span::before, .top_sec04_inner_news h2 span::before, .top_sec04 h2 span::before, .top_sec03 h2 span::before, .top_sec02 h2 span::before {
  content: "";
  background: url(../img/logo_bg_color.svg) no-repeat;
  background-size: auto;
  display: block;
  width: 20px;
  height: 3px;
  margin-right: 20px;
}

.h2_title02, .works_sec01 .works_sec01_inner h3, .recruit_sec04 .voice_box h4, .recruit_sec03 .recruit_flow_inner_box h3, .recruit_sec03 .recruit_sec03_inner_box h3, .recruit_sec02 .recruit_sec02_inner_box h3, .single_container article h2, .about_sec06 .about_sec06_inner h2, .about_sec03 h2, .about_sec01 h2 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #3E3E3E;
  border-left: 2px solid #001247;
  padding-left: 30px;
  margin-bottom: 30px;
}

.more-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 15px 60px;
  background-size: 200% auto;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
  background: linear-gradient(-100deg, #0188DB 0%, #001247 50%, #001247 100%);
  color: white;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.more-button:hover {
  background-position: right center;
  opacity: 1;
}
.more-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.more-button:hover::after {
  left: 125%;
}
.more-button .icon {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.more-button .icon svg {
  width: 16px;
  height: 16px;
}
.more-button:hover .icon {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.more-button .text {
  display: inline-block;
}
.more-button_k {
  background: transparent;
  border: 1px solid #001247;
  color: #001247;
}

header {
  padding: 15px 45px;
  width: 100%;
  position: fixed;
  z-index: 999;
}
header img {
  width: auto;
}
header .d-flex {
  width: 1366px;
  max-width: 100%;
  margin: 0 auto;
}
header.header-scrolled {
  background: #FFF;
  -webkit-animation: fadeInbody 1s ease 0s 1 normal;
          animation: fadeInbody 1s ease 0s 1 normal;
}
header.header-scrolled .top_nav ul li a {
  color: #000;
}
header.sub_header {
  background: #FFF;
  margin-bottom: 45px;
}
header.sub_header .top_nav ul li a {
  color: #000;
}

.mv_box {
  position: relative;
  width: 100%;
}
.mv_box .slide_mv {
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.mv_box .slide_mv.slick-initialized {
  opacity: 1;
}
.mv_box h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 900;
  color: #FFF;
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.mv_box h1 span.sub {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
.mv_box h1 span.smcon {
  letter-spacing: -30px;
}

.mv_box_bottom .slider {
  background: #ECF4F8;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.mv_box_bottom .slider.slick-initialized {
  opacity: 1;
}
.mv_box_bottom .slider .slick-list {
  position: relative;
  top: -15vh;
}
.mv_box_bottom .slider .slick-slide {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border-radius: 10px;
}
.mv_box_bottom .slider .slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.top_sec01 {
  padding: 90px 0 15%;
  background: #ECF4F8 url(../img/top_sec01_inner_back.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.top_sec01 h3 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #3E3E3E;
  border-left: 2px solid #001247;
  padding-left: 30px;
  margin-bottom: 30px;
}
.top_sec01 p {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.top_sec01 .top_sec01_inner {
  position: relative;
}
.top_sec01 .top_sec01_inner .top_sec01_right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
}
.top_sec01 .top_sec01_inner .top_sec01_right img {
  border-radius: 10px 0 0 10px;
  position: relative;
  display: block;
}
.top_sec01 .top_sec01_inner .top_sec01_right::after {
  content: "";
  background: url(../img/top_sec01_photo_txt.svg) no-repeat;
  position: absolute;
  bottom: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 574px;
  height: 109px;
  max-width: 100%;
}

.top_sec02 {
  padding: 160px 0 60px;
  position: relative;
  margin-bottom: 60px;
}
.top_sec02.top_sec02_02 {
  padding: 10% 0 15%;
}
.top_sec02 h2 {
  margin-bottom: 60px;
}
.top_sec02 h3 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #3E3E3E;
  border-left: 2px solid #001247;
  padding-left: 30px;
  margin-bottom: 30px;
}
.top_sec02 p {
  font-size: 16px;
  font-size: 1.6rem;
}
.top_sec02 .top_sec02_inner_container {
  position: relative;
}
.top_sec02 .top_sec02_left {
  width: calc(50% - 110px);
  position: absolute;
  left: 0;
  top: 0;
  max-height: 840px;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
.top_sec02 .top_sec02_left img {
  border-radius: 0 10px 10px 0;
  position: relative;
  display: block;
}
.top_sec02 .top_sec02_right.col-lg-6 {
  margin-left: 50%;
  padding-right: 15px;
}
.top_sec02 .top_sec02_inner {
  background: #ECF4F8;
  padding: 45px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 45px;
}
.top_sec02 .top_sec02_inner__box {
  margin-left: calc(50% + 15px);
}
.top_sec02 .top_sec02_inner__box h4 {
  color: #001247;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
.top_sec02 .top_sec02_inner__box h4 span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
.top_sec02 .slider_results ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top_sec02 .slider_results ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 255px;
          flex: 0 0 255px;
  max-width: 100%;
  padding: 0 30px 0 0;
  position: relative;
}
.top_sec02 .slider_results ul li a {
  display: block;
  position: relative;
}
.top_sec02 .slider_results ul li a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  border-radius: 5px;
}
.top_sec02 .slider_results ul li a .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  padding: 12px 24px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 11;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.top_sec02 .slider_results ul li a .overlay-text img {
  opacity: 1 !important;
}
.top_sec02 .slider_results ul li a .overlay-text .icon {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.top_sec02 .slider_results ul li a .overlay-text .icon svg {
  width: 16px;
  height: 16px;
}
.top_sec02 .slider_results ul li a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  border-radius: 5px;
}
.top_sec02 .slider_results ul li a:hover .overlay-text {
  opacity: 1;
  pointer-events: auto;
}
.top_sec02 .slider_results ul li a:hover::after {
  opacity: 1;
}
.top_sec02 .top_sec02_inner__box_arrowBox {
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  margin-bottom: 30px;
}
.top_sec02 .topWorks__head-arrow01,
.top_sec02 .topWorks__head-arrow02 {
  cursor: pointer;
}
.top_sec02 .topWorks__head-arrow01 img,
.top_sec02 .topWorks__head-arrow02 img {
  width: auto;
}

.top_sec03 {
  padding: 140px 0 260px;
  background: url(../img/top_sec03_back.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.top_sec03 h3 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #3E3E3E;
  border-left: 2px solid #001247;
  padding-left: 30px;
  margin-bottom: 30px;
}
.top_sec03 p {
  font-size: 16px;
  font-size: 1.6rem;
}
.top_sec03 .col-lg-6 {
  padding-right: 0;
}
.top_sec03 .top_sec03_photo_box {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(calc(-100% - 45px));
          transform: translateX(calc(-100% - 45px));
}

.top_sec04 {
  margin-top: 0;
  position: relative;
  background: linear-gradient(-100deg, #0188DB 0%, #001247 50%, #001247 100%);
  padding: 430px 0 160px;
  color: #FFF;
}
.top_sec04 .container {
  width: 1030px;
  max-width: 100%;
}
.top_sec04 h2 {
  color: #FFF;
  margin-bottom: 45px;
}
.top_sec04 .more-button_k {
  border: 1px solid #FFF;
  color: #FFF;
}
.top_sec04 h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.top_sec04 .info_container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_sec04 .info_container .col-lg-6 {
  width: 470px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 470px;
          flex: 0 0 470px;
  max-width: 100%;
}
.top_sec04 .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #FFF;
  padding: 25px 0;
  font-size: 16px;
  font-size: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_sec04 .info_box:last-of-type {
  border-bottom: 1px solid #FFF;
  margin-bottom: 30px;
}
.top_sec04 .info_box div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 15px;
}
.top_sec04 .info_box div:first-child {
  width: 60px;
}
.top_sec04 .info_box .map {
  margin-left: auto;
  padding-right: 0;
}
.top_sec04 .info_box .map a {
  display: inline-block;
  background: #FFF;
  color: #001247;
  border-radius: 50px;
  padding: 0px 15px;
}
.top_sec04 .info_box .fax a[href^="tel:"],
.top_sec04 .info_box .tel a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #fff !important;
}

.top_sec04_inner_news {
  position: relative;
  z-index: 2;
  margin-top: -600px;
  margin-bottom: 160px;
}
.top_sec04_inner_news.container .d-flex {
  background: #FFF;
  padding: 80px 70px;
  border-radius: 10px;
  -webkit-box-shadow: 12px 12px 15px rgba(183, 183, 183, 0.3);
          box-shadow: 12px 12px 15px rgba(183, 183, 183, 0.3);
}
.top_sec04_inner_news.container .news_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 30px 0;
  border-bottom: 1px solid #D8D8D8;
  font-weight: 500;
}
.top_sec04_inner_news.container .news_box:last-of-type {
  border-bottom: none;
}
.top_sec04_inner_news.container .news_box:first-of-type {
  padding-top: 15px;
}
.top_sec04_inner_news.container .news_box.link_box:hover {
  opacity: 1;
}
.top_sec04_inner_news.container .news_box .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #001247;
}
.top_sec04_inner_news.container .news_box .cat {
  display: inline-block;
  background: #E6E6E6;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  min-width: 100px;
  text-align: center;
  color: #001247;
}
.top_sec04_inner_news.container .news_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  text-decoration: none;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
}
.top_sec04_inner_news.container .news_box a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/arrow02.svg) no-repeat;
  background-size: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top_sec04_inner_news.container .news_box .link_title {
  width: 100%;
}
.top_sec04_inner_news h2 {
  color: #001247;
  margin-bottom: 60px;
}

footer {
  padding: 136px 0 100px;
  background: url(../img/footer_top_bar.svg) no-repeat;
  background-position: center top;
  background-size: 101%;
}
footer .container {
  width: 1030px;
  max-width: 100%;
}
footer h2 {
  margin-bottom: 30px;
}
footer p {
  font-size: 14px;
  font-size: 1.4rem;
}
footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
footer .footer_nav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
footer .footer_nav li a {
  padding-left: 45px;
  font-weight: 500;
}
footer .footer_nav li:first-child a {
  padding-left: 0;
}
footer .footer_nav_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_nav_btn li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
  padding-left: 30px;
}
footer .footer_nav_btn li .more-button {
  width: 230px;
  padding: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
footer address {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

.sub_mv_container {
  position: relative;
}
.sub_mv_container .sub_mv {
  width: calc(100% - 113px);
  height: 460px;
  position: relative;
  top: 155px;
}
.sub_mv_container .sub_mv .sub_mv_back {
  background: #ECF4F8;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  width: 100%;
  height: 460px;
}
.sub_mv_container .sub_mv.single_detail {
  height: 80px;
  background: #ECF4F8;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.sub_mv_container .sub_mv h1 {
  letter-spacing: 0.03em;
  position: absolute;
  top: 50%;
  left: calc(50% + 43px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 33;
}
.sub_mv_container figure {
  width: calc(50% + 60px);
  position: absolute;
  height: 460px;
  right: 0;
  top: 235px;
}
.sub_mv_container figure img {
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

.breadcrumbs {
  padding: 175px 15px 190px;
  position: relative;
  z-index: 1;
}

.sub_main {
  padding-bottom: 0px;
}

.about_sec01 {
  padding: 0px 0 0px;
  position: relative;
}
.about_sec01 p {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.about_sec01 .about_sec01_inner {
  position: relative;
}
.about_sec01 .about_sec01_inner .about_sec01_right {
  position: absolute;
  top: 0%;
  right: 0;
  width: 50%;
  max-height: 600px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.about_sec01 .about_sec01_inner .about_sec01_right img {
  border-radius: 10px 0 0 10px;
  position: relative;
  display: block;
}
.about_sec01 .about_sec01_right_bottom {
  position: relative;
  bottom: -40px;
  right: 0;
  width: 90%;
  z-index: -1;
  margin-left: auto;
  margin-bottom: 160px;
}

.about_sec02 {
  background: url(../img/about_us/about_us_sec02_back.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 538px;
  position: relative;
}
.about_sec02 .about_sec02_inner {
  background: #FFF;
  padding: 65px 15px;
  width: 776px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about_sec02 .about_sec02_inner h2 {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
.about_sec02 .about_sec02_inner p {
  text-align: center;
}

.about_sec03 {
  padding: 160px 0;
}
.about_sec03 .d-flex {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.about_sec03 [class*=col-] {
  padding: 0;
}
.about_sec03 .col-lg-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
  width: 330px;
  max-width: 100%;
}
.about_sec03 h3 {
  margin: 30px 0;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
.about_sec03 img {
  border-radius: 5px;
}

.about_sec04 {
  background: #ECF4F8;
  padding: 160px 0;
}
.about_sec04 h3 {
  padding: 15px 0;
}
.about_sec04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.about_sec04 ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 255px;
          flex: 0 0 255px;
  max-width: 100%;
  position: relative;
}
.about_sec04 ul li a {
  display: block;
  position: relative;
}
.about_sec04 ul li a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  border-radius: 5px;
}
.about_sec04 ul li a .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  padding: 12px 24px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 11;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about_sec04 ul li a .overlay-text img {
  opacity: 1 !important;
}
.about_sec04 ul li a .overlay-text .icon {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.about_sec04 ul li a .overlay-text .icon svg {
  width: 16px;
  height: 16px;
}
.about_sec04 ul li a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  border-radius: 5px;
}
.about_sec04 ul li a:hover .overlay-text {
  opacity: 1;
  pointer-events: auto;
}
.about_sec04 ul li a:hover::after {
  opacity: 1;
}

.about_sec05 {
  padding: 160px 0;
}
.about_sec05 h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.about_sec05 p {
  margin-bottom: 25px;
}
.about_sec05 p.bold {
  font-weight: 500;
  text-align: right;
}
.about_sec05 p:last-child {
  margin-bottom: 0;
}
.about_sec05 .d-flex {
  gap: 0 5%;
}
.about_sec05 .about_sec05_left {
  width: 40%;
  max-width: 425px;
}
.about_sec05 .about_sec05_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 100%;
}

.about_sec06 {
  background: #ECF4F8;
  padding: 160px 0;
}
.about_sec06 .about_sec06_title h2 {
  position: relative;
  margin-bottom: 90px;
}
.about_sec06 .about_sec06_title h2::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.about_sec06 .about_sec06_title h2::after {
  content: "";
  width: 295px;
  height: 1px;
  background: #001247;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.about_sec06 .about_sec06_title h3 {
  font-size: 55px;
  font-size: 5.5rem;
  margin: 115px 0;
}
.about_sec06 .about_sec06_title h3 span.smcon {
  letter-spacing: -20px;
}
.about_sec06 .about_sec06_inner {
  padding: 70px 70px 20px;
  background: #FFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_sec06 .about_sec06_inner h2 {
  width: 100%;
}
.about_sec06 .about_sec06_inner .about_sec06_inner_box {
  width: 30%;
  margin-bottom: 50px;
}
.about_sec06 .about_sec06_inner .about_sec06_inner_box .heading-with-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}
.about_sec06 .about_sec06_inner .about_sec06_inner_box .heading-with-number .number-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #001247;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}
.about_sec06 .about_sec06_inner .about_sec06_inner_box .heading-with-number .heading-text {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.about_sec07 {
  padding: 160px 0;
}
.about_sec07 .logo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 90px;
}
.about_sec07 .logo_area img {
  width: auto;
}
.about_sec07 .about_sec07_inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_sec07 .about_sec07_inner .about_sec07_inner_box {
  width: calc(33.3333333% - 30px);
  max-width: 340px;
}
.about_sec07 .about_sec07_inner h3 {
  padding: 20px 30px;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 15px;
}
.about_sec07 .about_sec07_inner h3.love {
  background: #E15583;
}
.about_sec07 .about_sec07_inner h3.nature {
  background: #77C1B2;
}
.about_sec07 .about_sec07_inner h3.sea {
  background: #2C89DB;
}

.company_sec01 .container {
  position: relative;
  width: 1140px;
  max-width: 100%;
  padding: 160px 0;
}
.company_sec01 .container::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  top: 0px;
  left: 0;
}
.company_sec01 .container::after {
  content: "";
  width: 295px;
  height: 1px;
  background: #001247;
  position: absolute;
  top: 0px;
  left: 0;
}
.company_sec01 .company_sec01_inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.company_sec01 .company_sec01_inner .company_sec01_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #D8D8D8;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
  padding: 30px 0;
}
.company_sec01 .company_sec01_inner .company_sec01_inner_box:last-of-type {
  border-bottom: 1px solid #D8D8D8;
}
.company_sec01 .company_sec01_inner .company_sec01_inner_box .company_sec01_inner_box_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  max-width: 100%;
  font-weight: 700;
}
.company_sec01 .company_sec01_inner .company_sec01_inner_box .company_sec01_inner_box_right {
  max-width: 100%;
}

.company_sec02 {
  padding: 160px 0;
  background: #ECF4F8;
}
.company_sec02 h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.company_sec02 .container {
  position: relative;
  width: 1030px;
  max-width: 100%;
}
.company_sec02 .info_container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company_sec02 .info_container .col-lg-6 {
  width: 470px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 470px;
          flex: 0 0 470px;
  max-width: 100%;
}
.company_sec02 .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #D8D8D8;
  padding: 25px 0;
  font-size: 16px;
  font-size: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company_sec02 .info_box:last-of-type {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 30px;
}
.company_sec02 .info_box div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 15px;
}
.company_sec02 .info_box div:first-child {
  width: 60px;
}
.company_sec02 .info_box .map {
  margin-left: auto;
  padding-right: 0;
}

.company_sec03 {
  padding: 160px 0;
}
.company_sec03 h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.company_sec03 .company_sec01_inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.company_sec03 .company_sec01_inner .company_sec01_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #D8D8D8;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
  padding: 30px 0;
}
.company_sec03 .company_sec01_inner .company_sec01_inner_box:last-of-type {
  border-bottom: 1px solid #D8D8D8;
}
.company_sec03 .company_sec01_inner .company_sec01_inner_box .company_sec01_inner_box_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 140px;
  max-width: 100%;
}
.company_sec03 .company_sec01_inner .company_sec01_inner_box .company_sec01_inner_box_right {
  max-width: 100%;
}

.sidebar_container {
  position: sticky;
  top: 150px;
  padding-bottom: 30px;
}

.side_bar_box {
  margin-bottom: 120px;
}
.side_bar_box h2 {
  font-weight: 900;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 15px;
  color: #001247;
}
.side_bar_box ul {
  margin-bottom: 60px;
}
.side_bar_box ul li {
  margin-bottom: 5px;
}
.side_bar_box ul li::before {
  content: " ‐ ";
}

.category_sec01 .container {
  position: relative;
  width: 1140px;
  max-width: 100%;
  padding: 160px 0;
}
.category_sec01 .container::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  top: 0px;
  left: 0;
}
.category_sec01 .container::after {
  content: "";
  width: 295px;
  height: 1px;
  background: #001247;
  position: absolute;
  top: 0px;
  left: 0;
}
.category_sec01 .col-lg-9 {
  padding: 0 0 0 10px;
}
.category_sec01 .news_archive_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #D8D8D8;
  font-weight: 500;
}
.category_sec01 .news_archive_box:last-of-type {
  border-bottom: none;
}
.category_sec01 .news_archive_box:first-of-type {
  padding-top: 0px;
}
.category_sec01 .news_archive_box.link_box:hover {
  opacity: 1;
}
.category_sec01 .news_archive_box .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.category_sec01 .news_archive_box .cat {
  display: inline-block;
  background: #E6E6E6;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  min-width: 130px;
  text-align: center;
}
.category_sec01 .news_archive_box .link_title {
  width: 100%;
}
.category_sec01 .news_archive_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}
.category_sec01 .news_archive_box a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/arrow02.svg) no-repeat;
  background-size: 100%;
}

.single_container {
  position: relative;
}
.single_container::before {
  content: "";
  width: 1140px;
  max-width: 100%;
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single_container::after {
  content: "";
  width: 295px;
  height: 1px;
  background: #001247;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.single_container.page_container::before, .single_container.page_container::after {
  content: none;
}
.single_container .col-lg-9 {
  padding-left: 18px;
}
.single_container article {
  padding-bottom: 100px;
}
.single_container article .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 30px;
  font-weight: 500;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.single_container article .title_box .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.single_container article .title_box .cat {
  display: inline-block;
  background: #E6E6E6;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  min-width: 130px;
  text-align: center;
}
.single_container article .title_box h1 {
  width: 100%;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
}
.single_container article h2,
.single_container article h3,
.single_container article h4,
.single_container article p,
.single_container article figure,
.single_container article ul,
.single_container article ol {
  margin-bottom: 30px;
}
.single_container article h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
.single_container article h4 {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
}
.single_container article ul {
  list-style: none;
  padding: 0;
}
.single_container article ul li {
  display: grid;
  gap: 8px;
  grid-template-columns: 2rem 1fr;
  margin-bottom: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.single_container article ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #001247;
  border-radius: 50%;
  position: relative;
  top: 10px;
}
.single_container article ol {
  list-style: none;
  padding: 0;
  counter-reset: number;
}
.single_container article ol li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  counter-increment: number;
  margin-bottom: 15px;
}
.single_container article ol li::before {
  content: counter(number) ".";
  color: #00124E;
  font-weight: bold;
}

/*
.link_nav {
    .post-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 90px 0 130px;
        gap: 0 60px;

        .nav-link {
            display: flex;
            align-items: center;
            font-weight: bold;
            color: #001641;
            text-decoration: none;
            gap: 6px;
            transition: 0.3s ease;

            .arrow-left,
            .arrow-right {
                display: inline-block;
                width: 10px;
                height: 10px;
                border-top: 2px solid currentColor;
                border-right: 2px solid currentColor;
            }

            .arrow-left {
                transform: rotate(-135deg);
            }

            .arrow-right {
                transform: rotate(45deg);
            }

            &:hover {
                opacity: 0.7;
            }

            &.is-disabled {
                color: #ccc;
                pointer-events: none;
                cursor: default;
            }
        }

        .back-button {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 40px;
            border: 1px solid $base-color;
            border-radius: 999px;
            color: $base-color;
            text-decoration: none;
            font-weight: bold;
            transition: 0.3s ease;
            width: 230px;
            justify-content: center;

            img {
                width: 22px;
                height: 22px;
                display: block;
                transition: transform 0.3s ease;
            }

            &:hover img {
                transform: scale(1.2);
            }
        }
    }

}
*/
.link_nav .post-nav {
  display: grid;
  grid-template-columns: 26% 1fr 26%;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  width: 490px;
  height: 65px;
  margin: 0 auto;
  padding: 90px 0 130px;
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0 130px;
  gap: 0 60px;
  */
}
.link_nav .post-nav .back-button {
  grid-area: 1/2/2/3;
}
.link_nav .post-nav .prev-link {
  grid-area: 1/1/2/2;
}
.link_nav .post-nav .next-link {
  grid-area: 1/3/2/4;
}
.link_nav .post-nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #001641;
  text-decoration: none;
  gap: 6px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.link_nav .post-nav .nav-link .arrow-left,
.link_nav .post-nav .nav-link .arrow-right {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.link_nav .post-nav .nav-link .arrow-left {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.link_nav .post-nav .nav-link .arrow-right {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.link_nav .post-nav .nav-link:hover {
  opacity: 0.7;
}
.link_nav .post-nav .nav-link.is-disabled {
  color: #ccc;
  pointer-events: none;
  cursor: default;
}
.link_nav .post-nav .back-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px 40px;
  border: 1px solid #001247;
  border-radius: 999px;
  color: #001247;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link_nav .post-nav .back-button img {
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.link_nav .post-nav .back-button:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.contact_top_box {
  text-align: center;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  padding: 90px 15px;
  margin-bottom: 90px;
}
.contact_top_box h2 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 15px;
}
.contact_top_box .tel_box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #001247;
  font-weight: 900;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 15px 0;
  letter-spacing: 0.05em;
}
.contact_top_box .tel_box .tel_icon {
  width: 34px;
  height: auto;
  display: inline-block;
  top: -3px;
  position: relative;
}
.contact_top_box .tel_box .tel_number {
  font-size: inherit;
  font-weight: inherit;
}

.transaction_container h2 {
  margin-bottom: 90px;
  font-size: 20px;
  font-size: 2rem;
}
.transaction_container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transaction_container h3 {
  font-size: 32px;
  font-size: 3.2rem;
  border-left: 2px solid #001247;
  padding-left: 30px;
}
.transaction_container .transaction_box {
  margin-bottom: 60px;
}
.transaction_container .transaction_box .col-lg-3 {
  margin-bottom: 30px;
}
.transaction_container .transaction_box:last-of-type {
  margin-bottom: 160px;
}

.recruit_sec01 .recruit_sec01_inner {
  background: linear-gradient(-100deg, #0188DB 0%, #001247 50%, #001247 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 380px;
}
.recruit_sec01 .recruit_sec01_inner h2 {
  font-size: 72px;
  font-size: 7.2rem;
  color: #FFF;
}
.recruit_sec01 .recruit_sec01_inner02 {
  position: relative;
  padding-bottom: 100px;
}
.recruit_sec01 .recruit_sec01_inner02 p {
  padding: 90px 120px 90px 0;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
.recruit_sec01 .recruit_sec01_right {
  position: absolute;
  top: 90px;
  right: 0;
  width: 50%;
  border-radius: 10px 0 0 10px;
  max-height: 840px;
  overflow: hidden;
}
.recruit_sec01 .recruit_sec01_right img {
  border-radius: 10px 0 0 10px;
  position: relative;
  display: block;
}
.recruit_sec01 .recruit_sec01_right_bottom {
  position: absolute;
  bottom: -90px;
  right: 0;
  width: calc(50% + 120px);
  z-index: -1;
}
.recruit_sec01 h3 {
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
}
.recruit_sec01 h3 span {
  color: #0188DB;
}
.recruit_sec01 .recruit_sec01_bottom {
  padding: 120px 0 0px;
}
.recruit_sec01 .recruit_sec01_bottom .slider .slick-slide {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border-radius: 10px;
}
.recruit_sec01 .recruit_sec01_bottom .slider .slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.recruit_sec02 {
  padding: 160px 0;
}
.recruit_sec02 h2 {
  margin-bottom: 60px;
}
.recruit_sec02 .container {
  position: relative;
  width: 1140px;
  max-width: 100%;
  padding: 160px 0 0;
}
.recruit_sec02 .container::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  top: 0px;
  left: 0;
}
.recruit_sec02 .container::after {
  content: "";
  width: 295px;
  height: 1px;
  background: #001247;
  position: absolute;
  top: 0px;
  left: 0;
}
.recruit_sec02 .recruit_sec02_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.recruit_sec02 .recruit_sec02_inner_box .col-lg-5 {
  padding: 0;
}
.recruit_sec02 .recruit_sec02_inner_box .col-lg-5 img {
  width: 425px;
  border-radius: 10px;
}
.recruit_sec02 .recruit_sec02_inner_box .col-lg-7 {
  padding: 0 0 0 55px;
}
.recruit_sec03 {
  padding: 160px 0;
  background: #ECF4F8;
}
.recruit_sec03 h2 {
  margin-bottom: 60px;
}
.recruit_sec03 .recruit_sec03_inner_box {
  padding: 70px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 10px;
  width: 1140px;
  max-width: 100%;
}
.recruit_sec03 .recruit_sec03_inner_box h3 {
  margin-bottom: 45px;
}
.recruit_sec03 .recruit_sec03_inner_box .business_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 70px;
}
@media (max-width: 768px) {
  .recruit_sec03 .recruit_sec03_inner_box .business_list {
    grid-template-columns: 1fr;
  }
}
.recruit_sec03 .recruit_sec03_inner_box .business_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.recruit_sec03 .recruit_sec03_inner_box .business_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 107px;
  height: 107px;
}
.recruit_sec03 .recruit_sec03_inner_box .business_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.recruit_sec03 .recruit_sec03_inner_box .business_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit_sec03 .recruit_sec03_inner_box .business_text h4 {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #001247;
  margin-bottom: 15px;
}
.recruit_sec03 .recruit_flow_inner_box {
  padding: 70px;
  margin: 90px auto 0;
  background: #FFF;
  border-radius: 10px;
  width: 1140px;
  max-width: 100%;
}
.recruit_sec03 .recruit_flow_inner_box h3 {
  margin-bottom: 45px;
}
.recruit_sec03 .recruit_flow_inner_box .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
}
.recruit_sec03 .recruit_flow_inner_box .flow_list::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #001247;
  display: block;
  position: absolute;
  top: 0;
  left: 52px;
}
.recruit_sec03 .recruit_flow_inner_box .flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.recruit_sec03 .recruit_flow_inner_box .flow_item .flow_number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 107px;
  height: 107px;
  border: 2px solid #001247;
  border-radius: 50%;
  color: #001247;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit_sec03 .recruit_flow_inner_box .flow_item:nth-child(even) .flow_number {
  background: #ECF4F8;
}
.recruit_sec03 .recruit_flow_inner_box .flow_item:nth-child(odd) .flow_number {
  background: #FFF;
}
.recruit_sec03 .recruit_flow_inner_box .flow_item .flow_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit_sec03 .recruit_flow_inner_box .flow_item .flow_text h4 {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #001247;
  margin-bottom: 5px;
}

.recruit_sec04 {
  padding: 160px 0 55px;
}
.recruit_sec04 h2 {
  margin-bottom: 60px;
}
.recruit_sec04 h3 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: right;
  margin-bottom: 60px;
}
.recruit_sec04 .voice_box {
  margin-bottom: 105px;
}
.recruit_sec04 .voice_box img {
  border-radius: 10px;
}
.recruit_sec04 .voice_box h5 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.recruit_sec04 .voice_box p {
  margin-bottom: 30px;
}
.recruit_sec04 .voice_box .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 465px;
          flex: 0 0 465px;
  margin-right: auto;
}
.recruit_sec04 .voice_box .col-lg-6 {
  padding: 0 15px 0 0;
}
.recruit_sec04 .voice_box:nth-child(odd) .col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 0;
  margin-left: auto;
}
.recruit_sec04 .voice_box:nth-child(odd) .col-lg-6 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.recruit_sec05 {
  padding: 160px 0;
  background: #ECF4F8;
}
.recruit_sec05 h2 {
  margin-bottom: 60px;
}
.recruit_sec05 .recruit_sec05_inner_box {
  padding: 70px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 10px;
  width: 1140px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
.recruit_sec05 .recruit_sec05_inner_box h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.recruit_sec05 .recruit_sec05_inner_box .col-lg-4 {
  padding: 0;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 120px) / 3);
          flex: 0 0 calc((100% - 120px) / 3);
}

.recruit_sec06 {
  padding: 160px 0;
}
.recruit_sec06 h2.title_sec06 {
  margin-bottom: 0px;
  padding-bottom: 60px;
}
.recruit_sec06 .container {
  position: relative;
  width: 1140px;
  max-width: 100%;
  padding: 0;
  margin-bottom: 90px;
}
.recruit_sec06 .container::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.recruit_sec06 .container::after {
  content: "";
  width: 295px;
  height: 1px;
  background: #001247;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.recruit_sec06 .recruit_sec06_inner {
  padding: 16px 0 0 0;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}
.recruit_sec06 .recruit_sec06_inner h2 {
  font-size: 32px;
  font-size: 3.2rem;
  background: #ECF4F8;
  padding: 30px;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 45px;
}
.recruit_sec06 .recruit_sec06_inner h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.recruit_sec06 .recruit_sec06_inner .recruit_sec06_inner_container {
  margin-bottom: 90px;
}
.recruit_sec06 .recruit_sec06_inner .recruit_sec06_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #D8D8D8;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
  padding: 30px 0;
}
.recruit_sec06 .recruit_sec06_inner .recruit_sec06_inner_box:last-of-type {
  border-bottom: 1px solid #D8D8D8;
}
.recruit_sec06 .recruit_sec06_inner .recruit_sec06_inner_box .recruit_sec06_inner_box_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  max-width: 100%;
}
.recruit_sec06 .recruit_sec06_inner .recruit_sec06_inner_box .recruit_sec06_inner_box_right {
  max-width: 100%;
}

.works_sec01 .top_lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 160px;
}
.works_sec01 .works_sec01_inner {
  margin-bottom: 90px;
}
.works_sec01 .works_sec01_inner .txt_right_box {
  padding: 0 105px;
}
.works_sec01 .works_sec01_inner .img_left {
  max-height: 320px;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
.works_sec01 .works_sec01_inner .img_left img {
  border-radius: 0 10px 10px 0;
}
.works_sec01 .works_sec01_inner .img_right {
  max-height: 320px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.works_sec01 .works_sec01_inner .img_right img {
  border-radius: 10px 0 0 10px;
}
.works_sec01 .works_sec01_inner p {
  margin-bottom: 30px;
}

.works_sec02 {
  background: #ECF4F8;
  padding: 160px 0;
}
.works_sec02 img {
  border-radius: 5px;
}
.works_sec02 h3 {
  margin: 15px 0 0;
}
.works_sec02 .row {
  gap: 40px;
}
.works_sec02 .row .col-lg-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
}
.works_sec02 a.link_photo {
  display: block;
  position: relative;
}
.works_sec02 a.link_photo img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  border-radius: 5px;
}
.works_sec02 a.link_photo .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  padding: 12px 24px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 11;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.works_sec02 a.link_photo .overlay-text img {
  opacity: 1 !important;
}
.works_sec02 a.link_photo .overlay-text .icon {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.works_sec02 a.link_photo .overlay-text .icon svg {
  width: 16px;
  height: 16px;
}
.works_sec02 a.link_photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  border-radius: 5px;
}
.works_sec02 a.link_photo:hover .overlay-text {
  opacity: 1;
  pointer-events: auto;
}
.works_sec02 a.link_photo:hover::after {
  opacity: 1;
}

.works_sec03 {
  padding: 160px 0;
}
.works_sec03.works_archive {
  padding-top: 0;
}
.works_sec03 form {
  position: relative;
}
.works_sec03 .smf-select-control__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 15px !important;
  border: none !important;
  border-radius: 10px !important;
  background-color: #f5f5f5 !important;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
}
.works_sec03 .smf-select-control__toggle {
  background-color: transparent !important;
  left: auto !important;
  right: 16px !important;
  top: 50% !important;
  bottom: auto !important;
  width: 25px !important;
  height: 25px !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23001641' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  pointer-events: none !important;
  z-index: 1 !important;
  position: absolute;
  display: block;
}
.works_sec03 .smf-select-control__toggle::before {
  display: none !important;
}
.works_sec03 a.link_photo {
  display: block;
  position: relative;
}
.works_sec03 a.link_photo img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  border-radius: 5px;
}
.works_sec03 a.link_photo .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  padding: 12px 24px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 11;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works_sec03 a.link_photo .overlay-text img {
  opacity: 1 !important;
}
.works_sec03 a.link_photo .overlay-text .icon {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.works_sec03 a.link_photo .overlay-text .icon svg {
  width: 16px;
  height: 16px;
}
.works_sec03 a.link_photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  border-radius: 5px;
}
.works_sec03 a.link_photo:hover .overlay-text {
  opacity: 1;
  pointer-events: auto;
}
.works_sec03 a.link_photo:hover::after {
  opacity: 1;
}
.works_sec03 h3 {
  margin: 15px 0 0;
}
.works_sec03 .col-lg-3 {
  margin-bottom: 45px;
}
.works_sec03 .pag_box {
  position: relative;
  margin-top: 80px;
  width: 1140px;
  max-width: 100%;
}
.works_sec03 .pag_box::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  top: 0px;
  left: 0;
}
.works_sec03 .pag_box::after {
  content: "";
  width: 295px;
  height: 1px;
  background: #001247;
  position: absolute;
  top: 0px;
  left: 0;
}

.results_container {
  width: 845px;
  max-width: 100%;
  padding: 0;
  /* 共通デザイン */
  /* 配置位置調整：.slider-nav に relative をつけてから矢印を左右に */
}
.results_container h1 {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 30px 0;
}
.results_container p.date {
  margin-bottom: 0;
}
.results_container .slider-for {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.results_container .slider-for.slick-initialized {
  opacity: 1;
}
.results_container .slider-for img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.results_container .slider-nav {
  margin-top: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  margin-top: 20px;
  margin-bottom: 45px;
  margin-left: -10px;
  margin-right: -9px;
}
.results_container .slider-nav.slick-initialized {
  opacity: 1;
}
.results_container .slider-nav img {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 5px;
}
.results_container .slider-nav .slick-slide {
  padding: 0 10px;
}
.results_container .slider-nav,
.results_container .slider-nav,
.results_container .slick-current img {
  opacity: 1 !important;
}
.results_container .custom-arrow {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.results_container .arrow-circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.results_container .arrow-circle:hover {
  background: #f0f0f0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.results_container .slider-nav {
  position: relative;
  padding: 0;
  /* 矢印の分余白を確保 */
}
.results_container .slick-prev,
.results_container .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  z-index: 10;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
.results_container .slick-prev::before,
.results_container .slick-next::before {
  content: none;
}
.results_container .slick-prev {
  left: -20px;
}
.results_container .slick-next {
  right: -20px;
}
.results_container .custom-arrow img {
  width: 40px;
  height: 40px;
  display: block;
}
.results_container p {
  margin-bottom: 30px;
}
.results_container p:last-of-type {
  margin-bottom: 45px;
}
.results_container .results_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #d8d8d8;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
  padding: 30px 0;
}
.results_container .results_box:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}
.results_container .results_box .results_box_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  max-width: 100%;
}
.results_container .results_box .results_box_right {
  max-width: 100%;
}

.box_404 {
  padding-bottom: 200px;
  background-size: cover;
}

.hamburger {
  display: none;
}

.sp_header_contact,
.sp_header_nav_footer {
  display: none;
}

.logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  max-width: 391px;
  padding-right: 15px;
}

.top_nav {
  text-align: left;
  position: relative;
  padding: 15px 0 15px 15px;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 71%;
          flex: 0 0 71%;
}
.top_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_nav ul li {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  max-width: 100%;
  display: block;
  position: relative;
}
.top_nav ul li a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
  position: relative;
  text-align: center;
  letter-spacing: normal;
}
.top_nav ul li:last-child a {
  padding: 0 0 0 20px;
}

@media print, screen and (max-width: 821px) {
  .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 245px;
            flex: 0 0 245px;
    max-width: 100%;
    padding-right: 15px;
    width: 245px;
  }
  .top_nav {
    padding: 25px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    top: 0px;
    background: linear-gradient(-130deg, #0188DB -50%, #001247 50%, #001247 100%);
  }
  .top_nav ul {
    padding: 60px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_nav ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 100%;
    text-align: left;
    padding-left: 30px;
  }
  .top_nav ul li a {
    display: block;
    text-decoration: none;
    padding: 15px 0px 15px 0px;
    color: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .top_nav ul li:last-child a {
    padding: 15px;
  }
  /*　ハンバーガーボタン */
  .hamburger {
    display: block;
    position: fixed;
    z-index: 99999999;
    right: 25px;
    top: 25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #FFF;
    border-radius: 100%;
  }
  .hamburger.hamburger_bk {
    background: #001247;
  }
  .hamburger.active p {
    color: #FFF;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #FFF;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .top_down {
    background: #001247;
  }
  .hamburger span:nth-child(1) {
    top: 18px;
  }
  .hamburger span:nth-child(2) {
    top: 26px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 24px;
    left: 16px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
    top: 24px;
    left: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 0;
    top: -130vh;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    opacity: 0;
    -webkit-transition: opacity 0s ease, visibility 0.5s ease;
    transition: opacity 0s ease, visibility 0.5s ease;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 1;
    top: 0px;
    overflow: scroll;
    z-index: 9999;
    height: calc(100vh - 0px);
  }
  .btn_contact02 {
    display: none;
  }
  header.sub_header .hamburger,
  .header-scrolled .hamburger {
    border: 1px solid #001247;
  }
  header.sub_header .hamburger span,
  .header-scrolled .hamburger span {
    background: #001247;
  }
  header.sub_header .hamburger.active,
  .header-scrolled .hamburger.active {
    border: 1px solid #FFF;
  }
  header.sub_header .hamburger.active span,
  .header-scrolled .hamburger.active span {
    background: #FFF;
  }
}
/* CSS Document */
.txt8 {
  font-size: 8px;
  font-size: 0.8rem;
}

.txt9 {
  font-size: 9px;
  font-size: 0.9rem;
}

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

.txt11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.txt12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.txt13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.txt14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.txt15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.txt16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.txt17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.txt18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.txt19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.txt20 {
  font-size: 20px;
  font-size: 2rem;
}

.txt21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.txt22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.txt23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.txt24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.txt25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.txt26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.txt27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.txt28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.txt29 {
  font-size: 29px;
  font-size: 2.9rem;
}

.txt30 {
  font-size: 30px;
  font-size: 3rem;
}

.txt31 {
  font-size: 31px;
  font-size: 3.1rem;
}

.txt32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.txt33 {
  font-size: 33px;
  font-size: 3.3rem;
}

.txt34 {
  font-size: 34px;
  font-size: 3.4rem;
}

.txt35 {
  font-size: 35px;
  font-size: 3.5rem;
}

.txt36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.txt37 {
  font-size: 37px;
  font-size: 3.7rem;
}

.txt38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.txt39 {
  font-size: 39px;
  font-size: 3.9rem;
}

.txt40 {
  font-size: 40px;
  font-size: 4rem;
}

.txt41 {
  font-size: 41px;
  font-size: 4.1rem;
}

.txt42 {
  font-size: 42px;
  font-size: 4.2rem;
}

.txt43 {
  font-size: 43px;
  font-size: 4.3rem;
}

.txt44 {
  font-size: 44px;
  font-size: 4.4rem;
}

.txt45 {
  font-size: 45px;
  font-size: 4.5rem;
}

.txt46 {
  font-size: 46px;
  font-size: 4.6rem;
}

.txt47 {
  font-size: 47px;
  font-size: 4.7rem;
}

.txt48 {
  font-size: 48px;
  font-size: 4.8rem;
}

.txt49 {
  font-size: 49px;
  font-size: 4.9rem;
}

.txt50 {
  font-size: 50px;
  font-size: 5rem;
}

.txt51 {
  font-size: 51px;
  font-size: 5.1rem;
}

.txt52 {
  font-size: 52px;
  font-size: 5.2rem;
}

.txt53 {
  font-size: 53px;
  font-size: 5.3rem;
}

.txt54 {
  font-size: 54px;
  font-size: 5.4rem;
}

.txt55 {
  font-size: 55px;
  font-size: 5.5rem;
}

.txt56 {
  font-size: 56px;
  font-size: 5.6rem;
}

.txt57 {
  font-size: 57px;
  font-size: 5.7rem;
}

.txt58 {
  font-size: 58px;
  font-size: 5.8rem;
}

.txt59 {
  font-size: 59px;
  font-size: 5.9rem;
}

.txt60 {
  font-size: 60px;
  font-size: 6rem;
}

.txt61 {
  font-size: 61px;
  font-size: 6.1rem;
}

.txt62 {
  font-size: 62px;
  font-size: 6.2rem;
}

.txt63 {
  font-size: 63px;
  font-size: 6.3rem;
}

.txt64 {
  font-size: 64px;
  font-size: 6.4rem;
}

.txt65 {
  font-size: 65px;
  font-size: 6.5rem;
}

.txt66 {
  font-size: 66px;
  font-size: 6.6rem;
}

.txt67 {
  font-size: 67px;
  font-size: 6.7rem;
}

.txt68 {
  font-size: 68px;
  font-size: 6.8rem;
}

.txt69 {
  font-size: 69px;
  font-size: 6.9rem;
}

.txt70 {
  font-size: 70px;
  font-size: 7rem;
}

.txt71 {
  font-size: 71px;
  font-size: 7.1rem;
}

.txt72 {
  font-size: 72px;
  font-size: 7.2rem;
}

.txt73 {
  font-size: 73px;
  font-size: 7.3rem;
}

.txt74 {
  font-size: 74px;
  font-size: 7.4rem;
}

.txt75 {
  font-size: 75px;
  font-size: 7.5rem;
}

.txt76 {
  font-size: 76px;
  font-size: 7.6rem;
}

.txt77 {
  font-size: 77px;
  font-size: 7.7rem;
}

.txt78 {
  font-size: 78px;
  font-size: 7.8rem;
}

.txt79 {
  font-size: 79px;
  font-size: 7.9rem;
}

.txt80 {
  font-size: 80px;
  font-size: 8rem;
}

.txt81 {
  font-size: 81px;
  font-size: 8.1rem;
}

.txt82 {
  font-size: 82px;
  font-size: 8.2rem;
}

.txt83 {
  font-size: 83px;
  font-size: 8.3rem;
}

.txt84 {
  font-size: 84px;
  font-size: 8.4rem;
}

.txt85 {
  font-size: 85px;
  font-size: 8.5rem;
}

.txt86 {
  font-size: 86px;
  font-size: 8.6rem;
}

.txt87 {
  font-size: 87px;
  font-size: 8.7rem;
}

.txt88 {
  font-size: 88px;
  font-size: 8.8rem;
}

.txt89 {
  font-size: 89px;
  font-size: 8.9rem;
}

.pd0 {
  padding: 0px !important;
}

.pd5 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd25 {
  padding: 25px !important;
}

.pd30 {
  padding: 30px !important;
}

.pd35 {
  padding: 35px !important;
}

.pd40 {
  padding: 40px !important;
}

.pd45 {
  padding: 45px !important;
}

.pd50 {
  padding: 50px !important;
}

.pd55 {
  padding: 55px !important;
}

.pd60 {
  padding: 60px !important;
}

.pd-t0 {
  padding-top: 0px;
}

.pd-r0 {
  padding-right: 0px !important;
}

.pd-b0 {
  padding-bottom: 0px;
}

.pd-l0 {
  padding-left: 0px;
}

.pd-t5 {
  padding-top: 5px;
}

.pd-r5 {
  padding-right: 5px !important;
}

.pd-b5 {
  padding-bottom: 5px;
}

.pd-l5 {
  padding-left: 5px;
}

.pd-t10 {
  padding-top: 10px;
}

.pd-r10 {
  padding-right: 10px !important;
}

.pd-b10 {
  padding-bottom: 10px;
}

.pd-l10 {
  padding-left: 10px;
}

.pd-t15 {
  padding-top: 15px;
}

.pd-r15 {
  padding-right: 15px !important;
}

.pd-b15 {
  padding-bottom: 15px;
}

.pd-l15 {
  padding-left: 15px;
}

.pd-t20 {
  padding-top: 20px;
}

.pd-r20 {
  padding-right: 20px !important;
}

.pd-b20 {
  padding-bottom: 20px;
}

.pd-l20 {
  padding-left: 20px;
}

.pd-t25 {
  padding-top: 25px;
}

.pd-r25 {
  padding-right: 25px !important;
}

.pd-b25 {
  padding-bottom: 25px;
}

.pd-l25 {
  padding-left: 25px;
}

.pd-t30 {
  padding-top: 30px;
}

.pd-r30 {
  padding-right: 30px !important;
}

.pd-b30 {
  padding-bottom: 30px;
}

.pd-l30 {
  padding-left: 30px;
}

.pd-t35 {
  padding-top: 35px;
}

.pd-r35 {
  padding-right: 35px !important;
}

.pd-b35 {
  padding-bottom: 35px;
}

.pd-l35 {
  padding-left: 35px;
}

.pd-t40 {
  padding-top: 40px;
}

.pd-r40 {
  padding-right: 40px !important;
}

.pd-b40 {
  padding-bottom: 40px;
}

.pd-l40 {
  padding-left: 40px;
}

.pd-t45 {
  padding-top: 45px;
}

.pd-r45 {
  padding-right: 45px !important;
}

.pd-b45 {
  padding-bottom: 45px;
}

.pd-l45 {
  padding-left: 45px;
}

.pd-t50 {
  padding-top: 50px;
}

.pd-r50 {
  padding-right: 50px !important;
}

.pd-b50 {
  padding-bottom: 50px;
}

.pd-l50 {
  padding-left: 50px;
}

.pd-t55 {
  padding-top: 55px;
}

.pd-r55 {
  padding-right: 55px !important;
}

.pd-b55 {
  padding-bottom: 55px;
}

.pd-l55 {
  padding-left: 55px;
}

.pd-t60 {
  padding-top: 60px;
}

.pd-r60 {
  padding-right: 60px !important;
}

.pd-b60 {
  padding-bottom: 60px;
}

.pd-l60 {
  padding-left: 60px;
}

.hidedd {
  display: none;
}

@media (min-width: 992px) {
  .pc_none {
    display: none !important;
  }
  .pc_bl {
    display: block;
  }
  .sp_br {
    display: none;
  }
  img.auto {
    width: auto;
  }
  .w50_pc {
    width: 50%;
  }
  .blog_entry p img {
    width: auto;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media print, screen and (max-width: 781px) {
  .is-layout-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
  }
}
@media print, screen and (max-width: 821px) {
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .sp_bl {
    display: block;
  }
  .sp_none {
    display: none !important;
  }
  .sp-txt-left {
    text-align: left !important;
  }
  .link_box {
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    transition: all 0s ease;
  }
  .link_box:hover {
    opacity: 1;
  }
  a:hover,
  a:focus,
  a:active,
  input.submit:hover,
  input.submit:focus,
  input.submit:active,
  input.back:hover,
  input.back:focus,
  input.back:active {
    text-decoration: none;
    opacity: 1;
  }
  input[type=submit]:hover {
    opacity: 1;
    text-decoration: none;
  }
  input,
  textarea {
    font-size: 16px;
    -webkit-user-select: auto;
    -moz-user-select: auto;
     -ms-user-select: auto;
         user-select: auto;
  }
  select {
    font-size: 14px;
  }
  [href*=tel] {
    text-decoration: underline;
    color: #001247 !important;
  }
  .default_table .table01 {
    border-collapse: collapse;
  }
  .default_table .table01 th,
  .default_table .table01 td {
    display: list-item;
    list-style: none;
    width: 100%;
    word-break: break-all;
    padding: 1rem;
  }
  .default_table .table01 th {
    text-align: left !important;
    border-top: 1px solid #FFF;
    font-weight: bold;
  }
  .default_table .table01 td {
    border-bottom: none;
  }
  .default_table .table01 tr:last-child td {
    border-bottom: 1px solid #001247;
  }
  .default_table .form_table th,
  .default_table .form_table td {
    display: list-item;
    list-style: none;
    width: 100%;
    padding: 5px;
  }
  .default_table .form_table th {
    text-align: left !important;
    padding-bottom: 0;
  }
  .default_table .form_table input,
  .default_table .form_table textarea {
    width: 100%;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 30px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-top: none;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table > tbody > tr > td > table img {
    width: auto;
  }
  .table-responsive > .table > tbody > tr > td > table tr td:nth-child(1) {
    min-width: 100px;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  .sp_txt_left {
    text-align: left !important;
  }
  .sp_txt_center {
    text-align: center !important;
  }
  a:hover,
  input.submit:hover,
  input.back:hover {
    text-decoration: none;
    opacity: 1 !important;
  }
  /*　ここまでFIX */
}
/* CSS Document */
@media print, screen and (max-width: 821px) {
  .h2_title, .top_sec02 h2, .top_sec03 h2, .top_sec04 h2, .top_sec04_inner_news h2, .sub_mv_container .sub_mv h1, .about_sec04 h2, .about_sec05 h2, .about_sec06 .about_sec06_title h2, .about_sec07 h2, .recruit_sec02 h2, .recruit_sec03 h2, .recruit_sec04 h2, .recruit_sec05 h2, .recruit_sec06 h2.title_sec06, .works_sec01 h2, .works_sec02 h2, .works_sec03 h2 {
    font-size: 70px;
    font-size: 7rem;
    font-weight: 900;
    color: #001247;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
  }
  .h2_title span, .top_sec02 h2 span, .top_sec03 h2 span, .top_sec04 h2 span, .top_sec04_inner_news h2 span, .sub_mv_container .sub_mv h1 span, .about_sec04 h2 span, .about_sec05 h2 span, .about_sec06 .about_sec06_title h2 span, .about_sec07 h2 span, .recruit_sec02 h2 span, .recruit_sec03 h2 span, .recruit_sec04 h2 span, .recruit_sec05 h2 span, .recruit_sec06 h2.title_sec06 span, .works_sec01 h2 span, .works_sec02 h2 span, .works_sec03 h2 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: -20px;
    letter-spacing: 0.04em;
  }
  .h2_title span::before, .top_sec02 h2 span::before, .top_sec03 h2 span::before, .top_sec04 h2 span::before, .top_sec04_inner_news h2 span::before, .sub_mv_container .sub_mv h1 span::before, .about_sec04 h2 span::before, .about_sec05 h2 span::before, .about_sec06 .about_sec06_title h2 span::before, .about_sec07 h2 span::before, .recruit_sec02 h2 span::before, .recruit_sec03 h2 span::before, .recruit_sec04 h2 span::before, .recruit_sec05 h2 span::before, .recruit_sec06 h2.title_sec06 span::before, .works_sec01 h2 span::before, .works_sec02 h2 span::before, .works_sec03 h2 span::before {
    content: "";
    background: url(../img/logo_bg_color.svg) no-repeat;
    background-size: auto;
    display: block;
    width: 20px;
    height: 3px;
    margin-right: 20px;
  }
  .h2_title02, .about_sec01 h2, .about_sec03 h2, .about_sec06 .about_sec06_inner h2, .single_container article h2, .recruit_sec02 .recruit_sec02_inner_box h3, .recruit_sec03 .recruit_sec03_inner_box h3, .recruit_sec03 .recruit_flow_inner_box h3, .recruit_sec04 .voice_box h4, .works_sec01 .works_sec01_inner h3 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #3E3E3E;
    border-left: 2px solid #001247;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .more-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    padding: 15px 60px;
    background-size: 200% auto;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
    background: linear-gradient(-100deg, #0188DB 0%, #001247 50%, #001247 100%);
    color: white;
    border-radius: 999px;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
  }
  .more-button:hover {
    background-position: right center;
    opacity: 1;
  }
  .more-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
  .more-button:hover::after {
    left: 125%;
  }
  .more-button .icon {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .more-button .icon svg {
    width: 16px;
    height: 16px;
  }
  .more-button:hover .icon {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .more-button .text {
    display: inline-block;
  }
  .more-button_k {
    background: transparent;
    border: 1px solid #001247;
    color: #001247;
  }
  header {
    padding: 25px 25px;
    width: 100%;
    position: fixed;
    z-index: 999;
  }
  header img {
    width: auto;
  }
  header .d-flex {
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
  }
  header.header-scrolled {
    background: #FFF;
    -webkit-animation: fadeInbody 1s ease 0s 1 normal;
            animation: fadeInbody 1s ease 0s 1 normal;
  }
  header.header-scrolled .top_nav ul li a {
    color: #FFF;
  }
  header .footer_nav_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin-top: -45px;
  }
  header .footer_nav_btn li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
  header .footer_nav_btn li img {
    width: 100%;
  }
  header .footer_nav_btn li .more-button {
    width: 100%;
    padding: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    background: #FFF;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    color: #001247 !important;
  }
  header.sub_header {
    background: #FFF;
    margin-bottom: 45px;
  }
  header.sub_header .top_nav ul li a {
    color: #FFF;
  }
  .mv_box {
    position: relative;
    width: 100vw;
    height: auto;
  }
  .mv_box .container {
    height: 100vh;
  }
  .mv_box img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv_box h1 {
    position: absolute;
    top: 70%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 900;
    color: #FFF;
    width: 100%;
    padding: 0;
    padding-left: 25px;
  }
  .mv_box h1 span.sub {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .mv_box h1 span.smcon {
    letter-spacing: -30px;
  }
  .mv_box_bottom .slider {
    background: #ECF4F8;
  }
  .mv_box_bottom .slider .slick-list {
    position: relative;
    top: -10vh;
  }
  .mv_box_bottom .slider .slick-slide {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    border-radius: 10px;
    margin: 0 15px;
  }
  .mv_box_bottom .slider .slick-center {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .top_sec01 {
    padding: 90px 10px;
    background: #ECF4F8 url(../img/top_sec01_inner_back.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .top_sec01 h3 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #3E3E3E;
    border-left: 2px solid #001247;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .top_sec01 p {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top_sec01 .top_sec01_inner {
    position: relative;
  }
  .top_sec01 .top_sec01_inner .top_sec01_right {
    position: relative;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 100%;
  }
  .top_sec01 .top_sec01_inner .top_sec01_right img {
    border-radius: 10px;
    position: relative;
    display: block;
  }
  .top_sec01 .top_sec01_inner .top_sec01_right::after {
    content: "";
    background: url(../img/top_sec01_photo_txt.svg) no-repeat;
    position: absolute;
    bottom: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 574px;
    height: 109px;
    max-width: 100%;
    background-size: 90%;
    background-position: center top;
  }
  .top_sec01 .more-button {
    margin-top: 100px;
  }
  .top_sec02 {
    padding: 120px 0px 20%;
    position: relative;
  }
  .top_sec02 .container {
    padding: 0 25px;
  }
  .top_sec02 .container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .top_sec02 .container .row .col-lg-6 {
    padding: 0;
  }
  .top_sec02 h2 {
    margin-bottom: 45px;
  }
  .top_sec02 h3 {
    font-size: 32px;
    font-size: 3.2rem;
    color: #3E3E3E;
    border-left: 2px solid #001247;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .top_sec02 p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 120%;
  }
  .top_sec02 .top_sec02_inner_container {
    position: relative;
    margin-bottom: 20vh;
  }
  .top_sec02 .top_sec02_left {
    width: calc(100% - 25px);
    position: absolute;
    left: -10px;
    top: 70px;
  }
  .top_sec02 .top_sec02_left img {
    border-radius: 0 10px 10px 0;
    position: relative;
    display: block;
  }
  .top_sec02 .top_sec02_right.col-lg-6 {
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
  .top_sec02 .top_sec02_inner {
    background: #ECF4F8;
    padding: 45px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 45px;
  }
  .top_sec02 .top_sec02_inner__box {
    margin-left: 0;
    padding: 0 25px;
  }
  .top_sec02 .top_sec02_inner__box h4 {
    color: #001247;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .top_sec02 .top_sec02_inner__box h4 span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top_sec02 .slider_results ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .top_sec02 .slider_results ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 255px;
            flex: 0 0 255px;
    max-width: 100%;
    padding: 0 30px 0 0;
    position: relative;
  }
  .top_sec02 .slider_results ul li a {
    display: block;
    position: relative;
  }
  .top_sec02 .slider_results ul li a img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    border-radius: 5px;
  }
  .top_sec02 .slider_results ul li a .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    padding: 12px 24px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 11;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .top_sec02 .slider_results ul li a .overlay-text img {
    opacity: 1 !important;
  }
  .top_sec02 .slider_results ul li a .overlay-text .icon {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .top_sec02 .slider_results ul li a .overlay-text .icon svg {
    width: 16px;
    height: 16px;
  }
  .top_sec02 .slider_results ul li a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    border-radius: 5px;
  }
  .top_sec02 .slider_results ul li a:hover .overlay-text {
    opacity: 1;
    pointer-events: auto;
  }
  .top_sec02 .slider_results ul li a:hover::after {
    opacity: 1;
  }
  .top_sec02 .top_sec02_inner__box_arrowBox {
    padding-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 15px;
    margin-bottom: 30px;
  }
  .top_sec02 .topWorks__head-arrow01,
  .top_sec02 .topWorks__head-arrow02 {
    cursor: pointer;
  }
  .top_sec02 .topWorks__head-arrow01 img,
  .top_sec02 .topWorks__head-arrow02 img {
    width: auto;
  }
  .top_sec02.top_sec02_02 {
    margin-top: -200px;
  }
  .top_sec03 {
    padding: 90px 10px 550px;
    background: url(../img/top_sec03_back_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    top: -20vh;
  }
  .top_sec03 h3 {
    font-size: 32px;
    font-size: 3.2rem;
    color: #3E3E3E;
    border-left: 2px solid #001247;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .top_sec03 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top_sec03 .col-lg-6 {
    padding-right: 15px;
  }
  .top_sec03 .top_sec03_photo_box {
    position: absolute;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .top_sec04 {
    margin-top: -260px;
    position: relative;
    background: linear-gradient(-100deg, #0188DB 0%, #001247 50%, #001247 100%);
    padding: 430px 0 160px;
    color: #FFF;
  }
  .top_sec04 .container {
    width: 1030px;
    max-width: 100%;
  }
  .top_sec04 h2 {
    color: #FFF;
    margin-bottom: 45px;
  }
  .top_sec04 .more-button_k {
    border: 1px solid #FFF;
    color: #FFF;
  }
  .top_sec04 h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .top_sec04 .info_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_sec04 .info_container .col-lg-6 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .top_sec04 .info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #FFF;
    padding: 25px 0;
    font-size: 16px;
    font-size: 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_sec04 .info_box:last-of-type {
    border-bottom: 1px solid #FFF;
    margin-bottom: 30px;
  }
  .top_sec04 .info_box div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 15px;
  }
  .top_sec04 .info_box div:first-child {
    width: 100%;
  }
  .top_sec04 .info_box .map {
    margin-left: auto;
    padding-right: 0;
  }
  .top_sec04 .info_box .map a {
    display: inline-block;
    background: #FFF;
    color: #001247;
    border-radius: 50px;
    padding: 0px 15px;
  }
  .top_sec04 .info_box .tel a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: none;
    color: #fff !important;
  }
  .top_sec04_inner_news {
    position: relative;
    z-index: 2;
    margin-top: -600px;
    margin-bottom: 80px;
  }
  .top_sec04_inner_news.container .d-flex {
    background: #FFF;
    padding: 40px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 12px 12px 15px rgba(183, 183, 183, 0.3);
            box-shadow: 12px 12px 15px rgba(183, 183, 183, 0.3);
  }
  .top_sec04_inner_news.container .news_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
    padding: 30px 0;
    border-bottom: 1px solid #D8D8D8;
    font-weight: 500;
  }
  .top_sec04_inner_news.container .news_box:last-of-type {
    border-bottom: none;
  }
  .top_sec04_inner_news.container .news_box:first-of-type {
    padding-top: 15px;
  }
  .top_sec04_inner_news.container .news_box.link_box:hover {
    opacity: 1;
  }
  .top_sec04_inner_news.container .news_box .date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #001247;
  }
  .top_sec04_inner_news.container .news_box .cat {
    display: inline-block;
    background: #E6E6E6;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
    min-width: 100px;
    text-align: center;
    color: #001247;
  }
  .top_sec04_inner_news.container .news_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    text-decoration: none;
    color: #000;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top_sec04_inner_news.container .news_box a::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/arrow02.svg) no-repeat;
    background-size: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top_sec04_inner_news.container .news_box .link_title {
    width: 100%;
  }
  .top_sec04_inner_news h2 {
    color: #001247;
    margin-bottom: 30px;
  }
  footer {
    padding: 90px 0px;
    background: url(../img/footer_top_bar_sp.svg) no-repeat;
    background-position: center top;
    background-size: 101%;
  }
  footer .container {
    width: 1030px;
    max-width: 100%;
  }
  footer h2 {
    margin-bottom: 30px;
  }
  footer p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  footer .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 30px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer_nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 15px;
    padding-left: 45px;
  }
  footer .footer_nav li a {
    padding-left: 0px;
    font-weight: 500;
  }
  footer .footer_nav li:first-child a {
    padding-left: 0;
  }
  footer .footer_nav_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_nav_btn li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
  footer .footer_nav_btn li .more-button {
    width: 100%;
    padding: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
  }
  footer .ml-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  footer address {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
  .sub_mv_container {
    position: relative;
  }
  .sub_mv_container .sub_mv {
    width: 100%;
    height: 295px;
    position: relative;
    top: 96px;
  }
  .sub_mv_container .sub_mv .sub_mv_back {
    background: #ECF4F8;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    width: calc(100% - 60px);
    height: 295px;
  }
  .sub_mv_container .sub_mv.single_detail {
    height: 80px;
    width: 90%;
  }
  .sub_mv_container .sub_mv h1 {
    letter-spacing: 0.03em;
    position: absolute;
    top: 60px;
    left: 0px;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    z-index: 33;
  }
  .sub_mv_container .sub_mv h1.sm__ {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1;
  }
  .sub_mv_container .sub_mv h1.sm__ span {
    margin-bottom: 10px;
  }
  .sub_mv_container figure {
    width: calc(50% + 112px);
    position: absolute;
    height: 150px;
    right: 0;
    top: 300px;
  }
  .sub_mv_container figure img {
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  }
  .breadcrumbs {
    padding: 175px 25px 90px 25px;
  }
  .sub_main {
    padding-bottom: 0px;
  }
  .about_sec01 {
    padding: 0px 0 0px;
    position: relative;
  }
  .about_sec01 p {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .about_sec01 .about_sec01_inner {
    position: relative;
    padding: 0 10px;
  }
  .about_sec01 .about_sec01_inner .about_sec01_right {
    position: relative;
    top: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: calc(100% - 25px);
    margin: 0 auto;
  }
  .about_sec01 .about_sec01_inner .about_sec01_right img {
    border-radius: 10px;
    position: relative;
    display: block;
  }
  .about_sec01 .about_sec01_right_bottom {
    position: relative;
    bottom: 10px;
    right: 0;
    width: 100%;
    z-index: -1;
    margin-left: auto;
    margin-bottom: 90px;
  }
  .about_sec02 {
    background: url(../img/about_us/about_us_sec02_back.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 538px;
    position: relative;
  }
  .about_sec02 .about_sec02_inner {
    background: #FFF;
    padding: 30px;
    width: 776px;
    max-width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .about_sec02 .about_sec02_inner h2 {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .about_sec02 .about_sec02_inner p {
    text-align: left;
  }
  .about_sec03 {
    padding: 80px 10px;
  }
  .about_sec03 .d-flex {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .about_sec03 [class*=col-] {
    padding: 0;
  }
  .about_sec03 .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 45px;
  }
  .about_sec03 h3 {
    margin: 15px 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
  }
  .about_sec03 img {
    border-radius: 5px;
  }
  .about_sec04 {
    background: #ECF4F8;
    padding: 80px 10px;
  }
  .about_sec04 h2 {
    letter-spacing: -2px;
    font-size: 60px;
    font-size: 6rem;
  }
  .about_sec04 h3 {
    padding: 15px 0;
  }
  .about_sec04 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 40px;
  }
  .about_sec04 ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .about_sec04 ul li a {
    display: block;
    position: relative;
  }
  .about_sec04 ul li a img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    border-radius: 5px;
  }
  .about_sec04 ul li a .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    padding: 12px 24px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 11;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about_sec04 ul li a .overlay-text img {
    opacity: 1 !important;
  }
  .about_sec04 ul li a .overlay-text .icon {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .about_sec04 ul li a .overlay-text .icon svg {
    width: 16px;
    height: 16px;
  }
  .about_sec04 ul li a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    border-radius: 5px;
  }
  .about_sec04 ul li a:hover .overlay-text {
    opacity: 1;
    pointer-events: auto;
  }
  .about_sec04 ul li a:hover::after {
    opacity: 1;
  }
  .about_sec05 {
    padding: 80px 10px;
  }
  .about_sec05 h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .about_sec05 p {
    margin-bottom: 30px;
  }
  .about_sec05 p.bold {
    font-weight: 500;
    text-align: right;
  }
  .about_sec05 .d-flex {
    gap: 0 100px;
  }
  .about_sec05 .about_sec05_left {
    width: 100%;
    max-width: 100%;
  }
  .about_sec05 .about_sec05_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .about_sec06 {
    background: #ECF4F8;
    padding: 80px 10px;
  }
  .about_sec06 .about_sec06_title h2 {
    position: relative;
    margin-bottom: 90px;
    font-size: 60px;
    font-size: 6rem;
  }
  .about_sec06 .about_sec06_title h2::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    position: absolute;
    bottom: -30px;
    left: 0;
  }
  .about_sec06 .about_sec06_title h2::after {
    content: "";
    width: 30%;
    height: 1px;
    background: #001247;
    position: absolute;
    bottom: -30px;
    left: 0;
  }
  .about_sec06 .about_sec06_title h3 {
    font-size: 40px;
    font-size: 4rem;
    margin: 60px 0;
  }
  .about_sec06 .about_sec06_title h3 span.smcon {
    letter-spacing: -20px;
  }
  .about_sec06 .about_sec06_inner {
    padding: 45px 30px 15px;
    background: #FFF;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_sec06 .about_sec06_inner h2 {
    width: 100%;
  }
  .about_sec06 .about_sec06_inner .about_sec06_inner_box {
    width: 100%;
    margin-bottom: 50px;
  }
  .about_sec06 .about_sec06_inner .about_sec06_inner_box .heading-with-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  .about_sec06 .about_sec06_inner .about_sec06_inner_box .heading-with-number .number-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #001247;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .about_sec06 .about_sec06_inner .about_sec06_inner_box .heading-with-number .heading-text {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .about_sec07 {
    padding: 80px 10px;
  }
  .about_sec07 h2 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.2;
  }
  .about_sec07 h2 span {
    margin-bottom: 0px;
  }
  .about_sec07 .logo_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 60px;
  }
  .about_sec07 .logo_area img {
    width: auto;
  }
  .about_sec07 .about_sec07_inner {
    gap: 45px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_sec07 .about_sec07_inner .about_sec07_inner_box {
    width: 100%;
    max-width: 100%;
  }
  .about_sec07 .about_sec07_inner h3 {
    padding: 20px 30px;
    color: #FFF;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .about_sec07 .about_sec07_inner h3.love {
    background: #E15583;
  }
  .about_sec07 .about_sec07_inner h3.nature {
    background: #77C1B2;
  }
  .about_sec07 .about_sec07_inner h3.sea {
    background: #2C89DB;
  }
  .company_sec01 {
    padding: 0 25px;
  }
  .company_sec01 .container {
    position: relative;
    width: 1140px;
    max-width: 100%;
    padding: 80px 0;
  }
  .company_sec01 .container::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .company_sec01 .container::after {
    content: "";
    width: 30%;
    height: 1px;
    background: #001247;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .company_sec01 .company_sec01_inner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  .company_sec01 .company_sec01_inner .company_sec01_inner_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #D8D8D8;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding: 15px 0;
  }
  .company_sec01 .company_sec01_inner .company_sec01_inner_box:last-of-type {
    border-bottom: 1px solid #D8D8D8;
  }
  .company_sec01 .company_sec01_inner .company_sec01_inner_box .company_sec01_inner_box_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100px;
    max-width: 100%;
    font-weight: 700;
  }
  .company_sec01 .company_sec01_inner .company_sec01_inner_box .company_sec01_inner_box_right {
    max-width: 100%;
    width: calc(100% - 130px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .company_sec02 {
    padding: 80px 0 20px;
    background: #ECF4F8;
  }
  .company_sec02 h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .company_sec02 .container {
    position: relative;
    width: 1030px;
    max-width: 100%;
  }
  .company_sec02 .info_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company_sec02 .info_container .col-lg-6 {
    width: 470px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 470px;
            flex: 0 0 470px;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .company_sec02 .info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #D8D8D8;
    padding: 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .company_sec02 .info_box:last-of-type {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 30px;
  }
  .company_sec02 .info_box div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0px;
  }
  .company_sec02 .info_box div:first-child {
    width: 60px;
  }
  .company_sec02 .info_box .map {
    margin-left: auto;
    padding-right: 0;
  }
  .company_sec03 {
    padding: 80px 0;
  }
  .company_sec03 h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .company_sec03 .company_sec01_inner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  .company_sec03 .company_sec01_inner .company_sec01_inner_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #D8D8D8;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding: 15px 0;
  }
  .company_sec03 .company_sec01_inner .company_sec01_inner_box:last-of-type {
    border-bottom: 1px solid #D8D8D8;
  }
  .company_sec03 .company_sec01_inner .company_sec01_inner_box .company_sec01_inner_box_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 140px;
    max-width: 100%;
  }
  .company_sec03 .company_sec01_inner .company_sec01_inner_box .company_sec01_inner_box_right {
    max-width: 100%;
  }
  .side_bar_box {
    margin-bottom: 120px;
  }
  .side_bar_box h2 {
    font-weight: 900;
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
  .side_bar_box ul {
    margin-bottom: 60px;
  }
  .side_bar_box ul li {
    margin-bottom: 5px;
  }
  .side_bar_box ul li::before {
    content: " ‐ ";
  }
  .category_sec01 .container {
    position: relative;
    width: 1140px;
    max-width: 100%;
    padding: 80px 0;
  }
  .category_sec01 .container::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .category_sec01 .container::after {
    content: "";
    width: 30%;
    height: 1px;
    background: #001247;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .category_sec01 .col-lg-9 {
    padding: 0 25px 0 25px;
  }
  .category_sec01 .news_archive_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px 20px;
    padding: 30px 0;
    border-bottom: 1px solid #D8D8D8;
    font-weight: 500;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category_sec01 .news_archive_box:last-of-type {
    border-bottom: none;
  }
  .category_sec01 .news_archive_box:first-of-type {
    padding-top: 0px;
  }
  .category_sec01 .news_archive_box.link_box:hover {
    opacity: 1;
  }
  .category_sec01 .news_archive_box .date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 14px;
    font-size: 1.4rem;
    width: 20%;
  }
  .category_sec01 .news_archive_box .cat {
    display: inline-block;
    background: #E6E6E6;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
    min-width: 130px;
    text-align: center;
  }
  .category_sec01 .news_archive_box .link_title {
    width: 100%;
  }
  .category_sec01 .news_archive_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    text-decoration: none;
    color: #000;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .category_sec01 .news_archive_box a::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/arrow02.svg) no-repeat;
    background-size: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  /*
  .link_nav {
      .post-nav {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 90px 0 130px;
          gap: 0 60px;
          flex-wrap: wrap;

          .back-button {
              order: 0;
              flex: 0 0 100%;
              margin-bottom: 30px;
          }

          .nav-link {
              display: flex;
              align-items: center;
              font-weight: bold;
              color: #001641;
              text-decoration: none;
              gap: 6px;
              transition: 0.3s ease;

              &.prev {
                  order: 1;
              }

              &.next {
                  order: 2;
              }

              .arrow-left,
              .arrow-right {
                  display: inline-block;
                  width: 10px;
                  height: 10px;
                  border-top: 2px solid currentColor;
                  border-right: 2px solid currentColor;
              }

              .arrow-left {
                  transform: rotate(-135deg);
              }

              .arrow-right {
                  transform: rotate(45deg);
              }

              &:hover {
                  opacity: 0.7;
              }

              &.is-disabled {
                  color: #ccc;
                  pointer-events: none;
                  cursor: default;
              }
          }

          .back-button {
              display: inline-flex;
              align-items: center;
              gap: 12px;
              padding: 16px 40px;
              border: 1px solid $base-color;
              border-radius: 999px;
              color: $base-color;
              text-decoration: none;
              font-weight: bold;
              transition: 0.3s ease;
              width: 230px;
              justify-content: center;

              img {
                  width: 22px;
                  height: 22px;
                  display: block;
                  transition: transform 0.3s ease;
              }

              &:hover img {
                  transform: scale(1.2);
              }
          }
      }

  }
  */
  .link_nav .post-nav {
    /*
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 0 130px;
    gap: 0 60px;
    flex-wrap: wrap;
    */
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20% 0px;
    grid-auto-flow: row;
    max-width: 490px;
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 90px 0 130px;
  }
  .link_nav .post-nav .back-button {
    grid-area: 2/1/3/3;
  }
  .link_nav .post-nav .prev-link {
    grid-area: 1/1/2/2;
  }
  .link_nav .post-nav .next-link {
    grid-area: 1/2/2/3;
  }
  .link_nav .post-nav .back-button {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .link_nav .post-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    color: #001641;
    text-decoration: none;
    gap: 6px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .link_nav .post-nav .nav-link.prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .link_nav .post-nav .nav-link.next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .link_nav .post-nav .nav-link .arrow-left,
  .link_nav .post-nav .nav-link .arrow-right {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
  }
  .link_nav .post-nav .nav-link .arrow-left {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .link_nav .post-nav .nav-link .arrow-right {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .link_nav .post-nav .nav-link:hover {
    opacity: 0.7;
  }
  .link_nav .post-nav .nav-link.is-disabled {
    color: #ccc;
    pointer-events: none;
    cursor: default;
  }
  .link_nav .post-nav .next-link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .link_nav .post-nav .back-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 16px 40px;
    border: 1px solid #001247;
    border-radius: 999px;
    color: #001247;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .link_nav .post-nav .back-button img {
    width: 22px;
    height: 22px;
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .link_nav .post-nav .back-button:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .contact_top_box {
    text-align: center;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 60px 15px;
    margin-bottom: 30px;
  }
  .contact_top_box h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .contact_top_box .tel_box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: #001247;
    font-weight: 900;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin: 15px 0;
    letter-spacing: 0.05em;
  }
  .contact_top_box .tel_box .tel_icon {
    width: 18px;
    height: auto;
    display: inline-block;
    top: -3px;
    position: relative;
  }
  .contact_top_box .tel_box .tel_number {
    font-size: inherit;
    font-weight: inherit;
  }
  .recruit_sec01 {
    padding: 0 10px;
  }
  .recruit_sec01 .recruit_sec01_inner {
    background: linear-gradient(-100deg, #0188DB 0%, #001247 50%, #001247 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit_sec01 .recruit_sec01_inner h2 {
    font-size: 38px;
    font-size: 3.8rem;
    color: #FFF;
    padding-top: 45px;
    text-align: center;
  }
  .recruit_sec01 .recruit_sec01_inner02 {
    position: relative;
    padding-bottom: 60px;
    padding-top: 90px;
  }
  .recruit_sec01 .recruit_sec01_inner02 p {
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .recruit_sec01 .recruit_sec01_right {
    position: relative;
    top: 45px;
    right: 0;
    width: 90%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    margin: 0 auto;
  }
  .recruit_sec01 .recruit_sec01_right img {
    border-radius: 10px;
    position: relative;
    display: block;
  }
  .recruit_sec01 .recruit_sec01_right_bottom {
    position: absolute;
    bottom: auto;
    top: 20px;
    right: 0;
    width: 100%;
    z-index: -1;
  }
  .recruit_sec01 h3 {
    font-size: 25px;
    font-size: 2.5rem;
    text-align: center;
  }
  .recruit_sec01 h3 span {
    color: #0188DB;
  }
  .recruit_sec01 .recruit_sec01_bottom {
    padding: 60px 0 0px;
    width: calc(100% + 25px);
    margin: 0 -15px;
  }
  .recruit_sec01 .recruit_sec01_bottom .slider .slick-slide {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    border-radius: 10px;
    margin: 0 15px;
  }
  .recruit_sec01 .recruit_sec01_bottom .slider .slick-center {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .recruit_sec02 {
    padding: 80px 25px;
  }
  .recruit_sec02 h2 {
    margin-bottom: 30px;
  }
  .recruit_sec02 .container {
    position: relative;
    width: 1140px;
    max-width: 100%;
    padding: 80px 0 0;
  }
  .recruit_sec02 .container::before {
    content: "";
    width: calc(100% + 50px);
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    top: 0px;
    left: -25px;
  }
  .recruit_sec02 .container::after {
    content: "";
    width: 30%;
    height: 1px;
    background: #001247;
    position: absolute;
    top: 0px;
    left: -25px;
  }
  .recruit_sec02 .recruit_sec02_inner_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
  .recruit_sec02 .recruit_sec02_inner_box .col-lg-5 {
    padding: 0;
  }
  .recruit_sec02 .recruit_sec02_inner_box .col-lg-5 img {
    width: 425px;
    max-width: 100%;
    border-radius: 10px;
  }
  .recruit_sec02 .recruit_sec02_inner_box .col-lg-7 {
    padding: 0 0 0 0;
  }
  .recruit_sec02 .recruit_sec02_inner_box h3 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .recruit_sec03 {
    padding: 80px 25px;
    background: #ECF4F8;
  }
  .recruit_sec03 h2 {
    margin-bottom: 30px;
  }
  .recruit_sec03 .recruit_sec03_inner_box {
    padding: 30px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 10px;
    width: 1140px;
    max-width: 100%;
  }
  .recruit_sec03 .recruit_sec03_inner_box h3 {
    margin-bottom: 30px;
  }
  .recruit_sec03 .recruit_sec03_inner_box .business_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 70px;
  }
}
@media print and (max-width: 768px), screen and (max-width: 821px) and (max-width: 768px) {
  .recruit_sec03 .recruit_sec03_inner_box .business_list {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (max-width: 821px) {
  .recruit_sec03 .recruit_sec03_inner_box .business_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit_sec03 .recruit_sec03_inner_box .business_icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 80px;
    height: 80px;
  }
  .recruit_sec03 .recruit_sec03_inner_box .business_icon img {
    width: 100%;
    height: auto;
    display: block;
  }
  .recruit_sec03 .recruit_sec03_inner_box .business_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recruit_sec03 .recruit_sec03_inner_box .business_text h4 {
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    color: #001247;
    margin-bottom: 5px;
  }
  .recruit_sec03 .recruit_sec03_inner_box .business_text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
  }
  .recruit_sec03 .recruit_flow_inner_box {
    padding: 30px;
    margin: 90px auto 0;
    background: #FFF;
    border-radius: 10px;
    width: 1140px;
    max-width: 100%;
  }
  .recruit_sec03 .recruit_flow_inner_box h3 {
    margin-bottom: 45px;
  }
  .recruit_sec03 .recruit_flow_inner_box .flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    position: relative;
  }
  .recruit_sec03 .recruit_flow_inner_box .flow_list::before {
    content: "";
    width: 2px;
    height: calc(100% - 90px);
    background: #001247;
    display: block;
    position: absolute;
    top: 0;
    left: 24px;
  }
  .recruit_sec03 .recruit_flow_inner_box .flow_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 1;
  }
  .recruit_sec03 .recruit_flow_inner_box .flow_item .flow_number {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50px;
    height: 50px;
    border: 2px solid #001247;
    border-radius: 50%;
    color: #001247;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit_sec03 .recruit_flow_inner_box .flow_item:nth-child(even) .flow_number {
    background: #ECF4F8;
  }
  .recruit_sec03 .recruit_flow_inner_box .flow_item:nth-child(odd) .flow_number {
    background: #FFF;
  }
  .recruit_sec03 .recruit_flow_inner_box .flow_item .flow_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recruit_sec03 .recruit_flow_inner_box .flow_item .flow_text h4 {
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    color: #001247;
    margin-bottom: 5px;
  }
  .recruit_sec03 .recruit_flow_inner_box .flow_item .flow_text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
  }
  .recruit_sec04 {
    padding: 80px 10px 35px;
  }
  .recruit_sec04 h2 {
    margin-bottom: 30px;
  }
  .recruit_sec04 h3 {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
    margin-bottom: 60px;
  }
  .recruit_sec04 .voice_box {
    margin-bottom: 60px;
  }
  .recruit_sec04 .voice_box img {
    border-radius: 10px;
  }
  .recruit_sec04 .voice_box h4 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .recruit_sec04 .voice_box h5 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .recruit_sec04 .voice_box p {
    margin-bottom: 15px;
  }
  .recruit_sec04 .voice_box .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 465px;
            flex: 0 0 465px;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .recruit_sec04 .voice_box .col-lg-6 {
    padding: 0 15px 0 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .recruit_sec04 .voice_box:nth-child(odd) .col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
    margin-left: auto;
  }
  .recruit_sec04 .voice_box:nth-child(odd) .col-lg-6 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .recruit_sec05 {
    padding: 80px 10px;
    background: #ECF4F8;
  }
  .recruit_sec05 h2 {
    margin-bottom: 30px;
  }
  .recruit_sec05 h2.sm__ {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .recruit_sec05 h2.sm__ span {
    margin-bottom: -5px;
  }
  .recruit_sec05 .recruit_sec05_inner_box {
    padding: 30px 30px 0;
    margin: 0 auto;
    background: #FFF;
    border-radius: 10px;
    width: 1140px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
  }
  .recruit_sec05 .recruit_sec05_inner_box h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .recruit_sec05 .recruit_sec05_inner_box .col-lg-4 {
    padding: 0;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 45px;
  }
  .recruit_sec06 {
    padding: 80px 0;
  }
  .recruit_sec06 h2.title_sec06 {
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .recruit_sec06 h2.title_sec06.sm__ {
    font-size: 55px;
    font-size: 5.5rem;
  }
  .recruit_sec06 .container {
    position: relative;
    width: 1140px;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .recruit_sec06 .container::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .recruit_sec06 .container::after {
    content: "";
    width: 295px;
    height: 1px;
    background: #001247;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .recruit_sec06 .recruit_sec06_inner {
    padding: 16px 25px 0 25px;
    margin: 0 auto;
    width: 1000px;
    max-width: 100%;
  }
  .recruit_sec06 .recruit_sec06_inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
    background: #ECF4F8;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 45px;
  }
  .recruit_sec06 .recruit_sec06_inner h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .recruit_sec06 .recruit_sec06_inner .recruit_sec06_inner_container {
    margin-bottom: 90px;
  }
  .recruit_sec06 .recruit_sec06_inner .recruit_sec06_inner_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #D8D8D8;
    -webkit-column-gap: 140px;
       -moz-column-gap: 140px;
            column-gap: 140px;
    padding: 15px 0;
  }
  .recruit_sec06 .recruit_sec06_inner .recruit_sec06_inner_box:last-of-type {
    border-bottom: 1px solid #D8D8D8;
  }
  .recruit_sec06 .recruit_sec06_inner .recruit_sec06_inner_box .recruit_sec06_inner_box_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100px;
    max-width: 100%;
    font-weight: 700;
  }
  .recruit_sec06 .recruit_sec06_inner .recruit_sec06_inner_box .recruit_sec06_inner_box_right {
    max-width: 100%;
  }
  .works_sec01 .top_lead {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0 0px 80px;
  }
  .works_sec01 h2.sm__ {
    font-size: 55px;
    font-size: 5.5rem;
  }
  .works_sec01 .container {
    padding: 0 25px;
  }
  .works_sec01 .works_sec01_inner {
    margin-bottom: 45px;
    position: relative;
    min-height: 0;
    padding: 0 25px;
  }
  .works_sec01 .works_sec01_inner .container {
    padding: 0;
  }
  .works_sec01 .works_sec01_inner .works_sec01_inner_photo {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .works_sec01 .works_sec01_inner .works_sec01_inner_photo img {
    border-radius: 10px;
  }
  .works_sec01 .works_sec01_inner .works_sec01_inner_photo.img_right {
    left: 0;
    right: 0;
  }
  .works_sec01 .works_sec01_inner .works_sec01_inner_photo.img_right img {
    border-radius: 10px;
  }
  .works_sec01 .works_sec01_inner h3 {
    margin: 15px 0;
  }
  .works_sec01 .works_sec01_inner p {
    margin-bottom: 30px;
  }
  .works_sec01 .works_sec01_inner .col-lg-6 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .works_sec01 .works_sec01_inner .col-lg-6.col-lg-6_left {
    margin-right: 0;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .works_sec02 {
    background: #ECF4F8;
    padding: 80px 10px 35px;
  }
  .works_sec02 img {
    border-radius: 5px;
  }
  .works_sec02 h3 {
    margin: 15px 0 0;
  }
  .works_sec02 .row {
    gap: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .works_sec02 .row .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 45px;
  }
  .works_sec02 a.link_photo {
    display: block;
    position: relative;
  }
  .works_sec02 a.link_photo img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    border-radius: 5px;
  }
  .works_sec02 a.link_photo .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    padding: 12px 24px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 11;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .works_sec02 a.link_photo .overlay-text img {
    opacity: 1 !important;
  }
  .works_sec02 a.link_photo .overlay-text .icon {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .works_sec02 a.link_photo .overlay-text .icon svg {
    width: 16px;
    height: 16px;
  }
  .works_sec02 a.link_photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    border-radius: 5px;
  }
  .works_sec02 a.link_photo:hover .overlay-text {
    opacity: 1;
    pointer-events: auto;
  }
  .works_sec02 a.link_photo:hover::after {
    opacity: 1;
  }
  .works_sec03 {
    padding: 80px 10px;
  }
  .works_sec03 form {
    position: relative;
  }
  .works_sec03 .smf-select-control__control {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    padding: 15px !important;
    border: none !important;
    border-radius: 10px !important;
    background-color: #f5f5f5 !important;
    color: #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .works_sec03 .smf-select-control__toggle {
    background-color: transparent !important;
    left: auto !important;
    right: 16px !important;
    top: 50% !important;
    bottom: auto !important;
    width: 25px !important;
    height: 25px !important;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23001641' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    pointer-events: none !important;
    z-index: 1 !important;
    position: absolute;
    display: block;
  }
  .works_sec03 .smf-select-control__toggle::before {
    display: none !important;
  }
  .works_sec03 a.link_photo {
    display: block;
    position: relative;
  }
  .works_sec03 a.link_photo img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    border-radius: 5px;
  }
  .works_sec03 a.link_photo .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    padding: 12px 24px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 11;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .works_sec03 a.link_photo .overlay-text img {
    opacity: 1 !important;
  }
  .works_sec03 a.link_photo .overlay-text .icon {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .works_sec03 a.link_photo .overlay-text .icon svg {
    width: 16px;
    height: 16px;
  }
  .works_sec03 a.link_photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    border-radius: 5px;
  }
  .works_sec03 a.link_photo:hover .overlay-text {
    opacity: 1;
    pointer-events: auto;
  }
  .works_sec03 a.link_photo:hover::after {
    opacity: 1;
  }
  .works_sec03 h3 {
    margin: 15px 0 0;
  }
  .works_sec03 .col-lg-3 {
    margin-bottom: 45px;
  }
  .works_sec03 .pag_box {
    position: relative;
    margin-top: 30px;
    width: 1140px;
    max-width: 100%;
  }
  .works_sec03 .pag_box::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .works_sec03 .pag_box::after {
    content: "";
    width: 295px;
    height: 1px;
    background: #001247;
    position: absolute;
    top: 0px;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .top_sec03_photo_box {
    text-align: center;
  }
  .top_sec03_photo_box img {
    max-width: 310px;
  }
  footer .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0 auto;
  }
  .company_sec01 {
    padding: 0 25px;
  }
  .company_sec01 .container {
    position: relative;
    width: 1140px;
    max-width: 100%;
    padding: 80px 0;
  }
  .company_sec01 .container::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .company_sec01 .container::after {
    content: "";
    width: 30%;
    height: 1px;
    background: #001247;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .company_sec01 .company_sec01_inner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  .company_sec01 .company_sec01_inner .company_sec01_inner_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #D8D8D8;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding: 15px 0;
  }
  .company_sec01 .company_sec01_inner .company_sec01_inner_box:last-of-type {
    border-bottom: 1px solid #D8D8D8;
  }
  .company_sec01 .company_sec01_inner .company_sec01_inner_box .company_sec01_inner_box_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    width: 50px;
    max-width: 100%;
    font-weight: 700;
  }
  .company_sec01 .company_sec01_inner .company_sec01_inner_box .company_sec01_inner_box_right {
    max-width: 50%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .recruit_sec03 .recruit_flow_inner_box .flow_list::before {
    content: "";
    width: 2px;
    height: calc(100% - 30px);
    background: #001247;
    display: block;
    position: absolute;
    top: 0;
    left: 24px;
  }
  .recruit_sec04 .voice_box:nth-child(odd) .col {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-right: 0;
    margin-left: auto;
  }
  .recruit_sec04 .voice_box:nth-child(odd) .col-lg-6 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .recruit_sec06 .recruit_sec06_inner .recruit_sec06_inner_box .recruit_sec06_inner_box_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 100px;
    max-width: 40%;
    font-weight: 700;
  }
  .recruit_sec06 .recruit_sec06_inner .recruit_sec06_inner_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #d8d8d8;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding: 15px 0;
  }
  .recruit_sec06 .recruit_sec06_inner .recruit_sec06_inner_box .recruit_sec06_inner_box_right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(80% - 30px);
            flex: 0 0 calc(80% - 30px);
  }
  .results_container {
    width: 845px;
    max-width: 100%;
    padding: 0 25px;
  }
  .company_sec02 .info_container .col-lg-6 {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.snow-monkey-form {
  margin-top: 45px;
}
.snow-monkey-form .smf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.snow-monkey-form .smf-item .smf-item__col--label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 265px;
          flex: 0 0 265px;
  max-width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.snow-monkey-form .smf-item .smf-item__col--controls {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 265px);
          flex: 0 0 calc(100% - 265px);
  max-width: 100%;
  padding: 0 15px 0 70px;
}
.snow-monkey-form button[data-action=back] {
  background-color: #ccc;
  border: none;
  color: #333;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
}
.snow-monkey-form input:not([type=radio]),
.snow-monkey-form textarea {
  border: none !important;
  width: 100% !important;
  padding: 15px !important;
  background: #f4f4f4 !important;
  border-radius: 10px !important;
  font-size: 18px;
  font-size: 1.8rem;
}
.snow-monkey-form input:not([type=radio])::-webkit-input-placeholder, .snow-monkey-form textarea::-webkit-input-placeholder {
  color: #cbcbcc;
}
.snow-monkey-form input:not([type=radio])::-moz-placeholder, .snow-monkey-form textarea::-moz-placeholder {
  color: #cbcbcc;
}
.snow-monkey-form input:not([type=radio]):-ms-input-placeholder, .snow-monkey-form textarea:-ms-input-placeholder {
  color: #cbcbcc;
}
.snow-monkey-form input:not([type=radio])::-ms-input-placeholder, .snow-monkey-form textarea::-ms-input-placeholder {
  color: #cbcbcc;
}
.snow-monkey-form input:not([type=radio])::placeholder,
.snow-monkey-form textarea::placeholder {
  color: #cbcbcc;
}
.snow-monkey-form input:not([type=radio]):-moz-read-only, .snow-monkey-form textarea:-moz-read-only {
  border: none;
  font-weight: bold;
}
.snow-monkey-form input:not([type=radio]):read-only,
.snow-monkey-form textarea:read-only {
  border: none;
  font-weight: bold;
}
.snow-monkey-form textarea {
  height: 200px;
}
.snow-monkey-form .smf-label {
  margin-bottom: 4px;
  display: inline-block;
  position: relative;
}
.snow-monkey-form .smf-item__description {
  background-color: #0188DB;
  color: #fff;
  font-size: 14px;
  padding: 1px 6px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 0 !important;
  margin-left: 15px;
}
.snow-monkey-form .smf-form-control {
  background-color: #f5f7f7;
  border: none;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
}
.snow-monkey-form .smf-action {
  padding: 120px 0 250px;
  text-align: center;
}
.snow-monkey-form .smf-action .smf-button-control {
  margin: 0 auto;
}
.snow-monkey-form button[type=submit] {
  background: linear-gradient(-100deg, #0188DB 0%, #001247 50%, #001247 100%);
  color: #fff;
  padding: 12px 45px;
  border: none;
  border-radius: 999px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
.snow-monkey-form button[type=submit]::before {
  content: "";
  background: url(../img/icon_mail02.svg) no-repeat;
  background-size: 100%;
  display: block;
  width: 28px;
  height: 20px;
}
.snow-monkey-form button[data-action=back] {
  background-color: #CCC;
  border: none;
  color: #333;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}
.snow-monkey-form .smf-button-control__control[data-action=back] {
  background: transparent !important;
  color: #333 !important;
  text-decoration: underline !important;
}
.snow-monkey-form .smf-button-control__control[data-action=back]::before {
  content: none;
}
.snow-monkey-form .smf-select-control {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
}
.snow-monkey-form .smf-select-control__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 15px !important;
  border: none !important;
  border-radius: 10px !important;
  background-color: #f5f5f5 !important;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
}
.snow-monkey-form .smf-select-control__toggle {
  background-color: transparent !important;
  left: auto !important;
  right: 16px !important;
  top: 50% !important;
  bottom: auto !important;
  width: 25px !important;
  height: 25px !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23001641' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  pointer-events: none !important;
  z-index: 1 !important;
}
.snow-monkey-form .smf-select-control__toggle::before {
  display: none !important;
}
.snow-monkey-form input[type=radio] {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin-top: 1px !important;
}
.snow-monkey-form .smf-radio-button-control__label {
  padding-left: 25px;
}

/* 電話番号3分割（ラッパー内） */
.tel-wrapper > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tel-wrapper > .wp-block-group__inner-container .tel-part {
  min-width: 10px;
  width: 170px !important;
}

form[data-screen=confirm] .smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 90px;
}
form[data-screen=confirm] .smf-action .smf-button-control {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 100%;
  margin: 0 auto !important;
}
form[data-screen=confirm] .smf-action .smf-button-control:nth-of-type(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 61%;
          flex: 0 0 61%;
  max-width: 100%;
  margin: 0 auto 15px !important;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media print, screen and (max-width: 768px) {
  .snow-monkey-form {
    margin-top: 45px;
  }
  .snow-monkey-form .smf-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .snow-monkey-form .smf-item .smf-item__col--label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 500;
  }
  .snow-monkey-form .smf-item .smf-item__col--controls {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px 0 15px;
  }
  /* 電話番号3分割（ラッパー内） */
  .tel-wrapper > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .tel-wrapper > .wp-block-group__inner-container .tel-part {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    min-width: 10px;
    width: 100% !important;
  }
  .smf-action {
    padding: 45px 0 150px !important;
    text-align: center;
  }
  .smf-action .smf-button-control {
    margin: 0 auto;
  }
}/*# sourceMappingURL=common.css.map */