
@charset "utf-8";
.pc_none {
	display: none;
}
.txtCenter {
	text-align: center;
}

/* --------------------------
もくじ
-------------------------- */
.listStyle--bar {
	margin-left: 1em;
	position: relative;
}
.listStyle--bar::after {
	content: '';
	display: block;
	position: absolute;
	top: 0.8em;
	left: -1em;
	width: 10px;
	height: 1px;
	background-color: #007fc3;
}
/* ---------------------------
table
------------------------------ */
.table098 td {
	text-align: left;
	font-weight: bold;
}
/* ---------------------------
テキスト装飾
------------------------------ */
.txtEmpha {
	background: linear-gradient(transparent 50%, #ffff99 50%);
}
/* ---------------------------------
キャリアドバイザー
---------------------------------*/
.guide_AdviserBox {
	background-color: #FAF9E2;
	width: 828px;
	border-radius: 6px;
	padding: 30px;
	position: relative;
	margin-bottom: 31px;
}
.linkAreaAdviserBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.AdviserRightBox {
	width: 678px;
	float: right;
}
.AdviserBox_Name {
	color: #222;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 10px;
}
.AdviserBox_Ca {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 10px;
}
.AdviserBox_Txt {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
}
.txt--emphasis {
	font-weight: bold;
}
.clrFix::after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
/* -------------------------------
CVエリア
---------------------------------*/
.cvArea {
	background: #F1F6FB;
	border-radius: 15px;
	padding: 33px 43px 30px;
	width: 100%;
	box-sizing: border-box;
	margin: 20px auto 35px;
	text-align: center;
	font-size: 1.4rem;
}
.cvAreaLead {
	font-weight: bold;
	margin-bottom: 18px;
}
.cvAreaMerit {
	color: #1496DF;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 17px;
	margin-top: 20px;
}
.cvAreaMeritEm {
	font-size: 1.6rem;
	background: linear-gradient(transparent 80%, #ffee00 20%);
}
.cvAreaBtn {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	line-height: 50px;
	background: linear-gradient(#7DBA3C, #60AB0F);
	border-radius: 8px;
	width: 450px;
	margin: 0 auto;
}
.cvAreaBtn:hover {
	text-decoration: none;
	opacity: 0.8;
}
.cvArea .cvAreaBtn {
	color: #fff;
}
/* -------------------------------
PC/SP分割テーブル
---------------------------------*/
.separateTableWrapper {
  display: grid;
  grid-template-columns: 1fr max-content;
}
.separateTable {
  font-size: 18px;
	margin-right: -1px;
}
.separateTable:last-child {
	margin-right: auto;
}
.separateTableHeadTh {
  background: #F6A546;
  color: #FFFFFF;
  font-size: 20px;
	font-weight: bold;
	width: 78px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.separateTableHeadThLong {
  background: #F6A546;
  color: #FFFFFF;
  font-size: 18px;
	font-weight: bold;
	padding: 10px 18px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.separateTableHeadThWide {
	width: 118px;
}
.separateTableHeadTh:first-child {
  font-size: 18px;
}
.separateTableTh {
  padding: 10px 18px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.separateTableTd {
  padding:  10px 0;
	text-align: center;
	border: 1px solid #CCCCCC;
}
/*分割なしテーブル*/
.singleTable {
	font-size: 18px;
	width: 100%;
}
.singleTableHeadTh {
  background: #F6A546;
  color: #FFFFFF;
  font-size: 20px;
	font-weight: bold;
	width: 78px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.singleTableTh {
  padding: 10px 18px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.singleTableTd {
  padding:  10px 0;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.sp_only {
  display: none;
}
.tableCellR1 {
	background-color: #F6CD46;
  font-weight: bold;
}
.tableCellR2 {
	background-color: #FFE387;
  font-weight: bold;
}
.tableCellR3 {
	background-color: #FFF7DC;
  font-weight: bold;
}
.w60 {
  width: 60%;
}
.w50 {
  width: 50%;
}
.w40 {
  width: 40%;
}
.w30 {
  width: 30%;
}
.w20 {
  width: 20%;
}

/*20231114追記*/
.datingImg {
  vertical-align: sub;
}



