@charset "utf-8";
/* CSS common Document */
:root {
	--first-color:#000;
	--text-color:#656565;
	--white-color:#fff;
	/* --gray-color:#EBEDEF; */
  --gray-color:#E5DFD6;
	--navy-color:#154360;
	/* --blue-color:#3498DB; */
	--blue-color:#4DD0E1;
	--black-color:#000;
	--orange-color-1:#FFCA28;
	--orange-color-2:#F57F17;
	--orange-color-3:#F9E08F;
	--orange-color-4:#FBF7CE;
  --orange-hover-color-2: #F4B781;
	/* --grayish-color:#E5DFD6; */
	--green-color:#16A085;
	--green-hover-color:#127b66;
	--pink-color:#E74C3C;
	--pink-hover-color:#E74C3C;
	--red-color:#f62459;
	--red-hover-color:#f62459;
	--background-main-color:#FFFDEC;
	--background-breadcrumb-color:#FFCA28;
	--background-footer-color:#E5DFD6;
	--text-color:#000;
	--link-color:#000;
	/* --link-hover-color:#02b875; */
	--link-hover-color:#F57F17;
	--h1-color:#000;
	--bs-gutter-x: 30px;
    
}
body,div,p,a,ul,li{
	box-sizing: border-box;
}


/****共通*****/
@font-face {
  font-family: "NotoSansJP";
  font-weight:400;
  font-display:swap;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight:500;
  font-display:swap;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight:700;
  font-display:swap;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
}

* {
  font-family: "NotoSansJP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	box-sizing: border-box;
}

