#wpadminbar {
  display: none !important;
}

body {
  font-family: 'Noto Sans JP', "游ゴシック体", "游ゴシック", 'Yu Gothic', YuGothic, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #565656;
}

.mincho {
  font-family: 'Noto Serif JP', serif;
}

.ttl-eng {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

::selection {
  color: #fff;
  background-color: #005bac;
}

::-moz-selection {
  color: #fff;
  background: #005bac;
}

/* common */
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }

  header .container-fluid.parents {
    padding-right: 0;
  }
}

.bg-white-transparent {
  background: rgba(255, 255, 255, .9) !important;
}

.bg-ci-light-color {
  background-color: #f2f5f7 !important;
}

.bg-ci-color {
  background-color: #005bac !important;
}

.border-ci-color {
  border-color: #005bac !important;
}

.txt-red {
  color: #cc1414;
}

.no-bg {
  background: none !important;
}

.invert,
.invert h1,
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert h6,
.invert p {
  color: #fff;
}

a {
  color: #005bac;
  transition: .5s ease all;
}

a:hover {
  color: #005bac;
  text-decoration: underline;
  transition: .5s ease all;
}

.invert a {
  color: #fff;
}

.invert a:hover {
  color: #005bac;
}

.table thead th {
  vertical-align: middle;
}

.table th {
  color: #005bac;
}

.table tbody tr:last-child th,
.table tbody tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}

.table td,
.table th {
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #dee2e6;
}

@media (max-width: 575px) {

  .table td,
  .table th {
    font-size: 11px;
    display: table-cell;
    padding: 3px;
  }

  .table tbody tr:last-child th {
    border-bottom: none;
  }

  .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-top: 1px solid #b8d2e3;
  border-right: 1px solid #b8d2e3;
  border-left: 1px solid #b8d2e3;
}

.table-base dl dt {
  color: #343434;
  background-color: #f2f5f7;
  width: 100%;
}

.table-base dl dd {
  color: #565656;
}

.table-mini dl dt,
.table-mini dl dd {
  padding: 10px;
}

@media (max-width: 575px) {
  .table-base dl:last-child dt {
    border-bottom: none;
  }

  .table-base dl:last-child dd {
    border-bottom: 1px solid #b8d2e3;
  }
}

@media (min-width: 576px) {

  .table-base dl:last-child dt,
  .table-base dl:last-child dd {
    border-bottom: 1px solid #b8d2e3;
  }

  .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: #005bac;
  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: #005bac;
  width: 60px;
  height: 60px;
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}

button:focus {
  outline: none;
}

.btn {
  font-weight: 400;
  min-width: 210px;
  padding: 1rem;
  line-height: 1;
  text-align: center;
  transition: .5s ease all;
  border-radius: 0;
  position: relative;
}

@media (min-width: 768px) {
  .btn {
    min-width: 360px;
  }
}

