#wpadminbar {
  display: none !important;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #565656;
}

/* 下面的临时更改，记得更改 */
main {
  opacity: 1;
  transition: .5s ease all;
}

/* main {
  opacity: 0;
  transition: .5s ease all;
} */

main.active {
  opacity: 1;
  transition: .5s ease all;
}

*::-ms-backdrop,
main {
  opacity: 1;
}

.ttl-eng {
  /* font-family: 'Teko', sans-serif; */
}

.ttl-eng.uppercase {
  text-transform: uppercase;
}

.ttl-eng.capitalize {
  text-transform: capitalize;
}

::selection {
  color: #fff;
  background-color: #cc3c46;
}

::-moz-selection {
  color: #fff;
  background: #cc3c46;
}

/* common */
@media (min-width: 992px) {

  .contact-block.base ul,
  .contact-block.base ul li,
  .contact-block.base ul li .block-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
  }

  header .container-fluid.parents {
    padding-right: 0;
  }
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #f6f6f6 !important;
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, .9) !important;
}

.bg-ci-light-color {
  background-color: #f2f5f7 !important;
}

.bg-ci-color {
  background-color: #cc3c46 !important;
}

.border-ci-color {
  border-color: #cc3c46 !important;
}

.txt-red {
  color: #cc1414;
}

.txt-ci-color {
  color: #cc3c46;
}

.no-bg {
  background: none !important;
}

.invert,
.invert h1,
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert h6,
.invert p {
  color: #fff;
}

a {
  color: #fff;
  transition: .5s ease all;

}

a:hover {
  color: #cc3c46;
  text-decoration: none;
  transition: .5s ease all;
}

a svg {
  transition: .5s ease all;
  height: 30px;
  width: 30px;
  margin-right: 5px;
}

a:hover svg {
  transition: .5s ease all;
}

.invert a {
  color: #fff;
}

.invert a:hover {
  color: #fff;
}

.table {
  background-color: #fff;
}

.table thead th {
  vertical-align: middle;
}

.table th {
  color: #cc3c46;
  font-weight: 700;
}

.table tbody tr:last-child th,
.table tbody tr:last-child td {
  border-bottom: 1px solid #e6e6e6;
}

.table td,
.table th {
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}

@media (max-width: 575px) {

  .table td,
  .table th {
    font-size: 11px;
    display: table-cell;
    padding: 3px;
  }

  .table-block thead,
  .table-block tbody {
    display: table;
    width: 100%;
  }

  .table-block thead th,
  .table-block thead td,
  .table-block tbody th,
  .table-block tbody td {
    display: block;
  }
}

@media (min-width: 768px) {

  .table td,
  .table th {
    padding: 1.5rem;
  }
}

.table td a:last-child {
  margin-bottom: 0;
}

.table.table-center td,
.table.table-center th {
  text-align: center;
}