body.path-frontpage * {
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","NotoSansJP","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


/****全体レイアウト・デザイン******/
body {
    /* background: var(--white-color); */
	background: var(--background-main-color);
    color:var(--text-color);
	/* font-family: brandon-grotesque,'Noto Sans JP', Hiragino Sans, ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN, Meiryo, メイリオ, MS PGothic, helvetica, sans-serif; */
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.dialog-off-canvas-main-canvas{
	overflow: hidden;
}
.dialog-off-canvas-main-canvas .layout-container{
    /* max-width: 1600px; */
    margin-left: auto;
    margin-right: auto;
    background: var(--background-main-color);
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    /* box-shadow: rgb(149 157 165/20%) 0px 8px 24px; */
}

/****共通見出し******/
h1.page-title{
  color:var(--h1-color);
	font-size:2.4rem;
}
.layout-sidebar-first .block h2.block-title,
.layout-sidebar-second .block h2.block-title,
.layout-content .block h2.block-title{
	color:var(--h1-color);
	font-size:2rem;
}
.region-highlighted h2{
	color:var(--h1-color);
	font-size:2rem;
}
.node--view-mode-grid .field--name-title a,
.node--view-mode-carousel .field--name-title a{
	font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .region-highlighted h2{
    font-size:1.6rem;
  }
  .node--view-mode-grid .field--name-title a, .node--view-mode-carousel .field--name-title a {
    font-size: 1.2rem;
    font-weight: 600;
  }
  h1.page-title{
    font-size:1.8rem;
  }
  .layout-sidebar-first .block h2.block-title, .layout-sidebar-second .block h2.block-title, .layout-content .block h2.block-title{
    font-size:1.6rem;
  }
}
/****共通詳細ページスタイル****/
.bordertop.layout{
	padding-top:50px;
	border-top:1px solid #E5E7E9;
}
.field--label-inline .field__label::after{
	display: none;
}
/******ヘッダー******/
#head_top_area{
  background: var(--white-color);
  color: var(--text-color);
  /* border-bottom:1px solid #2C3E50; */
}
.view-seeker-icon{
	position: relative;
  line-height: 40px;
  /* cursor: pointer; */
}
.view-seeker-icon .view-footer{
  
}
.head_top_bottom_area {
 background: #566573;
  border-top:1px solid #85929E;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width:100%; 
  display: none;
	position: absolute;
  top: 100%;
  z-index: 99999;
  color:#fff;
  padding:20px;
  
}
.head_top_bottom_area .container{
  display: flex;
  gap:15px;
}
.datearea{
  font-size:12px;
  /* margin-top:10px; */
}
.datearea label{
  font-weight: 600;
}
.head_top_bottom_area ul {
  display: flex;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.head_top_bottom_area ul li a{
  display: block;
  height:30px;
  line-height: 30px;
  padding:0px 15px;
  background:#2C3E50;
  color:#fff;
  border-left:1px solid #273746;
  border-right:1px solid #808B96;
  font-size:12px;
}
.head_top_bottom_area ul li a:hover{
  background:#273746;
}
.head_top_bottom_area ul li:first-child a{
  border-left: none;
  border-radius: 8px 0px 0px 8px;
}
.head_top_bottom_area ul li:last-child a{
  border-right: none;
  border-radius: 0px 8px 8px 0px;
}
.photoarea img{
  width:80px;
  height:80px;
  border-radius: 50%;
  border:3px solid #808B96;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.seeker_menu{
  line-height: 100%;
}
@media screen and (max-width: 991.9px) {
  .seeker_menu{
    flex:1;
  }
  /* .head_top_bottom_area ul{
    display: block;
  }
  .head_top_bottom_area ul li a{
    width:100%;
    border-left:0px;
    border-right:0px;
    border-top:1px solid #273746;
    border-bottom:1px solid #808B96;
  }
  .head_top_bottom_area ul li:first-child a{
    border-top: none;
    border-radius: 8px 8px 0px 0px;
  }
  .head_top_bottom_area ul li:last-child a{
    border-bottom: none;
    border-radius: 0px 0px 8px 8px;
  } */
}


/****共通slick*****/
.slick{
	overflow: hidden;
}

.slick {
	position: relative;
}
.slick__arrow {
    bottom: auto;
    height: 2px;
    right: 0;
    position: absolute;
    top: 30px;
    transform: translateY(-50%);
    width: 60px;
    z-index: 2;
}

.slick-prev {
    left: -11px;
}
.slick-next {
    right: 0;
}
.slick-prev:before,.slick-next:before {
    width: 30px;
    height: 30px;
    display: block;
	content:"";
}
.slick-prev:before {
    background: url(../img/icon/arrow-left-1-icon.svg) no-repeat top 7px center;
    background-size: 12px;
}
.slick-next:before {
    background: url(../img/icon/arrow-right-1-icon.svg) no-repeat top 7px center;
    background-size: 12px;
}
.column-black .slick-prev:before {
    background: url(../img/icon/arrow-left-1-icon_white.svg) no-repeat top 7px center;
    background-size: 12px;
}
.column-black .slick-next:before {
    background: url(../img/icon/arrow-right-1-icon_white.svg) no-repeat top 7px center;
    background-size: 12px;
}
.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick__arrow {
    right: 80px;
    left: auto;
}

/* slick調整 */
.column-grid-block.carousel{
  padding-left:15px;
  padding-right:15px;
}
.slick__arrow {
  position: initial;
  transform: initial;
}
.slick__arrow .slick-arrow {
  position: absolute;
  top: 50%;
}
.slick__arrow .slick-arrow.slick-prev {
  left: 4rem;
}
.slick__arrow .slick-arrow.slick-next {
  right: 4rem;
}
.slick-slider {
	margin-left:calc(var(--bs-gutter-x) * -0.5);
	margin-right:calc(var(--bs-gutter-x) * -0.5);
}
.slick__slide {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
/* category */
.slick .block-field-blocknodecolumnfield-col-category {
  margin: 0.8rem 0;
}
.slick .block-field-blocknodecolumnfield-col-category .field__item {
  display: inline-block;
  color: #fff;
  line-height: 1;
  border: 0.1rem solid #fff;
  padding: 0.2rem 0.5rem;
}

/****ページャー****/
.pager {
    text-align: center;
    margin-top: 20px;
}
.pager ul.pager__items>li a {
    border: 1px solid #dee2e6;
    font-weight: 400;
    display: inline-block;
    line-height: 34px;
    margin: 0 1px;
    text-align: center;
    margin-right: 10px;
    padding: 0 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    font-size: 14px;
}
.pager ul.pager__items {
    display: inline-block;
    margin: 0 0 30px;
    padding: 0;
}
.pager ul.pager__items>li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}
.pager ul.pager__items>li.is-active a {
    /* background: #E62B4A;
    color: #fff;
    border-color: #E62B4A; */
  background: var(--orange-color-2);
  border-color: var(--orange-color-2);
  color: var(--white-color)
}
.pager ul.pager__items>li a:last-child {
    margin-right: 0;
}
.pager ul.pager__items>li a {
    font-size: 12px;
}
.pager ul.pager__items>li {
    margin-right: 5px;
}

/***フッター****/
h2#block-vwork-front-fotter-sitecontent-menu {
  color: var(--h1-color);
  font-size: 1.6rem;
}
footer ul.menu li {
    margin-bottom: 15px;
}
footer .block-system-branding-block .site-name{
  margin-bottom:10px;
  font-size:1.4rem;
  font-weight: 600;
}
footer .block-system-branding-block .site-slogan{
  font-size:1.2rem;
  margin-bottom:20px;
}


/****共通 views****/
.view .field--type-image a {
	line-height: 0;
    overflow: hidden;
	display: block;
}
.view .field--type-image  a img{
	transition: all 0.3s;
}
.view .field--type-image  a img:hover{
    transform: scale(1.2);
}
.view .node .layout__region--content{
	position: relative;
}
.view .flag a{
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/icon/flag.svg") no-repeat top center;
    border: none;
    border-radius: auto;
    box-sizing: border-box;
    color: #222;
    font-size: 0px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    text-indent: -9999px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-size: 100%;
}
.view .flag a:hover{
	background: url("../img/icon/flag_hover.svg") no-repeat top center;
}
.view .flag.action-unflag a{
	background: url("../img/icon/flag_hover.svg") no-repeat top center;
}
/****fixed*****/
/*
#fix-footer {
	font-size: 1.3rem;
}*/


/*** JOB すべてのページで利用する可能性あり****/


/******職種から検索サイド*******/
.occupation-side .views-row{
	margin-bottom:15px;
}
.occupation-side .row {
    display: flex;
    flex-wrap: nowrap;
    --bs-gutter-x: 30px;
}
.occupation-side .col-left {
    width: 110px;
    height: 70px;
    margin-top: 0;
}
.occupation-side img {
    max-width: 110px;
    height: 70px;
    object-fit: cover;
}
.occupation-side .col-right{
	width:auto;
	flex:1;
  padding-left: 0;
}
.occupation-side .col-right .occupationl_ttl{
/*	font-size:1.3rem;	*/
	font-weight: 600;
	color:var(--first-color);
}
.col.layout-content .occupation-side.view .view-content{
	display: flex;
	flex-wrap: wrap;
  gap: 0 4rem;
}
.col.layout-content .occupation-side.view .view-content .views-row{
	/* width:50%; */
  width: calc((100% - 4rem)/ 2);
}
@media screen and (max-width: 767px) {
  .col.layout-content .occupation-side.view .view-content {
    flex-direction: column;
  }
  .col.layout-content .occupation-side.view .view-content .views-row {
    width: 100%;
  }
}
/******carousel*******/

.node--type-job.node--view-mode-carousel .block.block-layout-builder .field img {
  width: 100%;
  height: auto;
}

.node--type-job.node--view-mode-carousel .layout--onecol .block-layout-builder {
  margin-bottom: 0;
}
.node--type-job.node--view-mode-carousel .block.block-layout-builder .field {
/*	font-size:1.3rem;	*/
	display: flex;
	gap:10px;
}
.node--type-job.node--view-mode-carousel .block.block-layout-builder .field .field__label{
	font-weight:600;
	white-space: nowrap;
	color:var(--first-color);
}
.region-highlighted .node--type-job.node--view-mode-carousel h2{
	font-size:1.6rem;
}
.node--type-job.node--view-mode-carousel .layout__region--content .field{
	margin-bottom:10px;
}
.node--type-job.node--view-mode-carousel .layout__region--content .field p{
	padding:0px;
	margin:0px;
}
@media screen and (max-width: 767px) {
  .slick__arrow .slick-arrow.slick-prev {
  left: 1rem;
}
.slick__arrow .slick-arrow.slick-next {
  right: 1rem;
}
  .block-views-blockjob-other-thiscompany-block-1 {
    margin-bottom: 6rem;
  }
  
  
  .view .field--type-image a img {
    width: 100%;
    object-fit: cover;
  }
}
/*****メッセージ*****/
.messages {
  margin-top:20px;
  margin-bottom:20px;
  max-width: 680px;
  margin-left:auto;
  margin-right:auto;
  animation: fadeOut 5s ease 3s 1 forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/*****ログイン*******/
.path-user.not_login .maincontent{
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.path-user.not_login .maincontent h1.page-title{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
}
.path-user.not_login .maincontent form{
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  padding: 30px;
  /* border: 1px solid #ddd; */
  border-radius: 10px;
  /* margin-bottom:40px; */
}

@media screen and (max-width: 767px) {
	body.not_login.path-user:not(.toolbar-fixed) ul.tabs.primary li a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/*****マイページ******/
.user-logged-in .register_seeker_term{
  display: none;
}
.user-logged-in.path-user #block-vwork-front-content form{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
/*****コラム*****/
.node--type-column .node__content .field--name-body img{
  max-width: 100%;
  height:auto;
  object-fit: cover; 
  /*width: 100%;*/
}
#column-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAAXNSR0IArs4c6QAAABdJREFUGFdjZGBg+M/AwMDIACNADAwOACNxAQTGOwk4AAAAAElFTkSuQmCC);
    opacity: 0.6;
}
#column-header .container .content-box{
  z-index:2;
}




/***************************
 * 共通
 *********************************************** */
@media screen and (min-width: 992px) {
	.pc_none {
		display: none;
	}
}

.dialog-off-canvas-main-canvas .layout-container {
  overflow: hidden;
  box-shadow: rgba(192, 165, 72, 0.3) 0px 8px 24px;
}

body:not(.path-frontpage, .user-logged-in.path-user, .user-logged-in.path-my) main {
	/* margin-top: 40px; */
  /* margin-top: 180px; */
}
body:not(.path-frontpage, .user-logged-in) main {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .region-breadcrumb {
    margin-top: 180px;
  }
  .user-logged-in.path-reg-entry .region-breadcrumb {
    margin-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  /* body:not(.path-frontpage, .user-logged-in.path-user, .user-logged-in.path-my) main {
    margin-top: 20px;
  } */
  body:not(.path-frontpage, .user-logged-in) main {
    margin-top: 20px;
  }
}


h1.page-title {
	font-size: 3.2rem;
  line-height: 1.6;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  h1.page-title {
    font-size: 2.8rem;
  }
}


/* ボタン 矢印 */
.arrow:after {
	content: '';
  display: inline-block;
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: 1.5px solid #000;
	border-right: 1.5px solid #000;
	transform: rotate(-45deg);
}

/* 開閉時 プラスマイナス */
.plus {
  position: relative;
}
.plus::before,
.plus::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 80px;
  width: 2px;
  height: 20px;
  background-color: #000000;
}
.plus::after {
  transform: rotate(90deg);
}

.is-open .plus:before {
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .plus::before,
  .plus::after {
    left: 60px;
    height: 14px;
  }
}


/* コレジョブとは？ */
.region-content-bottom + footer {
	margin-top: 0;
}

#block-register-about-korejob {
	/* overflow: hidden; */
  margin-top: 212px;
  position: relative;
}
.recommend-job + #block-register-about-korejob {
  margin-top: 100px;
}
#block-register-about-korejob .wrapper {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
#block-register-about-korejob .wrapper .unit {
  padding: 0 20px 50px;
  overflow: hidden;
}
#block-register-about-korejob h2 {
	margin-top: 0;
	display: inline-block;
	position: relative;
  font-size: 2.8rem;
}
#block-register-about-korejob h2:before {
	content: '';
	display: block;
  height: 2px;
  width: 100vw;
	margin-left: -50vw;
  background-color: var(--orange-color-1);
	
	position: absolute;
	bottom: -15px;
	right: 0;
}
#block-register-about-korejob p,
#block-register-about-korejob .btn-area {
	max-width: 75%;
	width: 100%;
}
#block-register-about-korejob p {
  font-size: 1.6rem;
  line-height: 1.8;
}