.btn .hydrated {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.btn.mini {
  text-align: left;
  min-width: inherit;
  padding: .5rem 2rem .5rem 1rem;
  border-radius: 30px;
}

.btn.mini .hydrated {
  right: .5rem;
}

.btn.disabled,
.btn:disabled {
  opacity: .25;
  pointer-events: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #005bac;
}

.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 {}

/* IE11だけに適用 */
@media all and (-ms-high-contrast:none) {
  .btn {
    padding-top: 1.5rem;
  }
}

.btn-outline-primary {
  color: #005bac;
  border-color: #005bac;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  color: #fff;
  background-color: #005bac;
  outline: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #005bac;
}

.btn-outline-primary::before,
.btn-outline-primary::after {}

.btn-outline-primary::before {}

.btn-outline-primary::after {}

.btn-outline-light {
  color: #fff;
  background: none;
  border-color: #fff;
}

.btn-outline-light:hover,
.btn-outline-light:active,
.btn-outline-light:focus {
  color: #005bac;
  background-color: #fff;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  color: #005bac;
  background-color: #fff;
}

.btn-outline-light::before,
.btn-outline-light::after {}

.btn-outline-light::before {}

.btn-outline-light::after {}

.btn-lg {}

.btn-sm {}

.btn-link {
  color: #005bac;
  text-decoration: underline;
  min-width: inherit;
  padding: 0;
}

.btn-link.nu {
  text-decoration: none;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #005bac;
}

.btn-link:not(:disabled):not(.disabled).active,
.btn-link:not(:disabled):not(.disabled):active,
.show>.btn-link.dropdown-toggle {
  color: #005bac;
}

.btn-more::before {
  content: '→';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.btn-more:hover,
.btn-more:focus,
.btn-more.active {
  padding: 5px;
  padding-right: 24px;
  padding-left: 10px;
}

.btn-more:hover::before,
.btn-more:focus::before,
.btn-more:active::before,
.btn-more.active::before {
  right: 5px;
}

.invert .btn-more {
  color: #005bac;
  background: #fff;
}

.invert .btn-more:hover,
.invert .btn-more:focus,
.invert .btn-more:active,
.invert .btn-more.active {
  color: #005bac;
}

.blank::after {
  font-family: ionicons;
  content: '\f3ef';
  margin-left: 5px;
}

.ttl {
  color: #005bac;
  line-height: 1.25;
  font-weight: 400;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}

@media (max-width: 767px) {
  .ttl.ttl-xs-mini {
    font-size: 1.1rem;
  }
}

.ttl a {
  color: #005bac;
}

.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.dark {
  color: #343434;
}

.invert .ttl.dark {
  color: #fff;
}

.ttl .ttl-eng {
  font-size: 1em;
  color: inherit;
  margin: 0;
}

.ttl::before,
.ttl::after {
  content: '';
  position: absolute;
}

.ttl-01 {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.ttl-01 span {
  display: block;
}

.ttl-01 .ttl-eng {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin-bottom: 1rem;
}

.ttl-01 .ttl-jpn {
  color: #343434;
  font-size: .5em;
  font-weight: 400;
}

.invert .ttl-01,
.invert .ttl-01 .ttl-eng,
.invert .ttl-01 .ttl-jpn {
  color: #fff;
}

.ttl-02 {
  color: #343434;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.ttl-02 span {
  display: inline-block;
  padding-bottom: 30px;
  position: relative;
}

.ttl-02 span::after {
  content: '';
  width: 90px;
  border-bottom: 3px solid #005bac;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ttl-02.center span::after {
  margin-right: auto;
  margin-left: auto;
  right: 0;
}

.ttl-03 {
  font-weight: 700;
}

.ttl-03 .bg-cont {
  display: inline-block;
  background-color: #f2f5f7;
  padding: 1rem;
}

.ttl-03 .bg-cont.block {
  display: block;
}

.ttl-03 .bg-cont svg {
  fill: #005bac;
  display: block;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}

.ttl-04 {
  color: #343434;
  font-weight: 700;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #005bac;
  background: #f2f5f7;
}

.ttl-04.logo {
  background-image: url(assets/img/common/img-logo.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 46px;
}

.ttl-04 span {
  display: inline-block;
  position: relative;
}

.ttl-04 span::before {
  content: '';
  position: absolute;
}

.ttl-05 {
  margin-bottom: 1rem;
  border-bottom: 1px solid #005bac;
}

.ttl-05 span {
  display: inline-block;
  padding-left: 1.5rem;
  position: relative;
}

.ttl-05 span::before {
  content: '';
  background-color: #005bac;
  width: 1rem;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.invert .ttl-05 {
  border-bottom: 1px solid #fff;
}

.invert .ttl-05 span::before {
  background-color: #fff;
}

.ttl-06 .bg-cont-box {
  display: block;
  transform: rotate(-5deg);
}

.ttl-06 .bg-cont {
  color: #343434;
  display: inline-block;
  background-color: #f8d641;
  padding: 3px 6px;
  margin: 3px;
}

.ttl-06 .bg-cont.big {
  font-size: 1.5em;
}

.bg-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: relative;
}

.bg-common::before,
.bg-common::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.box-shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.cont .metabox {
  margin-bottom: 1rem;
}

.cont .metabox p:last-child {
  margin-bottom: 0;
}

.cont .round {
  border-radius: 0 30px 0 0 / 0 30px 0 0;
}

@media (min-width: 992px) {
  .cont .round {
    border-radius: 0 60px 0 0 / 0 60px 0 0;
  }
}

@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.perspective figure {
  -webkit-transform: perspective(0) rotateY(0deg);
  transform: perspective(0) rotateY(0deg);
  transition: .5s ease all;
  opacity: 1;
}

section.bg-common:nth-child(odd) a.block-area.perspective:hover figure,
section.bg-common:nth-child(odd) a.block-area.perspective:focus figure,
section.bg-common:nth-child(odd) a.block-area.perspective:active figure {
  -webkit-transform: perspective(1000px) rotateY(-5deg);
  transform: perspective(1000px) rotateY(-5deg);
  transition: .5s ease all;
  opacity: .5;
}

section.bg-common:nth-child(even) a.block-area.perspective:hover figure,
section.bg-common:nth-child(even) a.block-area.perspective:focus figure,
section.bg-common:nth-child(even) a.block-area.perspective:active figure {
  -webkit-transform: perspective(1000px) rotateY(5deg);
  transform: perspective(1000px) rotateY(5deg);
  transition: .5s ease all;
  opacity: .5;
}

.cont-main .cont-item a.block-area.perspective figure {
  -webkit-transform: perspective(0) rotateY(0deg);
  transform: perspective(0) rotateY(0deg);
  transition: .5s ease all;
  opacity: 1;
}

.cont-main .cont-item:nth-child(odd) a.block-area.perspective:hover figure,
.cont-main .cont-item:nth-child(odd) a.block-area.perspective:focus figure,
.cont-main .cont-item:nth-child(odd) a.block-area.perspective:active figure {
  -webkit-transform: perspective(1000px) rotateY(-5deg);
  transform: perspective(1000px) rotateY(-5deg);
  transition: .5s ease all;
  opacity: .5;
}

.cont-main .cont-item:nth-child(even) a.block-area.perspective:hover figure,
.cont-main .cont-item:nth-child(even) a.block-area.perspective:focus figure,
.cont-main .cont-item:nth-child(even) a.block-area.perspective:active figure {
  -webkit-transform: perspective(1000px) rotateY(5deg);
  transform: perspective(1000px) rotateY(5deg);
  transition: .5s ease all;
  opacity: .5;
}

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;
}

.slick-prev {
  left: -48px;
}

.slick-next {
  right: -48px;
}

.row-post .slick-dots {
  bottom: -36px;
}

/* header */
header {
  position: relative;
}

header .container-fluid.inner {
  position: relative;
}

header .navbar-header {
  width: 100%;
}

@media (min-width: 992px) {
  header .navbar-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.navbar {
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

.other .navbar {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

@media (max-width: 991px) {
  header .navbar-collapse {
    display: block;
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    opacity: 0;
    pointer-events: none;
  }

  header .navbar-collapse.collapsing {
    opacity: 0;
    pointer-events: all;
    transition: 0s ease all;
  }

  header .navbar-collapse.show {
    opacity: 1;
    transition: .5s ease all;
    pointer-events: all;
  }

  header .navbar-collapse::before {
    content: '';
    background-color: rgba(0, 91, 172, .9);
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  header .navbar-collapse .header-menu {
    position: relative;
  }
}

@media (max-width: 767px) {
  header .contact-block.tel {
    position: absolute;
    top: 24px;
    right: 60px;
  }

  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;
    font-weight: 700;
    display: block;
    position: relative;
    background: none;
  }

  header .contact-block ul .tel-box a:hover {
    text-decoration: none;
  }
}

@media (min-width: 992px) {
  .navbar {
    display: block;
  }
}

.navbar::before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: .5s ease all;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

@media (min-width: 992px) {
  .corporate.home .navbar::before {
    top: -100%;
    bottom: 100%;
    opacity: 0;
  }

  .corporate.home .navbar.fixed-top::before {
    top: 0;
    bottom: 0;
    opacity: 1;
    transition: .5s ease all;
  }
}

.navbar.bg-light {
  background: #fff !important;
}

.navbar.bg-dark {}

.navbar-brand {
  padding: 15px 10px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .navbar-brand {
    padding: 0;
    position: relative;
    z-index: 2;
  }
}

.navbar-brand .logo-image {
  display: inline-block;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-brand .logo-image {
    max-width: 180px;
  }
}

.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;
}

@media (max-width: 991px) {
  .page-home header .navbar-brand .logo-image .invert {
    display: none;
  }
}

@media (min-width: 992px) {
  .page-home header .navbar-brand .logo-image .normal {
    position: relative;
    opacity: 0;
  }

  .page-home header .navbar-brand .logo-image .invert {
    position: absolute;
    opacity: 1;
  }

  .page-home .fixed-top .navbar-brand .logo-image .normal {
    opacity: 1;
  }

  .page-home .fixed-top .navbar-brand .logo-image .invert {
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .navbar-brand .logo-image img {
    height: 50px;
  }
}

.navbar h1 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .navbar h1 {
    font-size: 1.2rem;
  }
}

.navbar-nav .nav-link {
  text-align: left;
  padding: 0;
}

.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: #005bac;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #005bac;
}

@media (min-width: 992px) {
  .header-menu {
    margin-left: auto;
  }

  header .navbar-nav {}

  #gnav .navbar-nav .nav-link {
    text-align: center;
    position: relative;
    z-index: 1;
  }

  #gnav .navbar-nav .nav-link::after {
    bottom: .75rem;
    left: 0;
  }
}

.navbar-nav .nav-link .link-menu {
  display: block;
  padding: 20px;
}

@media (max-width: 991px) {
  .navbar-nav>li {
    border-top: 1px solid #003b70;
  }
}

.navbar-toggler {
  position: absolute;
  margin-top: -20px;
  top: 50%;
  right: 10px;
  z-index: 11;
}

.navbar-toggler .icon-bar {
  background-color: #005bac;
}

.dropdown-toggle::after {
  font-family: ionicons;
  content: '\f3d0';
  color: #fff;
}

@media (min-width: 992px) {
  .dropdown-toggle::after {
    color: #005bac;
  }

  /*
    .page-home .dropdown-toggle::after {
        color: #fff;
    }
    */
  .page-home .fixed-top .dropdown-toggle::after {
    color: #005bac;
  }

  .dropdown.show>.dropdown-menu {
    background-image: url(assets/img/bg/bg-megamenu.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: static;
}

.dropdown.show>.dropdown-menu {
  background: none;
}

.dropdown.show>.dropdown-menu li .nav-link {
  font-size: .8em;
  color: #fff;
  line-height: 1.5;
}

.dropdown.show>.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;
}

.dropdown>.dropdown-menu .container-fluid.inner li.item {
  width: 33.33333%;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .dropdown>.dropdown-menu .container-fluid.inner li.item {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .dropdown-toggle::before {
    background: #003b70;
  }
}

@media (min-width: 992px) {

  .dropdown-toggle:before,
  .dropdown-toggle:after {
    width: auto;
    top: inherit;
  }
}

#gnav .navbar-nav .dropdown-menu .nav-link {
  color: #fff;
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  transition: .5s ease all;
}

#gnav .navbar-nav .dropdown-menu .nav-link img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .dropdown>.dropdown-menu .container-fluid.inner {
    padding-right: 0;
    padding-left: 0;
  }

  #gnav .navbar-nav .dropdown-menu .nav-link .link-menu {
    padding: 3px 0;
  }

  .dropdown .dropdown-menu,
  .dropdown.show>.dropdown-menu {
    padding: 10px 5px;
    border-top: 1px solid #003b70;
  }

  header .navbar-nav .nav-link {
    color: #fff;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar-nav .nav-link .link-menu {
    font-size: 14px;
    text-align: center;
    padding: 38px .25rem;
  }

  header .navbar-nav li:nth-last-child(2) .nav-link .link-menu {
    margin-right: .5rem;
  }

  header .navbar-nav li.contact .nav-link .link-menu,
  header .navbar-nav li.entry .nav-link .link-menu {
    color: #fff;
    background: #d57987;
  }

  .dropdown>.dropdown-menu,
  .dropdown>.dropdown-menu.show {
    background: none;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    background-image: url(assets/img/bg/bg-megamenu.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    z-index: 0;
  }

  .page-home .dropdown>.dropdown-menu {
    padding-top: 90px;
    top: 0;
  }

  .page-home .dropdown:hover>.dropdown-menu {
    padding-top: 130px;
    top: 0;
  }

  .dropdown>.dropdown-menu.show {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    top: 100%;
  }

  .page-home .dropdown.show>.dropdown-menu {
    padding-top: 130px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    top: 0;
  }

  .page-home .dropdown>.dropdown-menu::before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 90px;
    position: absolute;
    top: -10%;
    right: 0;
    left: 0;
    opacity: 0;
    transition: .5s ease all;
  }

  .page-home .dropdown:hover>.dropdown-menu::before,
  .page-home .dropdown.show>.dropdown-menu::before {
    top: 0;
    opacity: 1;
    transition: .5s ease all;
  }

  .page-home .fixed-top .dropdown:hover>.dropdown-menu::before,
  .page-home .fixed-top .dropdown.show>.dropdown-menu::before {
    opacity: 0;
  }

  .page-home .dropdown.show:hover>.dropdown-menu {
    padding-top: 130px;
  }

  .page-home .fixed-top .dropdown>.dropdown-menu {
    padding-top: 30px;
    top: 100%;
  }

  .page-home .fixed-top .dropdown:hover>.dropdown-menu {
    padding-top: 30px;
    top: 100%;
  }

  .dropdown>.dropdown-menu .container-fluid.inner li {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .dropdown>.dropdown-menu::before {}

  .dropdown>.dropdown-menu>li>.dropdown-menu::before {}

  #gnav .navbar-nav .dropdown-menu>.nav-item:first-child {}

  .navbar-nav>li>.dropdown-menu>li:first-child,
  .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:first-child {}

  #gnav .navbar-nav .dropdown-menu li {
    position: static;
  }

  #gnav .navbar-nav .dropdown-menu .nav-link .link-menu {
    line-height: 1;
    padding: 1rem;
    padding-top: 10px;
  }

  #gnav .navbar-nav .dropdown-menu .nav-link:hover {
    transition: .5s ease all;
  }

  .dropdown>.dropdown-menu::before {}

  .dropdown>.dropdown-menu>li>.dropdown-menu::before {}

  #gnav .navbar-nav .dropdown-menu>.nav-item:first-child {}

  .navbar-nav>li>.dropdown-menu>li:first-child,
  .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:first-child {}

  #gnav .navbar-nav .dropdown-menu li {
    position: static;
  }

  #gnav .navbar-nav .dropdown-menu .nav-link {
    text-align: left;
    position: relative;
    transition: .5s ease all;
  }

  #gnav .navbar-nav .dropdown-menu .nav-link:hover {
    transition: .5s ease all;
  }

  .corporate header {
    z-index: 100;
  }

  .dropdown .dropdown-menu li a {
    text-align: left;
  }

  .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {}

  header .contact-block {
    position: absolute;
    top: 0;
    right: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #343434;
    font-weight: 300;
    padding-right: 0;
    padding-left: 0;
  }

  /*
    .navbar-expand-lg .invert .navbar-nav .nav-link {
        color: #fff;
    }
    */
  .navbar-nav .nav-link .link-menu {
    font-size: .9rem;
    padding: 1rem .5rem;
  }
}

