/*@charset "UTF-8";*/

/* --------------------
 * ■ヘッター（FTA91000.html）
 * -------------------- */
body {
	/*	background-color: #f4f6f8;*/
}

.py-1 {
	height: 50px;
	color: white;
	background-image: linear-gradient(180deg, rgba(85, 85, 85, 1), rgba(83, 83, 83, 1) 15%, rgba(81, 81, 81, 1) 42%, rgba(36, 36, 36, 1) 85%);
	border-bottom: 1px solid;
	border-image: linear-gradient(73deg, rgba(0, 0, 0, 0.58), rgba(85, 85, 85, 0.58));
	border-image-slice: 1
}

.top-logo-button {
	/*	text-align: center;*/
}

.container-logo-button {
	padding-left: 6px
}

.pageTittle {
	display: inline-block;
	margin-left: -40px;
	font-size: 18px;
	padding: 3px 20px;
	margin-top: 4px;
	border-left: 5px solid #F8CBAD;
	background-color: #f2f2f2;
	color: #333333;
	border-radius: 0px 5px 5px 0px;
}

/* タイトル文字を白にする */
.app-name {
	color: white;
	/* 文字色を白に設定 */
	text-decoration: none;
	/* 下線を削除 */
}

/* タイトル文字を白にする */
.app-name:hover {
	color: white;
	/* カーソルを当てた時の文字色を白に設定 */
	text-decoration: none;
	/* カーソルを当てた時の下線を削除 */
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {

	width: 100%;
	/*max-width: 1470px;*/
	/* この行を追加 */
	/*    padding-right: 35pxt;*/
	padding-left: 100px;
	/*    margin-right: auto;*/
	/*    margin-left: auto;*/
	margin-left: 0px;
}

.menu-open .container,
.menu-open .container-fluid,
.menu-open .container-lg,
.menu-open .container-md,
.menu-open .container-sm,
.menu-open .menu-btn,
.menu-open .submenu,
.menu-open .container-xl {
	/*	margin-left: 170px;  メニューが開いた時に移動させたい分だけ指定 */
	transform: translateX(170px);
	width: calc(100% - 170px);
}

.company-icon_top {
	padding-top: 15px;
}

section py-1 {
	display: block;
}

.dropdown-toggle {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border-radius: 50%;
	border: none;
	outline: none;
	box-shadow: none;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:active {
	background-color: transparent;
	color: inherit;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}

.user-icon {
	margin-top: 4px;
	margin-bottom: 5px;
	border-radius: 50%;
	border: 1px solid darkgray;
	box-shadow: none;
	outline: none;
	transition: transform 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

.user-icon:hover,
.user-icon:focus {
	background-color: #FFF9E9;
	transform: scale(1.3);
	box-shadow: none;
	outline: none;
}

.user-info .text-end {
	color: white;
	text-decoration: none;
}

.user-info {
	align-items: center;
	position: relative;
	display: flex;
	flex-direction: row;
	margin-right: 5px;
}

.dropdown-menu {
	transition: height 0.4s ease-in-out 0.05s;
	border: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #FFF9E9 !important;
	text-align: left;
	background-color: #373B47;
	border-radius: 0.25rem;
}

.dropdown-menu a::after {
	transition: height 0.4s ease-in-out 0.05s;
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
	color: #FFF9E9 !important;
}

.dropdown-item {
	color: #FFF9E9 !important;
	font-size: 12px;
	transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.dropdown-item:hover {
	transform: scale(1.1);
	margin-left: 4px !important;
	margin-right: 2px !important;
	width: 95% !important;
	border-radius: 5px;
	background-color: #FFF9E9 !important;
	color: #373B47 !important;
}



.company-icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 5px;
	margin-top: 3px;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0 solid;
}



.top {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 5px;
	border-left: 5px solid #00bcd4;
}



/* 企業アイコン */
.company-icon_top {
	margin-top: -5px;
}

.float-left {
	float: left;
	display: flex;
	align-items: center;
	height: 30px;
}

.float-right {
	float: right;
	display: flex;
	align-items: center;
	height: 30px;
}



/* --------------------
 * ■フッター（FTA92000.html）
 * -------------------- */
/*.footer-color {
	background-image: linear-gradient(180deg, rgba(85, 85, 85, 1), rgba(83, 83, 83, 1) 15%, rgba(81, 81, 81, 1) 42%, rgba(36, 36, 36, 1) 85%);
    padding-top: 15px;
    color: whitesmoke !important;
}

.footer{
	height: 30px;
}*/

/* --------------------
 * ■企業アカウント登録（FTA02100.html）
 * -------------------- */
.toroku-page {
	padding-bottom: 20px;
}

/* --------------------
 * ■共通
 * -------------------- */
/*h3 {
  font-weight: bold;
  border-bottom: 2px solid;
  border-image: linear-gradient(73deg, rgba(0, 0, 0, 0.58), rgba(85, 85, 85, 0.58));
  border-image-slice: 1;
  padding: 0.3em;
  margin-bottom: 0.3em;
  font-style: oblique !important;
/*  color: #52B9E5;*/
/*  background-color: #DFEFFC;
}*/


h3:first-letter {
	/*  font-size: 1.2em;*/
	color: linear-gradient(73deg, rgba(0, 0, 0, 0.58), rgba(85, 85, 85, 0.58));
}

p {
	margin-bottom: 8px;
	font-size: 15px;
}

/*.el-picker-panel{*/
/*	margin-left:30px;*/
/*	transform: scale(0.85);*/

/*}*/


.tag {
	margin-bottom: 8px;
	font-size: 15px;
}

.g-1 {
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	padding-bottom: 10px;
}

.ml-0 {
	margin: 0px;
	padding-bottom: 10px;
}

row {
	padding-left: 15px;
	display: flex;
}

select {
	height: 100%;
	width: 100%;
}

/* 必須 */
.required {
	color: red;
}

/* エラー */
.error {
	color: #ea352d;
	line-height: 1.5;
	font-size: 14px;
	margin-top: 8px;
}

.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar input {
	margin: 1px 0 0 0;
	background-color: #fff;
}

input[type=text].error {
	background-color: lightpink;
	border-color: #ea352d;
}

input[type=email].error {
	background-color: lightpink;
	border-color: #ea352d;
}

input[type=password].error {
	background-color: lightpink;
	border-color: #ea352d;
}

input[type=tel].error {
	background-color: lightpink;
	border-color: #ea352d;
}

.message-success {
	left: 25%;
	position: fixed;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	padding: 0.2rem 0.2rem 0rem 0.2rem;
	color: rgb(81, 112, 87);
	background: radial-gradient(800px, rgb(203 236 203), rgb(175, 235, 182));
	border-radius: 5px;
	font-size: 13px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	z-index: 9999;
	animation: fadeSlideIn 0.4s forwards;
}

.message-error {
	left: 25%;
	position: fixed;
	margin-top: -0.5rem;
	/*padding: 0.2rem 0.2rem 0rem 0.2rem;*/
	color: rgb(143 108 108);
	background: radial-gradient(388px, #FACACA, #FACACA);
	border-radius: 5px;
	/*角の丸み*/
	font-size: 13px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	z-index: 9999;
	animation: fadeSlideIn 0.4s forwards;

}

.message-container {
	margin-top: -0.5rem;
	/*padding: 0.2rem 0.2rem 0rem 0.2rem;*/
	background: radial-gradient(388px, #FACACA, #FACACA);
	border-radius: 5px;
	/*角の丸み*/
}

.message-li-error {
	background-color: lightpink;
	border-color: red;
}

.modal-msg {
	margin-bottom: 0.5rem;
	margin-right: 1.5rem;
}

.mb-2,
.my-2 {
	margin-bottom: 1rem !important;
}

/* jqGridの設定 */
.ui-jqgrid tr.jqgrow td {
	height: 30px;
	white-space: nowrap;
}


/* ボタンの設定 */
.syosai-btn {
	background: linear-gradient(135deg, #5AB9F0 0%, #2BB9C9 100%) !important;
	transform: translateY(-0px) !important;
}

.syosai-btn:hover {
	background: linear-gradient(135deg, #80D4FF 0%, #4FD6E2 100%) !important;
}

.pdf-btn {
	background: linear-gradient(135deg, #FF758C 0%, #FF5E78 50%, #E64567 100%) !important;
}

.pdf-btn:hover {
	background: linear-gradient(135deg, #FFB3C4 0%, #FF8DA8 50%, #FA728C 100%) !important;
}

.btn-download {
	background: linear-gradient(135deg,
			#8FADE3 0%,
			#84A0DE 16%,
			#7994DA 32%,
			#6F87D5 48%,
			#647BD1 64%,
			#596ECC 80%,
			#4F62C8 100%) !important;
	border-color: #7994DA !important;
	transform: translateY(-0px) !important;
}

.btn-download:hover:not(.is-disabled) {
	background: linear-gradient(135deg,
			#A0BFF0 0%,
			#93B4EB 16%,
			#87A9E6 32%,
			#7A9EE1 48%,
			#6D93DC 64%,
			#607EDB 80%,
			#5479D7 100%) !important;
	border-color: #87A9E6 !important;
	box-shadow: 0 6px 14px rgba(60, 80, 140, 0.22) !important;
}

.btn-download.is-disabled {
	background: #A0BFF0 !important;
	border-color: #DCDFE6 !important;
	color: #FFF !important;
	cursor: not-allowed !important;
}

.btn-enginner {
	background: linear-gradient(135deg, #E7B09F 0%, #D88E74 50%, #CD7257 100%) !important;
	border-color: #D88E74 !important;
}

.btn-enginner:hover {
	background: linear-gradient(135deg, #EEC0B3 0%, #E19B86 50%, #D8836C 100%) !important;
	border-color: #E19B86 !important;
}

.btn-con-search {
	height: 35px;
	width: 80px;
	border-radius: 5px 5px 5px 5px;
	background-color: rgb(255, 255, 255);
	border: 1px solid #606266 !important;
	color: #606266;
	/*	background: #373B47;*/
	/*	color: #CDC3C3;*/
	font-size: 14px;
	border: none;
	margin-bottom: 2px;
}

.btn-con-search:hover {
	color: #409EFF;
}

.btn-color {
	background-color: rgb(255, 255, 255);
	border: 1px solid #ddd !important;
	color: #606266;
	border-radius: 10px 10px 10px 10px;
}

.btn-color:hover {
	color: #409EFF;
}


/*.btn-search:focus {*/
/*	outline: none; */
/*    box-shadow: none; */
/*}*/
.fc:focus {
	outline: none;
	box-shadow: none;
}

*/ .row {
	display: flex;
}

.col-header {
	padding-bottom: 0px;
	padding-right: 0px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	padding-left: 0px !important;
	max-width: 100%;
}

.col-auto {
	padding-bottom: 5px;
	padding-right: 15px;
}

.with-icon::before {
	content: "\2795 ";
	font-weight: bold;
	color: green !important;
	/* アイコンの色を緑色に */
}

.col-table {
	color: whitesmoke;
	/*	background-image: linear-gradient(180deg, rgba(85, 85, 85, 1), rgba(83, 83, 83, 1) 35%, rgba(81, 81, 81, 1) 62%, rgba(36, 36, 36, 1) 95%);*/
	background-color: #373B47;
}

.btn-header {
	color: #CDC3C3;
	background-color: #373B47;
	border-color: #f8f9fa;
	width: 120px;
	margin-bottom: 2px;
	border-radius: 5px;
}

.btn-header:hover {
	background: #212529;
	color: #E4AD5B;
}



/* 見出しの設定 */
.title-container {
	font-size: 24px;
	padding: 15px 0px 10px 12px;
	width: 100%;
}

input[type=button]:disabled {
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #666666;
}

/* ファイルアップロード */
div.droparea {
	width: auto;
	height: 100px;
	border-radius: 6px;
	text-align: center;
	border: 2px dashed #4C4C4C !important;
	background-color: #F5F5F5 !important;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
}

div.droparea:hover {
	cursor: pointer;
}

div.droparea p {
	text-align: center;
}

input.inputfile {
	display: none;
}

.btn-row {
	width: 980px;
}

.message-upload-normal {
	background-color: lightgreen;
	border-color: red;
	font-size: smaller;
}

.message-upload-error {
	background-color: lightpink;
	border-color: red;
	font-size: smaller;
}

.modal {
	background-color: rgba(0, 0, 0, 0.4);
	/* 背景色と透明度を設定 */
}

h4 {
	width: 100%;
	border-bottom: 2px solid #FBAF39;
	line-height: 1.5;
	font-size: 1.2rem;
}



.col-md-12 {
	width: 100%;
	margin-top: 60px !important;
	margin-left: -40px;
	/*    width: 1250px;*/
	/*    height: 88vh;*/
	margin-right: 50px !important;
	/*    height: 88% !important;*/
}

/* --------------------
 * ■jqgrid設定
 * -------------------- */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid;
	font-weight: bold;
	background: #373B47 !important;
	background-color: #373B47 !important;
	color: #CDC3C3;
	/*	background-image: linear-gradient(180deg, rgba(85, 85, 85, 1), rgba(83, 83, 83, 1) 15%, rgba(81, 81, 81, 1) 42%, rgba(36, 36, 36, 1) 85%);*/
}

/* 2025/05/17 uchiyama.takuya gridフォーカス時の黄色くなる事象解除*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: none;
	background: #ffffff;
}

.ui-jqgrid .ui-jqgrid-htable th,
.ui-jqgrid .ui-jqgrid-btable td {
	border-bottom: 1px solid #DDDDDD !important;
	border-right: 1px solid #DDDDDD !important;
}

/*.ui-jqgrid .ui-jqgrid-view,*/
/*.ui-jqgrid .ui-jqgrid-hdiv,*/
/*.ui-jqgrid .ui-jqgrid-bdiv {*/
/*    border-color: #fff !important; */
/*}*/

/*  gridのpaddingを除去 */
/*.ui-jqgrid tr.jqfoot>td, .ui-jqgrid tr.jqgroup>td, .ui-jqgrid tr.jqgrow>td {*/
/*    padding: 0 0px 0 0px;*/
/*}*/


/*.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {*/
/*     border: 1px solid #a6c9e2; */
/*     background-color: #00bcd4 !important;*/
/*    background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;*/
/*}*/

/* .ui-widget-content { */
/*    border: 1px solid #ddd;*/
/*    background: #fafad2;*/
/*    color: #333*/
/*}*/

/*  gridのチェックボックスレイアウト変更 */
/*.ui-jqgrid .jqgrow > td > .cbox {*/
/*	height: 13px;*/
/*	width: 13px;*/
/*	cursor: pointer;*/
/*	text-align: center;*/
/*	vertical-align: middle;*/
/*    margin: .1em;*/
/*    margin-top: 0.1em;*/
/*    margin-right: 0.1em;*/
/*    margin-bottom: 0.1em;*/
/*    margin-left: 0.1em;*/
/*    cursor: pointer;*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*}*/

/*ポップアップ画面*/
.table {
	width: fit-content;
	padding: 0px 0px 0px 0px;
	height: 30px;
	margin-top: 15px;
	margin-bottom: 0px;

}

.search-tr-modal {
	border-right-width: 1px;
}

/* ボタンの設定 */
/*.btn-search-modal {
	margin-left: 50px;
	margin-top:17px;
	height: 30px;
	width: 70px;
	border: 1px solid #4C4C4C;
	border-radius: 5px;
	background-color: #fff;
	color: #2589d0;

}*/
/* ボタンの設定 */
/*.btn-search,.btn-search-modal {
	margin-left: 25px;
	margin-top:48px;
	height: 30px;
	width: 70px;
	border-radius: 5px;
    background-color:#4C4C4C;
	text-align: center;
	color:#fff

}

/* ポップアップ画面ボタンの設定 */
/*.btn-search-modal {
	margin-top:18px;
}*/
.btn-search-modal-2 {
	margin-top: 48px;
}


/*.btn-search-modal:hover {
	border: none;
	background-color: #4C4C4C;
	color: #fff;
	font-weight: 600;
	
}*/

.btn-con-search {
	outline: none;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 80px;
	height: 30px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	border: 1px solid #606266 !important;
	color: #606266;
	font-size: 13px;
	border: none;
}

.btn-con-search:hover {
	color: #409EFF;
}


.search-td-modal {
	background-color: #F5F5F5 !important;
	height: 30px;
	width: 200px;
	text-align: center;
	padding: 0rem 0rem 0rem 0rem !important;
	border: 1px solid #4C4C4C !important;
	height: 30px;
	width: 200px;
	text-align: center;
	padding: 0rem 0rem 0rem 0rem !important;
	border-radius: 2px;
	border-width: 1.5px;

	color: whitesmoke;
	background-clip: border-box;
	background-image: linear-gradient(180deg, rgba(85, 85, 85, 1), rgba(83, 83, 83, 1) 15%, rgba(81, 81, 81, 1) 42%, rgba(36, 36, 36, 1) 85%);
	background-origin: padding-box;
	background-position-x: 50%;
	background-position-y: 50%;
}

.model-header>h3 {
	font-weight: bold;
	border-bottom: 2px solid #4c9ac0;
	padding: 0.3em;
	margin-bottom: 0.3em;
}

.modal-dialog {
	max-width: 700px !important;
	overflow-y: auto;
	overflow-x: clip;
	/*height:200px;*/
}

.modal {
	overflow-y: auto;
	/*height:200px;*/
}

/*ポップアップ画面*/

.color-gray {
	/*	background-color:#BFBFBF;*/
	background: linear-gradient(transparent 80%, #BFBFBF 80%);
}

.color-green {
	/*	background-color:#C6E0B4;*/
	background: linear-gradient(transparent 80%, #C6E0B4 80%);
}

.color-pink {
	/*	background-color:#F8CBAD;*/
	background: linear-gradient(transparent 80%, #F8CBAD 80%);
}

.color-blue {
	/*	background-color:#9BC2E6;*/
	background: linear-gradient(transparent 80%, #9BC2E6 80%);
}

/* スマホ化対応 */
/*.container-2S {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .container-2S {*/
/*        grid-template-columns: 1fr;*/
/*        max-width: 90%;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .container-2S {*/
/*        max-width: 80%;*/
/*    }*/

/*    .left {*/
/*        flex: 1;*/
/*    }*/

/*    .right {*/
/*        flex: 1;*/
/*    }*/

/*    .skillList {*/
/*        width: 600px;*/
/*        height: 100px;*/
/*    }*/

/*    @media screen and (max-width: 768px) {*/
/*        #skillList {*/
/*            width: 100%;*/
/*        }*/
/*        .ui-jqgrid {*/
/*            width: 100% !important;*/
/*        }*/
/*        .ui-jqgrid-view {*/
/*            width: 100% !important;*/
/*        }*/
/*        .ui-jqgrid-bdiv {*/
/*            width: 100% !important;*/
/*        }*/
/*    }*/
/*}*/

.ui-datepicker-calendar .ui-state-default {
	border: 1px solid #c5dbec;
	background: #dfeffc;
	font-weight: bold;
	color: #2e6e9e
}

.ui-datepicker-calendar .ui-state-active {
	border: 1px solid #79b7e7;
	background: #f5f8f9;
	font-weight: bold;
	color: #e17009
}

.ui-datepicker-calendar .ui-state-highlight {
	border: 1px solid #fad42e;
	background: #fbec88;
	color: #363636
}

.ui-search-input {
	text-align: left;
}

.custom-filter-icon {
	background-image: url('custom-filter-icon.svg');
	width: 16px;
	/* 適切なサイズに調整 */
	height: 16px;
	/* 適切なサイズに調整 */
	background-repeat: no-repeat;
	cursor: pointer;
	/* マウスオーバー時にカーソルが変わるように */
}

.warn-msg {
	color: orangered;
}

/*トグルメニュー エリア　START　*/
.menu {
	position: relative;
}

.menu-icon {
	margin-left: 0px;
	background: none;
	border: none;
	/*    font-size: 20px;*/
	cursor: pointer;
}

/*				.fa-desktop {*/
/*					color: lightgreen*/
/*				}*/

/*.menu-list {
  max-width: 60px;
  margin-left: 5px;
  padding-left: 3px;
  margin-top: 50px;
  margin-bottom: 100.0px;
  background-color:#fff;
  z-index: 1000; /* 他の要素より上に表示 
  height:80%;

  z-index:986;
  overflow-y:hidden;
  -webkit-transition:-webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s;
  transition:-webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s;
  transition:transform .25s cubic-bezier(.4,0,.2,1) 0s;
  transition:transform .25s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s
  
display:-webkit-box;
  display:-moz-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  flex-direction:column;
  box-flex:1;
  flex-grow:1;
  box-pack:justify;
  justify-content:space-between;
  overflow-y:auto;
  will-change:transform

}*/

.menu-list li:last-child {
	margin-bottom: 0;
}

.a-U-Li {
	overflow-x: hidden;
	overflow-y: hidden;
}

.a-s-T {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	-moz-box-flex: 1 1 auto;
	flex: 1 1 auto;
	vertical-align: middle;
	white-space: nowrap
}

.nav-item {
	margin-top: 10px;
}


.gb_Mc {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-outline-radius: 5px;
	margin-right: 10px;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	height: 32px;
	/*  width:20px;*/
	-moz-box-flex: 0;
	-moz-box-flex: 0 0 auto;
	flex: 0 0 auto;
	/*  background: transparent;*/
	/*  background-color: rgba(0,0,0,.5);*/
	/*	background-color: rgb(255, 255, 255,.6);*/
	color: #FFF9E9;
	/*  background-image: linear-gradient(0deg, rgba(144, 245, 154, 1), rgba(4, 202, 255, 1));*/
	border: 1px;
	border-color: rgb(255, 255, 255, .6);
}

.gb_Mc:hover {
	/*  -moz-border-radius:5px;*/
	/*  border-radius:5px;*/
	/*  -moz-outline-radius:5px;*/
	/*  overflow:hidden;*/
	/*  vertical-align:middle;*/
	/*  cursor:pointer;*/
	/*  -moz-box-flex:0;*/
	/*  -moz-box-flex:0 0 auto;*/
	/*  flex:0 0 auto;*/
	/*  background-color: #E6A234;*/
	/*  background: -webkit-linear-gradient(30deg,#065ef6,#bc65dc,#eb5234);*/
	/*  color:#000;*/
}

.gb_Mc_open {
	background-color: #FFF9E9;
	/*  background: -webkit-linear-gradient(30deg,#065ef6,#bc65dc,#eb5234);*/
	color: #000;

}

.gb_Pa .gb_Mc {
	margin: 0 4px 0 0
}

.gb_Mc:focus:not(:focus-visible) {
	outline: none
}

.gb_Mc:focus-visible {
	outline: 1px solid #202124;
	outline-offset: -1px
}

ul.no-bullets {
	list-style-type: none;
	/* ポイント（ぽっち）を非表示にする */
}

/*トグルメニュー END　*/
.app-name {
	font-size: 26px;
	font-family: Times New Roman, "メイリオ";
	/*  	color: whitesmoke;*/
	/* 	background: -webkit-linear-gradient(30deg,#065ef6,#bc65dc,#eb5234);*/
	/*    -webkit-background-clip: text;背景をテキストでマスクする*/
	/*    -webkit-text-fill-color: transparent;*/
}

/*画面をグレーアウトして非活性状態にする*/
.overlay {
	margin-top: 50px;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* 半透明の黒 */
	z-index: 9999;
	/* 他の要素よりも上に配置 */
	margin-left: 194px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	margin-top: 0;
	margin-left: 0;
	height: 40px;
	background: #373B47;
	/*	background: linear-gradient(135deg, #1d262e 0%, #183d5c 100%);*/


	/*	background:#000;*/
	/*box-shadow: 0px 10px 4px 6px rgba(21, 17, 13, 0.16);
	/*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;  /*ヘッダの背景色 */
	/*z-index: 1000;*/
}


.company-icon_top {
	padding-top: 0px;
	width: 90%;
	/*height:90%;*/
	object-fit: cover;

	margin-left: 10px;
}

.navbar-expand-lg {
	padding-left: 35px;
	margin-left: auto;
}


.left.container-2S {
	margin-top: 60px;
}


comment {
	color: orangered;
	text-decoration: underline;
}



/*sidebar制御*/
.nav-container,
.menu-list,
.nav-item {
	overflow: visible !important;
	position: relative;
	/* 必要であれば */
	z-index: 1;
}

.nav-container {
	width: 60px;
	overflow: hidden;
	transition: width 0.4s ease-in-out 0.05s;
	position: fixed;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #373B47;
	/*	background: linear-gradient(135deg, #1d262e 0%, #183d5c 100%);*/

}

.nav-container.expanded {
	width: 230px;
}

.expanded {
	max-width: 230px;
}

.container-logo-button {
	max-height: 60px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.sidebar {
	width: 60px;
	transition: width 0.4s ease-in-out 0.05s;
}

.sidebar.expanded {
	width: 230px;
}



.sidebar .menu-text {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-10px);
	transition:
		opacity 0.4s ease-in-out 0.05s,
		transform 0.4s ease-in-out 0.05s,
		visibility 0s linear 0.1s;
}

.sidebar.expanded .menu-text {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transition:
		opacity 0.4s ease-in-out 0.05s,
		transform 0.4s ease-in-out 0.05s,
		visibility 0s linear 0s;
}


ul.menu {
	gap: 12px;
	padding-left: 5px;
	margin: 0;
	transition: width 0.4s ease-in-out 0.05s;
}

/* PC */
ul.menu>li {
	padding: 14px 14px;
	transition: width 0.4s ease-in-out 0.05s;
}

/* タブレット以下 */
@media (max-width: 1024px) {
	ul.menu>li {
		padding: 10px 14px;
		/* 少し低め */
	}
}

/* スマホ */
@media (max-width: 600px) {
	ul.menu>li {
		padding: 6px 13px;
		/* もっと低め */
	}
}

hr {
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 1px;
	margin-right: 3px;
	width: 85%;
	border: none;
	border-top: 2px dotted #FFF9E9;
	transition: width 0.4s ease-in-out 0.05s;
}

.hr-menu {
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 3px !important;
	margin-right: 3px;
	width: 95%;
	border: none;
	border-top: 2px dotted #FFF9E9;
	transition: width 0.4s ease-in-out 0.05s;
}

ul.submenu li:first-child {
	font-size: 18px;
	color: #324567;
}

ul.submenu {
	gap: 1px;
	border-radius: 0px 5px 5px 0px;
}

ul.submenu li {
	padding: 5px 5px;
	font-size: 12px;
	color: #373B47;
}

ul.submenu li:not(:first-child):hover {
	background-color: #4B5563;
	border-radius: 5px;
	margin-right: 5px;
}

ul.submenu li:not(:first-child) a:hover {
	/*    background-color: #787878;*/
	border-radius: 5px;
	margin-right: 5px;
	color: #fff !important;
}

.submenu {
	padding: 5px;
	/*padding-left:5px;
	padding-top:8px;*/
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	min-height: 100px;
	min-width: 180px;
	color: #373B47;
	background: #FFF9E9;
	z-index: 1000;
}

.nav-link {
	/*	padding-top:2px;*/
	/*	padding-bottom:2px;*/
	padding: 5px;
	/*	font-size: 14px;*/
	color: #373B47;
	font-weight: bold;
}

.submenu a {
	color: #373B47;
}

.submenu a:hover {
	color: #fff !important;
}

.menu-item {
	position: relative;
	padding-left: 15px;
}


.menu-item:hover>.submenu {
	display: block;
	position: fixed;
	background: #F8F8F8;
	top: 0;
	padding-top: 90px;
	left: 60px;
	width: 0;
	height: 100%;
	overflow: hidden;
	transition: width .2s ease-out;
}

ul.submenu li:first-child {
	font-size: 16px;
	font-weight: 600;
	color: #2A2D35;
	padding-bottom: 8px;
	margin-bottom: 6px;
	border-bottom: 1px solid #dcdcdc;
}

.menu-link {
	width: 30px;
	height: 40px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
}

.menu-link i {
	padding-top: 10px;
	flex-shrink: 0;
	width: 24px;
	text-align: center;
}

.menu-link span {
	padding-top: 10px;
	transition: width 0.4s ease-in-out 0.05s;
}

.menu a {
	display: inline-block;
	transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	transform-origin: left center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px 0px 0px 5px;
	display: block;
}

.menu a:hover {
	color: #373B47;
	transform: scale(1.2);
}


.menu-item:hover {
	color: #373B47;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px 0px 0px 5px;
}

/*sidebar制御*/




.search-btn {
	width: 100px;
	height: 35px;
	/*    border-radius: 5px 5px 0px 0px;*/
	background-color: rgb(255, 255, 255);
	border-top: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
	color: #606266;
	/*    background: #373B47;*/
	/*    color: #CDC3C3;*/
	font-size: 14px;
	border: none;
}

.search-btn:hover {
	color: #409EFF;
}

.line-for-search-eare {
	opacity: 1;
	border: 5px;
	width: 100%;
	margin: 0%;
	height: 2px;
	color: #373B47;
}

.flatpickr-input {
	height: 30px;
}

.collapse-skill-area {
	margin-left: 0px !important;
}

.modal-header {
	background-color: #373B47;
	color: #FFF9E9;
}


.input-box-con {
	border: 1px solid #606266 !important;
	border-radius: 5px;
	;
}

.el-textarea__inner {
	/*   min-height: 120px !important;*/
	max-height: 250px !important;
	/*  height: 120px !important;*/
}

/* ------
 * メニューボタンのCSS追加 2025/10/17 uchiyama.takuya
 *　------ */
.menu-btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	/* ← 左寄せにする */
	gap: 6px;
	/*   background-color: #343845;*/
	padding: 0px 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	width: fit-content;
	/* 中身に合わせて幅自動 */
	color: #F8CBAD;
	margin-left: 4px;
}

/* 三角形 */
.triangle {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid gainsboro;
	;
	transition: transform 0.1s ease;
	transform-origin: center center;
	/* ここを中央固定 */
}

/* 三本線 */
.lines {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.lines span {
	display: block;
	width: 17px;
	height: 2px;
	background-color: gainsboro;
}

.menu-btn.open {
	flex-direction: row-reverse;
}

/* 開いている時（反転） */
.menu-btn.open .triangle {
	transform: rotate(180deg);
}

.el-table__header .cell {
	color: #fff !important;
}

.el-table__header th {
	background-color: #373B47 !important;
}

.el-pagination.is-background .btn-next.is-active,
.el-pagination.is-background .btn-prev.is-active,
.el-pagination.is-background .el-pager li.is-active {
	background: #373B47;
}

.el-button--warning {
	background: linear-gradient(135deg, #F09B6B 0%, #E17A4A 100%);
	border-color: #F09B6B;
	border-radius: 10px;
}

.el-button--warning:hover {
	background: linear-gradient(135deg, #F2A77D 0%, #E48C57 100%);
	border-color: #F2A77D;
	box-shadow: 0 6px 14px rgba(246, 122, 96, 0.35);
	transform: translateY(-2px);
}

.el-button--primary {
	background: linear-gradient(135deg, #5AB9F0 0%, #2BB9C9 100%);
	border-radius: 10px;
	border: none;
}

.el-button--primary:hover {
	background: linear-gradient(135deg, #80D4FF 0%, #4FD6E2 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(79, 214, 226, 0.35);
}

.btn-search {
	background: linear-gradient(135deg, #F3A56B 0%, #E48246 100%);
	border-radius: 10px;
	border: none;
}

.btn-search:hover {
	background: linear-gradient(135deg, #F8B987 0%, #EE8E52 100%);
	box-shadow: 0 6px 14px rgba(238, 142, 82, 0.35);
	transform: translateY(-2px);
}

.el-button--info {
	background: linear-gradient(135deg, #B2B3B8 0%, #9C9DA2 100%);
	border-radius: 10px;
	border: none;
}

.el-button--info:hover {
	background: linear-gradient(135deg, #C6C7CC 0%, #A5A6AB 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(165, 166, 171, 0.35);
}

.el-button--success {
	background: linear-gradient(135deg, #F09B6B 0%, #E17A4A 100%);
	border-color: #F09B6B;
	border-radius: 10px;
	border: none;
}

.el-button--success:hover {
	background: linear-gradient(135deg, #F2A77D 0%, #E48C57 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(246, 122, 96, 0.35);
}

.el-button--danger {
	background: linear-gradient(135deg, #F49B9B 0%, #E17A7A 100%);
	border-color: #F49B9B;
	border-radius: 10px;
}

.el-button--danger:hover {
	background: linear-gradient(135deg, #F6A6A6 0%, #E38B8B 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(227, 139, 139, 0.35);
}

.serch-joken {
	background: linear-gradient(135deg, #A99C90 0%, #93867C 100%);
	color: #fff;
	border-radius: 10px;
	padding: 4px 12px;
	/*	font-weight: bold; */
	cursor: pointer;
	display: inline-block;
	line-height: 1.2;
	font-size: 14px;
}

.serch-joken:hover {
	background: linear-gradient(135deg, #B6A99E 0%, #9F9288 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.10);
}

.serch-joken_reset {
	border: 1px solid #B6A99E;
	color: #606266;
	border-radius: 10px;
	padding: 4px 12px;
	margin-left: 10px;
	/*	font-weight: bold; */
	cursor: pointer;
	display: inline-block;
	line-height: 1.2;
}

.serch-joken_reset:hover {
	border: 1px solid #B6A99E;
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.10);
}

.mitouroku-btn {
	background: linear-gradient(135deg, #B2AAA3 0%, #968E88 100%);
	border-radius: 10px;
	border: none;
}

.mitouroku-btn:hover {
	background: linear-gradient(135deg, #B2AAA3 0%, #968E88 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(165, 166, 171, 0.35);
}

.anken-mail-btn {
	background: linear-gradient(135deg, #B78CD9 0%, #9B63C1 100%);
	border-color: #B78CD9;
	border-radius: 10px;
}

.anken-mail-btn:hover {
	background: linear-gradient(135deg, #C09BDF 0%, #A579C5 100%);
	border-color: #C09BDF;
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(155, 99, 193, 0.35) !important;
}

.search-btn {
	background: linear-gradient(135deg, #5FB49C 0%, #3F8F7A 100%);
	color: #fff;
	border-radius: 10px;
	padding: 4px 12px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	line-height: 1.2;
	font-size: 14px;
}

.el-button--plain {
	border-radius: 10px;
	padding: 4px 12px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	line-height: 1.2;
	font-size: 14px;
}

.search-btn {
	background: linear-gradient(135deg, #6CC5AB 0%, #4DA88C 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(63, 143, 122, 0.35);
}

.search-btn:hover {
	color: #409EFF;
}

.is-plain {
	color: #fff !important;
}

.btn-copy {
	background: linear-gradient(135deg, #6CC5AB 0%, #4DA88C 100%);
}

.btn-copy:hover {
	background: linear-gradient(135deg, #7DD8BC 0%, #5EBB99 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(63, 143, 122, 0.35);
}

.btn-paste {
	background: linear-gradient(135deg, #2FA4A3 0%, #268C8A 100%);
}

.btn-paste:hover {
	background: linear-gradient(135deg, #3DB8B6 0%, #2E9E9C 100%);
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 14px rgba(47, 164, 163, 0.38);
}