#block-register-about-korejob .btn-area {
	text-align: right;
	position: relative;
}
#block-register-about-korejob .btn-area a {
	display: inline-block;
  color: var(--white-color);
  text-align: center;
  vertical-align: middle;
  background-color: var(--orange-color-2);
	max-width: 300px;
	width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.2rem;
  border-radius: 5px;
  height: 50px;
}
#block-register-about-korejob .btn-area:after {
	content: '';
	background-image: url(../img/contents/tamura_02.webp);
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 300px;
	position: absolute;
	top: -50px;
	right: -230px;
}
#block-register-about-korejob .btn-area a:hover {
  background-color: var(--orange-hover-color-2);
}
@media screen and (max-width: 767px) {
  #block-register-about-korejob {
    margin-top: 70px;
  }
  #block-register-about-korejob .wrapper {
    margin-bottom: 30px;
    padding-bottom: 60px;
  }
  #block-register-about-korejob h2 {
    font-size: 18px;
  }
	#block-register-about-korejob p,
	#block-register-about-korejob .btn-area {
		max-width: initial;
	}
	#block-register-about-korejob p {
		margin-bottom: 50px;
	}
	#block-register-about-korejob .btn-area {
		text-align: center;
	}
	#block-register-about-korejob .btn-area:after {
		content: none;
	}
	#block-register-about-korejob .btn-area a {
		padding-left: 50px;
		text-align: left;
    position: relative;
	}
	#block-register-about-korejob .btn-area a:after {
    content: '';
    background-image: url(../img/contents/tamura_02.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 200px;
    position: absolute;
    top: -40px;
    right: -25px;
	}
}