@media (min-width: 1200px) {
  header .navbar-nav .nav-link .link-menu {
    font-size: 1rem;
    padding: 42px 6px;
  }

  header .navbar-nav li:nth-last-child(2) .nav-link .link-menu {
    margin-right: .5rem;
  }

  .page-home .dropdown>.dropdown-menu::before {
    height: 100px;
  }
}

@media (max-width: 991px) {
  main {
    padding-top: 80px;
  }
}

main article section.bg-common:nth-child(odd) {
  background-color: #fff;
}

main article section.bg-common:nth-child(even) {
  background-color: #f2f5f7;
}

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;
}

main article section.bg-common.archive:nth-child(odd) .row-archive .item .cont.bg-cont {
  background-color: #f2f5f7;
}

main article section.bg-common.archive:nth-child(even) .row-archive .item .cont.bg-cont {
  background-color: #fff;
}

@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;
}

.breadcrumb-area {
  position: absolute;
  top: 260px;
  right: 0;
  left: 0;
}

@media (max-width: 767px) {
  .jumbotron-common {
    margin-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .breadcrumb-area {
    top: 100px;
  }
}

/* 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-size: 1.5rem;
  font-weight: 700;
  color: #005bac;
}

.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, #005bac, #15700f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-area .subcatch {
  font-size: .5rem;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .slider-area .catch {
    font-size: 2.5rem;
  }

  .slider-area .subcatch {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .slider-area .catch .bg-cont {
    margin: 10px 0;
  }
}

@media (min-width: 1200px) {
  .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 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-area .main-catch .title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.slider-area .main-catch figure {
  margin-bottom: 2rem;
}

/* 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>.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;
  }
}

.corporate .section-ttl {
  font-size: 240px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 15%;
  z-index: 0;
  pointer-events: none;
}

.corporate .section-ttl .ttl-eng {
  color: #fff;
  z-index: -1;
}

.jumbotron-common {
  background-color: #f2f5f7;
  position: relative;
}

.jumbotron-common .ttl-cont {
  height: 180px;
  z-index: 1;
  top: 0;
}

.jumbotron-common .bg-img {
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .jumbotron-common .bg-img {}
}

@media (min-width: 992px) {
  .jumbotron-common .ttl-cont {
    height: 280px;
    padding-top: 100px;
  }

  .jumbotron-common .bg-img {}
}

@media (min-width: 1200px) {
  .jumbotron-common .bg-img {}
}

.jumbotron-common .link::before {
  bottom: -10px;
  left: -10px;
}

.jumbotron-common .ttl-cont .ttl-jpn {
  display: block;
}

/*最低限タブが機能するのに必要なスタイル*/
.tab_item,
.tab_item-02 {
  display: none;
}

.is-active-item {
  display: block;
}

.tab-item-area,
.tab-item-area-02 {
  position: relative;
}

.tab-menu .tab_btn,
.tab-menu .tab_btn-02 {
  cursor: pointer;
}

.intro-area {
  background-color: #efefef;
  position: relative;
}

.intro-area .ttl-area {
  font-size: 1.25em;
}

.intro-area .ttl-area .big {
  font-size: 1.5em;
}

.intro-area .bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 240px;
  position: relative;
}

