<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#panNav {
	display: none !important;
}

/*===================================================
メイン画像
===================================================*/
#mainImgContainer {
	margin-bottom: 30px;
}

#mainImgBox_out {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #eee;
	padding: 52.5% 0 0;
}

#mainImgBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mainImgBox .slick-slider,
#mainImgBox .slick-list,
#mainImgBox .slick-track {
	width: 100%;
	height: 100%;
}

#mainImgBox .slick-slide a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#mainImgBox .slick-slide a,
#mainImgBox .slick-slide a:visited,
#mainImgBox .slick-slide a:hover {
	color: #fff;
	text-decoration: none;
}

#mainImgBox .slick-slide a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

#mainImgBox .slick-slide a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mainImgBox .slick-slide p {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 1;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #000;
	padding: 7px;
	overflow: hidden;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

/********** 画像調整 **********/
#mainImgBox .ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

@media screen and ( max-width:950px ) {
#mainImgContainer {
	width: 100%;
	margin-bottom: 15px;
}

#mainImgBox .slick-slide p {
	font-size: 90%;
}
}


/*===================================================
タイトル
===================================================*/
.nwes_tit,
#topics_tit,
#seminar_tit,
#recruit_tit {
	background-position: 0 4px !important;
	background-size: 25px 20px !important;
}

#topics_tit,
#seminar_tit,
#recruit_tit {
	padding-left: 25px;
}

.nwes_tit {
	background-image: url(../images/top_icon_news.png) !important;
}



#topics_tit {
	background-image: url(../images/top_icon_topics.png);
}

#seminar_tit {
	background-image: url(../images/top_icon_seminar.png);
}

#recruit_tit {
	background-image: url(../images/top_icon_recruit.png);
}


/*===================================================
広告
===================================================*/
#advContainer_pc {
}

#advContainer_sp {
	display: none;
}

#advBox_out_sp {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #eee;
	border: 1px solid #eee;
	padding: 50% 0 0 0;
	margin-bottom: 30px;
}

#advBox_sp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#advBox_sp .adv_slider,
#advBox_sp .slick-list,
#advBox_sp .slick-track {
	height: 100%;
}
#advBox_sp .slick-track a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and ( max-width:950px ) {
#advContainer_pc {
	display: none;
}

#advContainer_sp {
	display: block;
}

#advContainer_sp #advBox_out {
	margin-bottom: 30px;
}
}


/*===================================================
お知らせ
===================================================*/
.nwesContainer {
	margin-bottom: 30px;
}

.nwesBox li {
	display: none;
	font-size: 83.3%;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}
.nwesBox li:nth-child(-n+5) {
	display: block;
}

.nwesBox li a,
.nwesBox li a:visited,
.nwesBox li a:hover {
	text-decoration: none;
}
.nwesBox li a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

.nwesBox dt {
	line-height: 1;
	color: #333;
	margin-bottom: 3px;
}
.nwesBox dt span {
	display: inline-block;
	font-size: 85%;
	border-radius: 3px;
	padding: 3px 5px;
	margin-left: 5px;
}

.nwesBox dd {
	color: #00558f;
	text-decoration: underline;
}

.nwesBox_new {
	color:#fff;
	font-weight: 600;
	background-color: #0078c4;
}

@media screen and ( max-width:950px ) {
.nwesContainer {
	margin-bottom: 30px;
}

.nwesBox li:nth-child(4),
.nwesBox li:nth-child(5) {
	display: none;
}
}


/*===================================================
トピックス
===================================================*/
/********** 枠 **********/
#topicsContainer {
	position: relative;
	margin-bottom: 50px;
}

#topicsBox {
	display: flex;
	flex-flow: wrap;
}

#topicsBox li {
	position: relative;
	box-sizing: border-box;
	margin-top: 15px;
}

#topicsBox a,
#topicsBox a:visited,
#topicsBox a:hover {
	color: #333;
	text-decoration: none !important;
}

@media screen and ( min-width:951px ) {
#topicsBox li {
	width: calc((100% - 30px) / 3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 10px;
}

#topicsBox li:nth-of-type(3n-1) {
	margin: 15px 15px 0;
}

#topicsBox li:nth-of-type(7),
#topicsBox li:nth-of-type(8) {
	display: none;
}
}

@media screen and ( max-width:950px ) {
#topicsContainer {
	padding-bottom: 40px;
	margin-bottom: 30px;
}

#topicsBox li {
	width: 50%;
	border-top: 1px dashed #ccc;
	padding-top: 15px;
	padding-right: 10px;
	margin: 0 0 10px;
}

#topicsBox li:first-of-type,
#topicsBox li:nth-of-type(2) {
	border-top: none;
}

#topicsBox li:nth-of-type(even) {
	float: right;
	padding: 15px 0 0 10px;
}

#topicsBox li:nth-last-of-type(-n+2) {
	margin: 0;
}

.topics_day {
	display: none;
}
}

/********** トピックス画像 **********/
.topics_ImgBox {
    width: 100%;
}

.topics_ImgOut {
    position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #eee;
    padding: 52.5% 0 0 0;
}

.topics_Img {
    box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
}

.topics_Img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/********** トピックス文字 **********/
.topics_day {
	font-size: 90%;
	line-height: 1;
	margin-top: 7px;
}

.topics_name {
	line-height: 1.3;
	color: #0078c4;
	font-weight: 500;
	margin: 5px 0;
}

.topics_copy {
	font-size: 95%;
	line-height: 1.3;
}