.table-base dl dt,
.table-base dl dd {
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.table-base dl dt {
  color: #fff;
  background-color: #252525;
  width: 100%;
}

.single-works .table-base dl dt {
  color: #fff;
  background-color: #cc3c45;
}

.table-base dl dd {
  color: #000;
  border-left: 1px solid #e6e6e6;
}

.table-mini dl dt,
.table-mini dl dd {
  padding: 10px;
}



@media (max-width: 575px) {
  .table-base dl:first-child dt {
    border-top: 1px solid #e6e6e6;
  }

  .table-base dl dd {
    border-left: none;
  }

  .table-base dl dd a {
    color: #000;
  }
}

@media (min-width: 576px) {
  .table-base dl {
    border-right: 1px solid #e6e6e6;
  }

  .table-base dl:first-child dt,
  .table-base dl:first-child dd {
    border-top: 1px solid #e6e6e6;
  }

  .table-base dl dt {
    width: 210px;
    border-right: none;
  }

  .table-base dl dd {}
}

@media (min-width: 768px) {

  .table-base dl dt,
  .table-base dl dd {
    font-size: 1rem;
  }
}

.table-block dl dt,
.table-block dl dd {
  display: block;
  width: 100%;
  padding: 1rem;
  border: none;
}

.table-block dl dt {
  border: 1px solid #b8d2e3;
  border-bottom: none;
}

.table-block dl dd {
  border: 1px solid #b8d2e3;
}

.table-block dl dd:before {
  display: none;
}

@media (min-width: 576px) {
  .table-block dl:last-child dt {
    border-bottom: none;
  }
}

.table-news dl {
  display: block;
  border-top: 1px solid #d6d6d6;
}

.table-news dl:first-child {
  border-top: none;
}

.table-news dl dt,
.table-news dl dd {
  line-height: 1;
  display: block;
  border: none;
}

.table-news dl dt {
  color: #000;
  background: #fff;
  width: inherit;
  padding: 0;
  padding-top: .5em;
}

.table-news dl dd {
  padding: .5em 0;
}

.table-news dl:first-child dt,
.table-news dl:first-child dd {
  border-top: none;
}

.table-news dl:last-child dt,
.table-news dl:last-child dd {
  border-bottom: none;
}

.table-news dl dt .date {
  font-size: .8em;
  line-height: 1;
  display: inline-block;
  background: #cc3c46;
  padding: 5px;
}

.table-news dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-news dl dd a {
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  position: relative;
  padding: 0;
}

@media (min-width: 768px) {
  .table-news dl dt {
    width: 120px;
    min-width: inherit;
    padding: 1rem;
  }

  .table-news dl dt,
  .table-news dl dd {
    display: table-cell;
    vertical-align: middle;
  }
}

.table-news .category-name {
  font-size: 12px;
  color: #fff;
  background: #787878;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 15px;
  min-width: 90px;
  text-align: center;
}

@media (min-width: 768px) {
  .table-news .category-name {
    font-size: 1rem;
    min-width: 120px;
  }
}

.list-area {
  background: #f9f9f9;
  padding: 15px;
}

.list-area ul {
  padding-left: 0;
  margin-bottom: 0;
}

.list-area.big li {
  font-size: 1.25em;
  line-height: 1.25em;
  padding: 10px;
  padding-left: 1.25em;
}

.list-area li {
  line-height: 1.25em;
  display: block;
  padding: 3px;
  padding-left: 12px;
  position: relative;
}

.list-area.main li {
  font-size: 1.1em;
  line-height: 2;
}

.list-area ul li::before {
  font-family: ionicons;
  content: '\f3d3';
  position: absolute;
  left: 0;
}

.list-area ol {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-area ol li {
  text-indent: 0;
  padding-left: inherit;
}

.list-area ol li:before {
  counter-increment: number;
  content: counter(number);
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc3c46;
  width: 60px;
  height: 60px;
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}

button:focus {
  outline: none;
}

.btn {
  min-width: 250px;
  line-height: 1;
  text-align: center;
  transition: .5s ease all;
  /* border-radius: 0; */
  position: relative;
}

footer .btn {
  min-width: 250px;
  padding: 15px;
  line-height: 1;
  text-align: center;
  transition: .5s ease all;
  border-radius: 0;
  position: relative;
}

footer .btn svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  fill: #fff;
}

.btn.mini {
  text-align: left;
  min-width: inherit;
  padding: .5rem 2rem .5rem 1rem;
  border-radius: 30px;
}

.btn.mini .hydrated {
  right: .5rem;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.btn:hover,
.btn:active,
.btn:focus {}

.btn::before,
.btn::after {
  content: '';
  transition: .5s ease all;
}

.btn::before {}

.btn::after {}

.invert .btn::after {}

.btn:hover::before,
.btn:hover::after,
.btn:active::before,
.btn:hover::after,
.btn:focus::before,
.btn:active::after {
  transition: .5s ease all;
}

.btn:hover::after,
.btn:focus::before,
.btn:active::after {}

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  padding: 20px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: #cc3c46;
  border-color: #cc3c46;
  outline: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-primary::before,
.btn-primary::after {}

.btn-primary::before {}

.btn-primary::after {}

.btn-light {
  color: #000;
  background-color: #f6f6f6;
  border-color: #e6e6e6;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  color: #000;
  background-color: #f6f6f6;
  border-color: #e6e6e6;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f6f6f6;
  border-color: #e6e6e6;
}

.btn-light::before,
.btn-light::after {}

.btn-light::before {}

.btn-light::after {}

.btn-warning {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  color: #fff;
  background-color: #cc3c46;
  border-color: #cc3c46;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #fbde22;
  border-color: #fbde22;
}

.btn-lg {}

.btn-sm {}

.btn-link {
  color: #cc3c46;
  text-decoration: underline;
  min-width: inherit;
  padding: 0;
  position: relative;
}

.btn-link.nu {
  text-decoration: none;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #cc3c46;
}

.btn-link:not(:disabled):not(.disabled).active,
.btn-link:not(:disabled):not(.disabled):active,
.show>.btn-link.dropdown-toggle {
  color: #cc3c46;
}

.btn-more {
  color: #cc3c46;
  text-decoration: none;
  min-width: inherit;
  padding: 0;
  position: relative;
}

.btn-more::after {
  content: '';
  background-color: #cc3c46;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-left: 10px;
}

.btn-more .ttl-eng {
  text-transform: uppercase;
}

.blank::after {
  font-family: ionicons;
  content: '\f3ef';
  margin-left: 5px;
}

.ttl {
  line-height: 1.25;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}

@media (max-width: 767px) {
  .ttl.ttl-xs-mini {
    font-size: 1.1rem;
  }
}

.ttl a {
  color: #cc3c46;
}

.invert .ttl,
.invert .ttl a {
  color: #fff;
}

.ttl.center {
  text-align: center;
}

.ttl.b0 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.ttl.bold {
  font-weight: 700;
}

.ttl.normal {
  font-weight: 400;
}

.ttl.dark {
  color: #343434;
}

.invert .ttl.dark {
  color: #fff;
}

.ttl .ttl-eng {
  /* font-size: 1em; */
  color: inherit;
  margin: 0;
  color: #000000;
  vertical-align: top;
  text-align: initial;
}

.ttl::before,
.ttl::after {
  content: '';
  position: absolute;
}

.ttl-01 .ttl-eng {
  /* font-size: 2em; */
}

.ttl-01 .ttl-jpn {}

.invert .ttl-01 .ttl-eng {
  color: #fff;
}

.invert .ttl-01 .ttl-jpn {
  color: #fff;
}

.bg-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: relative;
  z-index: 0;
}

.bg-common.cover {
  background-size: cover;
}

.box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.cont .metabox {
  margin-bottom: 1rem;
}

.cont .metabox.main {
  margin-bottom: 2rem;
}

.cont .metabox:last-child,
.cont .metabox p:last-child {
  margin-bottom: 0;
}

.cont .round {
  border-radius: 15px;
}

@media (min-width: 992px) {
  .cont .round {
    border-radius: 30px;
  }
}

@media (min-width: 768px) {
  .cont-box-layar {
    margin-top: 180px;
  }

  section.bg-common:nth-child(odd) .cont-box-layar {
    margin-right: -280px;
  }

  section.bg-common:nth-child(even) .cont-box-layar {
    margin-left: -280px;
  }
}

@media (min-width: 992px) {
  .cont-box-layar {
    margin-top: 180px;
  }

  section.bg-common:nth-child(odd) .cont-box-layar {
    margin-right: -240px;
  }

  section.bg-common:nth-child(even) .cont-box-layar {
    margin-left: -240px;
  }
}

a.block-area,
a.block-area:hover {
  text-decoration: none;
}

a.block-area.translate:hover figure,
a.block-area.translate:focus figure,
a.block-area.translate:active figure {
  opacity: 1;
}

a.block-area.translate figure div {
  overflow: hidden;
}

a.block-area.translate figure div img {
  transform: scale(1.1) translateX(-10px);
  transition: .5s ease all;
}

a.block-area.translate:hover figure div img {
  transform: scale(1.1) translateX(10px);
  transition: .5s ease all;
}

.cont-main .cont-item:nth-child(odd) a.block-area.translate figure div img {
  transform: scale(1.1) translateX(-15px);
}

.cont-main .cont-item:nth-child(odd) a.block-area.translate:hover figure div img {
  transform: scale(1.1) translateX(15px);
}

.cont-main .cont-item:nth-child(even) a.block-area.translate figure div img {
  transform: scale(1.1) translateX(15px);
}

.cont-main .cont-item:nth-child(even) a.block-area.translate:hover figure div img {
  transform: scale(1.1) translateX(-15px);
}

.step-area {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: section;
}

.step-area .cont-num::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
}

figure.border {
  border: 5px solid #d6d6d6 !important;
}

.slick-prev,
.slick-next {
  background-color: #1a51a3;
}

/* header */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

header .container-fluid.inner {
  position: relative;
}

header .navbar-header {
  width: 100%;
}

@media (min-width: 992px) {
  header .container-fluid.parent {
    min-width: 1248px;
  }

  header .navbar-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    min-height: 155px;
  }
}