@media (min-width: 768px) {
  .intro-area .bg-img {
    height: 320px;
  }
}

@media (min-width: 992px) {
  .intro-area .bg-img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 0;
  }
}

/* home */
.page-home .jumbotron-common {
  margin-bottom: 0;
}

.page-home .main-slider .item {
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .page-home .main-slider .item {
    height: 360px;
  }
}

@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(100vh - 64px);
  }
}

.page-home .bg-common.intro {
  background-size: cover;
  height: 840px;
  margin-top: 0;
}

@media (min-width: 576px) {
  .page-home .bg-common.intro {
    background-size: auto;
    height: 1040px;
    margin-top: 60px;
  }
}

.bg-common.works-area .row-works .slick-prev,
.bg-common.works-area .row-works .slick-next {
  line-height: 50px;
  background-color: #005bac;
  width: 50px;
  height: 50px;
  top: inherit;
  bottom: -74px;
}

.bg-common.works-area .row-works .slick-prev {
  left: 0;
}

.bg-common.works-area .row-works .slick-next {
  right: inherit;
  left: 51px;
}

@media (min-width: 768px) {
  .flex-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  .flex-area .ml-auto {
    margin-left: auto;
  }
}

#home-service-menu .tab-btn-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #003b70;
}

#home-service-menu .tab-btn-area .tab_btn {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  border-top: 1px solid #005bac;
  border-left: 1px solid #005bac;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 575px) {
  #home-service-menu .tab-btn-area {
    flex-wrap: wrap;
  }

  #home-service-menu .tab-btn-area .tab_btn {
    font-size: 12px;
    line-height: 1.2;
    width: 50%;
    height: 40px;
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  #home-service-menu .tab-btn-area .tab_btn:nth-of-type(even) {
    border-right: 1px solid #005bac;
  }
}

@media (min-width: 768px) {
  #home-service-menu .tab-btn-area .tab_btn {
    font-size: 14px;
    padding: 1rem 10px;
    flex: 0 0 25%;
    max-width: 25%;
  }

  #home-service-menu .tab-btn-area .tab_btn:nth-of-type(4n) {
    border-right: 1px solid #005bac;
  }
}

@media (min-width: 992px) {
  #home-service-menu .tab-btn-area .tab_btn {
    font-size: 1rem;
    padding: 1rem;
  }
}

#home-service-menu .tab-btn-area .tab_btn.is-active-btn {
  color: #005bac;
  background-color: #fff;
}

#home-service-menu .tab-item-area .bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#home-service-menu .tab-item-area #item_energy-saving .bg-img {
  background-size: contain;
}

@media (max-width: 767px) {
  #home-service-menu .tab-item-area .bg-img {
    height: 200px;
  }
}

@media (min-width: 768px) {
  #home-service-menu .tab-item-area .bg-img {
    height: 280px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #home-service-menu .btn {
    min-width: 280px;
  }
}

@media (min-width: 768px) {

  .row-pickup .item:nth-child(1),
  .row-pickup .item:nth-child(4) {
    margin-top: -30px;
  }

  .row-pickup .item:nth-child(2),
  .row-pickup .item:nth-child(3) {
    margin-top: 30px;
  }
}

