@charset "UTF-8";
@media (max-width: 576px) {
  *[class*="col-"] {
    padding-right: 7px;
    padding-left: 8px; }
  .row {
    margin-right: -7px;
    margin-left: -8px; } }

/* クリアフィックス */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

/* マージン設定 */
.mt-none {
  margin-top: 0 !important; }

.mt-tiny {
  margin-top: 1em !important; }

.mt-small {
  margin-top: 1.5em !important; }

.mt-medium {
  margin-top: 3em !important; }

.mt-large {
  margin-top: 5em !important; }

.mt-fuge {
  margin-top: 7em !important; }

/* 連続マージン */
.list-mt-none > * {
  margin-top: 0; }

.list-mt-tiny > * {
  margin-top: 1em; }

.list-mt-small > * {
  margin-top: 1.5em; }

.list-mt-medium > * {
  margin-top: 3em; }

.list-mt-large > * {
  margin-top: 5em; }

.list-mt-fuge > * {
  margin-top: 7em; }

/* アイコン位置 */
.icon-left {
  margin-right: 0.5rem; }

.icon-right {
  margin-left: 0.5rem; }

/* テキストサイズ */
.font-tiny {
  font-size: 75%; }

.font-small {
  font-size: 88%; }

.font-large {
  font-size: 120%; }

.font-huge {
  font-size: 140%; }

/* 透過用ロールオーバー用 */
.hover:hover {
  opacity: 0.7; }

/* アニメーションクラス */
.anime:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s; }

/* ※マーク */
.asterisk {
  display: block;
  font-size: 86%;
  margin-left: 1em;
  text-indent: -1em; }

@media (max-width: 576px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.table-responsive th, .table-responsive td {
  display: table-cell; }

.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
  white-space: nowrap; }

/* 周り込figure */
.figureR {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem; }

.figureL {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem; }

.figureR figcaption, .figureL figcaption {
  display: block;
  width: 100%;
  font-size: 86%;
  text-align: center; }

