/*
Theme Name: Client
Author: エン・ジャパン株式会社
Description: 専用テーマ
*/
/* original css */
main article section.bg-common {
  overflow: hidden;
}

/* common */
ul, ol {
  padding: 0;
  margin: 0;
}

/* common */
.container-fluid.fix {
  padding-right: 0;
  padding-left: 0;
}

.container-fluid.slick {
  padding-right: 8px;
  padding-left: 8px;
}

@media (max-width: 767px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .row [class^="col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }

  .row [class^="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.row [class^="col-"] [class^="block_"], .row [class^="col-"] .cont, .row [class^="col-"] .metabox .item .title {}

@media (max-width: 767px) {
  .row-styleB {
    margin: -8px;
    margin-bottom: 8px;
  }

  .row-styleB.btm0 {
    margin-bottom: -8px;
  }

  .row-styleB .item {
    padding: 8px;
  }
}

@media (min-width: 768px) {
  .row-styleB {
    margin: -20px;
    margin-bottom: 20px;
  }

  .row-styleB.btm0 {
    margin-bottom: -20px;
  }

  .row-styleB .item {
    padding: 20px;
  }
}

.row.center {
  justify-content: center;
}

.row-stretch [class^="col-"], .row-stretch [class^="col-"] .cont, .row-stretch [class^="col-"] .cont-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.row-stretch [class^="col-"] .cont, .row-stretch [class^="col-"] .cont .cont-box, .row-stretch [class^="col-"] .cont .box {
  width: 100%;
}

.row .item-text {
  z-index: 1;
}

.row .item-image {
  z-index: 0;
}

.row-fix {
  margin-right: 0;
  margin-left: 0;
}

.row-fix .cont {}

.row-fix [class^="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row-fix .item [class^="block_"], .row-fix .item .cont, .row-fix .item .metabox .item .title {}

.row-narrow {
  margin: -5px;
}

.row-narrow [class^="col-"] {
  padding: 5px;
}

.row-narrow-fix {
  margin: 0;
}

.row-narrow-fix [class^="col-"] {
  padding: 0;
}

.row-reverse {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.row-end {
  justify-content: flex-end;
}

.v-middle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.v-middle.center {
  justify-content: center;
}

.v-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}

a.block-area {
  display: block;
  width: 100%;
}

a.block-area.no-bg {
  background: none;
}

a.block-area:hover, a.block-area:active, a.block-area:focus {
  opacity: 1;
}

a.block-area figure {
  position: relative;
  transition: 0.5s ease all;
  opacity: 1;
}

a.block-area:hover figure, a.block-area:active figure, a.block-area:focus figure {
  transition: 0.5s ease all;
  opacity: 1;
}

a.block-area.no-transparent figure {
  opacity: 1;
}

a.block-area.no-transparent:hover, a.block-area.no-transparent:active, a.block-area.no-transparent:focus, a.block-area.no-transparent:hover figure, a.block-area.no-transparent:active figure, a.block-area.no-transparent:focus figure {
  opacity: 1;
}

.block-area.scale .image, .block-area.scale .image-area {
  overflow: hidden;
}

.block-area.scale .image img, .block-area.scale .image-area img {
  transform: scale(1);
  transition: 1s ease all;
  opacity: 1;
}

.block-area.scale:hover .image img, .block-area.scale:focus .image img, .block-area.scale:active .image img, .block-area.scale:hover .image-area img, .block-area.scale:focus .image-area img, .block-area.scale:active .image-area img {
  transform: scale(1.05);
  opacity: 1;
}

body {
  position: relative;
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: #d6d6d6;
}

.alignleft, .aligncenter, .alignright {
  display: block;
}

.alignleft {
  margin-right: auto;
  margin-left: 0;
}

.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  margin-right: 0;
  margin-left: auto;
}

.button-left, .button-center, .button-right {
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .button-left {
    text-align: left;
  }

  .button-center {
    text-align: center;
  }

  .button-right {
    text-align: right;
  }
}

.bg-common {
  background-size: auto;
}

.cont {
  text-align: left;
}

.cont figure {
  overflow: hidden;
  margin-bottom: 24px;
}

.cont figure:last-child {
  margin-bottom: 0;
}

.cont figure.b0 {
  margin-bottom: 0;
}

.cont figure.visible {
  overflow: visible;
}

.cont .round {
  border-radius: 30px;
}

.cont.border {
  border: 1px solid #d6d6d6;
}

.cont.right {
  text-align: right;
}

.cont figure.border {
  border: none;
  border-bottom: 2px solid #1a51a3;
}

.cont figure.center {
  text-align: center;
}

.cont .cont-box {
  padding: 64px;
}

.cont .cont-box.half {
  padding: 24px;
}

.cont .cont-box.mini {
  padding: 16px;
}

.cont .title {
  margin-bottom: 0;
}

.cont .metabox {
  line-height: 2em;
  margin-bottom: 16px;
}

.cont .metabox.b0 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .cont .metabox.center p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cont .metabox p {
    font-size: 14px;
  }
}

.box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.box-shadow-border {
  box-shadow: none;
}

.box-shadow-border::after {
  content: '';
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #f5d4d2), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #f5d4d2), color-stop(.75, #f5d4d2), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}

.box-shadow-flat {
  box-shadow: 5px 5px #f6f6f6;
}

@media (max-width: 767px) {
  .bg-common {
    background-size: cover;
  }

  .cont .cont-box {
    padding: 48px 24px;
  }

  .cont .cont-box.half {
    padding: 24px;
  }

  .cont .cont-box.mini {
    padding: 16px;
  }

  .cont .cont-box.half p {
    font-size: .8rem;
  }
}

.table-dl dl {
  display: table;
  max-width: 100%;
}

.table-dl dl dt {
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
}

.table-dl dl dd {
  display: table-cell;
  vertical-align: middle;
}

.table-base dl {
  text-align: left;
  display: table;
  width: 100%;
  margin-bottom: 0;
}

.table-base dl dd dl {
  margin: 0;
}

.table-base dl dd dl dt {
  display: block;
  background: none;
  padding: 0;
  border: none;
}

.table-base dl dd dl dd {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
}

.table-base dl dd dl dd:before {
  display: none;
}

.table-base dl:last-child dd dl dt, .table-base dl:last-child dd dl dd {
  border: none;
}

.table-base dl dd dl:last-child dt, .table-base dl dd dl:last-child dd {
  border: none;
}

@media (max-width:767px) {
  .table-base dl dd:before {
    display: none;
  }
}

.table-block dl {}

.table-block dl:first-child {
  margin-top: 0;
}

.table-block dl:last-child {
  margin-bottom: 0;
}

.table-block dl dt, .table-block dl dd {
  display: block;
  width: 100%;
  padding: 1rem;
  border: none;
}

.table-block dl dt {}

.table-block dl dd {}

.table-block dl dd:before {
  display: none;
}

.table-block dl:last-child dt {}

.table-base dl dd .table-block>dl {
  margin: 20px 0;
}

.table-base dl dd .table-block>dl:first-child {
  margin-top: 0;
}

.table-base dl dd .table-block>dl:last-child {
  margin-bottom: 0;
}

.table-base dl dd .table-block>dl>dt, .table-base dl dd .table-block>dl>dd {
  padding: 1em;
  border: 1px solid #d6d6d6;
}

.table-base dl dd .table-block>dl>dt {
  background: #efefef;
}

.table-base dl dd .table-block>dl>dd {
  background: #fff;
  border-top: none;
}

.table-reverse dl dt {
  background: none;
  width: 100%;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.table-reverse dl dd {
  text-align: right;
  min-width: 120px;
}

.table-mini dl dt, .table-mini dl dd {
  padding: 1em;
}

@media (max-width: 767px) {
  .table-dl dl {
    width: 100%;
  }

  .table-dl dl dt {
    display: block;
    width: 100%;
    padding: 1em;
  }

  .table-dl dl dd {
    display: block;
    padding: 1em;
    border-top: none;
  }

  .table-base dl dd dl dt {
    display: block;
    width: 100%;
  }

  .table-base dl dd dl dd {
    display: block;
    border-bottom: none;
  }

  .table-base dl dd dl:last-child dd {
    border-top: none;
  }

  .table-reverse dl dt {
    border-right: none;
    border-bottom: none;
  }

  .table-reverse dl dd {
    min-width: 90px;
    border-top: 1px solid #d6d6d6;
  }

  .table-reverse dl dt, .table-reverse dl dd {
    display: table-cell;
  }
}

.cont-main {
  position: relative;
  z-index: 1;
}

.cont-main .cont-item:nth-child(odd) .row-cross {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.cont-main .cont-item:nth-child(even) .row-cross {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.caption-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
}

.caption-area figure {
  margin-right: 15px;
}

@media (min-width: 768px) {
  .table-no-frame dl dt, .table-no-frame dl dd {
    border-top: none;
  }

  .table-no-frame dl:first-child dt {
    border-top: none;
  }

  .table-no-frame dl:last-child dt, .table-no-frame dl:last-child dd {
    border-bottom: none;
  }
}

.table-block dl dt, .table-block dl dd {
  padding: 1.5em;
}

@media (max-width: 767px) {
  .table-history.table-no-frame .item:first-child dl:last-child dd {
    border-bottom: none;
  }
}

.table-fixed {
  table-layout: fixed;
}

/* header */
.navbar-nav .nav-link {
  border-radius: 0;
}

.navbar-toggler {
  padding: .75rem;
  border: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 10px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  position: relative;
  transition: .2s ease all;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 3px;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  top: 5px;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  top: -5px;
}

.navbar-toggler.collapsed .icon-bar {
  transform: rotate(0deg);
  top: 0;
  opacity: 1;
  transition: .2s ease all;
}

.dropdown-toggle {
  position: relative;
  overflow: hidden;
}

.dropdown .dropdown-menu {
  display: none;
  opacity: 0;
  transition: 0.5s ease all;
  pointer-events: none;
  width: auto;
  min-width: 100%;
}

.dropdown.show>.dropdown-menu {
  display: block;
  border-radius: 0;
  transition: 0.5s ease all;
  pointer-events: all;
  opacity: 1;
}

@media (min-width: 768px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
    border-radius: 0;
    transition: 0.5s ease all;
    pointer-events: all;
    opacity: 1;
  }
}

.dropdown-menu {
  padding: 0;
  margin-top: 0;
  border: none;
  top: 90%;
  left: 0;
  z-index: 10000;
  transition: 0.5s ease all;
}

.dropdown-item {
  padding: 1rem;
}

.dropdown-toggle:before, .dropdown-toggle:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .dropdown-toggle:before, .dropdown-toggle:after {
    width: 48px;
  }
}

.dropdown-toggle::before {
  content: '';
  left: inherit;
}

.dropdown-toggle::after {
  font-family: ionicons;
  content: '\f3d0';
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transform: rotate(0deg);
  transition: 0.5s ease all;
}

.dropdown.show>.dropdown-toggle::after {
  transform: rotate(180deg);
  transition: 0.5s ease all;
}

.dropdown-menu>li>.dropdown-menu {
  display: block;
  background: none;
  opacity: 1;
  pointer-events: all;
}

.navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
  display: block;
  background: none;
  top: 100%;
  left: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .dropdown>.dropdown-menu {
    display: block;
    transition: 0.5s ease all;
    opacity: 0;
    pointer-events: none;
  }

  .dropdown-menu>li>.dropdown-menu {
    display: none;
    background: none;
    transition: 0.5s ease all;
    opacity: 0;
    pointer-events: none;
  }
}

/* slider */
.slider-base {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider-base.slick-initialized {
  opacity: 1;
}

/* contact */
.contact-area ul li {
  display: block;
}

.contact-check {
  font-size: 18px;
}

.contact-check input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.contact dl dt label {
  display: block;
  position: relative;
  margin-bottom: 0;
}

.contact dl dt label::after {
  font-size: 12px;
  font-weight: 300;
  margin-right: 5px;
  margin-left: 5px;
  padding: 2px 4px;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

.contact dl dt {
  min-width: 240px;
}

.contact .btn-area input {
  margin: 0 10px;
}

.input-lg {
  border-radius: 2px;
}

.help-block {
  margin: 5px 0 0;
}

@media (min-width: 768px) {
  .w-length-120 {
    width: 120px;
  }

  .w-length-150 {
    width: 150px;
  }

  .w-length-180 {
    width: 180px;
  }

  .w-length-200 {
    width: 200px;
  }

  .w-length-210 {
    width: 210px;
  }

  .w-length-240 {
    width: 240px;
  }

  .w-length-270 {
    width: 270px;
  }

  .w-length-300 {
    width: 300px;
  }

  .w-length-330 {
    width: 330px;
  }

  .w-length-360 {
    width: 360px;
  }

  .w-length-390 {
    width: 390px;
  }

  .w-length-420 {
    width: 420px;
  }

  .w-length-440 {
    width: 440px;
  }

  .w-length-480 {
    width: 480px;
  }

  .w-length-100per {
    width: 100%;
  }
}
