@charset "utf-8";
/* CSS column Document */
.column-black{
	/* background:var(--black-color); */
  background-color: var(--orange-color-3);
}
.column-black h2.block-title{
	max-width: 1136px;
	margin-left: auto;
	margin-right: auto;
  padding-left:15px;
  padding-right:15px;
	color:var(--white-color);
}
.column-black .node--view-mode-grid .field--name-title a{
	color:var(--white-color);
}
.column-black .node--view-mode-grid .field--name-title a:hover{
	color:var(--green-color);
}
.column-black .carousel.view .field--type-image a img{
	border:1px solid var(--navy-color);
}
#column-header{
	min-height: 650px;
	position: relative;
	margin-top: -157px;
}
#column-header .content-box{
	position: absolute;
	bottom:50px;
	color:var(--white-color);
}
#column-header .content-box .title{
	color:var(--white-color);
	font-weight: 600;
	font-size: 3.2em;
}
body.path-node.page-node-type-column .region.region-content{
	max-width: 980px;
	margin-left:auto;
	margin-right:auto;
	padding: 80px 0px;
}
.block-field-blocknodecolumnbody {
	font-size:1.4rem;
}
.block-field-blocknodecolumnbody p{
	line-height: 200%;
	margin-bottom:40px;
}


/* ***********************************************************************
   column-list-page
 *********************************************************************** */
.column-list-page .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.column-list-page .view-content .views-row {
  width: calc((100% - 2rem * 3) / 4);
}

.column-list-page .view-content .block-field-blocknodecolumnfield-col-eye-catch {
  margin-bottom: 0.8rem;
}
.column-list-page .view-content .field--type-image a img {
  width: 100%;
  height: auto;
}

.column-list-page .view-content .block-field-blocknodecolumnfield-col-category {
  margin-bottom: 0.8rem;
}
.column-list-page .view-content .block-field-blocknodecolumnfield-col-category .field--name-field-col-category {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .column-list-page .view-content .views-row {
    width: calc((100% - 2rem) / 2);
  }
  #column-header{
    margin-top: -85px;
    background-position: bottom;
    background-size: cover;
    min-height: 350px;
  }
  body.path-node.page-node-type-column .region.region-content{
    padding:40px 0px;
  }
}

@media screen and (max-width: 767px) {
  #column-header .content-box .title{
    font-size:2.1rem;
  }
  .column-list-page .view-content .views-row {
    width: 100%;
  }
}



/* ***********************************************************************
   page-node-type-column
 *********************************************************************** */

/* list style */
.page-node-type-column .node--type-column ul,
.page-node-type-column .node--type-column ol {
  margin-left: 2.2rem;
  margin-bottom: 2rem;
}
.page-node-type-column .node--type-column ul {
  list-style: disc;
}
.page-node-type-column .node--type-column ol {
  list-style: decimal;
}
.page-node-type-column .node--type-column li {
  margin-bottom: 1rem;
}




/* *************************************************************************************
 * Customize
 ************************************************************************************* */

/* ログイン中の求職者メニュー 調整 */
body.path-node.page-node-type-column .region-breadcrumb a {
	filter: initial;
}
@media screen and (min-width: 992px) {
	body.path-node.page-node-type-column:not(.sticked) .head_top_bottom_area {
		top: -42px;
	}
}
@media screen and (max-width: 991px) {
	body.path-node.page-node-type-column .region-breadcrumb a {
		filter: initial;
	}
}

/* 一覧 */
.column-list-page .view-content .views-row {
	background-color: var(--white-color);
	box-shadow: 2px 2px 8px 0px rgba(192, 165, 72, 0.3);
  border-radius: 10px;
  overflow: hidden;
	padding-bottom: 20px;
  transition: 0.2s ease-out;
}

.column-list-page .view-content .views-row .block:not(.block-field-blocknodecolumnfield-col-eye-catch) {
	margin: 0 10px;
}