/* コレジョブとは 背景あしらい */
footer[role="contentinfo"] {
	position: relative;
	z-index: 0;
}
.footer_menu_list, .footer_other_list {
	position: relative;
	z-index: 1;
}

.region-content-bottom {
	position: relative;
	z-index: 1;
}

/* .region-content-bottom + footer[role="contentinfo"]:before {
	content: '';
	background-color: #FBF7CE;
	background-size: 200px;
	border-radius: 9999px;
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	top: -100px;
	left: -5%;
} */
#block-register-about-korejob .wrapper .unit:before {
	content: '';
	background-color: #FBF7CE;
	background-size: 200px;
	border-radius: 9999px;
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	bottom: -90px;
	left: -5%;
}
#block-register-about-korejob .wrapper .unit:after {
	content: '';
	background-color: #FBF7CE;
	background-size: 200px;
	border-radius: 9999px;
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	top: -70px;
	right: -50px;
}
@media screen and (max-width: 767px) {
  #block-register-about-korejob .wrapper .unit {
    overflow: initial;
  }
  #block-register-about-korejob .wrapper .unit:before {
    z-index: -1;
    width: 180px;
    height: 180px;
    left: -8%;
  }
  #block-register-about-korejob .wrapper .unit:after {
    z-index: -1;
    width: 180px;
    height: 180px;
    top: -50px;
  }
}