.page-home .bg-common.works .container-fluid.inner.cross {
  padding-right: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .page-home .bg-common.recruit .container-fluid.inner.cross {
    padding-left: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .works-slider .slick-dots {
    display: none;
  }
}

@media (min-width: 768px) {
  .works-slider {
    margin-bottom: 60px;
  }

  .works-slider .slick-dots {
    margin: 0;
    bottom: 26px;
    justify-content: flex-end;
    right: 150px;
  }
}

.works-slider .slick-dots li button {
  width: 30px;
  height: 5px;
  border-radius: 0;
}

.works-slider .row .item-image .block-area {
  height: 100%;
}

.works-slider .row .item-image .bg-img {
  background-size: cover;
  min-height: 150px;
  height: 100%;
}

.works-slider .row .item-image {}

.works-slider .row .item-text {
  position: relative;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  .row-home-step .row .item-image {
    margin-bottom: 60px;
  }

  .page-home .bg-common.works .row-home-step .row .item-image figure {
    margin-left: -240px;
  }

  .page-home .bg-common.recruit .row-home-step .row .item-image figure {
    margin-right: -240px;
  }

  .row-home-step .row .item-text {
    margin-top: 180px;
  }

  .works-slider .row .item-text::after {
    content: '';
    background: #1a51a3;
    width: 100px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: -50px;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .row-home-step .row .item-image figure {
    margin-left: -240px;
  }

  .row-home-step .row .item-text {
    margin-top: 240px;
  }
}

@media (min-width: 1200px) {
  .row-home-step .row .item-image figure {
    margin-left: -320px;
  }

  .row-home-step .row .item-text {
    margin-top: 320px;
  }
}

.works-slider .slick-prev,
.works-slider .slick-next {
  line-height: 58px;
  background-color: #003b70;
  width: 60px;
  height: 60px;
  border: 1px solid #005bac;
  top: inherit;
  bottom: -1px;
  transform: none;
}

.works-slider .slick-prev {
  right: 61px;
  left: inherit;
}

.works-slider .slick-next {
  right: 0;
}

@media (max-width: 767px) {

  .works-slider .slick-prev,
  .works-slider .slick-next {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-home .row-works .row-works-inside {
    width: 100%;
  }
}

.bg-common.company .row-company .item figure {
  position: relative;
}

.bg-common.company .row-company .item figure::before {
  content: '';
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-common.company .row-company .item figcaption {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

main article section.bg-common.news {
  background-color: #063762;
}

#home-news-menu .tab-btn-area-02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  background-color: #003b70;
  border-top: 1px solid #005bac;
}

#home-news-menu .tab-btn-area-02 .tab_btn-02 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 1rem;
  border-left: 1px solid #005bac;
}

@media (max-width: 575px) {
  #home-news-menu .tab-btn-area-02 .tab_btn-02 {
    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;
  }
}

@media (min-width: 768px) {
  #home-news-menu .tab-btn-area-02 .tab_btn-02 {
    font-size: 1rem;
    padding: 1.5rem 1rem;
  }
}

#home-news-menu .tab-btn-area-02 .tab_btn-02:first-child {
  border-left: none;
}

#home-news-menu .tab-btn-area-02 .tab_btn-02.is-active-btn {
  color: #003b70;
  background-color: #fff;
  border-right-color: #fff;
  border-left-color: #fff;
}

/* business */
.table-flow dl dt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.table-flow dl dd {
  margin-bottom: 30px;
}

.step-area .table-flow .cont-step-area {
  width: 60px;
  text-align: center;
  height: 60px;
  border: 1px solid #005bac;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.step-area .table-flow .cont-num::before {
  font-size: 2rem;
  color: #005bac;
}

.step-area .table-flow .title {
  margin-right: 1rem;
}

.step-area .table-flow .badge {
  font-size: .9em;
  color: #fff;
  font-weight: 400;
  background-color: #005bac;
  border-radius: 0;
}

.step-area .table-flow dl:last-child dd {
  margin-bottom: 0;
}

.table-faq dl {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 991px) {
  .table-faq dl {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.table-faq dl:first-child {
  padding-top: 0;
}

.table-faq dl:last-child {
  padding-bottom: 0;
}

.table-faq dl dt,
.table-faq dl dd {
  color: #565656;
  position: relative;
}

.table-faq dl dt {
  font-weight: 400;
  padding: 1.5em;
  background-color: #f2f5f7;
  padding-left: 70px;
  border-radius: 0;
  box-shadow: 0 1px #b8d2e3;
  border: 1px solid #b8d2e3 !important;
  border-bottom: none !important;
  z-index: 1;
}

.table-faq dl dd {
  border-radius: 0;
  border: 1px solid #b8d2e3 !important;
  border-top: none !important;
  z-index: 0;
}

.table-faq dl dd {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.cp_actab input:checked~.cp_actab-content {
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.5em;
}

.table-faq dl dt::before,
.table-faq dl dd::before {
  content: '';
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5em;
  line-height: 1;
  text-align: center;
  display: block;
  width: 38px;
  padding: 5px;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.table-faq dl dt::before {
  content: 'Q';
  color: #005bac;
}

.table-faq dl dd::before {
  content: 'A';
  color: #aa0000;
}

.table-faq dl dt::after {}

.table-faq dl dt:hover::after,
.table-faq dl dt:active::after,
.table-faq dl dt:focus::after {}

.cp_actab {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cp_actab label {
  color: #000;
  font-weight: normal;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  margin: 0;
}

.cp_actab .cp_actab-content {
  overflow: hidden;
  height: 0;
  transition: .5s ease all;
  color: #565656;
  border: none !important;
  opacity: 0;
}

.cp_actab.faq .cp_actab-content {
  padding-left: 70px;
}

.cp_actab .cp_actab-content p {
  margin: 5px;
}

.faq-area [id^="faq-"] {
  margin-bottom: 30px;
}

.faq-area [id^="faq-"]:last-child {
  margin-bottom: 0;
}

/* :checked */
.cp_actab input:checked~.cp_actab-content {
  height: auto;
  transition: .5s ease all;
  display: block;
  opacity: 1;
}

.cp_actab.faq input:checked~.cp_actab-content {
  padding-left: 70px;
  border-right: 1px solid #b8d2e3 !important;
  border-bottom: 1px solid #b8d2e3 !important;
  border-left: 1px solid #b8d2e3 !important;
}

@media (max-width: 991px) {
  .table-faq dl dt {
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
  }

  .table-faq dl dd {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .cp_actab input:checked~.cp_actab-content {
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
  .table-faq dl dt {
    font-size: .9em;
  }

  .table-faq dl dt::before,
  .table-faq dl dd::before {
    font-size: 1em;
    width: 30px;
    left: 10px;
  }

  .cp_actab.faq .cp_actab-content {
    padding-left: 50px !important;
  }
}

.row-point .item .in-cont {
  text-align: center;
  margin-bottom: 1rem;
}

.row-point .item .in-cont .num {
  font-size: 3em;
  color: #005bac;
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  display: inline-block;
}

.row-point .item .in-cont hr {
  border-color: #005bac;
}

.row-flow .item .in-cont .num {
  font-size: 2em;
}

@media (min-width: 992px) {
  .row-point .metabox.autoheight {
    min-height: 240px;
  }
}

/* service */
.price-area {
  text-align: center;
}

.price-area .price-cont {
  display: block;
}

.price-area .price-cont span {
  color: #005bac;
  font-weight: 700;
}

.price-area .price-cont .price {
  font-size: 3rem;
  display: inline-block;
}

/* IE11だけに適用 */
@media all and (-ms-high-contrast:none) {
  .price-area .price-cont .price.num {
    margin-top: -10px;
  }
}

.price-area .price-cont .yen {
  font-size: 1.5rem;
  display: inline;
}

/* works */
#bg-works {
  background-image: url(assets/img/bg/bg-works.jpg);
}

.row-works>.item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media (min-width: 576px) {
  .row-works>.item {
    margin-bottom: 15px;
  }
}

.row-works .item .term-slug-cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
  margin-bottom: 1rem;
}

.row-works .item .term-slug-cont:last-child {
  margin-bottom: 0;
}

.containerr .mix::after {
  padding: 0 !important;
}

.row-works .item .term-slug {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background-color: #005bac;
  padding: 3px;
  margin: 3px;
}

@media (max-width: 991px) {
  .row-works .item .ttl {
    font-size: 1rem;
  }
}

.category-list {
  margin-bottom: 30px;
}

.category-list li button {
  font-size: 12px;
  color: #005bac;
  background: #f2f5f7;
  padding: 8px;
  border-radius: 0;
  border: 1px solid #b8d2e3;
  border-right: none;
}

.category-list li:last-child button {
  border-right: 1px solid #b8d2e3;
}

@media (min-width: 768px) {
  .category-list li button {
    font-size: 14px;
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .category-list li button {
    font-size: 14px;
    padding: 1.5rem 10px;
  }
}

@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;
}

.category-list button.active {
  color: #fff;
  background: #005bac;
}

.category-list button.active:hover,
.category-list button.active:active,
.category-list button.active:focus {
  color: #fff;
  background: #005bac;
}

.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;
  }
}

/* company */
.page-philosophy .bg-common.detail {
  background-position: bottom center;
}

.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;
  }

  .row-greeting .item-image figure {
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
}

.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;
  justify-content: space-around;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.nav-list li {
  width: 100%;
  display: block;
}

.nav-list li button {
  width: 100%;
}

@media (max-width: 767px) {
  .nav-list {
    flex-wrap: wrap;
  }

  .nav-list li {
    width: 50%;
  }

  .category-list li button {
    border: none;
    border-top: 1px solid #b8d2e3;
    border-left: 1px solid #b8d2e3;
  }

  .category-list li:nth-child(even) button {
    border-right: 1px solid #b8d2e3;
  }

  .category-list li:nth-last-child(1) button,
  .category-list li:nth-last-child(2) button {
    border-bottom: 1px solid #b8d2e3;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .nav-list {
    flex-wrap: wrap;
  }

  .nav-list li {
    width: 33.333333%;
  }

  .category-list li button {
    border: none;
    border-top: 1px solid #b8d2e3;
    border-bottom: 1px solid #b8d2e3;
    border-left: 1px solid #b8d2e3;
  }

  .category-list li:nth-child(1) button,
  .category-list li:nth-child(2) button,
  .category-list li:nth-child(3) button {
    border-bottom: none;
  }

  .category-list li:nth-child(3) button {
    border-right: 1px solid #b8d2e3;
  }
}

.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: 1200px) {
  .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;
  }
}

