#wpadminbar {
  display: none !important;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #565656;
}

@media (min-width: 992px) {
  body.corporate {
    background: #1d2087;
  }
}

body.recruit {
  background: #1d2087;
}

@media (max-width: 991px) {
  main {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  main,
  footer {
    margin-left: 80px;
    background: #fff;
  }

  .page-home footer {
    margin-left: 0;
  }
}

main {
  opacity: 0;
  transition: 0.5s ease all;
}

main.active {
  opacity: 1;
  transition: 0.5s ease all;
}

*::-ms-backdrop,
main {
  opacity: 1;
}

.ttl-eng {
  /* font-family: 'Lora', serif; */
  font-family: "Noto Sans JP", sans-serif;
  text-transform: capitalize;
}

.ttl-eng.uppercase {
  text-transform: uppercase;
}

.ttl-eng.capitalize {
  text-transform: capitalize;
}

::selection {
  color: #fff;
  background-color: #1d2087;
}

::-moz-selection {
  color: #fff;
  background: #1d2087;
}

/* common */
@media (min-width: 992px) {
  header .container-fluid.parents {
    padding-right: 0;
    padding-left: 0;
  }
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #f6f6f6 !important;
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.bg-ci-light-color {
  background-color: #f2f5f7 !important;
}

.bg-ci-color {
  background-color: #1d2087 !important;
}

.border-ci-color {
  border-color: #1d2087 !important;
}

.txt-red {
  color: #cc1414;
}

.txt-ci-color {
  color: #1d2087;
}

.no-bg {
  background: none !important;
}

.invert,
.invert h1,
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert h6,
.invert p {
  color: #fff;
}

a {
  color: #1d2087;
  transition: 0.5s ease all;
}

a:hover {
  color: #1d2087;
  text-decoration: underline;
  transition: 0.5s ease all;
}

a svg {
  transition: 0.5s ease all;
}

a:hover svg {
  transition: 0.5s ease all;
}

.invert a {
  color: #fff;
}

.invert a:hover {
  color: #fff;
}

.table {
  background-color: #fff;
}

.table thead th {
  vertical-align: middle;
}

.table th {
  color: #1d2087;
  font-weight: 700;
}

.table tbody tr:last-child th,
.table tbody tr:last-child td {
  border-bottom: 1px solid #e6e6e6;
}

.table td,
.table th {
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}

@media (max-width: 575px) {
  .table td,
  .table th {
    font-size: 11px;
    display: table-cell;
    padding: 3px;
  }

  .table-block thead,
  .table-block tbody {
    display: table;
    width: 100%;
  }

  .table-block thead th,
  .table-block thead td,
  .table-block tbody th,
  .table-block tbody td {
    display: block;
  }
}

@media (min-width: 768px) {
  .table td,
  .table th {
    padding: 1.5rem;
  }
}

.table td a:last-child {
  margin-bottom: 0;
}

.table.table-center td,
.table.table-center th {
  text-align: center;
}

.table-base dl dt,
.table-base dl dd {
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.table-base dl dt {
  color: #fff;
  background-color: #1d2087;
  width: 100%;
}

.table-base dl dd {
  color: #565656;
  border-left: 1px solid #e6e6e6;
}

.table-mini dl dt,
.table-mini dl dd {
  padding: 10px;
}

@media (max-width: 575px) {
  .table-base dl:first-child dt {
    border-top: 1px solid #e6e6e6;
  }

  .table-base dl dd {
    border-left: none;
  }
}

@media (min-width: 576px) {
  .table-base dl:first-child dt,
  .table-base dl:first-child dd {
    border-top: 1px solid #e6e6e6;
  }

  .table-base dl dt {
    width: 210px;
    border-right: none;
  }

  .table-base dl dd {
  }
}

@media (min-width: 768px) {
  .table-base dl dt,
  .table-base dl dd {
    font-size: 1rem;
  }
}

.table-block dl dt,
.table-block dl dd {
  display: block;
  width: 100%;
  padding: 1rem;
  border: none;
}

.table-block dl dt {
  border: 1px solid #b8d2e3;
  border-bottom: none;
}

.table-block dl dd {
  border: 1px solid #b8d2e3;
}

.table-block dl dd:before {
  display: none;
}

@media (min-width: 576px) {
  .table-block dl:last-child dt {
    border-bottom: none;
  }
}

.table-news dl {
  display: block;
  border-top: 1px solid #d6d6d6;
}

.table-news dl:first-child {
  border-top: none;
}

.table-news dl dt,
.table-news dl dd {
  line-height: 1;
  display: block;
  border: none;
}

.table-news dl dt {
  color: #000;
  background: #fff;
  width: inherit;
  padding: 0;
  padding-top: 0.5em;
}

.table-news dl dd {
  padding: 0.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: 0.8em;
  line-height: 1;
  display: inline-block;
  background: #1d2087;
  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; */
  font-family: "Noto Sans JP", sans-serif;
  content: "\f3d3";
  position: absolute;
  left: 0;
}

.list-area.row-list ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.list-area.row-list ul li {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .list-area.row-list ul li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .list-area.row-list ul li {
    width: 150px;
  }
}

.list-area.row-list ul li::before {
  content: "○";
  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: #1d2087;
  width: 60px;
  height: 60px;
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}

button:focus {
  outline: none;
}

.btn {
  min-width: 210px;
  padding: 15px;
  line-height: 1;
  text-align: center;
  transition: 0.5s ease all;
  border-radius: 30px;
  position: relative;
}

.btn svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  fill: #fff;
}

.btn.mini {
  text-align: left;
  min-width: inherit;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-radius: 30px;
}

.btn.mini .hydrated {
  right: 0.5rem;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.btn:hover,
.btn:active,
.btn:focus {
}

.btn::before,
.btn::after {
  content: "";
  transition: 0.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: 0.5s ease all;
}

.btn:hover::after,
.btn:focus::before,
.btn:active::after {
}

.btn-primary {
  color: #fff;
  background-color: #1d2087;
  border-color: #1d2087;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: #1d2087;
  border-color: #1d2087;
  outline: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1d2087;
  border-color: #1d2087;
}

.btn-danger {
  color: #fff;
  background-color: #e50012;
  border-color: #e50012;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  color: #fff;
  background-color: #e50012;
  border-color: #e50012;
  outline: none;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e50012;
  border-color: #e50012;
}

.btn-warning {
  color: #000;
  background-color: #ffe900;
  border-color: #ffe900;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  color: #000;
  background-color: #ffe900;
  border-color: #ffe900;
  outline: none;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffe900;
  border-color: #ffe900;
}

.btn-light {
  color: #000;
  background-color: #f6f6f6;
  border-color: #e6e6e6;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  color: #000;
  background-color: #f6f6f6;
  border-color: #e6e6e6;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f6f6f6;
  border-color: #e6e6e6;
}

.btn-light::before,
.btn-light::after {
}

.btn-light::before {
}

.btn-light::after {
}

.btn-warning {
  color: #000;
  background-color: #fbde22;
  border-color: #fbde22;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  color: #000;
  background-color: #fbde22;
  border-color: #fbde22;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #fbde22;
  border-color: #fbde22;
}

.btn-lg {
}

.btn-sm {
}

.btn-link {
  color: #1d2087;
  text-decoration: underline;
  min-width: inherit;
  padding: 0;
  position: relative;
}

.btn-link.nu {
  text-decoration: none;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #1d2087;
}

.btn-link:not(:disabled):not(.disabled).active,
.btn-link:not(:disabled):not(.disabled):active,
.show > .btn-link.dropdown-toggle {
  color: #1d2087;
}

.btn-more {
  color: #1d2087;
  text-decoration: none;
  min-width: inherit;
  padding: 0;
  position: relative;
}

.btn-more::after {
  content: "";
  background-color: #1d2087;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-left: 10px;
}

.btn-more .ttl-eng {
  text-transform: uppercase;
}

.blank::after {
  /* font-family: ionicons; */
  font-family: "Noto Sans JP", sans-serif;
  content: "\f3ef";
  margin-left: 5px;
}

.ttl {
  line-height: 1.25;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}

@media (max-width: 767px) {
  .ttl.ttl-xs-mini {
    font-size: 1.1rem;
  }
}

.ttl,
.ttl a {
  color: #1d2087;
}

.invert .ttl,
.invert .ttl a {
  color: #fff;
}

.ttl.center {
  text-align: center;
}

.ttl.b0 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.ttl.bold {
  font-weight: 700;
}

.ttl.normal {
  font-weight: 400;
}

.ttl.dark {
  color: #343434;
}

.invert .ttl.dark {
  color: #fff;
}

.ttl .ttl-eng {
  font-size: 1em;
  color: inherit;
  margin: 0;
}

.ttl::before,
.ttl::after {
  content: "";
  position: absolute;
}

.ttl-01 [class^="ttl-"] {
  display: block;
  line-height: 1;
}

.ttl-01 .ttl-eng {
  font-size: 2em;
  text-transform: uppercase;
}

.ttl-01 .ttl-eng span {
  display: inline-block;
  position: relative;
}

.ttl-01 .ttl-eng span::after {
  content: "";
  border-bottom: 4px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.ttl-01 .ttl-jpn {
  font-size: 1em;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .ttl-01 {
    text-align: center;
  }
}

.ttl-02 [class^="ttl-"] {
  display: block;
}

.ttl-02 .ttl-eng {
  font-size: 0.75em;
}

.ttl-02 .ttl-jpn {
  font-size: 1.25em;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .ttl-02 {
    text-align: center;
  }

  .ttl-02 .ttl-jpn {
    font-size: 1.25em;
  }
}

@media (min-width: 1201px) {
  .ttl-02 .ttl-jpn {
    font-size: 1.66em;
  }
}

.ttl-03 {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px dashed #1d2087;
}

.ttl-03.svg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.ttl-03.svg svg {
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  max-width: 32px;
  display: block;
  width: 32px;
  height: 32px;
}

.ttl-03.svg svg + span {
  display: block;
  padding-left: 8px;
}

.invert .ttl-03 {
  border-color: #fff;
}

.ttl-04 {
  display: block;
}

.ttl-04 .bg-cont {
  color: #fff;
  line-height: 2;
  background: linear-gradient(transparent 0%, #1d2087 0%);
  display: inline;
  padding: 0 4px;
}

.bg-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: relative;
  z-index: 0;
}

.bg-common.cover {
  background-size: cover;
}

.box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.cont .metabox {
  margin-bottom: 1rem;
}

.cont .metabox.main {
  margin-bottom: 2rem;
}

.cont .metabox:last-child,
.cont .metabox p:last-child {
  margin-bottom: 0 !important;
}

.cont .round {
  border-radius: 15px;
}

@media (min-width: 992px) {
  .cont .round {
    border-radius: 30px;
  }
}

@media (min-width: 768px) {
  .cont-box-layar {
    margin-top: 180px;
  }

  section.bg-common:nth-child(odd) .cont-box-layar {
    margin-right: -280px;
  }

  section.bg-common:nth-child(even) .cont-box-layar {
    margin-left: -280px;
  }
}

@media (min-width: 992px) {
  .cont-box-layar {
    margin-top: 180px;
  }

  section.bg-common:nth-child(odd) .cont-box-layar {
    margin-right: -240px;
  }

  section.bg-common:nth-child(even) .cont-box-layar {
    margin-left: -240px;
  }
}

a.block-area,
a.block-area:hover {
  text-decoration: none;
}

a.block-area.perspective figure {
  -webkit-transform: perspective(0) rotateY(0deg);
  transform: perspective(0) rotateY(0deg);
  transition: 0.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: 0.5s ease all;
  opacity: 0.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: 0.5s ease all;
  opacity: 0.5;
}

.cont-main .cont-item a.block-area.perspective figure {
  -webkit-transform: perspective(0) rotateY(0deg);
  transform: perspective(0) rotateY(0deg);
  transition: 0.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: 0.5s ease all;
  opacity: 0.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: 0.5s ease all;
  opacity: 0.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: 0.5s ease all;
}

a.block-area.translate:hover figure div img {
  transform: scale(1.1) translateX(10px);
  transition: 0.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;
}

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.tos-close,
.tos-next,
.tos-prev {
  background-color: #d6d6d6 !important;
}

.tos-close span:before,
.tos-prev span {
  border-bottom: 3px solid #1d2087 !important;
  border-left: 3px solid #1d2087 !important;
}

.tos-close span:after,
.tos-next span {
  border-top: 3px solid #1d2087 !important;
  border-right: 3px solid #1d2087 !important;
}

@media (min-width: 992px) {
  .tos-caption {
    color: #000 !important;
    text-shadow: none !important;
  }
}

/* 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: flex-start;
  }
}

.navbar {
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

@media (max-width: 991px) {
  header .navbar-collapse .header-menu {
    position: relative;
  }
}

@media (max-width: 767px) {
  header .contact-block ul {
    padding: 0;
    margin: 0;
  }

  header .contact-block ul li {
    text-align: center;
    display: block;
  }

  header .contact-block ul .tel {
    margin-bottom: 10px;
  }

  header .contact-block ul .tel-box .title,
  .contact-block ul .tel-box .business-hours {
    display: block;
  }

  header .contact-block ul .tel-box .title {
    padding-bottom: 5px;
  }

  header .contact-block ul .tel-box .business-hours {
    padding-top: 5px;
  }

  header .contact-block ul .tel-box a {
    font-size: 28px;
    display: block;
    position: relative;
    background: none;
  }

  header .contact-block ul .tel-box a:hover {
    text-decoration: none;
  }
}

@media (max-width: 991px) {
  .navbar.base {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
  }

  .navbar.scroll {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar {
    display: block;
  }

  .navbar {
    opacity: 0;
    pointer-events: none;
    transition: 0.5s ease all;
  }

  .page-home .navbar.active {
    background: #fff;
  }

  .page-home .navbar.active .nav-link {
    color: #1d2087;
  }

  .page-home.fp-viewing-0 .navbar.active {
    background: none;
  }

  .page-home.fp-viewing-0 .navbar.active .nav-link {
    color: #fff;
  }

  .navbar.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s ease all;
  }

  .navbar.scroll {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
  }
}

.navbar.bg-light {
  background: #fff !important;
}

.navbar.bg-dark {
}

.navbar-brand {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 10px;
  margin-right: 10px;
  position: relative;
}

header .navbar-brand::before {
}

@media (max-width: 991px) {
  .navbar-brand {
    display: inline-block;
    z-index: 1;
    padding: 10px;
  }

  .navbar-brand .logo-image img {
    width: auto;
    height: 40px;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    padding: 0;
    z-index: 15;
  }

  header .navbar-brand {
    background: #fff;
    padding: 16px 15px;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.navbar-brand .logo-image {
  display: inline-block;
  position: relative;
}

.navbar-brand .logo-image span {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.5s ease all;
}

.fixed-top .navbar-brand .logo-image span {
  display: inline-block;
  transition: 0.5s ease all;
}

.navbar h1 {
  font-size: 16px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .navbar h1 {
    font-size: 1.2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  .navbar h1 .cn {
    margin-left: 10px;
  }
}

.navbar-nav .nav-link {
  text-align: center;
  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: #1d2087;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #1d2087;
}

@media (min-width: 992px) {
  header .navbar-nav {
  }

  header .navbar-nav .nav-link {
    text-align: center;
    position: relative;
    z-index: 1;
  }

  header .navbar-nav .nav-link::after {
    bottom: 0.75rem;
    left: 0;
  }
}

.navbar-nav .nav-link .link-menu {
  display: block;
  padding: 15px;
}

@media (max-width: 991px) {
  .navbar-nav > li {
    border-bottom: 1px solid #131562;
  }

  .navbar-nav > li:first-child {
    border-top: 1px solid #131562;
  }
}

.navbar-toggler {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  padding: 19px 15px;
  background-color: #fff;
  border-radius: 0;
}

.navbar-toggler .icon-bar {
  background-color: #1d2087;
}

.dropdown-toggle::after {
  /* font-family: ionicons; */
  font-family: "Noto Sans JP", sans-serif;
  content: "\f3d0";
  color: #fff;
}

@media (min-width: 992px) {
  .dropdown-toggle::after {
    color: #fff;
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: static;
}

.dropdown.show > .dropdown-menu {
  background: none;
}

.dropdown.show > .dropdown-menu li .nav-link,
.dropdown:hover > .dropdown-menu li .nav-link {
  color: #1d2087;
  font-weight: 700;
  line-height: 1.5;
}

.dropdown > .dropdown-menu li .nav-link .link-menu,
.dropdown.show > .dropdown-menu li .nav-link .link-menu,
.dropdown:hover > .dropdown-menu li .nav-link .link-menu {
  display: block;
  padding: 0.5rem;
}

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  background: #223377;
}

.dropdown > .dropdown-menu .container-fluid.inner .menu-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.dropdown > .dropdown-menu .container-fluid.inner li.item {
  width: 50%;
  padding-right: 7px;
  padding-left: 7px;
}

.dropdown > .dropdown-menu li .nav-link .cont,
.dropdown.show > .dropdown-menu li .nav-link .cont,
.dropdown:hover > .dropdown-menu li .nav-link .cont {
  background-color: #fff;
  width: 100%;
}

.dropdown > .dropdown-menu li .nav-link .cont .link-menu .title {
  color: #1d2087;
}

.dropdown > .dropdown-menu li .nav-link .cont .link-menu p {
  font-size: 14px;
  color: #565656;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}

.dropdown > .dropdown-menu .container-fluid.inner li.item,
.dropdown > .dropdown-menu .container-fluid.inner li.item a {
  display: block;
}

@media (max-width: 767px) {
  .dropdown > .dropdown-menu li .nav-link .cont .link-menu p {
    display: none;
  }
}

@media (min-width: 768px) {
  .dropdown > .dropdown-menu .container-fluid.inner li.item {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .dropdown-toggle::before {
    background: #1d2087;
  }

  .dropdown-toggle:before,
  .dropdown-toggle:after {
    width: 56px;
  }
}

@media (min-width: 992px) {
  .dropdown-toggle:before,
  .dropdown-toggle:after {
    width: auto;
    top: inherit;
  }

  .dropdown > .dropdown-menu li .nav-link .cont,
  .dropdown.show > .dropdown-menu li .nav-link .cont,
  .dropdown:hover > .dropdown-menu li .nav-link .cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .dropdown > .dropdown-menu li .nav-link .cont .link-menu {
    text-align: left;
  }

  .dropdown > .dropdown-menu li .nav-link .cont figure {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .dropdown > .dropdown-menu li .nav-link .cont .link-menu {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 15px;
  }
}

@media (min-width: 1201px) {
  .dropdown > .dropdown-menu li .nav-link .cont figure {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .dropdown > .dropdown-menu li .nav-link .cont .link-menu {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding: 15px;
  }
}

header .navbar-nav .dropdown-menu .nav-link {
  color: #fff;
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  transition: 0.5s ease all;
}

header .navbar-nav .dropdown-menu .nav-link img {
  max-width: 100%;
  height: auto;
}

.contact-block.base .icon-box {
  margin-right: 10px;
}

.contact-block.base .icon-box svg {
  width: 48px;
  height: 48px;
  fill: #1d2087;
}

.invert .contact-block.base .icon-box svg {
  fill: #fff;
}

header .contact-block.base .icon-box svg {
  fill: #fff;
}

header .contact-block.base .tel-box a,
header .contact-block.base .tel-box .business-hours {
  color: #fff;
}

@media (max-width: 991px) {
  header .navbar-collapse {
    background-color: #1d2087;
  }
}

@media (min-width: 992px) {
  header .navbar-collapse {
  }
}

.contact-block ul {
  padding: 0;
  margin: 0;
}

.contact-block ul li {
  font-size: 14px;
  text-align: center;
  display: block;
}

.contact-block ul .tel {
  margin-bottom: 10px;
}

.contact-block.base ul .tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
  margin-bottom: 0;
}

header .contact-block.base ul .tel {
  height: 100px;
  padding: 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;
  line-height: 1;
}

.contact-block ul .tel-box a {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.contact-block ul .tel-box a:hover {
  text-decoration: none;
}

.contact-block.tel {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 11;
}

header .contact-block.tel ul .tel {
  margin: 0;
}

header .contact-block.tel ul .tel a {
  color: #1d2087;
  display: block;
  padding: 12px 0;
}

header .contact-block.tel ul .tel a .num {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  header .contact-block.tel ul .tel a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  header .contact-block.tel ul .tel a .num {
    display: block;
    padding-left: 8px;
  }
}

.contact-block.tel li {
  margin: 0;
}

.contact-block.tel svg {
  width: 36px;
  height: 36px;
  fill: #e50012;
}

header .navbar-nav .nav-link .link-menu .title {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  .contact-block.base ul .tel {
    text-align: center;
    justify-content: center;
  }

  .dropdown > .dropdown-menu .container-fluid.inner {
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar-nav .dropdown-menu .nav-link .link-menu {
    padding: 3px 0;
  }

  .dropdown .dropdown-menu,
  .dropdown.show > .dropdown-menu {
    padding: 10px 5px;
    border-top: 1px solid #131562;
  }

  header .navbar-nav .nav-link {
    color: #fff;
  }

  header .corporate-contact .item {
    width: 50%;
  }

  header .corporate-contact .item a {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .contact-block.tel {
    display: none;
  }

  header .navbar-nav {
    flex-wrap: wrap;
  }

  header .navbar-collapse {
    justify-content: flex-end;
    margin-left: 275px;
    min-height: 80px;
    -ms-align-items: center;
    align-items: center;
  }

  header .navbar-collapse .header-menu {
    padding-right: 10px;
  }

  header .corporate-contact {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 11;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar-nav .nav-link .link-menu {
    text-align: center;
  }

  .dropdown > .dropdown-menu,
  .dropdown > .dropdown-menu.show {
    background: none;
    overflow: hidden;
    display: block;
    background-color: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 12;
  }

  .dropdown > .dropdown-menu {
    top: 90px;
  }

  .dropdown > .dropdown-menu.show,
  .dropdown:hover > .dropdown-menu {
    padding-right: 0;
    padding-left: 0;
    top: 100px;
    opacity: 1;
  }

  .dropdown > .dropdown-menu .container-fluid.inner li {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .dropdown > .dropdown-menu::before {
  }

  .dropdown > .dropdown-menu > li > .dropdown-menu::before {
  }

  header .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 {
  }

  header .navbar-nav .dropdown-menu li {
    position: static;
  }

  header .navbar-nav .dropdown-menu .nav-link .link-menu {
    line-height: 1;
  }

  header .navbar-nav .dropdown-menu .nav-link:hover {
    transition: 0.5s ease all;
  }

  .dropdown > .dropdown-menu::before {
  }

  .dropdown > .dropdown-menu > li > .dropdown-menu::before {
  }

  header .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 {
  }

  header .navbar-nav .dropdown-menu li {
    position: static;
  }

  header .navbar-nav .dropdown-menu .nav-link {
    text-align: left;
    position: relative;
    transition: 0.5s ease all;
  }

  header .navbar-nav .dropdown-menu .nav-link:hover {
    transition: 0.5s ease all;
  }

  header {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }

  .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;
    transition: 0.5s ease all;
  }

  .contact-block.base {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    transition: 0.5s ease all;
  }

  header .contact-block.base {
    position: absolute;
    right: 15px;
  }

  .navbar .navbar-nav .nav-link {
    font-weight: 400;
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar-nav .nav-link .link-menu {
    font-size: 14px;
    padding: 12px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  header .navbar-nav .nav-link .link-menu {
  }

  .contact-block.base .icon-box svg {
    width: 36px;
    height: 36px;
  }

  header .corporate-contact .item a {
    font-size: 12px;
    width: 90px;
    height: 90px;
  }

  .contact-block ul .tel-box a {
    font-size: 24px;
  }
}

@media (min-width: 1201px) {
  header .navbar-nav li:nth-last-child(2) .nav-link .link-menu {
  }

  header .corporate-contact .item a {
    width: 150px;
    height: 120px;
  }
}

@media (min-width: 992px) and (max-width: 1479px) {
  header .corporate-contact {
    display: block;
    transition: 0.5s ease all;
  }
}

@media (min-width: 1480px) {
  header .corporate-contact {
    top: 0;
    transition: 0.5s ease all;
  }

  header .contact-block.base {
    right: 15px;
    transition: 0.5s ease all;
  }
}

header .entry-block .btn-warning {
  color: #000;
}

@media (max-width: 991px) {
  header .entry-block {
    padding: 10px;
  }

  header .entry-block .btn {
    display: block;
    margin-bottom: 10px;
  }

  header .entry-block .btn:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  header .entry-block {
    padding: 0 10px;
  }

  header .entry-block .btn {
    min-width: inherit;
    min-width: 160px;
    margin: 0 5px;
  }
}

@media (min-width: 992px) {
  header .entry-block {
    position: absolute;
    top: 80px;
  }
}

main article {
  overflow: hidden;
}

main article section.bg-common:nth-child(odd) {
  background-color: #fff;
}

main article section.bg-common:nth-child(even) {
  background-color: #f6f6f6;
}

main article section.bg-common.bg-none:nth-child(odd),
main article section.bg-common.bg-none:nth-child(even) {
  background: none;
}

main article section.bg-common.bg-fix:nth-child(odd),
main article section.bg-common.bg-fix:nth-child(even) {
  background: none;
}

@media (max-width: 767px) {
  .row-archive .item [class^="block_"] {
    padding-bottom: 30px !important;
  }
}

.bg-common.bg-fix::before,
.bg-common.bg-fix::after {
  position: fixed;
}

.breadcrumb-area {
  background: #fff;
}

@media (min-width: 992px) {
  .breadcrumb {
    justify-content: flex-end;
  }
}

/* slider */
.slider-base {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider-base.slick-initialized {
  opacity: 1;
}

@media (max-width: 767px) {
  .slider-area .main-catch {
    position: relative;
  }
}

.recruit .recruit-slider {
  width: 100%;
  margin-left: auto;
  right: 0;
}

@media (max-width: 767px) {
}

@media (min-width: 768px) {
  .recruit .recruit-slider {
    max-width: 480px;
  }
}

@media (min-width: 992px) {
  .recruit .recruit-slider {
    max-width: 50%;
  }
}

@media (min-width: 1201px) {
  .recruit .recruit-slider {
    max-width: 50%;
  }
}

.recruit .slider-area .slick-initialized .slick-slide {
  position: relative;
}

.recruit .slider-area .slick-initialized .slick-slide::before {
  content: "";
  background-color: #1d2087;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.5s ease all;
  transition-delay: 0.5s;
}

.recruit .slider-area .slick-initialized .slick-slide.slick-active::before {
  right: 100%;
  transition: 0.5s ease all;
  transition-delay: 0.5s;
}

.slider-area .main-catch-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.slider-area .main-catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* carousel-area */
@media (max-width: 767px) {
  .carousel-area {
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
  }

  .carousel-area .carousel-cont {
    padding: 8px;
    padding-left: 8px;
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .carousel-area .carousel-cont::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }

  .carousel-area .carousel-cont::-webkit-scrollbar-track {
  }

  .carousel-area .carousel-cont::-webkit-scrollbar-thumb {
    background: #d6d6d6;
  }

  .carousel-area .carousel-cont > .row,
  .carousel-area .carousel-cont > .menu-row {
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
  }

  .carousel-area .carousel-cont > .row.center {
    justify-content: flex-start;
  }

  .carousel-area .carousel-cont > .row > .item,
  .carousel-area .carousel-cont > .menu-row > .item {
    width: 260px;
    max-width: 260px;
    min-width: 260px;
    display: table-cell;
    padding-right: 8px;
    padding-left: 8px;
  }

  .carousel-area .carousel-cont .row .item-image,
  .carousel-area .carousel-cont .row .item-text,
  .carousel-area .carousel-cont .menu-row .item-image,
  .carousel-area .carousel-cont .menu-row .item-text {
    width: auto;
    display: block;
  }
}

.jumbotron-common {
  position: relative;
}

.page-recruit .jumbotron-common .ttl-cont {
  justify-content: flex-start;
  height: 180px;
  z-index: 1;
  top: 0;
}

.jumbotron-common .ttl-cont {
  position: relative;
}

.page-recruit .jumbotron-common .ttl-cont::before {
  content: "";
  background-image: url(../images/recruit/home/bg-recruit-home-main-catch.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.jumbotron-common .ttl-main {
  display: block;
  position: relative;
  z-index: 1;
}

.page-recruit .jumbotron-common .ttl-main .catch .ttl {
  text-align: left;
}

.jumbotron-common .ttl-main .subcatch {
  padding-top: 15px;
}

@media (max-width: 767px) {
  .page-recruit .jumbotron-common .ttl-cont {
    align-items: flex-end;
    height: 100%;
    padding: 15px;
  }
}

@media (min-width: 768px) {
  .page-recruit .jumbotron-common .ttl-cont {
    height: 100%;
    padding: 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .other .jumbotron-common .ttl-cont {
    justify-content: flex-start;
    height: 240px;
  }

  .page-recruit .jumbotron-common .ttl-cont::before {
    background-size: 50%;
  }

  .page-recruit .jumbotron-common .ttl-main .subcatch {
    font-size: 3em;
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .page-recruit .jumbotron-common .ttl-cont {
    padding: 60px;
  }
}

@media (min-width: 1480px) {
  .page-recruit .jumbotron-common .ttl-main .subcatch {
    font-size: 4em;
  }
}

/*最低限タブが機能するのに必要なスタイル*/
.tab_item {
}

.tab_item > .cont-main {
  opacity: 0;
  transition: 0.5s ease all;
  position: relative;
  top: 120px;
  height: 0;
  pointer-events: none;
}

.tab_item.is-active-item > .cont-main {
  opacity: 1;
  transition: 0.5s ease all;
  position: relative;
  top: 0;
  height: auto;
  pointer-events: all;
}

.tab-item-area {
  position: relative;
}

#tab-recruit-interview .tab-item-area .tab_item {
  padding-top: 0;
  position: absolute;
  top: 0;
}

#tab-recruit-interview .tab-item-area .tab_item.is-active-item {
  padding-top: 60px;
  position: relative;
  top: 0;
}

.tab-menu .tab_btn {
  cursor: pointer;
}

.row .item figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.row .item .zoom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #1d2087;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.5s ease all;
}

.row .item .zoom svg {
  width: 32px;
  height: 32px;
  margin: auto;
  fill: #fff;
}

.row .item .block-area:hover .zoom {
  width: 60px;
  height: 60px;
  transition: 0.5s ease all;
}

.row .item .block-area:hover .zoom svg {
  width: 36px;
  height: 36px;
  transition: 0.5s ease all;
}

/* 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: 480px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-home .main-slider .item {
    height: 540px;
  }
}

@media (min-width: 992px) {
  .page-home .main-slider .item {
    height: calc(90vh - 100px);
  }
}

@media (min-width: 1201px) {
  .page-home .main-slider .item {
    height: calc(100vh - 100px);
  }
}

@media (max-width: 767px) {
  .row-recruit-about-job .item-text {
    margin-bottom: 15px;
  }
}

/* related-area */
.related-area .bg-common.message .bg-cont-box {
  padding-right: 0;
}

.related-area .bg-common.information .bg-cont-box {
  padding-left: 0;
}

@media (max-width: 767px) {
  .related-area .bg-common.message .bg-area .bg-img {
    display: block;
    width: 100%;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .related-area .bg-common .ttl-area {
    margin-bottom: 30px;
  }

  .related-area .bg-common .ttl-area + .metabox {
    margin-bottom: 30px;
  }

  .related-area .bg-common.message .bg-area,
  .related-area .bg-common.information .bg-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
  }

  .related-area .bg-common.message .bg-area > .cont-main,
  .related-area .bg-common.information .bg-area > .cont-main {
    width: 100%;
  }

  .related-area .bg-common.message .bg-area .bg-img {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 97.5%;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .related-area .bg-common.message .bg-area,
  .related-area .bg-common.information .bg-area {
    min-height: 640px;
  }
}

@media (max-width: 767px) {
  .related-area .bg-common.information .bg-area .btn {
    margin-bottom: 15px;
  }

  .related-area .bg-common.information .bg-area .btn:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .related-area .bg-common.information .bg-area .btn {
    font-size: 20px;
    padding: 29px 16px;
    border-radius: 50px;
    min-width: 280px;
    margin: 5px;
  }
}

/* message */
.cont-main.post-area .cont-item:nth-of-type(1) .row-post-area .item-text .ttl-04 .bg-cont {
  background: linear-gradient(transparent 0%, #1d2087 0%);
}

.cont-main.post-area .cont-item:nth-of-type(2) .row-post-area .item-text .ttl-04 .bg-cont {
  background: linear-gradient(transparent 0%, #d0b100 0%);
}

.cont-main.post-area .cont-item:nth-of-type(3) .row-post-area .item-text .ttl-04 .bg-cont {
  background: linear-gradient(transparent 0%, #d00024 0%);
}

/* company */
.page-company .bg-common.greeting {
  overflow: visible;
}

.page-company .bg-common.greeting .bg-item::before {
  background-image: url(assets/img/bg/bg-section-01.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top;
  top: 60px;
  right: 60px;
  bottom: 0;
  left: 0;
}

.table-qualification tr td {
  text-align: right;
}

.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;
  }
}

.nav-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: -5px;
}

.nav-list li {
  display: block;
  padding: 5px;
}

.nav-list li button {
  color: #1d2087;
  background: #fff;
  border: 1px solid #1d2087;
  transition: 0.5s ease all;
  border-radius: 15px 0;
  padding: 1rem 1.5rem;
}

.nav-list li button.active {
  color: #fff;
  background: #1d2087;
  transition: 0.5s ease all;
}

@media (max-width: 767px) {
  .nav-list {
    flex-wrap: wrap;
  }

  .nav-list li button {
    font-size: 14px;
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .nav-list {
    flex-wrap: wrap;
  }
}

.containerr .mix:after {
  padding: 0 !important;
}

.map iframe {
  width: 100%;
}

/* blog */
.bg-common.blog.home {
  border-bottom: 1px solid #d6d6d6;
}

@media (min-width: 768px) and (max-width: 991px) {
  .row-post-cont-box {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .row-post-cont-box {
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
  }
}

@media (min-width: 1201px) {
  .row-post-cont-box {
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }
}

.card-blog .item .bg-cont {
  background-color: #fff;
}

.card-blog .item .ttl {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.card-blog .item .blog-info {
  font-size: 14px;
  margin-bottom: 0.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: 0.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: 0.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; */
  font-family: "Noto Sans JP", sans-serif;
  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: 0.8em;
  }
}

.bg-common.post.blog .row-blog .item-main.archive > .cont > .cont-main > [class^="block_"] {
  border-bottom: 1px solid #d6d6d6;
}

.bg-common.post.blog .row-blog .item-main.archive > .cont > .cont-main > [class^="block_"]:last-child {
  border-bottom: none;
}

/* pagination */
.pagination {
  clear: both;
  padding: 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 60px;
}

.pagination-box {
  display: inline-block;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #777;
  background: #dedede;
  box-shadow:
    inset 1px 1px #dedede,
    inset -1px -1px #dedede;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  color: #fff;
  background: #1a51a3;
  box-shadow:
    inset 1px 1px #1d2087,
    inset -1px -1px #1d2087;
}

.pagination .current {
  padding: 10px 15px 10px 15px;
  background: #1d2087;
  color: #fff;
  box-shadow:
    inset 1px 1px #1d2087,
    inset -1px -1px #1d2087;
}

@media only screen and (max-width: 413px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }

  .pagination span,
  .pagination a {
    padding: 8px 10px 8px 10px;
  }

  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}

/* sitemap */
.sitemap-menu .dropdown-toggle::after {
  display: none;
}

.sitemap-menu .container-fluid.inner {
  max-width: inherit;
  padding: 0;
}

.sitemap-menu #menu-sitemap > li {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  float: left;
}

.sitemap-menu .dropdown > .dropdown-menu .container-fluid.inner li.item {
  background-color: #f6f6f6;
  width: auto;
  padding-right: 0;
  padding-left: 0;
}

.sitemap-menu #menu-sitemap > li > a {
  display: inline-block;
}

.sitemap-menu #menu-sitemap > li > a .link-menu {
  padding: 1rem;
}

.sitemap-menu .navbar-nav .nav-link .link-menu {
  padding: 1rem;
}

.sitemap-menu .navbar-nav li .dropdown-menu {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  opacity: 1;
  background: none;
  pointer-events: all;
}

.sitemap-menu .navbar-nav li .dropdown-menu > li {
  display: block;
}

.sitemap-menu .navbar-nav li .dropdown-menu > li > a {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  padding: 1rem;
  border-left: 2px solid #dedede;
}

.sitemap-menu .navbar-nav li .dropdown-menu > li.dropdown > a {
  margin-bottom: 56px;
}

.sitemap-menu .navbar-nav li .dropdown-menu > li > .dropdown-menu {
  background: none;
  position: absolute;
  top: 56px;
  display: flex;
}

.sitemap-menu .navbar-nav li .dropdown-menu > li > .dropdown-menu > li > a {
  background: #f9f9f9;
}

@media (max-width: 767px) {
  .sitemap-menu #menu-sitemap li a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sitemap-menu .navbar-nav li .dropdown-menu > li.dropdown > a {
    margin-bottom: 40px;
  }

  .sitemap-menu .navbar-nav li .dropdown-menu > li > .dropdown-menu {
    top: 40px;
  }

  .sitemap-menu .navbar-nav li .dropdown-menu > li {
    display: block;
    width: 50%;
  }

  .sitemap-menu .navbar-nav li .dropdown-menu > li > .dropdown-menu > li {
    width: 33.333333%;
  }
}

/* contact */
.bg-common.bg-contact.closing {
  background-image: url(assets/img/common/bg-contact-area.jpg);
  min-height: 480px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.bg-common.bg-contact.closing::before,
.bg-common.bg-contact.closing::after {
  display: none !important;
}

.bg-common.bg-contact.closing .contact-area .tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .bg-common.bg-contact.closing {
    min-height: 360px;
  }

  .bg-common.bg-contact.closing .contact-area .tel {
    justify-content: center;
    margin-bottom: 1rem;
  }

  .bg-common.bg-contact.closing .contact-area .tel a {
    font-size: 28px;
  }

  .bg-common.bg-contact.closing .contact-area .mail .btn {
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bg-common.bg-contact.closing .contact-area .tel a {
    font-size: 32px;
  }
}

.bg-common.bg-contact.closing .contact-area .tel .icon-box {
  margin-right: 10px;
}

.bg-common.bg-contact.closing .contact-area .tel .icon-box svg {
  width: 48px;
  height: 48px;
  fill: #fff;
}

.bg-common.bg-contact.closing .contact-area .tel .tel-box .business-hours {
  text-align: left;
  display: block;
}

.bg-common.bg-contact.closing .contact-area .mail .btn {
  color: #0097de;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.bg-common.bg-contact.closing .contact-area .mail svg {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  fill: #0097de;
}

.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 {
  margin: 0;
  border-radius: 0;
}

@media (min-width: 768px) {
  .contact-area .tel a,
  .contact-area .mail a {
    font-size: 1.1em;
  }
}

.contact-area .tel a {
  font-size: 2.5rem;
  font-weight: 400;
  text-decoration: none;
}

.contact-area .tel a:hover {
  text-decoration: none;
}

.contact-area .mail a {
  min-width: 320px;
  padding: 1rem;
}

.contact dl dt label {
  padding-right: 45px;
}

.contact dl.req dt label::after {
  color: #fff;
  content: "必須";
  background: #e50012;
}

.contact dl.any dt label::after {
  color: #1d2087;
  content: "任意";
  background: #fff;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0 !important;
}

span.wpcf7-not-valid-tip {
  font-size: 0.8em !important;
  color: #fff !important;
  background: #1d2087;
  padding: 0.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: #1d2087 transparent transparent transparent;
}

div.wpcf7-validation-errors {
  color: #fff;
  text-align: center;
  background: #1d2087;
  padding: 15px;
  margin: 0 0 30px !important;
  border: 1px solid #1d2087;
}

div.wpcf7-mail-sent-ok {
  color: #fff;
  text-align: center;
  background: #1d2087;
  padding: 15px;
  margin-bottom: 30px;
  border: none;
}

div.wpcf7-response-output {
  padding: 15px !important;
  border: 2px solid #1d2087 !important;
}

dl dd label {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  margin: -4px 0.2rem 0 0.2rem;
}

input[type="radio"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  background: #f9f9f9;
  border-radius: 20px;
  cursor: pointer;
}

input[type="radio"]:checked {
  background: #e50012;
  border-color: #f6f6f6;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.form-control {
}

.mwform-tel-field input {
  text-align: center;
}

@media (max-width: 767px) {
  .mwform-tel-field input {
    width: 30% !important;
  }
}

input::placeholder {
  color: #898989 !important;
}

/* page-top */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #1d2087;
  opacity: 1;
  z-index: 10;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a .hydrated {
  margin: auto;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

*::-ms-backdrop,
#page_top a::before {
  content: "›";
  font-size: 2em;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: rotate(-90deg);
  top: 0;
  right: 3px;
  bottom: 0;
  left: -3px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/* footer */
footer {
  background-color: #fff;
}

footer .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

footer .footer-top-area .footer-top h1 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

footer .navbar-nav > li {
  border-bottom-color: #d6d6d6;
}

footer .navbar-nav > li:first-child {
  border-top-color: #d6d6d6;
}

@media (max-width: 991px) {
  footer .navbar-nav .nav-link .link-menu {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  footer .navbar-nav .nav-link .link-menu {
    padding: 5px 10px;
  }
}

footer .company-data {
  padding-top: 10px;
}

@media (min-width: 992px) {
  footer .navbar-nav {
    text-align: right;
  }

  footer .footer-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
  }

  footer .footer-top > div {
    padding-right: 15px;
    padding-left: 15px;
  }

  footer .footer-top .company-info {
    min-width: 360px;
  }
}

@media (min-width: 992px) {
  footer .footer-top #menu-footer.navbar-nav > li:last-child {
    border: none;
  }
}

@media (max-width: 991px) {
  footer .footer-top-area {
    padding: 15px 0 8px;
  }

  footer .footer-bottom-area {
    padding: 8px 0 15px;
  }
}

@media (min-width: 992px) {
  footer .footer-top-area {
    padding: 30px 0 15px;
  }

  footer .footer-bottom-area {
    padding: 15px 0 30px;
  }
}

footer .footer-bottom-area {
}

/* recruit */

/* about-us */
.row-checklist .item .cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .row-checklist .item svg {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 32px;
    height: 32px;
  }
}

@media (min-width: 768px) {
  .row-checklist .item svg {
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    max-width: 72px;
    width: 64px;
    height: 64px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .page-about-us .bg-common.contents .contents-list .cont-item .row-contents-list .item-image {
    z-index: 1;
  }

  .page-about-us .bg-common.contents .contents-list .cont-item .row-contents-list .item-text {
    z-index: 2;
  }

  .page-about-us .bg-common.contents .contents-list .cont-item:nth-child(odd) .row-contents-list .item-image {
    order: 2;
  }

  .page-about-us .bg-common.contents .contents-list .cont-item:nth-child(odd) .row-contents-list .item-text {
    order: 1;
  }

  .page-about-us .bg-common.contents .contents-list .cont-item:nth-child(even) .row-contents-list .item-image {
    order: 1;
  }

  .page-about-us .bg-common.contents .contents-list .cont-item:nth-child(even) .row-contents-list .item-text {
    order: 2;
  }
}

.page-about-us .bg-common.contents .contents-list .bg-cont {
  background-image: url(assets/img/recruit/about-us/bg-recruit-about-us-contents-item.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.page-about-us .bg-common.contents .contents-list .bg-cont::before {
  content: "";
  border: 1px solid #1d2087;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .page-about-us .bg-common.contents .contents-list .bg-cont::before {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }
}

@media (min-width: 768px) {
  .page-about-us .bg-common.contents .contents-list .bg-cont::before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}

.page-about-us .bg-common.contents .contents-list .cont-item .row-contents-list .item .cont .cont-box {
  background-color: #fff;
}

/* about job */
.row-desired-figure .item .ttl {
  margin-bottom: 0;
}

.row-desired-figure .item .ttl .bg-cont {
  background: none;
  display: block;
  padding: 0 2px;
}

.row-desired-figure .item .ttl .bg-cont span {
  background: #1d2087;
  display: inline-block;
  padding: 10px;
  line-height: 1;
}

@media (max-width: 767px) {
  .row-desired-figure .item > .bg-cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    min-height: 120px;
    background-size: contain;
    background-position: right;
    background-color: #e6e6e6;
    border-bottom: 2px solid #fff;
  }
}

@media (min-width: 768px) {
  .row-desired-figure .item .ttl {
    margin: 0 auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/* interview */
@media (max-width: 767px) {
  #tab-recruit-interview.tab-recruit {
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
  }

  #tab-recruit-interview.tab-recruit .tab-item-area {
    padding-right: 15px;
    padding-left: 15px;
  }

  #tab-recruit-interview.tab-recruit .tab-btn-area {
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }

  #tab-recruit-interview.tab-recruit .tab-btn-area::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }

  #tab-recruit-interview.tab-recruit .tab-btn-area::-webkit-scrollbar-thumb {
    background: #e6e6e6;
  }

  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn {
    min-width: 210px;
  }
}

@media (min-width: 768px) {
  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.row-recruit-interview .item figure {
  position: relative;
}

.row-recruit-interview .item .name-area {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.row-recruit-interview .item .name-area .name-cont {
  display: inline-block;
  background: #1d2087;
  padding: 5px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 767px) {
  .row-recruit-interview .item .name-area .name-cont {
    font-size: 18px;
    width: 28px;
  }
}

@media (min-width: 768px) {
  .row-recruit-interview .item .name-area .name-cont {
    font-size: 32px;
    width: 42px;
  }
}

#tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
}

#tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .name,
#tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .text {
  display: block;
}

.row-interview-profile .item-text .ttl-area + .metabox p {
  display: inline-block;
  background: #f6f6f6;
  padding: 5px;
}

.row-interview-profile .item-image .interview-num {
  font-size: 2em;
  color: #1d2087;
  display: block;
  text-align: right;
}

.row-interview-profile .item-image .interview-num .ttl-eng {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .row-interview-profile .item-image .interview-num {
    font-size: 3em;
  }
}

.tab-item-area {
  counter-reset: number;
}

.tab-item-area .row-interview-profile .item-image .interview-num .num {
  position: relative;
}

.tab-item-area .row-interview-profile .item-image .interview-num .num::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .row-interview-profile .item-text {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .row-interview-profile .item-image figure {
    margin-left: -120px;
  }
}

.interview-detail > .bg-cont {
  background: #f6f6f6;
}

.interview-end > .bg-cont {
  background-image: linear-gradient(90deg, #1d2087, #0b0d35);
}

.bg-common.entry-area {
  background-image: url(assets/img/recruit/common/bg-entry-area.jpg);
}

.page-recruit .recruit-main-top .ttl-area {
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.recruit .bg-common {
  background-color: #fff;
}

@media (max-width: 575px) {
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1200px) {
}

@media (min-width: 1201px) and (max-width: 1479px) {
  .recruit .bg-common.recruit-cont {
    height: calc(100vh - 100px);
  }
}

@media (min-width: 1480px) {
  .recruit .bg-common.recruit-cont {
    height: 100vh;
  }
}

.btn {
  padding: 16px;
}

.recruit .btn-light {
  color: #1d2087;
  background-color: #fff;
  border: none;
  border-radius: 50px;
}

.recruit .btn-light:hover {
  border: none;
}

.tab-recruit .tab-btn-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: relative;
}

.tab-recruit .tab-btn-arrow {
  display: block;
  width: 100%;
  height: 90px;
  margin-bottom: -60px;
  position: relative;
}

.tab-recruit .tab-btn-arrow::after {
  content: "";
  border-style: solid;
  border-width: 60px 160px 0 160px;
  border-color: #1d2087 transparent transparent transparent;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
}

.tab-recruit .tab-btn-area .tab_btn {
  font-size: 1rem;
  color: #1d2087;
  display: inline-block;
  background-color: #fff;
  padding: 1rem 1.5rem;
  margin-right: 5px;
  margin-left: 5px;
  transition: 0.5s ease all;
  opacity: 0.5;
  position: relative;
}

.tab-recruit .tab-btn-area .tab_btn.is-active-btn {
  opacity: 1;
  transition: 0.5s ease all;
}

.tab-recruit .tab-btn-area .tab_btn::before {
  content: "";
  border: 4px solid #1d2087;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s ease all;
}

.tab-recruit .tab-btn-area .tab_btn.is-active-btn::before {
  opacity: 1;
  transition: 0.5s ease all;
}

@media (max-width: 575px) {
  #tab-recruit-information.tab-recruit .tab-btn-area {
    flex-wrap: wrap;
  }

  #tab-recruit-information.tab-recruit .tab-btn-area .tab_btn {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin: 5px;
  }
}

#tab-recruit-interview .tab-item-area .tab_item figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: visible;
}

#tab-recruit-interview .tab-item-area .tab_item figure .image {
  order: 2;
}

#tab-recruit-interview .tab-item-area .tab_item figure figcaption {
  order: 1;
}

#tab-recruit-interview .tab-item-area .tab_item .interview-intro figure .image {
  margin-left: auto;
}

#tab-recruit-interview .tab-item-area .tab_item .interview-end figure .image {
  margin-right: auto;
}

#tab-recruit-interview .tab-item-area .tab_item figure figcaption {
  position: absolute;
}

#tab-recruit-interview .tab-item-area .tab_item .interview-intro figure figcaption {
  width: 75%;
  left: 0;
}

#tab-recruit-interview .tab-item-area .tab_item .interview-end figure figcaption {
  width: 50%;
  right: 0;
}

@media (max-width: 767px) {
  #tab-recruit-interview .tab-item-area .tab_item figure {
    display: block;
  }

  #tab-recruit-interview .tab-item-area .tab_item figure::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #tab-recruit-interview .tab-item-area .tab_item figure figcaption {
    position: relative;
  }

  #tab-recruit-interview .tab-item-area .tab_item .interview-intro figure figcaption {
    width: 100%;
  }

  #tab-recruit-interview .tab-item-area .tab_item .interview-end figure figcaption {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #tab-recruit-interview .tab-item-area .tab_item .interview-end figure {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }

  #tab-recruit-interview .tab-item-area .tab_item .interview-end figure figcaption {
    width: 50%;
  }
}