#topicsBox a p:first-child {
	margin-top: 0;
}
#topicsBox a p:first-child:before {
	content: "";
	box-sizing: border-box;
	display: block;
	width: 100%;
	background: #eee url(../common/images/dummy_img.png) no-repeat 0 0;
	background-size: contain;
	border: 1px solid #eee;
	padding: 75% 0 0 0;
	margin-bottom: 7px;
}
#topicsBox a:hover p:first-child:before {
    -ms-filter: "alpha( opacity=50 )";
    filter: alpha( opacity=50 );
    opacity: 0.5;
}

@media screen and ( max-width:950px ) {
#topicsBox .topics_copy {
	display: none;
}
.topics_day {
	font-size: 80%;
	margin-top: 5px;
}

#topicsBox .topics_name {
	font-size: 90%;
}
}


/*===================================================
求人情報・研修会
===================================================*/
/********** 枠 **********/
.twoColumnContainer {
	position: relative;
	margin-bottom: 50px;
}

.twoColumnBox li {
	position: relative;
	box-sizing: border-box;
}

.twoColumnBox a {
	display: block;
}
.twoColumnBox a,
.twoColumnBox a:visited,
.twoColumnBox a:hover {
	color: #333;
	text-decoration: none !important;
}

@media screen and ( min-width:951px ) {
.twoColumnBox {
	display: flex;
	flex-flow: wrap;
	width: 100%;
}

.twoColumnBox li {
	width: calc((100% - 15px) / 2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 10px;
	margin: 15px 0 0 0;
}
.twoColumnBox li:nth-of-type(odd) {
	margin: 15px 15px 0 0;
}
}

@media screen and ( max-width:950px ) {
.twoColumnContainer {
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.twoColumnContainer li {
	border-bottom: 1px dashed #ccc;
}
.twoColumnBox li:last-child {
	display: none;
}

.twoColumnBox a {
	padding: 10px 0;
}

.twoColumnBox .topics_day {
	display: block;
}
}

/********** レイアウト **********/
.twoColumnTable {
	position: relative;
	width: 100%;
}

.twoColumnImg {
	position: absolute;
	top: 0;
	left: 0;
    width: 100px;
}

.twoColumnImg .topics_ImgOut {
	padding-top: 75%;
}

.twoColumnInfo {
	box-sizing: border-box;
    width: 100%;
	padding-left: 110px;
}
.twoColumnTable .twoColumnInfo:first-child {
	position: static;
	padding-left: 0;
}
.twoColumnTable .twoColumnInfo:nth-child(2) {
	min-height: 75px;
}

.twoColumnInfo .topics_day {
	margin: 0;
}

.twoColumnInfo .topics_name {
	margin-bottom: 0;
}

.twoColumnTable + .topics_copy {
	margin-top: 5px;
}
.twoColumnTable + .topics_copy:empty {
	display: none;
}

.new_icon .twoColumnTable .twoColumnInfo:first-child .topics_day {
	text-indent: 1.5em;
}

@media screen and ( max-width:950px ) {
.twoColumnTable {
	margin-bottom: 0;
}

.twoColumnBox .topics_ImgOut {
	padding-top: 75%;
}

.twoColumnBox .topics_name,
.twoColumnBox .topics_copy {
	font-size: 90%;
}

.twoColumnInfo .topics_name {
	margin: 3px 0;
}

.new_icon .twoColumnTable .twoColumnInfo:first-child .topics_day {
	text-indent: 3.5em;
}

.new_icon .twoColumnTable .twoColumnInfo:first-child .topics_name {
	text-indent: 2em;
}
}

/********** セミナーアイコン **********/
#seminar_tit + .twoColumnBox .topics_day {
  position: relative;
  padding-left: 70px;
	margin: 0;
}
#seminar_tit + .twoColumnBox .topics_day.seIcon_type03 {
  padding-left: 60px;
}

#seminar_tit + .twoColumnBox .topics_day:before {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 16px;
  font-size: 75%;
  line-height: 10px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 3px center;
  border-radius: 3px;
  padding: 3px 3px 3px 15px;
  margin-top: -8px;
}
#seminar_tit + .twoColumnBox .topics_day.seIcon_type01:before {
  content: "オフライン";
  background-color: #eb6161;
  background-image: url(../seminar/images/icon_seminar_type_01.png);
}
#seminar_tit + .twoColumnBox .topics_day.seIcon_type02:before {
  content: "オンライン";
  background-color: #4ea8e2;
  background-image: url(../seminar/images/icon_seminar_type_02.png);
}
#seminar_tit + .twoColumnBox .topics_day.seIcon_type03:before {
  content: "動画教材";
  background-color: #957DAC;
  background-image: url(../seminar/images/icon_seminar_type_03.png);
  background-size: 10px 8px;
}


/*===================================================
BBS・SNS
===================================================*/
#bbsContainer,
#snsContainer {
}

#bbsContainer {
}

#bbsContainer #side_bbsBox li {
}

#snsContainer {
}

#snsContainer #side_snsBox {
}

@media screen and ( max-width:950px ) {
#snsContainer {
	display: none;
}
}

@media screen and ( max-width:665px ) {
#side_bbsBox_out {
	display: block;
	margin-bottom: 30px;
}
}


/*===================================================
NEWアイコン
===================================================*/
#topicsBox li.new_icon:before,
.twoColumnBox li.new_icon:before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 50px;
	height: 50px;
	background: url(../images/top_icon_new.png) no-repeat 0 0;
	background-size: 50px 50px;
	z-index: 100;
}

/*===================================================
フッター
===================================================*/
#footLinkBoxOut {
    margin-bottom: 0;
}

/*===================================================
ページトップ
===================================================*/
@media screen and ( max-width:665px ) {
#bt_to_top {
	bottom: 15px;
}
}</pre></body></html>