a {
  text-decoration: none;
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

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

.d-none {
  display: none;
}

.justify-content-space-around {
  justify-content: space-around;
}

.justify-content-between {
  justify-content: space-between;
}

.border-right-wh {
  border-right: 1px solid #fff;
}

.border-right-gr {
  border-right: 1px solid #ccc;
}

.englog_outer .bx-wrapper {
  padding-bottom: 60px;
}

.englog_outer .bx-wrapper .main_slider .englog_slide {
  display: none;
}

.current_box li.arrow {
  position: unset;
}

.recruit_sub_content .current_box li.arrow,
.recruit_top_content .current_box li.arrow {
  position: relative;
}

.current_box ul,
.professionals_current .current_box,
.current_area_inner .current_box,
.professionals_content .current_box {
  display: flex;
  align-items: center;
}

.recruit_sub_content .current_box li.arrow,
.recruit_top_content .current_box li.arrow {
  position: unset;
}

ul.dt_menu01.pc ul {
  padding-left: 1rem;
}

ul.dt_menu01.pc ul li {
  color: #fff;
  font-size: 12px;
}

ul.dt_menu01.pc ul li a {
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
  }

  .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  body {
    margin: 0;
  }

  .container {
    max-width: 1100px;
    --bs-gutter-x: 1.5rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }

  header.header {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.075);
    position: relative;
    z-index: 1000;
    background-color: #fff;
  }

  .nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }

  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }

  .megamenu {
    background: #fff;
    z-index: 15;
  }

  header * {
    box-sizing: border-box;
  }

  .megamenu .megamenu-nav {
    padding: 0;
    margin: 0;
  }

  .megamenu .megamenu-nav .nav-item {
    display: block;
    width: 100%;
    text-align: center;
  }

  .megamenu .megamenu-nav .nav-item.is-open {
    background: #014099;
    transition: all 0.3s ease-in-out;
  }

  .megamenu .megamenu-nav .nav-item.is-open a {
    color: #fff;
  }

  .megamenu .megamenu-nav .nav-item.is-open>.megamenu-content {
    visibility: visible;
    opacity: 1;
  }

  .megamenu .megamenu-nav .nav-link {
    color: #353535;
    font-weight: bold;
    padding: 20px 0;
    border-left: 1px solid #ccc;
    font-size: 14px;
    position: relative;
    font-family: "Meiryo", sans-serif;
  }

  .megamenu .megamenu-nav .nav-item.is-parent a.nav-link::after {
    content: "\F282";
    position: absolute;
    font-family: bootstrap-icons;
    bottom: 3px;
    left: calc(50% - 7px);
    line-height: 1;
  }

  .megamenu .megamenu-nav .nav-item.is-active {
    background: #014099;
    color: #fff;
  }

  .megamenu .megamenu-nav .nav-item.is-active a {
    color: #fff;
  }

  .megamenu .megamenu-nav .nav-link:hover {
    background: #014099;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }

  .megamenu .megamenu-nav .nav-item:last-child {
    border-right: 1px #999;
  }

  .megamenu .megamenu-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 128px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 14;
    transition: all 0.3s ease-in-out;
    color: #fff;
    text-align: left;
  }

  .megamenu .megamenu-content a {
    text-decoration: none;
    color: #fff;
  }

  .megamenu .megamenu-content .container {
    padding: 45px 15px;
  }

  .megamenu .megamenu-content h2 {
    font-size: 20px;
    padding: 10px 0 10px 10px;
  }

  .megamenu .megamenu-content h2 span {
    margin-left: 10px;
  }

  .megamenu .megamenu-content h2.subnav_h2:hover {
    background: rgba(251, 251, 251, 0.5);
    transition: all 0.3s ease-in-out;
  }

  .megamenu .megamenu-content ul {
    list-style-type: none;
    padding-left: 20px;
  }

  .megamenu .megamenu-content ul li {
    padding: 10px 10px;
    position: relative;
    font-family: "Meiryo", sans-serif;
  }

  .megamenu .megamenu-content ul li:hover {
    background: rgba(251, 251, 251, 0.5);
    transition: all 0.3s ease-in-out;
  }

  .megamenu .megamenu-content ul li a {
    width: 100%;
    height: 100%;
  }

  .megamenu .megamenu-content ul li span {
    position: absolute;
    right: 10px;
  }

  .megamenu .megamenu-content .col-md-4 {
    padding-right: 0;
  }

  .megamenu-background {
    background: rgba(1, 64, 153, 0.95);
    position: absolute;
    left: 0;
    top: 127px;
    right: 0;
    height: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 13;
  }

  .megamenu-dim {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 54px;
    visibility: hidden;
    opacity: 0;
    z-index: -12;
    transition: all 0.3s ease-in-out;
  }

  .megamenu .megamenu-content .sub_subnav .subnav-link .subnav-item {
    padding-left: 1.5rem;
    display: block;
  }

  .megamenu .megamenu-content ul.sub_subnav li.no_hover:hover {
    background-color: transparent;
  }

  body.megamenu-visible .megamenu-dim {
    z-index: 12;
    visibility: visible;
    opacity: 1;
  }

  nav.sp_navigation {
    display: none;
  }

  .englog_outer .container {
    position: relative;
  }

  footer .footer_block_container {
    padding-bottom: 40px;
    font-family: "Meiryo", sans-serif;
    padding-left: 0;
  }

  footer .footer_block {
    justify-content: space-between;
  }

  footer .footer_block .row {
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }

  footer .footer_block.w-50 {
    width: 55%;
  }

  footer .footer_block_outer {
    border-bottom: .5px solid #fff;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  footer .footer_block ul {
    padding-left: 0;
  }

  footer .footer_block ul li a {
    color: #fff;
    font-size: 14px;
  }

  footer .footer_block ul li.ft_sm_txt a {
    font-size: 12px;
  }

  footer .footer_block ul ul {
    padding-left: 1rem;
  }

  footer .footer_block ul ul li a {
    color: #fff;
    font-size: 12px;
  }

  footer .footer_block ul ul li {
    color: #fff;
    font-size: 12px;
  }

  footer .ps-3 {
    padding-left: 1rem;
  }

  .main_ft_menu li a {
    line-height: 2.1;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer_block.w-50 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  body.active {
    overflow: hidden;
  }

  nav.megamenu {
    display: none;
  }

  nav.sp_navigation {
    opacity: 0;
    height: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: fixed;
    top: 62px;
    visibility: hidden;
    overflow-y: hidden;
  }

  body.active nav.sp_navigation {
    width: 100%;
    position: fixed;
    overflow-y: scroll;
    border-bottom: 1px solid #fff;
    opacity: 1;
    transition: all 300ms 0s ease;
    top: 62px;
    visibility: visible;
  }

  body nav.sp_navigation>ul {
    background: rgba(25, 78, 146, 1);
  }

  body nav.sp_navigation>ul>li {
    border-bottom: 1px solid #fff;
    color: #fff;
    background-image: none;
    line-height: 1;
    padding: 20px 0;
  }

  body nav.sp_navigation>ul>li>ul {
    background-color: transparent;
  }

  nav.sp_navigation>ul>li>a {
    text-align: left;
    padding-left: 25px;
    font-family: "Meiryo UI", "Meiryo", "メイリオ", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }

  nav.sp_navigation>ul>li>a:hover {
    text-decoration: none;
  }

  nav.sp_navigation>ul>li>a:after {
    content: none;
  }

  body nav.sp_navigation>ul>li>ul {
    background-color: transparent;
    padding-top: 10px;
  }

  body nav.sp_navigation>ul>li>ul>li {
    background-color: transparent;
    border-bottom: none;
  }

  body nav.sp_navigation>ul>li>ul>li>a {
    padding-left: 40px;
    line-height: 30px;
    text-align: left;
    font-size: 15px;
    font-family: "Meiryo UI", "Meiryo", "メイリオ", sans-serif;
  }

  body nav.sp_navigation>ul>li a>span {
    position: absolute;
    right: 15px;
    font-size: 120%;
  }

  nav>ul.pagination>li>a:after {
    content: none;
  }

  .humburger {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .humburger .l1,
  .humburger .l2,
  .humburger .l3 {
    position: absolute;
    display: block;
    margin: auto;
    top: 48%;
    left: 15%;
    height: 3px;
    width: 70%;
    background-color: rgba(25, 78, 146, 1);
  }

  .humburger .l1 {
    top: 23%;
  }

  .humburger .l3 {
    top: 73%;
  }

  .humburger.mobile_menu_active .l1 {
    transform: rotate(45deg);
    top: 48%;
  }

  .humburger.mobile_menu_active .l2 {
    opacity: 0;
  }

  .humburger.mobile_menu_active .l3 {
    transform: rotate(-45deg);
    top: 48%;
  }

  .sp_sub_nav {
    display: none;
  }

  .sp_nav_toggle span {
    transition: all .2s ease-out;
  }

  .sp_nav_toggle span.rotate-90 {
    transform: rotate(90deg);
    display: inline-block;
    transition: all .2s ease-out;
  }

  ul.sp_sub_sub_nav {
    padding-left: 25px !important;
    text-align: left;
    padding-right: 5px;
  }

  ul.sp_sub_sub_nav a.subnav-link li {
    padding-left: 30px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Meiryo UI", "Meiryo", "メイリオ", sans-serif;
    line-height: 1.2;
  }

  .recruit_sub_content .current_box,
  .recruit_top .recruit_top_content .current_box {
    display: block;
    top: 0;
    overflow-y: scroll;
  }

  .current_box li {
    white-space: nowrap;
  }

  .current_box .arrow img {
    max-width: 10px;
  }

  .current_area_inner .current_box {
    overflow-y: scroll;
  }

  .sp_navigation ul.sp_sub_sub_sub_nav {
    padding-left: 3rem;
  }

  .sp_navigation ul.sp_sub_sub_sub_nav a.subnav-link li {
    padding-left: 1rem;
  }

  .sp_navigation ul.sp_sub_sub_sub_nav a.subnav-link li.subnav-item_no_padding {
    padding-left: 0;
  }

}