/* CSS Document */
#content {
  background: url("../img/content-bg.jpg")repeat-y top center;
  background-size: auto;
}
#content-message {
  background: url("../img/message-bg.jpg")no-repeat bottom;
  background-size: cover;
}
#content header {
  border-bottom: 1px solid #ccc;
}
.content-mv {
  background: url("../img/content-mv.jpg")no-repeat top center;
  background-size: cover;
  color: #fff;
  padding: 150px 10px 100px;
  margin-bottom: 3rem;
}
.content-mv h1 {
  text-shadow: 0px 0px 5px #333;
}
.light-shadow {
  text-shadow: white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
}
.content-top {
  padding-top: 0px;
}
.catchcopy01 {
  letter-spacing: 2px;
}
.catchcopy03 {
  font-size: 32px;
  letter-spacing: 2px;
}
.border-gray {
  border: 5px solid #ccc;
  padding: 10px;
  font-weight: 700;
  padding-top: 10px;
}
.border-gray p {
  margin-bottom: 0px;
}
.subtitle {
  font-size: 20px;
  text-align: left;
  border-bottom: 3px double #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
a {
  color: #ccc;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 175%;
}
h2 small {
  font-size: 16px;
  margin-left: 10px;
}
h3 {
  overflow: hidden;
  text-align: center;
}
h3 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: center;
}
h3 span::before, h3 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
h3 span::before {
  right: 100%;
}
h3 span::after {
  left: 100%;
}
h4, .h4 {
  font-size: 1rem;
}
section {
  margin-bottom: 50px;
}
.f16 {
  font-size: 20px;
}
.f9 {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
.f9 {
  font-size: 10px;
}
}

