@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------*/
#hrforumPage, #hrforumTitle, #hrforumHdr, #hrforumFt {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: 300;
	font-feature-settings : "palt";
	letter-spacing: .1em;
}
#hrforumPage a:link, #hrforumPage a:visited {
	color: #000000;
	text-decoration: none;
}
#hrforumPage a:hover, #hrforumPage a:active {
	color: #1d2088;
}
#hrforumPage a,
#hrforumPage a:before,
#hrforumPage a:after,
#hrforumPage a > *,
#hrforumPage a > *:before,
#hrforumPage a > *:after {
	transition: all 0.4s;
}
#hrforumPage a:hover,
#hrforumPage a:hover:before,
#hrforumPage a:hover:after,
#hrforumPage a:hover > *,
#hrforumPage a:hover > *:before,
#hrforumPage a:hover > *:after {
	transition: all 0.3s;
}
#hrforumPage main:after, #hrforumPage section:after, #hrforumPage ul:after, #hrforumPage .clearfix:after, #hrforumPage .inner:after, #hrforumPage .article:after, #hrforumFt .inner:after {
	content: "";
	display: block;
	clear: both;
}
#hrforumPage img {
	max-width: 100%;
	height: auto;
}
#hrforumPage {
	min-width: 960px;
	font-size: 1.25em;
}
#hrforumPage .inner {
	width: 960px;
	padding: 60px 0;
	margin: 0 auto;
}
#hrforumPage figure {
	margin: 0;
}
#hrforumPage header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 0 20px;
	display: table;
}
#hrforumPage header a {
	font-weight: 400;
}
#hrforumPage header .logo {
	display: table-cell;
	width: auto;
	padding: 20px 0;
}
#hrforumPage header nav {
	display: table-cell;
	width: auto;
}
#hrforumPage header nav ul {
	text-align: right;
	list-style-type: none;
}
#hrforumPage header nav li {
	display: inline-block;
	margin: 0 0 0 2em;
	vertical-align: middle;
}
#hrforumPage header nav li a {
	text-decoration: none;
	font-weight: bold;
}
#hrforumPage #visual {
	position: relative;
	width: 100%;
	height: calc(100vh - 80px);
	max-height: 600px;
	margin: 0;
	color: #ffffff;
	font-family: "Questrial", YuGothic, '游ゴシック', "平成角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: bold;
	font-feature-settings : "palt";
	letter-spacing: .1em;
	overflow: hidden;
}
#hrforumPage #visual figure {
	position: absolute;
	width: 1920px;
	top: 0;
	left: 50%;
	margin: 0 0 0 -960px;
	z-index: 1;
}
#hrforumPage #visual .inner {
	position: relative;
	top: 50%;
	text-shadow: 0 0 5px #000000;
	z-index: 10;
	transform: translateY(-50%);
}
#hrforumPage #visual .inner .title {
	width: 100%;
	font-size: 5em;
	line-height: 1.25;
	text-align: center;
}
#hrforumPage #visual .inner .title .sub {
	font-size: 0.9em;
}
#hrforumPage #visual .inner .title .color {
	color: #e60012;
}
#hrforumPage #visual .text {
	width: 100%;
	margin-top: 2em;
	font-size: 2em;
	text-align: center;
}
#hrforumPage #visual .date {
	margin: 0;
	font-size: 1.75em;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
}
 @-webkit-keyframes fade-in {
 0% {
opacity:0
}
 100% {
opacity:1
}
}
@keyframes fade-in {
 0% {
opacity:0
}
 100% {
opacity:1
}
}
#hrforumPage .heading {
	padding: 60px 0;
	text-align: center;
}
#hrforumPage h2 {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: 2.5em;
	line-height: 1.25em;
	font-weight: 700;
}
#hrforumPage h2 span {
	display: inline-block;
	padding: 0 0.5em;
	color: #333333;
	font-size: 0.5em;
	font-weight: 400;
	background: #ffffff;
}
#hrforumPage h2 span:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 1px;
	left: 10%;
	bottom: 1.15em;
	background: #cccccc;
	z-index: -1;
}
#hrforumPage h3 {
	font-size: 1.5em;
}
#hrforumPage #btns ul {
	margin: 0 0 30px 0;
	padding: 0;
}
#hrforumPage #btns li {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 30px;
	list-style: none;
}
#hrforumPage #btns li:after {
	content: "\f054";
	position: absolute;
	right: 20px;
	top: 20px;
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 2em;
	font-weight: bold;
	transition: all 0.4s;
}
#hrforumPage #btns li:hover:after {
	color: #1d2088;
	transition: all 0.3s;
}
#hrforumPage #btns li:last-child {
	margin-right: 0;
}
#hrforumPage #btns a {
	display: block;
	padding: 6px 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 1.25;
	border: 4px solid #1d2088;
	background: #1d2088;
	box-sizing: border-box;
	transition: all 0.4s;
}
#hrforumPage #btns a span {
	display: block;
	color: #ffffff;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 2.5em;
	font-weight: bold;
}
#hrforumPage #btns a:hover {
	color: #1d2088;
	border: 4px solid #1d2088;
	background: #ffffff;
	transition: all 0.3s;
}
#hrforumPage #btns a:hover span {
	color: #000000;
}
#hrforumPage #outline {
	background: #f6f3f3;
	z-index: -1;
}
#hrforumPage #outline h2 span {
	background: #f6f3f3;
}
#hrforumPage #outline h2 span:after {
	background: #999999;
}
#hrforumPage #outline p {
	width: 680px;
	margin: 1em auto;
	line-height: 2;
	text-align: left;
}
#hrforumPage #outline table {
	width: auto;
	margin: auto;
}
#hrforumPage #outline table th,
#hrforumPage #outline table td {
  padding: 1em 0;
	text-align: left;
  border-top: 1px solid #ddd;
}
#hrforumPage #outline table th {
	padding-right: 3em;
}
#hrforumPage #outline .pcOnly {
	display: inline-block;
}
#hrforumPage #pickup section {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
#hrforumPage #pickup section .article {
	width: 460px;
	margin: 0 0 2em 0;
}
#hrforumPage #pickup section .article:nth-child(odd) {
	margin-right: 40px;
}
#hrforumPage #pickup section .article .text {
	float: left;
	width: 280px;
}
#hrforumPage #pickup section .article .text ul {
	margin: 0;
}
#hrforumPage #pickup section figure {
	float: left;
	width: 180px;
}
#hrforumPage #pickup section figure img {
	max-width: 100%;
	height: auto;
}
#hrforumPage #pickup h3 {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	font-size: 1.25em;
	font-weight: 500;
}
#hrforumPage #pickup h3:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background: #e60012;
}
#hrforumFt .inner {
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;
}
#hrforumFt .logo {
	float: left;
	margin: 0;
}
#hrforumFt .logo img {
	width: 150px;
	height: auto;
}
#hrforumFt .copyright {
	float: right;
	margin: 0;
	font-size: 1em;
}
#hrforumFt .pagetop {
	position: fixed;
	right: 40px;
	bottom: 20px;
}
#hrforumFt .pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	background: #222222;
	text-decoration: none;
}
#hrforumFt .pagetop a:hover {
	background: #666666;
}
#hrforumFt .pagetop a:before {
	content: "\f106";
	display: block;
	width: 40px;
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
}
#hrforumFt .pagetop a span {
	display: none;
}
#hrforumTitle {
	width: 100%;
	padding: 23px 0;
	background: #fff;
}
#hrforumTitle header {
	display: block;
	width: 960px;
	margin: 0 auto;
}
#hrforumTitle header a {
	font-family: "Questrial", YuGothic, '游ゴシック', "平成角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #000000;
	font-size: 2.5em;
	font-weight: 600;
	text-decoration: none;
}
#hrforumTitle header a .color {
	color: #e72510;
}
#hrforumHdr {
	width: 100%;
	padding: 3em 0;
	border-bottom: 5px solid #ffffff;
	background: #e9ecff;
}
#hrforumHdr h1 {
	width: 960px;
	margin: 0 auto;
	font-size: 2.5em;
	font-weight: 500;
}
#hrforumTitle,
#hrforumHdr,
#hrforumPage,
#hrforumFt {
	 min-width: 1000px;
 }
