background-color: #dc3545;@charset "utf-8";
/*　−−−−−−−−− 全体共通 −−−−−−−−− */
body {
font-family: "arial black", "Yu Gothic", "Hiragino Mincho ProN", "Georgia",
color: #5F5F5F;
/*font-size: medium;*/
}

a:link{color: #5F5F5F; text-decoration: none;}
a:visited{color: #5F5F5F;}
a:hover {opacity: 0.7;}

/* 余白 */
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
p{margin: 0px;}
.col, .col-sm-2, .col-sm-3, .col-sm-6{padding:0;}

/* --- 空白 --- */
.space1{height: 10px;}
.space2{height: 20px;}
.space3{height: 30px;}
.space4{height: 40px;}
.space5{height: 50px;}
.space6{height: 60px;}
.space10{height: 500px;}

/* --- 行間 --- */
.line {line-height: 30px}


.cdc{
color: #273440;/*#c3d825*/
}
/*　−−−−−−−−− glass-card −−−−−−−−− */
    .glass-card {
      backdrop-filter: blur(6px);
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(255,255,255,.6);
      border-radius:20px; box-shadow: 0 8px 24px rgba(15,23,42,.06);
    }
.page-header {
  background: linear-gradient(135deg,#f43f5e 0%, #be123c 100%); /* 赤〜深紅 */
  color:#fff;
  border-radius:24px;
  padding:24px;
  margin:20px 0 28px;
  box-shadow: 0 10px 24px rgba(190,18,60,.25); /* 深紅に合わせた影 */
}
.page-header .lead {
  opacity:.92;
}


/*　−−−−−−−−− footer −−−−−−−−−*/

/* リンクバナー */
.footerbanner{
text-align: center;
padding:30px 0px;
background-color: #273440;
}

/* copyright用 */
.footercopy {
background-color: #FFF;
font-size: 10px;
margin: 0px; padding:0px; padding-top: 13px;
text-align: right;
}

/* --- 箇条書き --- */
ul.point li {
list-style-type: none; 
margin-left: 0px;/* 箇条書き全体開始位置*/
/* padding-bottom: 10px行間サイズ */
}
ul.point li::before {
content: '';
width:3px; height:3px; background: #5F5F5F;
left:-23px; top:-3px;
display: inline-block; border-radius: 100%; position: relative;
margin-right: -3px;/*--- 二行目の開始位置との一致 ---*/
}

p.yearpoint{margin-left: 4.4em; text-indent: -4.4em;}
p.year{margin-left: 4.3em; text-indent: -4.3em;}

/*--- table ---*/
tr.top{border-top:1px #DFE2E6 solid;}
td {border-bottom: 1px #ffffff solid;}
td.bottom{border-bottom:1px #DFE2E6 solid;}

/*--- btn ---*/
.btn-custom{
width: 100px; display: inline; margin-top: 3px; margin-right:5px; margin-left: 5px;}

/*　−−−−−−−−− card −−−−−−−−−*/
.card{text-align: center; border:0px; padding:0px; margin:0px;}
.card a:hover {opacity: 0.7;}
/*　−−−−−−−−− image −−−−−−−−−*/
/*−−−Top Image / Card−−−*/

.card-img-overlay {
    position: absolute;
    top: calc(50% - 1.0rem);
    padding: 0;
    color: #ffffff;
}
.card-img-overlay .back {
    font-weight: bold;
    background-color: rgba(232, 156, 157, 0.3);
}


/*　−−−−−−−−− 検索バー −−−−−−−−−*/
.pic-container {
    display: grid;
    place-items: center;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    padding: 0 2rem;
    background-color: #fefefe;
}
.search-box {
    display: flex;
    width: 100%;
}
.search-box input[type="text"] {
    flex-grow: 1;
    padding: 0.7rem 0 0.7rem 0.8rem;
    border: 1px solid White;
    border-radius: 1.5rem 0 0 1.5rem;
}
.search-box button {
    cursor: pointer;
    padding: .8rem .9rem .8rem .8rem;
    border-radius: 0 1.5rem 1.5rem 0;
    border: none;
    background-color: #dc3545;
    color: #fff;
    font-size: .75rem;
}
.search-box input:focus {
    outline: 0;
    border: 1px solid #4ab6f6;
}
.search-box button:hover {
    color: #4ab6f6;
}


/*　−−−−−−−−− loop −−−−−−−−−*/

.loop1 {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    overflow: hidden;
}
.loop1__box {
    display: flex;
    animation: loop-list 70s linear infinite;
    list-style:none;
}
.loop1__item a {
    width: calc(100vw / 4);
    display: block;
}
.loop1__item img {
width: 50%;
border-radius:50%;
}

@keyframes loop-list {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.loop1:hover .loop1__box {
    animation-play-state: paused;
}


/*-----------FAQ-----------*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #5F5F5F;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted red;
}
.cp_qa label {
	font-size: 0,9em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 12px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 1.5em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 10px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}
/*-----------フッター-----------*/
.japancamp {font-weight: 900; color: #DF1914; font-size: 20px; padding-left: 0px; margin-top: 2px;}

/*-----------求人、求職者一覧-----------*/
/* 全体 */
/* スクロールのスタイル */
/* テーブルのスクロールボックス設定 */
.scroll-box {
    height: 80vh;
    overflow-y: scroll;
    overflow-x: auto;
    white-space: nowrap; /* 横スクロールを可能に */
    padding-right: 5px;
    -webkit-overflow-scrolling: touch;
}

/* テーブルの全体スタイル */
.table td, .table th {
    white-space: nowrap; /* 折り返しを防ぐ */
}

/* ヘッダーの背景色と文字色 */
.table thead th {
    background: #dc3545;
    color: white;
}



/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #dc3545;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/

.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #ffc107;
}


/*-----------アイコン-----------*/
.bi-gender-male{
	font-size: 1.2em;
}
.bi-gender-female{
	font-size: 1.2em;
}
.bi-gender-ambiguous{
	font-size: 1.2em;
}
.flag-icon{
	font-size: 1.2em;
 border:1px #000000; 
}
.btn-icon {
padding: 0;
background: none;
border: none;
}
/* 並び替え*/

/* セレクトボックスのスタイリング */
select {
-webkit-appearance: none;
appearance: none; /* デフォルトの矢印を非表示 */
height: 52px;
padding-left: 52px;
width: 55px;
border-radius: 5px; /* 角の丸み */

color:#FFF;
}

select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
/* セレクトボックスの矢印デザイン変更 */
.select {
background-image: url("/images/sort.jpg");
background-color: #FFF;
background-position: center;
background-repeat: no-repeat;
background-size: 23px;
}
/* 求職者のみ表示 */
/* カスタムチェックボックスのスタイル */
.custom-checkbox {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
}

/* 隠れたチェックボックス */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* 新しいチェックボックスの見た目 */
.checkmark {
position: absolute;
top: -2px;
left: -2px;
height: 30px;
width: 30px;
background-color: #f5f5f5;
border-radius: 5px;
border: 1px solid #adb5bd;
}

/* チェックボックスにチェックを入れたときのチェックマークを作成 */
.custom-checkbox input:checked ~ .checkmark:after {
content: "";
position: absolute;
display: block;
left: 9px;
top: 6px;
width: 5px;
height: 10px;
border: 10px solid #dc3545;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
}
/* チェックボックスがチェックされたときの背景色 */
.custom-checkbox input:checked ~ .checkmark {
background-color: #f8f8f8;
border: solid #dc3545;
}
/*-----------モーダル-----------*/
/* チェックボックスのサイズ調整 */
.ban-custom2 .btn-light {
width: 50px; /* ボタンの幅 */
height: 40px; /* ボタンの高さ */
display: flex;
justify-content: center;
align-items: center;
}
.status .btn-light { font-size: 13px;}


/*-----------アップロードフォーム-----------*/
.upload-container {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 10px 0;
    padding: 20px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
}

.upload-area {
    position: relative;
}

.upload-area .file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-icon {
    font-size: 50px;
    color: #ccc;
    margin-bottom: 10px;
    
}

.upload-area p {
    margin: 0;
    color: #666;
}

.Excel-close-btn, .cv-close-btn, .close-btn {
    position: absolute;
    top: -10px; /* upload-container の内側に少しスペースを持たせる */
    right: 10px; /* upload-container の内側に少しスペースを持たせる */
    width: 27px;
    height: 27px;
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Excel-close-btn:hover, .cv-close-btn:hover, .close-btn:hover {
    color: #333;
}

.form-control::placeholder {
color: #A0A0A0; /* placeholderの色を指定 */
}
.thumbnail {
position: relative;
margin: auto;
}


/*-----------ページネーション-----------*/
.prev-page, .number-page, .next-page {
    color: #dc3545; /* リンクの基本色 */
    text-decoration: none; /* 下線を除去 */
    margin: 0 5px; /* マージン設定 */
    width: 40px; /* 幅を固定 */
    height: 40px; /* 高さを固定 */
    line-height: 40px; /* テキストの垂直位置を中央に */
    border-radius: 50%; /* 角の丸みを50%に */
    transition: all 0.3s ease; /* アニメーション効果 */
    display: inline-block; /* インラインブロック表示 */
    background-color: #ffffff; /* 背景色 */
    border: 1px solid #dee2e6; /* 枠線 */
    text-align: center; /* テキストの中央揃え */
}

.prev-page:hover, .number-page:hover, .next-page:hover {
    background-color: #dc3545; /* ホバー時の背景色 */
    color: #ffffff; /* ホバー時の文字色 */
    border-color: #dc3545; /* ホバー時の枠線色 */
}

.current-page {
    font-weight: bold; /* 現在のページを太字に */
    background-color: #dc3545; /* 背景色 */
    color: #ffffff; /* 文字色 */
    border-radius: 50%; /* 角の丸みを50%に */
    width: 40px; /* 幅を固定 */
    height: 40px; /* 高さを固定 */
    line-height: 40px; /* テキストの垂直位置を中央に */
    display: inline-block; /* インラインブロック表示 */
    text-align: center; /* テキストの中央揃え */
}

/*-----------carousel-----------*/
.carousel-item {
  height: 90vh;
  min-height: 350px;
  top:50%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-control-prev-icon {
  background-image: none !important; /* 既存の背景画像を無効に */
  color: red; /* アイコンの色を設定 */
}

.carousel-control-prev-icon::before {
  content: '<'; /* 矢印の形状 */
  font-size: 40px; /* アイコンの大きさ */
}

.carousel-control-next-icon {
  background-image: none !important;
}

.carousel-control-next-icon::before {
  content: ''; /* 矢印の形状 */
}


video {
filter: drop-shadow(0px 0px #000);
  outline: none;
  border: none;
}


     

/*-----------Media size-----------*/

/* --- 大画面サイズ以上は広げない1450 --- */
@media (min-width: 1800px){
.container-fluid { width: 1450px;}
}
/*--- 1113px以上の画面向け　PC横 ---*/
@media (min-width: 1113px){
}
/*--- 1112px以下の画面向け　ipad横 ---*/
@media (max-width: 1112px){
}
/*--- 834px以下の画面向け　ipad縦 ---*/
@media (max-width: 834px){
}
/*--- 667px以下の画面向け　iphone横 ---*/
@media (max-width: 667px){
}
/*--- 375px以下の画面向け iphone縦 ---*/
@media (max-width: 375px){
.navbar-brand {font-size: 15px;}
.card-img-overlay {font-size: 9px;}
.card-img-overlay h1{font-size: 50px;font-weight: 900;text-shadow: 0 0 15px #666; }
.container{font-size: 14px;}
h1{font-size: 18px; font-weight: bold;}
h2{font-size: 17px; font-weight: bold;}
h3{font-size: 16px; font-weight: bold;}
h4{font-size: 25px; font-weight: bold;}
h5{font-size: 15px; font-weight: bold;}
.font5{line-height:normal;}
select {width: 100%;}
.table {font-size: 10px;}
.status .btn-light {font-size: 10px;}
}