main[role="main"]:has(+ .region-content-bottom) {
	position: relative;
	z-index: 2;	
}

#block-register-about-korejob .wrapper {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 767px) {
  .region-content-bottom + footer[role="contentinfo"] {
    padding-top: 90px;
  }
  .region-content-bottom + footer[role="contentinfo"]:before {
    top: -130px;
  }
}


/* 5分でカンタンWeb登録 */
#block-register-link {
	background-color: var(--orange-color-1);
	font-size: 0;
  padding-top: 10px;
}
#block-register-link .wrapper {
	/* max-width: 1250px; */
	max-width: 825px;
	width: 100%;
	margin: 0 auto;
}
#block-register-link .wrapper a:hover {
/* 	opacity: 0.9; */
	filter: brightness(115%);
}
#block-register-link .wrapper img {
	width: 100%;
	height: auto;
}





/***************************
 * お知らせ/コラム/基本ページ 共通
 *********************************************** */
body.page-node-type-page .maincontent .block-page-title-block h1.page-title {
	font-size: 3.2rem;
  line-height: 1.6;
  margin: 0;
}
/* 基本ページ */
body.page-node-type-page .maincontent .block-system-main-block h2 {
	font-size: 2.8rem;
  line-height: 1.6;
	margin: 80px 0 40px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--orange-color-2);
}
/* お知らせ/コラム 詳細ページ */
body.page-node-type-article .maincontent .block-system-main-block h2,
body.page-node-type-column .maincontent .block-system-main-block h2 {
	font-size: 2.8rem;
  line-height: 1.6;
	margin: 80px 0 40px;
}
body.page-node-type-article .maincontent .block-system-main-block h3,
body.page-node-type-column .maincontent .block-system-main-block h3,
body.page-node-type-page .maincontent .block-system-main-block h3 {
	font-size: 2.4rem;
  line-height: 1.6;
	margin: 40px 0 30px;
}
body.page-node-type-article .maincontent .block-system-main-block h4,
body.page-node-type-column .maincontent .block-system-main-block h4,
body.page-node-type-page .maincontent .block-system-main-block h4 {
	font-size: 2.0rem;
  line-height: 1.6;
	margin: 30px 0 20px;
}
body.page-node-type-article .maincontent .block-system-main-block h5,
body.page-node-type-column .maincontent .block-system-main-block h5,
body.page-node-type-page .maincontent .block-system-main-block h5 {
	font-size: 1.8rem;
  line-height: 1.6;
	margin: 20px 0 10px;
}
body.page-node-type-article .maincontent .block-system-main-block h6,
body.page-node-type-column .maincontent .block-system-main-block h6,
body.page-node-type-page .maincontent .block-system-main-block h6 {
	font-size: 1.6rem;
  line-height: 1.6;
	margin: 10px 0 0px;
}