#hrforumHdr.fixed {
	position: fixed;
	padding: 1.5em 0;
	border-bottom: 5px solid rgba(0, 0, 0, 0.05);
	z-index: 999;
}
#hrforumTitle.fixed {
	position: fixed;
	padding: 15px 0;
	z-index: 999;
}
#hrforumPage.inside.fixed {
}

#hrforumPage.inside h2 {
	margin: 0 0 1em 0;
	font-size: 2em;
	font-weight: 400;
}
#hrforumPage.inside h3 {
	margin: 2em 0 1em 0;
	padding: 0.5em 1em;
	font-size: 1.75em;
	font-weight: 400;
	border-left: 3px solid #e72510;
}
#hrforumPage.inside section h3:first-child {
	margin-top: 0;
}
#hrforumPage.inside .summary {
	padding: 2em 0;
	font-size: 1.25em;
	background: #f6f6f6;
}
#hrforumPage.inside .summary section {
	width: 960px;
	margin: 0 auto;
}
#hrforumPage.inside .summary p {
	position: relative;
	margin: 0;
	padding: 0.5em 0 0.5em 2.5em;
	line-height: 1.25;
}
#hrforumPage.inside .summary p:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	color: #6F4748;
	font-family: FontAwesome;
	font-size: 1.75em;
	text-align: center;
}
#hrforumPage.inside .summary p.time:before {
	content: "\f017";
}
#hrforumPage.inside .summary p.floor:before {
	content: "\f041";
}
#hrforumPage.inside .summary p.floor a {
	display: inline-block;
}
#hrforumPage.inside .summary p.floor a:hover:after {
	color: #1d2088;
}
#hrforumPage.inside .summary p.floor a:after {
	content: "\f105";
	padding-left: 0.5em;
	color: #000000;
	font-family: FontAwesome;
	font-size: 1.25em;
}
#hrforumPage.inside main .inner section {
	padding: 2em 0;
	line-height: 2;
}
#hrforumPage.inside #btns {
	width: 60%;
	min-width: 300px;
	margin: 0 auto;
}
#hrforumPage.inside .ftLink {
	display: none;
	padding: 2em 0;
	background: #f6f6f6;
}
#hrforumPage.inside .ftLink section {
	width: 960px;
	margin: 0 auto;
}
#hrforumPage.inside .ftLink a:before {
	content: "\f104";
	display: inline-block;
	width: 1em;
	margin-right: 0.5em;
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 1.25em;
	text-align: center;
	background: #1d2088;
}
#hrforumPage .map .heading {
	padding: 1em 0;
}
#hrforumPage .map figure {
	max-width: 600px;
	margin: 0 auto;
}
#hrforumPage .map figure img {
	border: 1px solid #cccccc;
}
#hrforumPage .map table {
	width: 600px;
	max-width: 100%;
	margin: 1em auto 0 auto;
}
#hrforumPage .map table th, #hrforumPage .map table td {
	padding: 0.5em;
	border-bottom: 1px solid #cccccc;
}
#hrforumPage .map table tr:last-child th, #hrforumPage .map table tr:last-child td {
	border-bottom: none;
}
#hrforumPage .scheduleTable {
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 1em;
	overflow-x: auto;
}
#hrforumPage .scheduleTable table {
	width: 958px;
	font-size: 1em;
	line-height: 1.4;
	border-top: 1px solid #726250;
	border-bottom: 1px solid #726250;
	border-collapse: collapse;
}
#hrforumPage .scheduleTable table th, #hrforumPage .scheduleTable table td {
	/*position: relative;*/
	display: table-cell;
	padding: 0.5em;
	font-size: 0.75em;
	text-align: left;
	box-sizing: border-box;
	border-collapse: collapse;
	border-left: 1px solid #726250;
}
#hrforumPage .scheduleTable table th:first-child {
	border-left: 0;
}
/*#hrforumPage .scheduleTable table th::before,
#hrforumPage .scheduleTable table td::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #726250;
}*/
#hrforumPage .scheduleTable table.column2 tbody td {
	width: calc(900px / 2 - 1px);
}
#hrforumPage .scheduleTable table.column3 tbody td {
	width: calc(900px / 3);
}
#hrforumPage .scheduleTable table.column4 tbody td {
	width: calc(900px / 4);
}
#hrforumPage .scheduleTable table.column5 tbody td {
	width: calc(900px / 5 - 1px);
}
#hrforumPage .scheduleTable table.column6 tbody td {
	width: calc(900px / 6);
}
#hrforumPage .scheduleTable table.column7 tbody td {
	width: calc(900px / 7);
}
#hrforumPage .scheduleTable table.column8 tbody td {
	width: calc(900px / 8);
}
#hrforumPage .scheduleTable table.column9 tbody td {
	width: calc(900px / 9);
}