.category-refurbishment .breadcrumb li a,
.category-refurbishment .breadcrumb>.active {
  color: #fff;
}

.category-refurbishment .breadcrumb>li+li:before {
  color: #fff;
}

.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 #005bac, inset -1px -1px #005bac;
}

.pagination .current {
  padding: 10px 15px 10px 15px;
  background: #005bac;
  color: #fff;
  box-shadow: inset 1px 1px #005bac, inset -1px -1px #005bac;
}

@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;
  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;
    display: block;
    padding: 0;
  }

  .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%;
  }
}

@media (max-width: 991px) {
  .sitemap-menu #menu-sitemap>li {
    border-top: 1px solid #e6e6e6;
  }

  .sitemap-menu .navbar-nav li .dropdown-menu {
    border-top: 1px solid #e6e6e6;
  }

  .sitemap-menu #menu-sitemap .dropdown .dropdown-toggle::before {
    display: none;
  }

  .sitemap-menu #menu-sitemap .dropdown>.dropdown-menu .container-fluid.inner .menu-row {
    display: block;
  }

  .sitemap-menu .dropdown>.dropdown-menu .container-fluid.inner li.item {
    border-top: 1px solid #e6e6e6;
  }

  .sitemap-menu .dropdown>.dropdown-menu .container-fluid.inner li.item:first-child {
    border-top: none;
  }
}

/* contact */
.bg-common.contact-area {
  background-image: url(assets/img/bg/bg-entry-area.jpg);
}

.contact-area ul {
  display: block;
  text-align: center;
  padding: 0;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .contact-area ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.contact-area ul li {
  padding-right: 15px;
  padding-left: 15px;
}

.contact-area .tel a,
.contact-area .mail a {
  min-width: 240px;
  padding: 1rem;
  margin: 0;
  border-radius: 0;
}

@media (min-width: 768px) {

  .contact-area .tel a,
  .contact-area .mail a {
    font-size: 1.1em;
    min-width: 320px;
  }
}

.contact-area .tel a {
  font-size: 2.5rem;
  font-weight: 700;
  text-decoration: none;
}

.contact-area .tel a:hover {
  color: #fff;
  text-decoration: none;
}

.contact-block ul {
  padding: 0;
  margin: 0;
}

.contact-block ul li {
  text-align: center;
  display: block;
}

.contact-block ul .tel {
  margin-bottom: 10px;
}

.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;
}

.contact-block ul .tel-box a {
  font-size: 28px;
  font-weight: 700;
  display: block;
}

.contact-block ul .tel-box a:hover {
  text-decoration: none;
}

.contact dl.req dt label::after {
  color: #fff;
  content: "必須";
  background: #005bac;
}

.contact dl.any dt label::after {
  color: #005bac;
  content: "任意";
  background: #dedede;
}

.inv-recaptcha-holder {
  opacity: 0;
  height: 0;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0 !important;
}

span.wpcf7-not-valid-tip {
  font-size: .8em !important;
  color: #fff !important;
  background: #005bac;
  padding: .25em;
  border-radius: 2px;
  position: absolute;
  top: -29px;
  left: 0;
}

span.wpcf7-not-valid-tip br {
  display: none;
}

span.wpcf7-not-valid-tip:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 25%;
  margin-left: -5px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #005bac transparent transparent transparent;
}

div.wpcf7-validation-errors {
  color: #fff;
  text-align: center;
  background: #005bac;
  padding: 15px;
  margin: 0 0 30px !important;
  border: 1px solid #005bac;
}

div.wpcf7-mail-sent-ok {
  color: #fff;
  text-align: center;
  background: #005bac;
  padding: 15px;
  margin-bottom: 30px;
  border: none;
}

div.wpcf7-response-output {
  padding: 15px !important;
  border: 2px solid #005bac !important;
}

label {
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
  margin: -4px 0.2rem 0 0;
}

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: #005bac;
  border-color: #003b70;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

/* page-top */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #005bac;
  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;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/* footer */
footer {
  background: #00182e;
}

footer .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

footer .footer-top-area .footer-top h1 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

@media (min-width: 992px) {
  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: 420px;
  }

  footer .company-data {
    padding-top: 10px;
  }
}

footer .footer-top #menu-footer.navbar-nav>li:last-child {
  border-bottom: 1px solid #003b70;
}

@media (min-width: 992px) {
  footer .footer-top #menu-footer.navbar-nav>li:last-child {
    border: none;
  }
}

.credit-area,
.credit-area a {
  font-size: 11px;
  color: #d6d6d6;
  text-align: center;
}