.interview-list {
  border: 4px solid #e6ecf3;
}

@media (max-width: 767px) {
  .row-interview-end .item-image {
    margin-bottom: 15px;
  }
}

.row-data .item .bg-cont {
  background-color: #fff;
}

.row-data .item figure {
  margin-bottom: 15px;
}

.row-data .item svg {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.row-data .item .num-area {
  text-align: center;
  display: block;
}

.row-data .item .num-area .num {
  color: #ff9f00;
  font-weight: 400;
}

.row-data .item .num-area .text {
  font-weight: 700;
}

.row-data .item .metabox p {
  font-size: 12px;
}

@media (max-width: 991px) {
  .row-data .item svg {
    width: 64px;
    height: 64px;
    margin-bottom: 0.5rem;
  }

  .row-data .item .num-area {
    margin-bottom: 0.5rem;
  }

  .row-data .item .num-area .num {
    font-size: 2em;
  }

  .row-data .item .num-area .text {
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  .row-data .item svg {
    width: 128px;
    height: 128px;
    margin-bottom: 1rem;
  }

  .row-data .item .num-area {
    margin-bottom: 1rem;
  }

  .row-data .item .num-area .num {
    font-size: 4em;
  }

  .row-data .item .num-area .text {
    font-size: 1.5em;
  }
}

#tab-recruit-information.tab-recruit .tab-btn-area .tab_btn {
  color: #1d2087;
  background: #fff;
  border: 1px solid #1d2087;
  border-radius: 15px 0;
  overflow: hidden;
}

#tab-recruit-information.tab-recruit .tab-btn-area .tab_btn:hover,
#tab-recruit-information.tab-recruit .tab-btn-area .tab_btn.is-active-btn {
  color: #fff;
  background: #1d2087;
}

.btn.entry {
  font-size: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 25px;
  border-radius: 50px;
}

.btn.entry svg {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  position: relative;
  top: inherit;
  right: inherit;
  transform: none;
  fill: #000;
}

@media (max-width: 767px) {
  .recruit footer #menu-footer_recruit_bottom {
    margin-top: -31px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recruit footer #menu-footer_recruit_bottom {
    margin-top: -41px;
  }
}

@media (max-width: 991px) {
  .recruit footer #menu-footer_recruit_bottom {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .recruit footer .footer-bottom .footer-address {
    margin-right: 60px;
    margin-left: auto;
  }
}

.grecaptcha-badge {
  margin: 15px auto;
}

.row.row-recruit-interview {
  justify-content: center;
}