body.page-node-type-article .maincontent .block-system-main-block p,
body.page-node-type-article .maincontent .block-system-main-block strong,
body.page-node-type-column .maincontent .block-system-main-block p,
body.page-node-type-column .maincontent .block-system-main-block strong,
body.page-node-type-page .maincontent .block-system-main-block p,
body.page-node-type-page .maincontent .block-system-main-block strong {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 20px;
}
body.page-node-type-article .maincontent .block-system-main-block a,
body.page-node-type-column .maincontent .block-system-main-block a,
body.page-node-type-page .maincontent .block-system-main-block a {
	font-size: 1.6rem;
	line-height: 1.6;
}
body.page-node-type-article .maincontent .block-system-main-block ul,
body.page-node-type-column .maincontent .block-system-main-block ul,
body.page-node-type-page .maincontent .block-system-main-block ul {
	list-style-type: disc;
	margin-left: 2.5rem;
}
body.page-node-type-article .maincontent .block-system-main-block ol,
body.page-node-type-column .maincontent .block-system-main-block ol,
body.page-node-type-page .maincontent .block-system-main-block ol {
	list-style-type: decimal;
	margin-left: 2.5rem;
}
body.page-node-type-article .maincontent .block-system-main-block ul li,
body.page-node-type-article .maincontent .block-system-main-block ol li,
body.page-node-type-column .maincontent .block-system-main-block ul li,
body.page-node-type-column .maincontent .block-system-main-block ol li,
body.page-node-type-page .maincontent .block-system-main-block ul li,
body.page-node-type-page .maincontent .block-system-main-block ol li {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 12px;
}

body.page-node-type-article .maincontent .block-system-main-block img {
  width: auto;
  height: auto;
}