/* youtubeのレスポンシブ対応 */
.youtube {
  margin-top: 1em;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/* =========================================================
layout
========================================================= */
body {
  background: #f2f2f2; }

article p, article figure, article ol, article ul {
  margin-top: 1rem; }

article table {
  margin-top: 1.8rem; }

.companylogo {
  text-align: center; }

.companylogo img {
  max-width: 140px;
  max-height: 50px; }

.companylogo .recruitlogo {
  padding-left: 10px; }

.companylogo .recruitlogo span {
  font-size: 14px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 3px;
  line-height: 1;
  padding: 0.5rem;
  background: #777;
  color: #FFF; }

.companylogo a {
  margin-right: auto;
  margin-left: auto;
  display: table;
  vertical-align: middle; }

.companylogo a > span {
  display: table-cell;
  vertical-align: middle; }

.eyeCatch {
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF; }

.eyeCatch img {
  width: 100%;
  height: auto; }

.entryTitle {
  background: #777;
  color: #FFF;
  margin-left: -10px;
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  line-height: 1.4;
  font-size: 2.8rem; }

.entryTitle:before {
  content: "";
  display: block;
  bottom: -10px;
  left: 0px;
  border-top: 5px solid #777;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #777;
  border-left: 5px solid transparent;
  position: absolute; }

.entryTitle:after {
  content: "";
  display: block;
  bottom: -10px;
  left: 0px;
  border-top: 5px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  position: absolute; }

@media (min-width: 769px) {
  .entryTitle {
    padding: 3rem; } }

.charaIcon {
  overflow: hidden; }

.charaIcon li {
  background: rgba(119, 119, 119, 0.05);
  margin-top: 1rem;
  color: #777;
  border: 1px solid #777;
  float: left;
  font-weight: bold;
  line-height: 1;
  padding: 0.8rem;
  font-size: 85%;
  white-space: nowrap;
  margin-right: 10px;
  border-radius: 4px; }

.globalHeader {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #777;
  padding: 15px;
  background: #FFF; }

.companylogo {
  font-size: 3rem;
  font-weight: bold;
  text-align: center; }

.wrapBox {
  border-radius: 3px;
  margin-top: 2rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background: #FFF; }

.wrapBox .inner {
  padding: 15px; }

@media (min-width: 993px) {
  .wrapBox .inner {
    padding: 25px; } }

.headline1 {
  border-bottom: 2px solid #777;
  margin-top: 3rem;
  font-size: 2rem;
  padding: 0.5rem 0; }

.headline2 {
  text-align: center;
  font-size: 2.3rem;
  padding: 1rem 1rem;
  background: #777;
  color: #FFF; }

.headline3 {
  margin-top: 3rem;
  line-height: 1.4;
  font-weight: bold;
  border-left: 2px solid #777;
  padding-left: 10px; }

.headline4 {
  line-height: 1;
  border-top: 2px solid #777;
  margin-top: 8rem;
  font-size: 2.2rem;
  text-align: center;
  color: #777; }

.headline4 span {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  background: #f2f2f2;
  position: relative;
  top: -10px; }

.lead {
  line-height: 1.6;
  font-size: 2.2rem;
  font-weight: bold;
  color: #777; }

.table1 {
  text-align: left;
  width: 100%;
  border: 1px solid #DDD; }

.table1 td, .table1 th {
  padding: 1rem;
  border: 1px solid #DDD; }

.table1 th {
  background: rgba(119, 119, 119, 0.08);
  width: 20%; }

@media (max-width: 576px) {
  .table1 th, .table1 td {
    border: none;
    width: 100%;
    display: block; } }

.breadclumbs {
  margin-top: 2rem;
  font-size: 1.2rem;
  overflow: hidden; }

.breadclumbs li {
  float: left; }

.breadclumbs li + li:before {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  content: ">"; }

.breadclumbs li a {
  color: #777; }

#map {
  background: #CCC; }

.globalFooter {
  margin-top: 5rem;
  background: #FFF; }

.companyLink {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.copyRight {
  padding: 1rem;
  background: #777;
  color: #FFF;
  text-align: center;
  font-size: 1.1rem; }

.entryForm {
  border-radius: 5px;
  padding: 15px;
  background: rgba(119, 119, 119, 0.07); }

@media (min-width: 769px) {
  .entryForm {
    padding: 25px; } }

.entryForm input[type="text"], .entryForm input[type="email"], .entryForm input[type="tel"], .entryForm input[type="number"], .entryForm textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #DDD; }

.entryForm input[type="text"], .entryForm input[type="email"], .entryForm input[type="tel"], .entryForm textarea {
  width: 100%; }

.entryForm input[type="number"] {
  width: 80px; }

.entryForm input, .entryForm textarea, .entryForm select {
  font-size: 16px; }

.entryForm input[type="text"]::-webkit-input-placeholder-shown, .entryForm input[type="email"]::-webkit-input-placeholder-shown, .entryForm input[type="tel"]::-webkit-input-placeholder-shown, .entryForm input[type="number"]::-webkit-input-placeholder-shown, .entryForm textarea::-webkit-input-placeholder-shown {
  color: #AAA; }

.entryForm input[type="text"]::-moz-placeholder-shown, .entryForm input[type="email"]::-moz-placeholder-shown, .entryForm input[type="tel"]::-moz-placeholder-shown, .entryForm input[type="number"]::-moz-placeholder-shown, .entryForm textarea::-moz-placeholder-shown {
  color: #AAA; }

.entryForm input[type="text"]:-ms-input-placeholder-shown, .entryForm input[type="email"]:-ms-input-placeholder-shown, .entryForm input[type="tel"]:-ms-input-placeholder-shown, .entryForm input[type="number"]:-ms-input-placeholder-shown, .entryForm textarea:-ms-input-placeholder-shown {
  color: #AAA; }

.entryForm input[type="text"]::placeholder-shown, .entryForm input[type="email"]::placeholder-shown, .entryForm input[type="tel"]::placeholder-shown, .entryForm input[type="number"]::placeholder-shown, .entryForm textarea::placeholder-shown {
  color: #AAA; }

.entryForm input[type="text"]::-webkit-input-placeholder, .entryForm input[type="email"]::-webkit-input-placeholder, .entryForm input[type="tel"]::-webkit-input-placeholder, .entryForm input[type="number"]::-webkit-input-placeholder, .entryForm textarea::-webkit-input-placeholder {
  color: #AAA; }

.entryForm input[type="text"]:-moz-placeholder, .entryForm input[type="email"]:-moz-placeholder, .entryForm input[type="tel"]:-moz-placeholder, .entryForm input[type="number"]:-moz-placeholder, .entryForm textarea:-moz-placeholder {
  color: #AAA; }

.entryForm input[type="text"]::-moz-placeholder, .entryForm input[type="email"]::-moz-placeholder, .entryForm input[type="tel"]::-moz-placeholder, .entryForm input[type="number"]::-moz-placeholder, .entryForm textarea::-moz-placeholder {
  color: #AAA; }

.entryForm input[type="text"]:-ms-input-placeholder, .entryForm input[type="email"]:-ms-input-placeholder, .entryForm input[type="tel"]:-ms-input-placeholder, .entryForm input[type="number"]:-ms-input-placeholder, .entryForm textarea:-ms-input-placeholder {
  color: #AAA; }

.entryForm p {
  margin-bottom: 1rem; }

.entryList li + li {
  border-top: 1px solid #DDD;
  margin-top: 1.5rem;
  padding-top: 1.5rem; }

.entryList p {
  font-size: 1.8rem;
  font-weight: bold; }

.entryList figure span {
  display: block;
  background: #EEE;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem; }

.privacypolicy {
  overflow-y: scroll;
  font-size: 1.2rem;
  height: 150px; }

.figure {
  position: relative; }

.figure figcaption {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-size: 1.2rem;
  padding: 0.5rem;
  line-height: 1.4; }

.floatFigure {
  margin-left: 2rem;
  margin-bottom: 2rem;
  float: right; }

@media (max-width: 768px) {
  .floatFigure {
    margin-right: auto;
    margin-left: auto;
    max-width: 200px;
    float: none; } }

.pageTitleBg {
  padding: 2.5rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background: #777; }

.pageTitle {
  line-height: 1.4;
  text-align: center;
  font-size: 2.8rem;
  color: #FFF; }

.pagination {
  margin-top: 4rem;
  font-size: 0;
  text-align: center; }

.pagination a, .pagination span {
  padding: 1.5rem;
  line-height: 1;
  margin-right: 1px;
  font-size: 1.6rem;
  display: inline-block; }

.pagination a {
  color: #FFF;
  background: #777; }

.footerEntry {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  padding: 2rem; }

.error {
  color: #bf3333;
  font-weight: bold; }

/* =========================================================
parts
========================================================= */
/* リンクボタン */
.btn {
  line-height: 1.4;
  padding: 1.3rem 3rem;
  border: none;
  border-radius: 1000px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.btn-brand {
  background: #777;
  color: #FFF; }

.btn-brand:link, .btn-brand:visited, .btn-brand:hover, .btn-brand:active {
  color: #FFF; }

.btn-brand .fa, .btn-brand .fas {
  color: #FFF; }

.btn-bigWidth {
  width: 100%;
  font-size: 120%;
  font-weight: bold;
  max-width: 400px; }

.btn-entry {
  background: #bf3333;
  color: #FFF; }

.btn-entry:link, .btn-entry:visited, .btn-entry:hover, .btn-entry:active {
  color: #FFF; }

.btn-entry .fa, .btn-entry .fas {
  color: #FFF; }

.btn-border {
  border: 1px solid #DDD !important;
  color: #333; }

.btn-border:link, .btn-border:visited {
  color: #333; }

.btn-banner {
  border: 1px solid #777;
  border-radius: 5px;
  font-weight: bold; }

/* リスト */
/* 番号リスト */
.olList {
  counter-reset: li; }

.olList > li {
  position: relative;
  margin-left: 1em; }

.olList > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1em;
  width: 1em;
  text-align: center; }

.olList > li li:before {
  content: ""; }

/* テーブルの設定 */
.tableRow {
  width: 100%; }

@media (max-width: 576px) {
  .tableRow th, .tableRow td {
    display: block; } }