.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e1e1e;
  z-index: 9999;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
}
.shutter {
  -webkit-animation: byeShutter 2.6s forwards;
  animation: byeShutter 2.6s forwards;
}
.shutter::before {
  -webkit-animation: shutterOpen 2.6s forwards;
  animation: shutterOpen 2.6s forwards;
}
.content {
  -webkit-animation: contentScale 0s forwards;
  animation: contentScale 0s forwards;
}
.whitebox {
  background: #fff;
  padding: 50px 30px;
  z-index: -3;
}
.line-box {
  height: auto;
  overflow: scroll;
  overflow-y: hidden;
  margin-bottom: 50px;
}
.history-table th {
  width: 20%;
  background: #eee;
}
/*.history-table tr td:nth-child(1){width:10%;background:#eee;}*/
.recruit-table tr td:nth-child(1) {
  width: 20%;
  background: #eee;
}
.recruit-table tr td:nth-child(2) {
  width: 80%;
}
.log-table tr td:nth-child(1) {
  width: 20%;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes contentScale {
  70% {
    -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
    transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    -webkit-transform: perspective(800px) scale(1) rotateX(0);
    transform: perspective(800px) scale(1) rotateX(0);
  }
}
/*******************************
TOP
*******************************/
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, .75);
}
.top-bg-container {
  position: relative;
}
#mv {
  width: 100%;
  height: 100vh;
}
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}
.top-title {
  font-weight: 300;
  font-size: 66px;
}
.f14 {
  font-size: 16px;
}
.blue {
  color: #3c99d2;
}
.deepblue {
  color: #0d4680;
}
.green {
  color: #42965c;
}
.lightgreen {
  color: #1c7278;
}
.btn-outline-danger {
  width: 100%;
}
.catchcopy02 {
  border-bottom: solid 3px green;
  position: relative;
  padding-bottom: 10px;
}
.catchcopy02:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #16B5A4;
  bottom: -3px;
  width: 30%;
}
.bg-slider {
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.bg-black-parts {
  background: url(../img/bg-back-black.png)no-repeat top right;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100vh;
}
.bg-water01-stripe {
  background: url("../img/bg-back-lightblue.png")no-repeat top right;
  position: absolute;
  right: 0;
  top: 65vh;
  z-index: 3;
  width: 100%;
  height: 100vh;
}
.bg-green-stripe {
  background: url("../img/bg-back-lightgreen.png")no-repeat top left;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100vh;
}
.bg-man-stripe {
  background: url("../img/bg-top-man.jpg")no-repeat top left;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.bg-blue-stripe {
  content: '';
  width: 100%;
  height: 580px;
  display: block;
  background: #0d4680;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
  transform: skewY(10deg);
}
.bg-white-stripe {
  content: '';
  width: 100%;
  height: 550px;
  display: block;
  background: #fff;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: -1;
  transform: skewY(10deg);
}
.bg-gray-stripe {
  content: '';
  width: 100%;
  height: 510px;
  display: block;
  background: #d3ddda;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: -1;
  transform: skewY(10deg);
}
.mv-text {
  position: absolute;
  top: 150px;
  right: 70px;
  max-width: 450px;
  z-index: 3;
}
.mv-text h1 {
  font-size: 54px;
  letter-spacing: 2px;
  font-weight: 300;
}
.mv-text p {
  line-height: 180%;
}
#top-policy {
  position: relative;
  z-index: 4;
  top: -100px;
}
#top-service01 {
  position: relative;
  z-index: 4;
  top: 40px;
}
#top-service02 {
  position: relative;
  z-index: 4;
  top: 170px;
}
#top-service03 {
  position: relative;
  z-index: 3;
  top: 50px;
}
#news {
  position: relative;
  z-index: 10;
  background: #f9f9f9;
  padding: 50px;
  margin-top: 50px;
}
@media (max-width: 480px) {
#news {
  padding: 0;
}
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.mw1400 {
  max-width: 1220px;
  margin: 0 auto;
}
.mw500 {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
.red {
  color: red !important;
}
.arrow4 {
  width: 50px;
  height: 50px;
  border-top: 7px solid red;
  border-right: 7px solid red;
  transform: rotate(45deg);
  position: absolute;
  right: 40px;
  z-index: -1;
}
.top-service01-text h2 {
  max-width: 467px;
}
.news-list {
  list-style: none;
  padding-left: 0px;
}
.news-list li {
  margin-bottom: 20px;
}
.news-list li a {
  color: #000;
  text-decoration: underline;
}
.f-12 {
  font-size: 11px;
}
.top-recruit-text {
  padding-top: 300px;
  padding-bottom: 50px;
}
.f-white {
  color: #fff !important;
}
.btn {
  border-radius: 0;
  font-size: 16px;
}
.btn-primary {
  min-width: 300px;
  background-color: #27b5be;
  border-color: transparent;
}
.add-btn {
  background: #032c55;
  color: #fff !important;
  padding: 15px 30px;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
.font-light {
  font-weight: 100 !important;
}
.top-add {
  padding: 50px 0;
  color: #888888 !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mw750 {
  max-width: 750px;
  margin: 0 auto;
}
.no-list {
  list-style: none;
  padding-left: 0;
}
.f-footerblue {
  color: #b8c5d2 !important;
}
footer {
  background: #0c447c;
}
footer h4 {
  border-top: 1px solid #b8c5d2;
  padding-top: 20px;
}
.footer-other-list li {
  border-top: 1px solid #b8c5d2;
  padding: 10px 0;
}
.copyright {
  color: #b8c5d2 !important;
  border-top: 1px solid #b8c5d2;
  padding: 30px 10px;
  text-align: center;
}
.table-responsive > .table-bordered {
  table-layout: auto;
}
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
}
@media (max-width: 1199px) {
  .arrow4 {
    display: none;
  }
  header {
    background: rgba(255, 255, 255, 1);
  }
  h3 {
    text-align: left;
  }
  h2 {
    text-align: center;
    font-size: 24px;
  }
  .content-mv {
    margin-bottom: 1rem;
    padding: 150px 10px 70px;
  }
  .mb-5 {
    margin-bottom: 20px !important;
  }
  section {
    margin-bottom: 15px;
  }
  h1, .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  header .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .top-title {
    font-size: 50px;
  }
  .whitebox {
    padding: 20px 10px;
  }
  .navbar-brand img {
    max-width: 240px;
  }
  .history-table th, .history-table td {
    width: 100% !important;
    float: left;
  }
  .log-table th, .log-table td {
    width: 100% !important;
    float: left;
  }
  .recruit-table th, .recruit-table td {
    width: 100% !important;
    float: left;
  }
  .mv-text {
    position: absolute;
    top: 150px;
    right: 20px;
    max-width: 450px;
    z-index: 3;
    margin-left: 20px;
  }
  .mv-text h1 {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 300;
  }
  h3, .h3 {
    font-size: 1.4rem;
  }
  .bg-blue-stripe {
    height: 940px;
  }
  #top-service01 .text-right {
    text-align: center !important;
  }
  .bg-gray-stripe {
    top: -75px;
    height: 860px;
  }
  .bg-man-stripe {
    height: 55vh;
    background-position-x: center;
  }
  .top-recruit-text {
    padding-top: 400px;
  }
  #top-service03 .text-right {
    text-align: center !important;
  }
  #news .text-right {
    text-align: center !important;
  }
  .btn-primary {
    min-width: 100%;
  }
  .top-add .mb10 {
    margin-bottom: 8px !important;
  }
  .add-btn {
    font-size: 13px;
  }
  .bg-man-stripe {
    background: url("../img/bg-top-man-sp.jpg")no-repeat top left;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 50vh;
    top: 50px;
  }
}
* {
  margon: 0;
  padding: 0;
  list-style: none;
}
.sitemap {
  font-weight: bold;
  font-size: 1.1em;
}
.sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 125px;
}
.sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 20px;
  height: calc(100% + .75em);
  border-left: 1px solid #ccc;
}
.sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 16px;
  border-bottom: 1px solid #ccc;
}
.bg-red {
  color: #FFFFFF;
  display: block;
  max-width: 250px;
  background-color: #EA4A42;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.bg-green {
  color: #FFFFFF;
  display: block;
  max-width: 250px;
  background-color: #269962;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.bg-blue {
  color: #FFFFFF;
  display: block;
  max-width: 250px;
  background-color: #195193;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.bg-gray {
  color: #FFFFFF;
  display: block;
  min-width: 200px;
  background-color: #929292;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
@media (max-width: 991px) {
  .sitemap ul li ul {
    margin-left: 85px;
  }
  .sitemap {
    font-size: 1em;
  }
  .bg-red {
    background-color: #EA4A42;
    max-width: 170px;
  }
  .bg-green {
    background-color: #269962;
    max-width: 160px;
  }
  .bg-blue {
    background-color: #195193;
    max-width: 150px;
  }
  .bg-gray {
    background-color: #929292;
    min-width: 140px;
  }
}
@media (max-width: 480px) {
  .sitemap ul li ul {
    margin-left: 30px;
  }
  .sitemap {
    font-size: 0.8em;
  }
  .bg-red {
    background-color: #EA4A42;
    max-width: 150px;
  }
  .bg-green {
    background-color: #269962;
    max-width: 140px;
  }
  .bg-blue {
    background-color: #195193;
    max-width: 130px;
  }
  .bg-gray {
    background-color: #929292;
    min-width: 120px;
  }
}
/*親要素*/
.text-center-text-left-wrap {
  text-align: center;
}
/*子要素(リスト部分)*/
.text-center-text-left__child {
  text-align: left;
  display: inline-block;
  list-style: none;
  padding: 0;
}

.sticky_table thead th {
	/* 縦スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	/* tbody内のセルより手前に表示する */
	z-index: 1;
	background-color: rgba(255,255,255,1.00);
}

.sticky_table th:first-child {
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