.navbar {
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

@media (max-width: 767px) {
  header .navbar-collapse .header-menu {
    position: relative;
  }

  header .navbar-header {
    width: 100%;
    /* height: 60px; */
  }

}

@media (max-width: 767px) {
  header .contact-block ul {
    padding: 0;
    margin: 0;
  }

  header .contact-block ul li {
    text-align: center;
    display: block;
  }

  header .contact-block ul .tel {
    margin-bottom: 10px;
  }

  header .contact-block ul .tel-box .title,
  .contact-block ul .tel-box .business-hours {
    display: block;
  }

  header .contact-block ul .tel-box .title {
    padding-bottom: 5px;
  }

  header .contact-block ul .tel-box .business-hours {
    padding-top: 5px;
  }

  header .contact-block ul .tel-box a {
    font-size: 28px;
    display: block;
    position: relative;
    background: none;
  }

  header .contact-block ul .tel-box a:hover {
    text-decoration: none;
  }
}

@media (max-width: 991px) {

  .contact-block.base ul,
  .contact-block.base ul li,
  .contact-block.base ul li .block-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
  }

  .navbar.base {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }

  .navbar.scroll {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar {
    display: block;
  }

  .navbar {
    background: #fff;
  }

  .navbar.active {}
}

.navbar.bg-dark {}

header .navbar-brand {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  /* padding: 8px 10px; */
  padding: 4px 10px;
  margin-right: 0;
  position: relative;
  height: 60px;
}

header .navbar-brand::before {}

@media (max-width: 767px) {

  .navbar-brand {
    display: inline-block;
    z-index: 1;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-brand .logo-image {
    font-size: 1px;
  }

  .navbar-brand .logo-image svg {
    width: auto;
    height: 20px;
  }
}

@media (min-width: 768px) {
  .navbar-brand {
    padding: 0;
    z-index: 15;
  }

  header .navbar-brand {
    padding-left: 5px;
    flex: 0 0 350px;
    max-width: 350px;
    height: 60px;
  }

}

.navbar-brand .logo-image {
  display: inline-block;
  position: relative;
}


.navbar-brand .logo-image span {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  transition: .5s ease all;
}

.fixed-top .navbar-brand .logo-image span {
  display: inline-block;
  transition: .5s ease all;
}

.navbar h1 {
  font-size: 1px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .navbar h1 {
    font-size: 1.2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  .navbar h1 .cn {
    margin-left: 10px;
  }
}



.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #11273E;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #11273E;
}

@media (min-width: 992px) {
  header .navbar-recruit .logo-image {
    margin-left: 65px;
  }

  header .navbar-nav {}

  header .navbar-nav .nav-link {
    text-align: center;
    position: relative;
    z-index: 1;
  }

  header .navbar-nav .nav-link::after {
    bottom: .75rem;
    left: 0;
  }

}

.navbar-nav .nav-link .link-menu {
  display: block;
  padding: 20px;
}

.navbar-toggler {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  padding: 19px 15px 19px;
  background: #cb3d46;
  border-radius: 0;
}

.navbar-toggler .icon-bar {
  background-color: #fff;
}

.navbar-toggler .text {
  font-size: 10px;
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 12px;
  transition: .5s ease all;
}

.navbar-toggler.collapsed .text {
  transition: .5s ease all;
}

.navbar-toggler .text .in-text:nth-of-type(1) {
  opacity: 0;
  position: absolute;
}

.navbar-toggler.collapsed .text .in-text:nth-of-type(1) {
  opacity: 1;
  position: relative;
}

.navbar-toggler .text .in-text:nth-of-type(2) {
  opacity: 1;
  position: relative;
}

.navbar-toggler.collapsed .text .in-text:nth-of-type(2) {
  opacity: 0;
  position: absolute;
}

.dropdown-toggle::after {
  font-family: ionicons;
  content: '\f3d0';
  color: #fff;
}

@media (min-width: 768px) {
  .dropdown-toggle::after {
    color: #fff;
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: static;
}

.dropdown.show>.dropdown-menu {
  background: none;
}

.dropdown.show>.dropdown-menu li .nav-link,
.dropdown:hover>.dropdown-menu li .nav-link {
  color: #11273E;
  font-weight: 700;
  line-height: 1.5;
}

.dropdown>.dropdown-menu li .nav-link .link-menu,
.dropdown.show>.dropdown-menu li .nav-link .link-menu,
.dropdown:hover>.dropdown-menu li .nav-link .link-menu {
  display: block;
  padding: .5rem;
}

.navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  background: #223377;
}

.dropdown>.dropdown-menu .container-fluid.inner .menu-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.dropdown>.dropdown-menu .container-fluid.inner li.item {
  width: 50%;
  padding-right: 7px;
  padding-left: 7px;
}

.dropdown>.dropdown-menu li .nav-link .cont,
.dropdown.show>.dropdown-menu li .nav-link .cont,
.dropdown:hover>.dropdown-menu li .nav-link .cont {
  background-color: #fff;
  width: 100%;
}

.dropdown>.dropdown-menu li .nav-link .cont .link-menu .title {
  color: #11273E;
}

.dropdown>.dropdown-menu li .nav-link .cont .link-menu p {
  font-size: 14px;
  color: #565656;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}

.dropdown>.dropdown-menu .container-fluid.inner li.item,
.dropdown>.dropdown-menu .container-fluid.inner li.item a {
  display: block;
}

@media (max-width: 767px) {
  .dropdown>.dropdown-menu li .nav-link .cont .link-menu p {
    display: none;
  }
}

@media (min-width: 768px) {
  .dropdown>.dropdown-menu .container-fluid.inner li.item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .dropdown-toggle::before {
    background: #11273E;
  }

  .dropdown-toggle:before,
  .dropdown-toggle:after {
    width: 56px;
  }
}

@media (min-width: 768px) {

  .dropdown-toggle:before,
  .dropdown-toggle:after {
    width: auto;
    top: inherit;
  }

  .dropdown>.dropdown-menu li .nav-link .cont,
  .dropdown.show>.dropdown-menu li .nav-link .cont,
  .dropdown:hover>.dropdown-menu li .nav-link .cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .dropdown>.dropdown-menu li .nav-link .cont .link-menu {
    text-align: left;
  }

  .dropdown>.dropdown-menu li .nav-link .cont figure {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .dropdown>.dropdown-menu li .nav-link .cont .link-menu {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 15px;
  }
}

@media (min-width: 1201px) {
  .dropdown>.dropdown-menu li .nav-link .cont figure {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .dropdown>.dropdown-menu li .nav-link .cont .link-menu {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding: 15px;
  }
}

header .navbar-nav .dropdown-menu .nav-link {
  color: #fff;
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  transition: .5s ease all;
}

header .navbar-nav .dropdown-menu .nav-link img {
  max-width: 100%;
  height: auto;
}

.contact-block.base .icon-box {
  /* margin-right: 10px; */
}

.contact-block.base .icon-box svg {
  width: 48px;
  height: 48px;
  fill: #11273E;
}

.contact-block.base .icon-box svg {
  width: 30px;
  height: 30px;
  /* fill: #11273E; */
  margin-right: 6px;
}




header .contact-block.base ul li .block-area {
  font-size: 12px;
  color: #fff;
  -ms-align-items: center;
  align-items: center;
  height: 112px;
}

header .contact-block.base ul li .block-area svg {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: auto;
  margin-left: auto;
  fill: #fff;
}

header .contact-block.base ul li .block-area:hover svg {
  fill: #cc3c46;
}

.block-area svg {
  transition: .5s ease all;
}

.block-area:hover svg {
  transition: .5s ease all;
}

header .contact-block.base ul li.honda .block-area svg {
  width: 72px;
  height: 16px;
}

header .contact-block.base ul li .block-area .text {
  padding-top: 10px;
}

header .contact-block.base ul li.mail .block-area {
  background-color: #cc3c46;
}

header .contact-block.base ul li.mail .block-area:hover {
  color: #cc3c46;
  background-color: #F4F8FA;
}

header .contact-block.base ul li.reservation .block-area {
  background-color: #11273E;
}

header .contact-block.base ul li.reservation .block-area:hover {
  color: #cc3c46;
  background-color: #F4F8FA;
}

.contact-block ul {
  padding: 0;
  margin: 0;
}

.contact-block ul li {
  font-size: 14px;
  text-align: center;
  display: block;
}

.contact-block ul .tel {
  margin-bottom: 10px;
}

.contact-block.base ul .tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
  margin-bottom: 0;
  display: block;
}

/* header .contact-block.base ul .tel {
  
} */
@media (min-width: 576px) {}

.contact-block.base ul .tel {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}

.contact-block.base ul .mail {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}

}





.contact-block ul .tel-box .title,
.contact-block ul .tel-box .business-hours {
  display: block;
}

.contact-block ul .tel-box .title {
  padding-bottom: 5px;
}

.contact-block ul .tel-box .business-hours {
  padding-top: 5px;
  line-height: 1;
}

.contact-block ul .tel-box a {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.contact-block ul .tel-box a:hover {
  text-decoration: none;
}

.contact-block.tel {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 11;
}

.contact-block.tel ul .tel {
  margin: 0;
}



.contact-block.tel li {
  margin: 0;
}

.contact-block.tel svg {
  width: 36px;
  height: 36px;
  fill: #fff;
}

.navbar .header-menu .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

header .navbar .header-menu .navbar-nav .nav-link:hover {
  color: #cc3c46;
}

footer .footer-recruit .footer-menu .navbar-nav .nav-link:hover {
  color: #cc3c46;
}

header .navbar .header-menu .navbar-nav .nav-link+.multi-collapse .nav-item {
  display: block;
}

header .navbar .header-menu .navbar-nav .nav-link+.multi-collapse .nav-item .nav-link {
  border-bottom: 1px solid #CDD9E2;
  text-align: left;
}

header .navbar-collapse .menu-area .header-submenu {
  font-size: 12px;
}

footer .nav-link {
  padding: 0;
}

header .nav-link {
  padding: 0;
}


@media (max-width: 991px) {
  .navbar-nav .nav-link {
    text-align: left;
    padding: 0;
    transition: .5s ease all;
    opacity: 1;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #CDD9E2;
  }

  header .navbar-brand .logo-image {
    /* display: inline-block; */
    display: block;
    position: relative;
    width: 60%;
  }

  header .contact-block.tel ul .tel a {
    background-color: #000000;
    display: block;
    padding: 12px;
  }

  header .contact-block.base ul li,
  header .contact-block.base ul li .block-area,
  header .contact-block.base ul li .block-area .box {
    /* width: 100%; */
  }

  header .navbar-collapse {
    border-top: 1px solid #CDD9E2;
  }

  .contact-block.base ul .tel {
    text-align: center;
    justify-content: center;
  }

  .dropdown>.dropdown-menu .container-fluid.inner {
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar .header-menu .navbar-nav .nav-link+.multi-collapse {
    padding-left: 16px;
  }

  header .navbar-collapse .menu-area .header-submenu .nav-item {
    line-height: 1.5;
    margin-bottom: 16px;
  }

  header .navbar-collapse .menu-area .header-submenu .nav-item:last-child {
    margin-bottom: 0;
  }

  .dropdown .dropdown-menu,
  .dropdown.show>.dropdown-menu {
    padding: 10px 5px;
    border-top: 1px solid #11273E;
  }

  header .navbar .menu-area {
    padding: 0px 24px 24px;
  }

  header .navbar .header-menu .navbar-nav .nav-link {
    padding: 18px 0;
    padding-right: 15px;
    border-bottom: 1px solid #CDD9E2;
    position: relative;
  }

  header .navbar .header-menu .navbar-nav .nav-link:hover {
    color: #cc3c46;
  }

  header .navbar .header-menu .navbar-nav .nav-link::before {
    content: '';
    background: #cc3c46;
    width: 16px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-link:hover::before {
    width: 100%;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link .i_box {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 12px;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link .i_box::before,
  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link .i_box::after {
    content: '';
    position: absolute;
    background: #cc3c46;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link.collapsed .i_box::before,
  header .navbar .header-menu .navbar-nav .nav-link.collapsed.parent>.nav-link .i_box::after {
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link.collapsed .i_box::before {
    width: 16px;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    transform: rotate(0deg);
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link.collapsed .i_box::after {
    width: 2px;
    height: 16px;
    margin-left: -1px;
    left: 50%;
    transform: rotate(0deg);
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link .i_box::before {
    width: 16px;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    transform: rotate(360deg);
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent>.nav-link .i_box::after {
    width: 2px;
    height: 16px;
    margin-left: -1px;
    left: 50%;
    transform: rotate(450deg);
  }

  header .navbar .header-submenu {
    padding-top: 24px;
  }
}

@media (min-width: 992px) {



  header .contact-block.tel ul .tel a {
    display: none;
  }

  header .navbar .header-menu .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  header .navbar .header-menu .navbar-nav>.nav-item>.nav-link::after {
    content: '';
    background: #cc3c46;
    height: 1px;
    position: absolute;
    right: 100%;
    bottom: -7px;
    left: 16px;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav>.nav-item>.nav-link:hover::after {
    right: 16px;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link+.multi-collapse {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    pointer-events: none;
    max-width: 1290px;
    padding: 30px;
    padding-top: 50px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 82px;
    right: 0;
    left: 0;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link.active+.multi-collapse {
    opacity: 1;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link+.multi-collapse::before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link.active+.multi-collapse::before,
  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link+.multi-collapse:hover::before {
    opacity: 1;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link+.multi-collapse:hover,
  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link:hover+.multi-collapse {
    pointer-events: all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link+.multi-collapse:hover,
  header .navbar .header-menu .navbar-nav .nav-item.parent:hover .nav-link+.multi-collapse .nav-item {
    opacity: 1;
    transition: .5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link+.multi-collapse .nav-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    opacity: 0;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent .nav-link+.multi-collapse .nav-item .nav-link {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 0;
  }

  header .navbar-collapse {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
  }

  header .navbar-collapse .menu-area {
    /* padding-right: 20px; */
    margin-bottom: -16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 75px;
  }

  header .navbar-recruit .navbar-collapse .menu-area {
    /* padding-right: 20px; */
    margin-bottom: -16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  header .navbar-collapse .menu-area .header-menu {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }

  header .navbar-collapse .menu-area .header-submenu {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 10px;
  }

  header .navbar-collapse .menu-area .header-submenu .nav-item .nav-link {
    padding-right: 12px;
    padding-left: 12px;
  }

  header .navbar-collapse .menu-area .header-submenu .nav-item .nav-link:hover {
    color: #cc3c46;
  }

  header .navbar-collapse .menu-area .navbar-nav {
    justify-content: flex-end;
  }

  header .corporate-contact {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 11;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar-nav .nav-link .link-menu {
    text-align: center;
  }

  .dropdown>.dropdown-menu,
  .dropdown>.dropdown-menu.show {
    background: none;
    overflow: hidden;
    display: block;
    background-color: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 12;
  }

  .dropdown>.dropdown-menu {
    top: 90px;
  }

  .dropdown>.dropdown-menu.show,
  .dropdown:hover>.dropdown-menu {
    padding-right: 0;
    padding-left: 0;
    top: 100px;
    opacity: 1;
  }

  .dropdown>.dropdown-menu .container-fluid.inner li {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }

  header .navbar-nav .dropdown-menu li {
    position: static;
  }

  header .navbar-nav .dropdown-menu .nav-link .link-menu {
    line-height: 1;
  }

  header .navbar-nav .dropdown-menu .nav-link:hover {
    transition: .5s ease all;
  }

  header .navbar-nav .dropdown-menu li {
    position: static;
  }

  header .navbar-nav .dropdown-menu .nav-link {
    text-align: left;
    position: relative;
    transition: .5s ease all;
  }

  header .navbar-nav .dropdown-menu .nav-link:hover {
    transition: .5s ease all;
  }

  header {
    z-index: 100;
  }

  .dropdown .dropdown-menu li a {
    text-align: left;
  }

  .contact-block.base {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    transition: .5s ease all;
  }

  header .contact-block.base {
    /* position: relative; */
  }

  .contact-block.base .tel .btn {
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-right: 30px;
    align-items: center;
    padding: 8px;
  }

  .contact-block.contact-recruit .tel .btn {
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-right: 0px;
    align-items: center;
    padding: 8px;
    min-width: 146px;
  }



  .contact-block .mail .btn {
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-right: 30px;
    align-items: center;
  }

  .contact-block.contact-recruit .mail .btn {
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-right: 30px;
    align-items: center;
    min-width: 146px;
    border-radius: 0px;
    padding: 11px;
  }



  .navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-nav .nav-link .link-menu {
    font-size: 1rem;
    padding: 42px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .navbar-nav .nav-link .link-menu {}

  .contact-block.base .icon-box svg {
    width: 36px;
    height: 36px;
  }

  .corporate-contact .item a {
    font-size: 12px;
    width: 90px;
    height: 90px;
  }

  .contact-block ul .tel-box a {
    font-size: 24px;
  }
}


@media (min-width: 1201px) {
  .corporate-contact .item a {
    width: 150px;
    height: 120px;
  }
}

@media (max-width: 991px) {
  main {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {

  .page-about-us .ttl-cont,
  .page-service .ttl-cont {
    margin-top: 155px;
  }

  .page-privacy-policy main {
    padding-top: 155px;
  }

  /* .page-our-job main,
  .page-for-families main,
  .page-interview main,
  .page-job-description main {
    padding-top: 155px;
  } */
}

main article {
  overflow: hidden;
}

main article section.bg-common:nth-child(odd) {}

main article section.bg-common:nth-child(even) {}

main article section.bg-common.bg-none:nth-child(odd),
main article section.bg-common.bg-none:nth-child(even) {
  background: none;
}

main article section.bg-common.bg-fix:nth-child(odd),
main article section.bg-common.bg-fix:nth-child(even) {
  background: none;
}

@media (max-width: 767px) {
  .row-archive .item [class^="block_"] {
    padding-bottom: 30px !important;
  }
}

.bg-common.bg-fix::before,
.bg-common.bg-fix::after {
  position: fixed;
}

@media (min-width: 992px) {
  .breadcrumb {
    justify-content: flex-end;
  }
}

/* slider */
.slider-base {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider-base.slick-initialized {
  opacity: 1;
}

@media (max-width: 767px) {
  .slider-area .main-catch {
    position: relative;
  }
}

.slider-area .catch,
.slider-area .subcatch {
  color: #fff;
}

.slider-area .catch {
  font-weight: 700;
}

.slider-area .catch span {
  line-height: 1;
}

.slider-area .catch .bg-cont {
  display: block;
  margin: 5px 0;
}

.slider-area .catch .bg-cont .bg-white {
  padding: 5px;
}

.slider-area .catch .bg-cont span {
  display: inline-block;
}

.slider-area .catch .bg-cont .bg-white span {
  background: -webkit-linear-gradient(0deg, #cc3c46, #15700f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-area .catch {
  font-size: 1.5rem;
}

.slider-area .subcatch {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .slider-area .catch {
    font-size: 2rem;
  }

  .slider-area .subcatch {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .slider-area .catch {
    font-size: 2rem;
  }

  .slider-area .subcatch {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .slider-area .catch {
    font-size: 2.5rem;
  }
}

@media (min-width: 1480px) {
  .slider-area .catch {
    font-size: 3.5rem;
  }
}

.slider-area .main-catch-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.slider-area .main-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.slider-area .main-catch .title {
  margin-bottom: 1rem;
}

.slider-area .main-catch .catch {
  text-shadow: 0 0 5px #000;
}

.slider-area .main-catch .subcatch {
  margin-bottom: 0;
}

.slider-area .main-catch .subcatch .text {
  display: block;
  margin-bottom: 5px;
}

.slider-area .main-catch .subcatch .text:last-child {
  margin-bottom: 0;
}

.slider-area .main-catch .subcatch .text .bg-cont {
  display: inline-block;
  background-color: #cc3c46;
  padding: 2px 6px;
}

.slider-area .main-catch figure {
  margin-bottom: 2rem;
}

@media (max-width: 575px) {
  .slider-area .main-catch {
    margin-top: 30px;
    left: 10%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .slider-area .main-catch {
    left: 33.333333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider-area .main-catch {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider-area .main-catch {
    left: 40%;
  }
}

/* carousel-area */
@media (max-width: 767px) {
  .carousel-area {
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
  }

  .carousel-area .carousel-cont {
    padding-left: 8px;
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .carousel-area .carousel-cont::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }

  .carousel-area .carousel-cont::-webkit-scrollbar-track {}

  .carousel-area .carousel-cont::-webkit-scrollbar-thumb {
    background: #d6d6d6;
  }

  .carousel-area .carousel-cont>.row,
  .carousel-area .carousel-cont>.menu-row {
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
  }

  .carousel-area .carousel-cont>.row.center {
    justify-content: flex-start;
  }

  .carousel-area .carousel-cont>.row>.item,
  .carousel-area .carousel-cont>.menu-row>.item {
    width: 260px;
    max-width: 260px;
    min-width: 260px;
    display: table-cell;
    padding-right: 8px;
    padding-left: 8px;
  }

  .carousel-area .carousel-cont .row .item-image,
  .carousel-area .carousel-cont .row .item-text,
  .carousel-area .carousel-cont .menu-row .item-image,
  .carousel-area .carousel-cont .menu-row .item-text {
    width: auto;
    display: block;
  }
}

.section-ttl {
  font-size: 240px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 15%;
  z-index: 0;
  pointer-events: none;
}

.section-ttl .ttl-eng {
  color: #fff;
  z-index: -1;
}

.jumbotron-common {
  background-color: #f2f5f7;
  position: relative;
}

.jumbotron-common .ttl-cont {
  justify-content: flex-start;
  height: 180px;
  z-index: 1;
  top: 0;
}

.jumbotron-common .ttl-cont {}

.jumbotron-common .ttl-main .ttl .ttl-eng {
  /* font-size: 1em; */
}

.jumbotron-common .ttl-main .ttl .ttl-eng .liner {
  top: 2px;
  left: 2px;
}


.jumbotron-common .ttl-main .ttl .ttl-jpn .bg-cont {
  display: inline-block;
  background-color: #cc3c46;
  padding: 8px;
}

@media (max-width: 767px) {
  .jumbotron-common .ttl-main .ttl .ttl-jpn {
    /* font-size: 1em; */
    color: #fff;
    font-weight: 500;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .jumbotron-common .ttl-main .ttl .ttl-jpn {
    /* font-size: 1em; */
    color: #fff;
    font-weight: 500;
    font-size: 42px;
  }

  .jumbotron-common .ttl-main .ttl .ttl-jpn .bg-cont {
    padding: 15px;
  }

  .jumbotron-common .ttl-cont {
    height: 280px;
  }
}

@media (min-width: 992px) {
  .jumbotron-common .ttl-cont {
    height: 490px;
    margin-bottom: 0;
  }

  .page-recruit .jumbotron-common {
    /* height: 815px; */
    margin-bottom: 0;
  }

  .jumbotron-common .ttl-cont {}

  .jumbotron-common .ttl-main {}

  .jumbotron-common .bg-img {}
}

@media (min-width: 1201px) {
  .jumbotron-common .bg-img {}
}

.jumbotron-common .ttl-cont .ttl-jpn {
  display: block;
}

/*最低限タブが機能するのに必要なスタイル*/
.tab_item {}

.tab_item>.cont-main {
  opacity: 0;
  transition: .5s ease all;
  position: relative;
  top: 120px;
  height: 0;
}

.tab_item.is-active-item>.cont-main {
  opacity: 1;
  transition: .5s ease all;
  position: relative;
  top: 0;
  height: auto;
}

.tab-item-area {
  position: relative;
}

.tab-menu .tab_btn {
  cursor: pointer;
}

.row .item figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.row .item .zoom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #cc3c46;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: .5s ease all;
}

.row .item .zoom svg {
  width: 32px;
  height: 32px;
  margin: auto;
  fill: #fff;
}

.row .item .block-area:hover .zoom {
  width: 60px;
  height: 60px;
  transition: .5s ease all;
}

.row .item .block-area:hover .zoom svg {
  width: 36px;
  height: 36px;
  transition: .5s ease all;
}

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.tos-close,
.tos-next,
.tos-prev {
  background-color: #d6d6d6 !important;
}

.tos-close span:before,
.tos-prev span {
  border-bottom: 3px solid #cc3c46 !important;
  border-left: 3px solid #cc3c46 !important;
}

.tos-close span:after,
.tos-next span {
  border-top: 3px solid #cc3c46 !important;
  border-right: 3px solid #cc3c46 !important;
}

@media (min-width: 992px) {
  .tos-caption {
    color: #000 !important;
    text-shadow: none !important;
  }
}

/* home */
.page-home .jumbotron-common {
  margin-bottom: 0;
  background-color: #fff;
}

.page-home .main-slider .item {
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .page-home .main-slider .item {
    height: 480px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-home .main-slider .item {
    height: 540px;
  }
}

@media (min-width: 992px) {
  .page-home .main-slider .item {
    height: calc(90vh - 100px);
  }
}

@media (min-width: 1201px) {
  .page-home .main-slider .item {
    height: calc(100vh - 100px);
  }
}

/* works */
#bg-works {
  background-image: url(img/works/bg-works.jpg);
}

.row-works>.item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.row-works .item .bg-cont {
  background-color: #fff;
}

.row-works .item figure {
  overflow: visible;
}

.row-works .item .term-slug-cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  /* position: absolute;
  top: -40px;
  left: 0;
  z-index: 1; */
}

.row-works .item .term-slug-cont:last-child {
  margin-bottom: 0;
}

.containerr .mix::after {
  padding: 0 !important;
}

@media (min-width: 576px) {
  .row-works .item .term-slug {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background-color: #cc3c46;
    padding: 5px;
  }
}


@media (max-width: 991px) {
  .row-works .item .ttl {
    font-size: 1rem;
  }
}

.category-list {
  margin-bottom: 30px;
}

.category-list li button {
  font-size: 12px;
  color: #cc3c46;
  background: #fff;
  padding: 8px;
  border-radius: 0;
  border: 1px solid #cc3c46;
}

@media (min-width: 768px) {
  .nav-list li {
    display: block;
    padding: 5px;
    flex: 0 0 25%;
    min-width: 25%;
  }

  .category-list li button {
    font-size: 14px;
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .category-list li button {
    font-size: 16px;
    /* padding-left: 61px; */
    /* padding-right: 61px; */
  }
}

@media (max-width: 575px) {
  .row-works .item .ttl {
    font-size: 14px;
    margin-bottom: .5rem;
  }
}

.row-works .item .ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #cb3c45;
  margin-top: 15px;
}

.category-list button.active {
  color: #fff;
  background: #cc3c46;
}

.category-list button.active:hover,
.category-list button.active:active,
.category-list button.active:focus {
  color: #fff;
  background: #e7505a;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  top: 12px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  margin-top: 8px;
  border-bottom: 4px solid #37b32f;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  margin-left: -6px;
  border-bottom: 8px solid #37b32f;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -8px;
}

.sp-button {
  border: 2px solid #37b32f;
}

.sp-selected-button {
  background-color: #37b32f;
}

.sp-full-screen-button {
  color: #fff;
}

/*サムネイルのポインターの色を変える*/
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  border-left: 5px solid #37b32f;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  border-right: 13px solid #37b32f;
}

/*縦スライド時の矢印の位置*/
.sp-vertical .sp-previous-arrow {
  top: 0;
}

.sp-vertical .sp-next-arrow {
  bottom: 0;
}

.image-list {
  background-color: #f6f6f6;
}

@media (max-width: 991px) {

  .row-works-single .item-table .table-base dl dt,
  .row-works-single .item-table .table-base dl dd {
    font-size: .8rem;
  }
}

@media (min-width: 992px) {
  .row-works-single .item-image figure {
    margin-right: -120px;
  }

  .row-works-single .item-table {
    margin-top: -180px;
  }

  .row-works-single .item-table .table-base dl dt {
    width: 120px;
    min-width: inherit;
  }

  .row-works-single .item-table .table-base dl dt,
  .row-works-single .item-table .table-base dl dd {
    font-size: .9rem;
    background: none;
  }
}

@media (min-width: 768px) and (max-width: 1479px) {
  .row-works .slick-prev {
    left: 15px;
  }

  .row-works .slick-next {
    right: 15px;
  }
}

@media (min-width: 1480px) {
  .row-works .slick-prev {
    left: 10%;
  }

  .row-works .slick-next {
    right: 10%;
  }
}

.row-works .slick-dots {
  bottom: -22px;
  margin: 0;
}

.works-slider-area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.thumb-item {
  width: 100%;
  margin-top: 10px;
  order: 2;
}

.thumb-item-nav {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
  order: 1;
}

.thumb-item-nav .item {
  cursor: pointer;
}

/* company */
.president-area .position {
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .president-area .item-text .cont {
    text-align: center;
  }

  .president-area .cont {
    text-align: center;
  }
}

.nav-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: -5px
}


.nav-list li button {
  /* box-shadow: 3px 3px #cc3c46; */
  transition: .5s ease all;
  min-width: 100%;
}

.nav-list li button.active {
  box-shadow: 3px 3px #e6e6e6;
  transition: .5s ease all;
  /* padding-left: 129px; */
  /* padding-right: 129px; */
}

@media (max-width: 767px) {
  .nav-list li {
    display: block;
    padding: 5px;
    flex: 0 0 50%;
    min-width: 50%;
  }

  .nav-list {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .nav-list {
    flex-wrap: wrap;
  }
}

.map iframe {
  width: 100%;
}

/* blog */
.bg-common.blog.home {
  border-bottom: 1px solid #d6d6d6;
}

@media (min-width: 768px) and (max-width: 991px) {
  .row-post-cont-box {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .row-post-cont-box {
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
  }
}

@media (min-width: 1201px) {
  .row-post-cont-box {
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }
}

.card-blog .item .bg-cont {
  background-color: #fff;
}

.card-blog .item .ttl {
  font-size: 1rem;
  margin-bottom: .5rem;
}

.card-blog .item .blog-info {
  font-size: 14px;
  margin-bottom: .5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -3px;
  margin-left: -3px;
}

.card-blog .item .blog-info div {
  padding-right: 3px;
  padding-left: 3px;
}

.card-blog .item .metabox {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card-blog .item .metabox p {
  font-size: .8rem;
}

@media (max-width: 767px) {
  .carousel-area .carousel-cont>.card-blog>.item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-area img {
  max-width: 100%;
  height: auto;
}

.widget-area>div {
  margin-bottom: 30px;
}

.widget ul {
  padding-left: 0;
  margin-bottom: 0;
}

.widget ul li {
  display: block;
}

.widget {
  padding: 0;
}

.widget>ul {
  margin: 0;
}

.widget>ul>li {
  padding: 0;
  border-top: 1px solid #d6d6d6;
}

.widget>ul>li:last-child {
  border-bottom: 1px solid #d6d6d6;
}

.widget>ul>li a {
  display: block;
  padding: 15px 0;
}

.widget>ul>li .date {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

.widget>ul>li .metabox p {
  line-height: 1;
}

#searchform .btn {
  min-width: inherit;
}

.nav-below {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.nav-below .nav-next {
  float: left;
}

.nav-below .nav-previous {
  float: right;
}

.nav-below .nav-next a,
.nav-below .nav-previous a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inherit;
}

.nav-below a:hover,
.nav-below a:active,
.nav-below a:focus {
  opacity: .5;
}

.nav-below .nav-next a {
  text-align: left;
}

.nav-below .nav-previous a {
  text-align: right;
}

.nav-below .nav-next a:before,
.nav-below .nav-previous a:before {
  font-family: ionicons;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.nav-below .nav-next a:before {
  content: '\f3d2';
  left: 1em;
}

.nav-below .nav-previous a:before {
  content: '\f3d3';
  right: 1em;
}

.nav-below span {
  text-align: center;
  width: 33.333333%;
}

.nav-below .nav-next,
.nav-below .nav-previous {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-below .nav-next {
  text-align: left;
}

.nav-below .nav-previous {
  text-align: right;
}

.nav-below .nav-next a {
  padding: 1em 1em 1em 2em;
}

.nav-below .archive a {
  padding: 1em;
}

.nav-below .nav-previous a {
  padding: 1em 2em 1em 1em;
}

.nav-below span a {
  display: inline-block;
  border: none;
  background: none;
}

@media (max-width: 767px) {
  .nav-below span {
    font-size: .8em;
  }
}

.bg-common.post.blog .row-blog .item-main.archive>.cont>.cont-main>[class^="block_"] {
  border-bottom: 1px solid #d6d6d6;
}

.bg-common.post.blog .row-blog .item-main.archive>.cont>.cont-main>[class^="block_"]:last-child {
  border-bottom: none;
}

/* pagination */
.pagination {
  clear: both;
  padding: 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 60px;
}

.pagination-box {
  display: inline-block;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #777;
  background: #dedede;
  box-shadow: inset 1px 1px #dedede, inset -1px -1px #dedede;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  color: #fff;
  background: #1a51a3;
  box-shadow: inset 1px 1px #cc3c46, inset -1px -1px #cc3c46;
}

.pagination .current {
  padding: 10px 15px 10px 15px;
  background: #cc3c46;
  color: #fff;
  box-shadow: inset 1px 1px #cc3c46, inset -1px -1px #cc3c46;
}

@media only screen and (max-width: 413px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }

  .pagination span,
  .pagination a {
    padding: 8px 10px 8px 10px;
  }

  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}

/* sitemap */
.sitemap-menu .dropdown-toggle::after {
  display: none;
}

.sitemap-menu .container-fluid.inner {
  max-width: inherit;
  padding: 0;
}

.sitemap-menu #menu-sitemap>li {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  float: left;
}

.sitemap-menu .dropdown>.dropdown-menu .container-fluid.inner li.item {
  background-color: #f6f6f6;
  width: auto;
  padding-right: 0;
  padding-left: 0;
}

.sitemap-menu #menu-sitemap>li>a {
  display: inline-block;
}

.sitemap-menu #menu-sitemap>li>a .link-menu {
  padding: 1rem;
}

.sitemap-menu .navbar-nav .nav-link .link-menu {
  padding: 1rem;
}

.sitemap-menu .navbar-nav li .dropdown-menu {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  opacity: 1;
  background: none;
  pointer-events: all;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li {
  display: block;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li>a {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  padding: 1rem;
  border-left: 2px solid #dedede;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li.dropdown>a {
  margin-bottom: 56px;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li>.dropdown-menu {
  background: none;
  position: absolute;
  top: 56px;
  display: flex;
}

.sitemap-menu .navbar-nav li .dropdown-menu>li>.dropdown-menu>li>a {
  background: #f9f9f9;
}

@media (max-width: 767px) {
  .sitemap-menu #menu-sitemap li a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sitemap-menu .navbar-nav li .dropdown-menu>li.dropdown>a {
    margin-bottom: 40px;
  }

  .sitemap-menu .navbar-nav li .dropdown-menu>li>.dropdown-menu {
    top: 40px;
  }

  .sitemap-menu .navbar-nav li .dropdown-menu>li {
    display: block;
    width: 50%;
  }

  .sitemap-menu .navbar-nav li .dropdown-menu>li>.dropdown-menu>li {
    width: 33.333333%;
  }
}

/* contact */
.bg-common.bg-contact.closing {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.bg-common.bg-contact.closing .contact-area .tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .bg-common.bg-contact.closing {
    min-height: 360px;
  }

  .bg-common.bg-contact.closing .contact-area .tel {
    justify-content: center;
    margin-bottom: 1rem;
  }

  .bg-common.bg-contact.closing .contact-area .tel a {
    font-size: 28px;
  }

  .bg-common.bg-contact.closing .contact-area .mail .btn {
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bg-common.bg-contact.closing .contact-area .tel a {
    font-size: 32px;
  }
}

.bg-common.bg-contact.closing .contact-area .tel .icon-box {
  margin-right: 10px;
}

.bg-common.bg-contact.closing .contact-area .tel .icon-box svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  background-color: #000;
}

.bg-common.bg-contact.closing .contact-area .tel .tel-box .business-hours {
  text-align: left;
  display: block;
}

.bg-common.bg-contact.closing .contact-area .mail .btn {
  color: #cc3c46;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.bg-common.bg-contact.closing .contact-area .mail svg {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  fill: #cc3c46;
}

.contact-area ul {
  display: block;
  text-align: center;
  /* padding: 0; */
  /* margin-right: -15px; */
  margin-bottom: 0;
  /* margin-left: -15px; */
  display: contents;
}

.contact dl.req dt label::after {
  color: #fff;
  content: "必須";
  background: #cc3c46;
}

@media (min-width: 768px) {
  /* .contact-area ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: end;
    align-items: center;
  } */

}

.contact-area ul li {
  padding-right: 15px;
  padding-left: 15px;
}

.contact-area .tel a,
.contact-area .mail a {
  margin: 0;
  border-radius: 20px;
}

@media (min-width: 768px) {}

/* .contact-area .tel a,
.contact-area .mail a {
  font-size: 14px;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  max-width: 250px;
  margin: auto;
} */

footer.contact-area .tel a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

/* 
.contact-area .tel a:hover {
  text-decoration: none;
  background-color: #000;
  border-color: transparent;
  border-radius: 25px;
  padding: 8px;
  color: #fff;
} */

@media (min-width: 576px) {
  .contact-area .mail a {
    min-width: 250px;
    padding: 16px;
    /* margin-top: 20px; */
  }

  .contact-area .mail a {
    font-size: 14px;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 16px; */
    padding: 10px;
    max-width: 250px;
    margin: auto;
  }
}

.contact-area .tel a {
  font-size: 14px;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 16px; */
  padding: 10px;
  max-width: 250px;
  margin: auto;
}

dl dd label {
  cursor: pointer;
}

.table-contact dl dt label {
  padding-right: 45px;
  position: relative;
  cursor: auto;
}

.table-contact dl dt label span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  width: 40px;
  height: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 2px;
}

.table-contact dl.req dt label span {
  color: #f38707;
  border: 1px solid #f38707;
}

.table-contact dl.any dt label span {
  color: #8D9AA7;
  border: 1px solid #8D9AA7;
}

.page-confirm .table-contact dl.req dt label span {
  display: none;
}

.page-confirm .table-contact dl.any dt label span {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
  margin: -4px 0.2rem 0 .2rem;
}

input[type=radio] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  background: #f9f9f9;
  border-radius: 20px;
  cursor: pointer;
}

input[type="radio"]:checked {
  background: #cc3c46;
  border-color: #af2e37;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.form-control {}

.mwform-tel-field input {
  text-align: center;
}

@media (max-width: 767px) {
  .mwform-tel-field input {
    width: 30% !important;
  }
}

input::placeholder {
  color: #898989 !important;
}

/* page-top */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #cc3c46;
  opacity: 1;
  z-index: 10;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a .hydrated {
  margin: auto;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

*::-ms-backdrop,
#page_top a::before {
  content: '›';
  font-size: 2em;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: rotate(-90deg);
  top: 0;
  right: 3px;
  bottom: 0;
  left: -3px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/* footer */
footer {
  background-color: #fff;
}

footer .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

footer .footer-top-area .footer-top h1 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

footer .navbar-nav>li {
  border-bottom-color: #d6d6d6;
}

footer .navbar-nav>li:first-child {
  border-top-color: #d6d6d6;
}

@media (max-width: 991px) {

  footer .navbar-nav .nav-link .link-menu {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  footer .contact-area ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
  }

  footer .contact-area-recruit ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
  }

  footer .navbar-nav .nav-link .link-menu {
    padding: 5px 10px;
  }
}

footer .company-data {
  padding-top: 10px;
}

@media (min-width: 992px) {
  footer .navbar-nav {
    text-align: right;
    /* position: relative; */
    left: -14%;
    top: -50%;
  }

  footer .footer-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
  }

  footer .footer-top>div {
    padding-right: 15px;
    padding-left: 15px;
  }

  footer .footer-top .company-info {
    min-width: 360px;
  }
}

@media (min-width: 992px) {
  footer .footer-top #menu-footer.navbar-nav>li:last-child {
    border: none;
  }
}

@media (max-width: 991px) {
  footer .footer-top-area {
    padding: 15px 0 8px;
  }

  footer .footer-bottom-area {
    padding: 8px 0 15px;
  }
}

@media (min-width: 992px) {
  footer .footer-top-area {
    padding: 30px 0 15px;
  }

  footer .footer-bottom-area {
    padding: 15px 0 30px;
  }
}

footer .footer-bottom-area {}

/* recruit */
/* interview */
#tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
}

#tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .name,
#tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .text {
  display: block;
}

@media (max-width: 767px) {
  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box {
    text-align: center;
    /* padding: 5px; */
  }

  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .image {
    /* display: none; */
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    /* padding: 10px; */
  }

  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .name {
    font-size: 12px;
    margin-bottom: 3px;
  }

  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .text {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .name {
    font-size: 18px;
    margin-bottom: 5px;
  }

  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .text {
    font-size: 12px;
  }
}



.bg-common.entry-area {
  background-image: url(img/recruit/common/bg-entry-area.jpg);
}

.page-recruit .recruit-main-top .ttl-area {
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.recruit .btn {
  padding: 20px;
}

.recruit .btn-light {
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 50px;
}

.recruit .btn-light:hover {
  border: none;
}

.tab-recruit .tab-btn-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  /* margin-bottom: 2rem; */
}

.tab-recruit .tab-btn-area .tab_btn {
  font-size: 1rem;
  color: #cc3c46;
  display: inline-block;
  /* background-color: #fff; */
  padding: 1rem 1.5rem;
  margin-right: 5px;
  margin-left: 5px;
  transition: .5s ease all;
}

@media (max-width: 767px) {
  .tab-recruit .tab-btn-area .tab_btn {
    /* border: 1px solid #cc3c46; */
  }
}

@media (min-width: 768px) {
  .tab-recruit .tab-btn-area .tab_btn {
    /* background-color: #cb3c45; */
    max-width: 20%;
    flex: 0 0 20%;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin-right: 25px;
    max-width: 138px;
  }
}


@media (max-width: 575px) {
  .tab-recruit .tab-btn-area {
    margin-bottom: 1rem;
  }

  .tab-recruit .tab-btn-area .tab_btn {
    font-size: 12px;
    line-height: 1.2;
    padding: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.tab-recruit .tab-btn-area .tab_btn.is-active-btn {
  color: #cc3c46;
  /* background-color: #fff; */
  transition: .5s ease all;
}

/* .tab-recruit .tab-btn-area .tab_btn.is-active-btn  .name-cont{
  color: #000;
  background-color: #fff;
  transition: .5s ease all;
} */

#tab-recruit-interview .tab-item-area .tab_item figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: visible;
}



#tab-recruit-interview .tab-item-area .tab_item figure .image {
  order: 2;
}

#tab-recruit-interview .tab-item-area .tab_item figure figcaption {
  order: 1;
}

#tab-recruit-interview .tab-item-area .tab_item .interview-intro figure .image {
  margin-left: auto;
}

#tab-recruit-interview .tab-item-area .tab_item .interview-end figure .image {
  margin-right: auto;
}

#tab-recruit-interview .tab-item-area .tab_item figure figcaption {
  position: absolute;
}

#tab-recruit-interview .tab-item-area .tab_item .interview-intro figure figcaption {
  width: 75%;
  left: 0;
}

#tab-recruit-interview .tab-item-area .tab_item .interview-end figure figcaption {
  width: 50%;
  right: 0;
}

@media (max-width: 767px) {
  #tab-recruit-interview .tab-item-area .tab_item figure {
    display: block;
  }

  #tab-recruit-interview .tab-item-area .tab_item figure::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #tab-recruit-interview .tab-item-area .tab_item figure figcaption {
    position: relative;
  }

  #tab-recruit-interview .tab-item-area .tab_item .interview-intro figure figcaption {
    width: 100%;
  }

  #tab-recruit-interview .tab-item-area .tab_item .interview-end figure figcaption {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #tab-recruit-interview .tab-item-area .tab_item figure .image {
    width: 100%;
  }

  #tab-recruit-interview .tab-item-area .tab_item .interview-end figure {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }

  #tab-recruit-interview .tab-item-area .tab_item .interview-end figure figcaption {
    width: 50%;
  }
}

.interview-list {
  border: 4px solid #e6ecf3;
}

#tab-recruit-info .tab-item-area .cont-main {
  border: 4px solid #e6ecf3;
}

.bg-ci-color-gradient {
  background-image: linear-gradient(165deg, #f8fafb 25%, #eff4f7 25%);
}

.bg-ci-light-color {
  background-color: #e6ecf3;
}

.border-ci-light-color {
  border: 4px solid #e6ecf3;
}

.row-data .item .bg-cont {
  background-color: #fff;
}

.row-data .item svg {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.row-data .item .num-area {
  text-align: center;
  display: block;
}

.row-data .item .num-area .num {
  color: #ff9f00;
  font-weight: 400;
}

.row-data .item .num-area .text {
  font-weight: 700;
}

.row-data .item .metabox p {
  font-size: 12px;
}

@media (max-width: 991px) {
  .row-data .item svg {
    width: 64px;
    height: 64px;
    margin-bottom: .5rem;
  }

  .row-data .item .num-area {
    margin-bottom: .5rem;
  }

  .row-data .item .num-area .num {
    font-size: 2em;
  }

  .row-data .item .num-area .text {
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  .row-data .item svg {
    width: 128px;
    height: 128px;
    margin-bottom: 1rem;
  }

  .row-data .item .num-area {
    margin-bottom: 1rem;
  }

  .row-data .item .num-area .num {
    font-size: 4em;
  }

  .row-data .item .num-area .text {
    font-size: 1.5em;
  }
}

.row-entry .item .btn {
  box-shadow: 0 0 5px #fff;
}

.recruit footer {
  /* background-color: #232323; */
}

.recruit footer .navbar-nav>li:first-child {
  border-top-color: #565656;
}

.recruit footer .navbar-nav>li {
  border-bottom-color: #565656;
}

@media (max-width: 767px) {
  .recruit footer #menu-footer_recruit_bottom {
    margin-top: -31px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recruit footer #menu-footer_recruit_bottom {
    margin-top: -41px;
  }
}

@media (max-width: 991px) {
  .recruit footer #menu-footer_recruit_bottom {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .recruit footer .footer-bottom .footer-address {
    margin-right: 60px;
    margin-left: auto;
  }
}

.grecaptcha-badge {
  margin: 15px auto;
}