@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  background-color: #000;
  margin: 0;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  font-feature-settings: "palt";
}

img {
  border: none;
  height: auto;
}

p {
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 0;
}

p + p {
  margin-top: 1em;
}

td, th {
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6, strong, .b {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
}

.en {
  font-family: "Staatliches", sans-serif;
}

.container {
  background: #fff;
  margin: 0 auto;
}

.contents {
  z-index: 5;
  position: relative;
}

.article .contents::before {
  display: none;
}

/*.article .contents{ padding-bottom: 80px;}*/
a {
  color: #000;
  text-decoration: none;
}

/*.header-image */
.home .bg_home2 {
  display: none;
}

.home .bg_home3 {
  display: none;
}

.home .bg_home4 {
  display: none;
}

.home .bg_home5 {
  display: none;
}

.home .top-image {
  position: relative;
}

.bg_home {
  position: relative;
  z-index: 0;
  pointer-events: none;
}

.bg_home img {
  position: absolute;
  width: 100%;
}

/*home*/
.section {
  position: relative;
  min-height: 800px;
}

.section-inner {
  position: relative;
  z-index: 10;
  padding-top: 140px;
}

.section-inner h3 {
  font-size: 22px;
}

.block-about .block-about-lead {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.block-outline-info th {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}

.block-recruit-btn a,
.block-contact-btn a {
  background-color: #0098cb;
  padding: 0.5em 1.8em;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  box-shadow: 0 4px 4px -2px #333;
  position: relative;
}

.block-recruit-btn a {
  background-color: #ffdf00;
}

.block-recruit-btn span,
.block-contact-btn span {
  display: flex;
  align-items: center;
}

.block-recruit-btn span:before,
.block-contact-btn span:before {
  content: "";
  width: 19px;
  height: 25px;
  background: url(../images/triangle2.png);
  background-size: 100% 100%;
  margin-right: 0.8em;
}

.box-tel span,
.box-fax span {
  background-color: #fff;
  display: inline-block;
  color: #000;
  line-height: 1em;
  padding: 0 0.5em;
}

.box-tel a,
.box-fax a {
  color: #fff;
}

.box-tel, .box-fax {
  display: inline-block;
}

.box-fax {
  margin-left: 1.4em;
}

/* header */
header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  min-width: 1200px;
  z-index: 1000;
}

header .inner {
  position: relative;
  width: 1120px;
  height: 80px;
  margin: 0 auto;
}

header h1 {
  position: absolute;
  top: 16px;
}

header ul li {
  display: flex;
  align-items: center;
}

header ul li a {
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 6px 20px;
}

header ul li:last-child a {
  border-right: none;
}

.float-contact {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 500;
  transition: 0.5s;
  opacity: 0;
  transform: translate(3rem, 0);
  -webkit-transform: translate(3rem, 0);
  -webkit-animation: wobbling_y 1.1s ease-in-out infinite alternate;
          animation: wobbling_y 1.1s ease-in-out infinite alternate;
  margin-top: 8px;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.float-contact:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  border-radius: 50%;
}

.float-contact a {
  position: relative;
  display: block;
}

.float-contact img {
  display: block;
}

.float-contact.show {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  pointer-events: auto;
}

@-webkit-keyframes wobbling_y {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 1rem;
  }
}

@keyframes wobbling_y {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 1rem;
  }
}
footer {
  background-color: #1B376D;
  color: #fff;
}

footer .footer-inner a,
footer .footer-inner p {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

/* article */
.slider {
  position: relative;
}

.loopSliderWrap {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}

.slider {
  margin: 0 auto;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.slider ul {
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}

.slider:after {
  content: "";
  display: none;
  clear: none;
}

/*inview*/
.inview {
  transition: 0.7s;
  opacity: 0;
  transform: translate(0, 4rem);
  -webkit-transform: translate(0, 4rem);
}

.inview.iHide {
  opacity: 0;
  transform: translate(0, 4rem);
  -webkit-transform: translate(0, 4rem);
}

.inview.iShow {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.fit,
.inview.iHide.fit {
  transform: translate(0, -4rem);
  -webkit-transform: translate(0, -4rem);
}

.fir,
.inview.iHide.fir {
  transform: translate(-4rem, 0);
  -webkit-transform: translate(-4rem, 0);
}

.inview.scl {
  transform: scale(0.8);
}

.inview.iShow.scl {
  transform: scale(1);
}

.dl1 {
  -webkit-transition-delay: 0.2s;
}

.dl2 {
  -webkit-transition-delay: 0.4s;
}

.dl3 {
  -webkit-transition-delay: 0.6s;
}

.dl4 {
  -webkit-transition-delay: 0.8s;
}

/*col*/
.col, .col-sp {
  display: table;
}

.col .col01,
.col .col02,
.col .col03,
.col-sp .col01,
.col-sp .col02,
.col-sp .col03 {
  display: table-cell;
  vertical-align: top;
}