body.page-node-type-article .maincontent .block-system-main-block .field--name-field-image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  body.page-node-type-page .maincontent .block-page-title-block h1.page-title {
    font-size: 2.8rem;
    /* margin: 0; */
  }
  /* 基本ページ */
  body.page-node-type-page .maincontent .block-system-main-block h2 {
    font-size: 2.4rem;
    margin: 50px 0 20px;
    padding-bottom: 10px;
  }
  /* お知らせ/コラム 詳細ページ */
  body.page-node-type-article .maincontent .block-system-main-block h2,
  body.page-node-type-column .maincontent .block-system-main-block h2 {
    font-size: 2.4rem;
    margin: 50px 0 20px;
  }
  body.page-node-type-article .maincontent .block-system-main-block h3,
  body.page-node-type-column .maincontent .block-system-main-block h3,
  body.page-node-type-page .maincontent .block-system-main-block h3 {
    font-size: 2.0rem;
    margin: 20px 0 20px;
  }
  body.page-node-type-article .maincontent .block-system-main-block h4,
  body.page-node-type-column .maincontent .block-system-main-block h4,
  body.page-node-type-page .maincontent .block-system-main-block h4 {
    font-size: 1.8rem;
    margin: 20px 0 10px;
  }
  body.page-node-type-article .maincontent .block-system-main-block h5,
  body.page-node-type-column .maincontent .block-system-main-block h5,
  body.page-node-type-page .maincontent .block-system-main-block h5 {
    font-size: 1.6rem;
    margin: 10px 0 5px;
  }
  body.page-node-type-article .maincontent .block-system-main-block h6,
  body.page-node-type-column .maincontent .block-system-main-block h6,
  body.page-node-type-page .maincontent .block-system-main-block h6 {
    font-size: 1.5rem;
    margin: 5px 0 0px;
  }
  body.page-node-type-article .maincontent .block-system-main-block p,
  body.page-node-type-article .maincontent .block-system-main-block strong,
  body.page-node-type-column .maincontent .block-system-main-block p,
  body.page-node-type-column .maincontent .block-system-main-block strong,
  body.page-node-type-page .maincontent .block-system-main-block p,
  body.page-node-type-page .maincontent .block-system-main-block strong {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  body.page-node-type-article .maincontent .block-system-main-block a,
  body.page-node-type-column .maincontent .block-system-main-block a,
  body.page-node-type-page .maincontent .block-system-main-block a {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  body.page-node-type-article .maincontent .block-system-main-block ul li,
  body.page-node-type-article .maincontent .block-system-main-block ol li,
  body.page-node-type-column .maincontent .block-system-main-block ul li,
  body.page-node-type-column .maincontent .block-system-main-block ol li,
  body.page-node-type-page .maincontent .block-system-main-block ul li,
  body.page-node-type-page .maincontent .block-system-main-block ol li {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}


/* 20241003 追加 */

/* 
@media screen and (min-width: 992px) {
	.dialog-off-canvas-main-canvas .layout-container {
		box-shadow: rgba(192, 165, 72, 0.3) 0px 8px 24px;
	}

	body .header-area.sticky-header {
		box-shadow: rgb(50 50 93/25%) 0px 6px 12px -2px, rgb(0 0 0/30%) 0px 3px 7px -3px;
	}
	body.sticked .header-area.sticky-header {
		animation: initial;
	}
	
	header.sticky-header {
		position: fixed;
    top: 0;
    left: 0;
    right: 0;
	}
	.header-area .wrapper {
		max-width: 1600px;
		margin: 0 auto;
	}
	.header-area .wrapper > .navigation {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	header.sticky-header + .region-highlighted {
		margin-top: 180px;
	}
	#block-register-link {
		padding-top: 10px;
	}
} */

/* 登録完了画面 */
.search-btn{
  max-width:600px;
  border:solid 2px  var(--orange-color-1);
  padding:20px;
  text-align:center;
}

.search-btn p {
  margin-top: 0;
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight:bold;
}
.search-btn .btn-area{
  margin-top:30px;
}
.search-btn .btn-area a{
      display: inline-block;
  color: var(--white-color);
  text-align: center;
  vertical-align: middle;
  background-color: var(--orange-color-2);
  max-width: 300px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.2rem;
  border-radius: 5px;
  height: 50px;
}

.messages{
  animation:none!important;
}
/* The email address %value is already taken.  */
a.registered {
  background-color: #FF5500;
  border-radius: 9999px;
  color: var(--white-color);
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 220px;
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  margin:15px auto;
}
/* 希望職種非表示 */
.user-form .field--name-field-skpex-hope-job-type .form-item-entity-seeker-profile-field-skpex-hope-job-type-6,
.user-form .field--name-field-skpex-hope-job-type .form-item-entity-seeker-profile-field-skpex-hope-job-type-7,
.user-form .field--name-field-skpex-hope-job-type .form-item-entity-seeker-profile-field-skpex-hope-job-type-8,
.user-form .field--name-field-skpex-hope-job-type .form-item-entity-seeker-profile-field-skpex-hope-job-type-10{
    display:none;
}
.profile-form .field--name-field-skpex-hope-job-type .form-item-field-skpex-hope-job-type-6,
.profile-form .field--name-field-skpex-hope-job-type .form-item-field-skpex-hope-job-type-7,
.profile-form .field--name-field-skpex-hope-job-type .form-item-field-skpex-hope-job-type-8,
.profile-form .field--name-field-skpex-hope-job-type .form-item-field-skpex-hope-job-type-10{
    display:none;
}