.credit-area {
  height: 0;
  overflow: hidden;
}

/* conference */
.conference-slider {
  margin-bottom: 50px;
}

.conference-slider .slick-dots {
  bottom: -44px;
}

.conference-slider .slick-prev,
.conference-slider .slick-next {
  background: rgba(0, 92, 173, 0.8);
}

.conference-slider .slick-prev {
  left: 0;
}

.conference-slider .slick-next {
  right: 0;
}

.row-coupon .item .cont.bg-ci-light-color {
  position: relative;
  overflow: hidden;
}

.row-coupon .item svg {
  position: absolute;
  width: 128px;
  bottom: -30px;
  right: 0;
  fill: #005bac;
  transform: rotate(-15deg);
  z-index: 0;
  opacity: .1;
}

/* recruit */
.recruit .navbar {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

@media (max-width: 767px) {
  .recruit.page-recruit .jumbotron-common {
    margin-bottom: 0;
  }

  .recruit .slider-area .main-catch {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .recruit.page-recruit main {
    padding-top: 80px;
  }
}

.recruit .slider-area .container-fluid.inner {
  position: relative;
}

.recruit .recruit-slider {
  width: 100%;
  margin-left: auto;
  right: 0;
}

@media (max-width: 767px) {
  .recruit .recruit-slider {
    max-width: 360px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .recruit .recruit-slider {
    max-width: 480px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .recruit .recruit-slider {
    max-width: 640px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .recruit .recruit-slider {
    max-width: 720px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.recruit .slider-area .main-catch-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.recruit .slider-area .main-catch-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*
@media (max-width: 575px) {
    .recruit .slider-area .main-catch-area {
        height: 320px;
    }
}

@media (min-width: 576px) {
    .recruit .slider-area .main-catch-area {
        height: 360px;
    }
}

@media (min-width: 768px) {
    .recruit .slider-area .main-catch-area {
        height: 480px;
    }
}

@media (min-width: 992px) {
    .recruit .slider-area .main-catch-area {
        height: 540px;
    }
}

@media (min-width: 1200px) {
    .recruit .slider-area .main-catch-area {
        height: 720px;
    }
}*/
.recruit .slider-area .main-catch {
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.recruit .slider-area .catch .ttl {}

/* 要素が読み込まれて1秒後に、fadeinというアニメーションを3秒かけてlinearの進め方で実行する */
/* duration | timing-function | delay | name */
.element {
  animation: 2s linear 1s fadein;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes loop0101 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop0102 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@keyframes loop0201 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop0202 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@keyframes loop0301 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop0302 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@keyframes loop0401 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop0402 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@keyframes loop0501 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop0502 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.page-recruit .slider-area {
  background-image: url(assets/img/image/recruit/home/bg-recruit-main.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-recruit .slider-area::before {
  content: '';
  background-image: url(assets/img/image/recruit/home/bg-recruit-main-logo.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 5%;
  z-index: 1;
}

@media (max-width: 991px) {
  .page-recruit .slider-area::before {
    top: 5%;
    display: none;
  }
}

@media (min-width: 992px) {
  .page-recruit .slider-area {
    margin-top: 90px;
  }

  .page-recruit .slider-area::before {
    top: 25%;
  }
}

@media (min-width: 1200px) {
  .page-recruit .slider-area {
    margin-top: 100px;
  }
}

@media (max-width: 575px) {
  .page-recruit .slider-area::before {
    background-size: 480px auto;
    width: 480px;
    height: 584px;
  }
}

@media (min-width: 576px) {
  .page-recruit .slider-area::before {
    background-size: 480px auto;
    width: 480px;
    height: 584px;
  }
}

@media (min-width: 768px) {
  .page-recruit .slider-area::before {
    background-size: 480px auto;
    width: 480px;
    height: 584px;
  }
}

@media (min-width: 992px) {
  .page-recruit .slider-area::before {
    background-size: 480px auto;
    width: 480px;
    height: 584px;
  }
}

@media (min-width: 1200px) {
  .page-recruit .slider-area::before {
    background-size: 589px 584px;
    width: 589px;
    height: 584px;
  }
}

.recruit-main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media (min-width: 992px) {
  .recruit-main {
    top: 100px;
  }
}

.recruit-main .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: absolute;
}

.recruit-main .item-01 {
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.recruit-main .item-01 img:first-child {
  animation: loop0101 150s -75s linear infinite;
}

.recruit-main .item-01 img:last-child {
  animation: loop0102 150s linear infinite;
}

.recruit-main .item-02 {
  top: 60%;
  z-index: 4;
}

.recruit-main .item-02 img:first-child {
  animation: loop0201 100s -50s linear infinite;
}

.recruit-main .item-02 img:last-child {
  animation: loop0202 100s linear infinite;
}

.recruit-main .item-03 {
  top: -5%;
  z-index: 3;
}

.recruit-main .item-03 img:first-child {
  animation: loop0301 180s -90s linear infinite;
}

.recruit-main .item-03 img:last-child {
  animation: loop0302 180s linear infinite;
}

.recruit-main .item-04 {
  top: 75%;
  z-index: 2;
}

.recruit-main .item-04 img:first-child {
  animation: loop0401 200s -100s linear infinite;
}

.recruit-main .item-04 img:last-child {
  animation: loop0402 200s linear infinite;
}

.recruit-main .item-05 {
  top: -10%;
  z-index: 1;
}

.recruit-main .item-05 img:first-child {
  animation: loop0501 120s -60s linear infinite;
}

.recruit-main .item-05 img:last-child {
  animation: loop0502 120s linear infinite;
}

@media (max-width: 767px) {
  .recruit-main .item-01 img {
    height: 280px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recruit-main .item-01 img {
    height: 360px;
  }
}

.recruit .slider-area .subcatch .ttl {
  background-color: rgba(255, 255, 255, .75);
  display: inline-block;
  padding: 10px;
  line-height: 1;
}

@media (min-width: 576px) {
  .recruit .slider-area .catch {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .recruit .slider-area .catch figure {
    width: 280px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .recruit .slider-area .catch figure {
    width: 360px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recruit .slider-area .catch figure {
    width: 480px;
  }
}

@media (min-width: 992px) {
  .recruit .slider-area .main-catch {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .recruit .slider-area .catch {
    font-size: 3rem;
    font-weight: 700;
  }

  .recruit .slider-area .subcatch {
    font-size: 1.5rem;
  }
}

.recruit .slider-area .slick-initialized .slick-slide {
  border-radius: 0 60px 0 0 / 0 60px 0 0;
  overflow: hidden;
}

.recruit .slider-area .slick-initialized .slick-slide.slick-active {}

.ttl-11 {
  margin-bottom: 2rem;
  text-align: center;
}

.ttl-11 .box {
  display: inline-block;
  min-width: 240px;
  margin-top: 56px;
  position: relative;
}

.ttl-11 .box span {
  position: absolute;
  display: block;
  width: 100%;
  height: 56px;
  margin-top: -56px;
}

.ttl-11 .box span::before,
.ttl-11 .box span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

.ttl-11 .cube::before,
.ttl-11 .cube::after {
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 1;
}

.ttl-11 .cube::before {
  width: 40px;
  height: 40px;
  margin: -20px auto;
}

.ttl-11 .cube::after {
  width: 15px;
  height: 15px;
  margin: -7.5px auto;
  border: 4px solid #005bac;
}

.ttl-11 .border {
  border: none !important;
}

.ttl-11 .border::before,
.ttl-11 .border::after {
  z-index: 0;
}

.ttl-11 .border::before {
  border-top: 1px solid #005bac;
  width: 100%;
}

.ttl-11 .border::after {}

.ttl-12,
.ttl-12 .text {
  display: block;
}

@media (max-width: 767px) {
  .ttl-12 .time {
    margin-bottom: .5rem;
  }
}

@media (min-width: 768px) {
  .ttl-12 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
}

.ttl-12 .time {
  font-size: 14px;
  color: #fff;
  background-color: #005bac;
  display: inline-block;
  padding: 3px;
  margin-right: .5rem;
}

.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: #005bac;
  display: inline-block;
  background-color: #fff;
  padding: 1rem 1.5rem;
  margin-right: 5px;
  margin-left: 5px;
  border: 4px solid #005bac;
  transition: .5s ease all;
}

.tab-recruit .tab-btn-area .tab_btn:first-child:last-child {
  display: none;
}

@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: #fff;
  background-color: #005bac;
  transition: .5s ease all;
}

.tab-recruit .tab-item-area .tab_item figure {
  position: relative;
  overflow: visible;
}

.tab-recruit .tab-item-area .tab_item figure figcaption {
  position: absolute;
}

@media (max-width: 767px) {
  .tab-recruit .tab-item-area .tab_item figure {
    margin-bottom: 15px;
  }

  .tab-recruit .tab-item-area .tab_item figure figcaption {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tab-recruit .tab-item-area .tab_item figure {
    margin-bottom: 30px;
  }

  .tab-recruit .tab-item-area .tab_item figure figcaption {
    bottom: -30px;
    left: 30px;
  }

  .tab-recruit .tab-item-area .tab_item figure figcaption .cont-box {
    width: 320px;
  }
}

@media (min-width: 992px) {
  .tab-recruit .tab-item-area .tab_item figure {
    margin-bottom: 60px;
  }

  .tab-recruit .tab-item-area .tab_item figure figcaption {
    bottom: -60px;
    left: 60px;
  }

  .tab-recruit .tab-item-area .tab_item figure figcaption .cont-box {
    width: 360px;
  }
}

.internship-message .ttl-area .ttl {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .internship-message .ttl-area .ttl {
    text-align: left;
  }
}

.internship-point .ttl.dark {
  color: #565656;
}

@media (max-width: 767px) {
  .internship-point .ttl.dark {
    text-align: left;
  }

  .internship-point .ttl.dark br {
    content: '';
    display: block;
    height: .5rem;
  }
}

@media (min-width: 768px) {
  .internship-point .ttl-area .ttl {
    text-align: center;
  }
}

.bg-ci-color-gradient {
  background-image: linear-gradient(165deg, #f8fafb 25%, #eff4f7 25%);
}

.row-data .bg-ci-color-gradient {
  border: 2px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.bg-common.entry-area {
  background-image: url(assets/img/bg/bg-entry-area.jpg);
}

@media (min-width: 992px) {
  .recruit footer .footer-bottom .footer-address {
    margin-left: auto;
  }
}

.grecaptcha-badge {
  margin: 15px auto;
}

.page-nagomi .ttl {
  color: #603813;
  font-weight: bold;
}

.page-nagomi .ttl-02 span::after {
  border-color: #603813;
}

.page-nagomi .ttl-03 .bg-cont {
  background-color: #f3ebe3;
}

.page-nagomi .jumbotron-common .container-fluid.inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.page-nagomi .jumbotron-common .container-fluid.inner .logo-image {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .page-nagomi .jumbotron-common {
    margin-bottom: 30px;
  }

  .row-nagomi>.item-image {
    display: none;
  }
}

@media (max-width: 991px) {
  .page-nagomi .jumbotron-common .container-fluid.inner .logo-image {
    padding-right: 8px;
    left: 15px;
  }
}

@media (min-width: 992px) {
  .page-nagomi .jumbotron-common .container-fluid.inner .logo-image {
    padding-right: 15px;
    left: 30px;
  }
}

.row-nagomi>.item-image {}

.nagomi-slider .slick-dots {
  bottom: 15px;
  margin: 0;
}

.nagomi-slider .slick-dots li button {
  background: #fff;
}

.nagomi-slider .slick-dots li.slick-active button,
.nagomi-slider .slick-dots li button:hover,
.nagomi-slider .slick-dots li button:active,
.nagomi-slider .slick-dots li button:focus {
  background: #fff;
}

.nagomi-slider .item {
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .nagomi-slider .item {
    height: 360px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nagomi-slider .item {
    height: 540px;
  }
}

@media (min-width: 992px) {
  .nagomi-slider .item {
    height: calc(100vh - 64px);
  }
}

.page-nagomi .text-box {
  border: 4px solid #f3ebe3;
}

.page-nagomi .menu-list .item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #d6d6d6;
}

.page-nagomi .menu-list .item:last-child {
  border-bottom: 1px solid #d6d6d6;
}

.page-nagomi .menu-list .item .text-area {
  color: #603813;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page-nagomi .menu-list .item .text-area .text {
  font-size: 18px;
}

.page-nagomi .menu-list .item .text-area .yen {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
}

.page-nagomi .menu-list .item .text-area .yen .big {
  font-size: 16px;
}

.black-text-add a {
  color: #000 !important;
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  .page-nagomi .menu-list .item .text-area .text {
    font-size: 21px;
  }

  .page-nagomi .menu-list .item .text-area .yen {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: auto;
  }

  .page-nagomi .menu-list .item .text-area .yen .big {
    font-size: 18px;
  }
}

.page-nagomi .table-base dl dt {
  background-color: #f3ebe3;
  border-color: #dfc9b3;
}

.page-nagomi .table-base dl dd {
  border-color: #dfc9b3;
}

.tr-design:hover img {
  opacity: .5;
  transition: .5s ease all;
}

.black-text-add {
  text-decoration: underline;
  border: 1px solid red;
  padding: 6px 12px 12px 12px;
  ;
}

.black-text-add a {
  font-size: 20px;
}



@media (max-width: 767px) {
  .black-text-add a {

    font-size: 15px;
  }
}

.end {
  text-align: end;
  color: #000;
}

.img-more-btn-item.more-btn-left {
  text-align: left;
}