#hrforumPage .scheduleTable table tbody th {
	width: 60px;
	border-left: none;
}
/*#hrforumPage .scheduleTable table tr th:first-child::before {
	display: none;
}*/
#hrforumPage .scheduleTable table thead th {
	text-align: center;
	border-bottom: 3px double #726250;
	background: #f5f5dc;
}
#hrforumPage .scheduleTable table td {
	vertical-align: top;
}
#hrforumPage .scheduleTable table td.bgColumn {
	background: #f4f5ff;
}
#hrforumPage .scheduleTable table td a {
	display: block;
	font-size: 0.9em;
}
#hrforumPage .scheduleTable table td a:link {
	text-decoration: underline;
}
#hrforumPage .scheduleTable table td a:hover {
	text-decoration: none;
}
#hrforumPage .scheduleTable table td strong {
	white-space: nowrap
}
#hrforumPage .scheduleTable table td .caption {
	color: #e60012;
	font-size: 0.9em;
}
#hrforumPage .scheduleTable table tbody tr:nth-child(odd) th, #hrforumPage .scheduleTable table tbody tr:nth-child(odd) td {
	border-bottom: 1px dotted #9d896c;
}
#hrforumPage .scheduleTable table tbody tr:nth-child(even) th, #hrforumPage .scheduleTable table tbody tr:nth-child(even) td {
	border-bottom: 1px solid #726250;
}
#hrforumPage .scheduleTable table tbody tr:nth-child(odd) td[rowspan="2"], #hrforumPage .scheduleTable table tbody tr:nth-child(odd) td[rowspan="4"], #hrforumPage .scheduleTable table tbody tr:nth-child(odd) td[rowspan="8"], #hrforumPage .scheduleTable table tbody tr:nth-child(odd) td[rowspan="12"], #hrforumPage .scheduleTable table tbody tr:nth-child(even) td[rowspan="3"] {
	border-bottom: 1px solid #726250;
}
#hrforumPage .scheduleTable table tbody tr:nth-child(even) td[rowspan="2"], #hrforumPage .scheduleTable table tbody tr:nth-child(odd) td[rowspan="3"], #hrforumPage .scheduleTable table tbody tr:nth-child(even) td[rowspan="4"] {
	border-bottom: 1px dotted #9d896c;
}
#hrforumPage .scheduleTable td.btmLine {
	border-bottom: 1px solid #726250 !important;
}
#hrforumPage .scheduleTable td.btmDot {
	border-bottom: 1px dotted #9d896c !important;
}
#hrforumPage .scheduleTable table tbody tr:last-child th, #hrforumPage .scheduleTable table tbody tr:last-child td {
	border-bottom: none;
}
 #hrforumPage .scheduleTable::-webkit-scrollbar {
 height: 10px;
 cursor: pointer;
}
#hrforumPage .scheduleTable::-webkit-scrollbar-track {
 border-radius: 10px;
 background: rgba(40,40,40,0.1);
}
#hrforumPage .scheduleTable::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: rgba(40,40,40,0.1);
}
.disabled a {
	pointer-events: none;
	cursor: default;
}
.imgRight {
	float: right;
	display: block;
	margin: 0 0 15px 30px;
	word-wrap: break-word;
}
.fadeInUP {
	position: relative;
}
.textS {
	font-size: 0.9em;
}
.textSS {
	font-size: 0.75em;
}
.textL {
	font-size: 1.25em;
}
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}


