@charset "utf-8";
/* CSS column Document */


/* エントリー画面 */
.path-reg-entry .maincontent{
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
form.node-entry-form .form-item {
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}
form.node-entry-form  fieldset#edit-group-etr-profile{
  margin-bottom:20px;
}
form.node-entry-form  fieldset#edit-group-etr-profile,
form.node-entry-form  fieldset#edit-group-etr-motivation{
    border: 1px solid #EAECEE;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 30px;
}
.user-logged-in.path-reg-entry form.node-entry-form  fieldset#edit-group-etr-profile{
  display: none;
}
#edit-field-etr-prefecture, #edit-field-etr-city {
    min-width: 120px;
}
.node--type-entry footer.node__meta .profile {
    display: none;
}
/* .node--type-entry .field--name-field-etr-job {
    background: #EAF2F8;
    border: 1px solid #D4E6F1;
    padding: 13px 15px 10px;
    margin-bottom: 16px;
} */
.node--type-entry .entry_details_item_table {
    border-top: solid 1px #D5DDE6;
    border-left: solid 1px #D5DDE6;
    border-right: solid 1px #D5DDE6;
}
.node--type-entry .entry_details_item_table .field {
    border-bottom: solid 1px #D5DDE6;
}
.node--type-entry .entry_details_item_table .field .field__label {
    width: 20%;
    background: #EAF2F8;
    padding: 10px 5px;
    margin-right: 10px;
}
.node--type-entry .entry_details_item_table .field .field__item {
    width: calc(100% - 30px);
    padding: 10px 5px;
}
.node--type-entry .field--name-field-etr-status {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 5px;
}
.vwork-status-update-form-wrapper > label {
    font-weight: bold;
}
.vwork-status-update-form-wrapper form.upd-entry-status-form label[for="edit-status"] {
    display: none
}
/*エントリー*/
.node-entry-form .node--view-mode-for-reference-head {
    background: #EAF2F8;
    border: 1px solid #D4E6F1;
    padding: 10px 10px 10px;
    margin-bottom: 16px;
    color: var(--first-color);
}
.node-entry-form .profile .field .field__label {
    width: 20%;
    background: #EAF2F8;
    padding: 10px 5px;
    margin-right: 10px;
}
.node-entry-form .profile .field--label-inline.clearfix.field--name-field-skp-id {
    border-top: solid 1px #D5DDE6;
}
.node-entry-form .profile .field--label-inline.clearfix {
    display: block;
    border-bottom: solid 1px #D5DDE6;
    border-left: solid 1px #D5DDE6;
    border-right: solid 1px #D5DDE6;
}
.node-entry-form .profile .field.field--label-inline .field__item {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 5px;
}
.node-entry-form .form-actions {
    margin-top: 30px;
    text-align: center;
}
.node-entry-form #edit-group-etr-motivation{
     border: solid 1px #D5DDE6;
}
/* エントリー履歴 */
/* .node--type-entry .text-center {
    text-align: center;
}
.node--type-entry .text-center .btn {
    border: 1px solid var(--green-color);
    height: 30px;
    border-radius: 120px;
    line-height: 30px;
    padding: 0px 20px;
    font-size: 1.1rem;
    color: var(--green-color);
    background: #fff;
    display: inline-block;
}
.node--type-entry .text-center .btn:hover {
    background: var(--green-color);
    color: #fff;
} */

/****エントリー****/
/* .user-logged-in.path-reg-entry .maincontent{
  max-width: 680px;
} */
.user-logged-in.path-reg-entry .maincontent #edit-group-etr-motivation{
  margin-top:30px;
  padding: 0px 30px;
}
form.node-entry-form .form-item legend .fieldset-legend{
  font-size:1.6rem;
}
form.node-entry-form .counter{
  text-align: right;
  margin-top:10px;
}
.user-logged-in.path-entry .maincontent{
  max-width: 880px;
  padding: 60px 0px;
}
#block-vwork-front-entrycomplate p{
  line-height: 200%;
}
.comment-wrapper .comment-form{
  padding-top:13px;
}



/* *************************************************************************************
 * Customize
 ************************************************************************************* */
.user-logged-in.path-reg-entry .maincontent{
  max-width: 900px;
}

body.path-reg-entry .maincontent .layout-content > .region-content {
  padding: 40px 60px;
}

@media screen and (max-width: 767px) {
	body.path-reg-entry .maincontent .layout-content > .region-content {
		padding: 20px 15px;
	}
	
	
	.user-logged-in.path-reg-entry .maincontent #edit-group-etr-motivation {
		padding: 0 15px;
	}
}

/* エントリー完了 */
.block-simple-blockentrycomplate p {
	font-size: 1.6rem;
	line-height: 1.5;
}


/* エントリー履歴 */
body.path-my .maincontent h1.page-title {
	border-bottom: 1px solid var(--orange-color-2);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

body.path-my .maincontent .views-row {
	margin-bottom: 40px;
}
body.path-my .view-entry .views-field-created {
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-align: right;
	margin-bottom: 10px;
}
body.path-my .maincontent .view-entry article.node--type-entry {
  background-color: var(--white-color);
  box-shadow: 2px 2px 8px 0px rgba(192, 165, 72, 0.3);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}

body.path-my .job-teaser {
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}

body.path-my .job-teaser .job-img {
	width: 200px;
}
body.path-my .job-teaser .job-img img {
	width: 100%;
	height: 100%;
}
body.path-my .job-teaser .job-info h3 {
	font-size: 2.0rem;
}

body.path-my .job-teaser .job-info > div {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 10px;
	display: flex;
}

body.path-my .job-teaser .job-info > div:before {
	width: 20px;
  height: 20px;
	margin-right: 5px;
}

body.path-my .job-teaser .job-info .job-salary:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon/icon-money.svg);
}
body.path-my .job-teaser .job-info .field--name-field-job-employment-type:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon/icon-job-type.svg);
}


body.path-my .maincontent .view-entry article.node--type-entry .entry-btn-warp {
	text-align: initial;
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}

.entry-btn-warp a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 600;
}

.entry-btn-warp .btn-register-l {
	background-color: var(--orange-color-2);
	border: 2px solid var(--orange-color-2);
	color: var(--white-color);
}
.entry-btn-warp .btn-register-l:hover {
	opacity: 0.8
}

.entry-btn-warp .btn-message {
	background-color: var(--white-color);
	border: 2px solid #4DD0E1;
	color: var(--text-color);
}
.entry-btn-warp .btn-message:hover {
	background-color: #4DD0E1;
	color: var(--white-color);
}
@media screen and (max-width: 767px) {
	body.path-my .maincontent .view-entry article.node--type-entry {
		padding: 20px 15px;
	}
	body.path-my .job-teaser {
		gap: 10px;
	}
	body.path-my .job-teaser .job-img {
		width: 100px;
	}
	body.path-my .job-teaser .job-info h3 {
		font-size: 1.6rem;
	}

	body.path-my .job-teaser .job-info > div {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	body.path-my .maincontent .view-entry article.node--type-entry .entry-btn-warp {
		justify-content: space-between;
		gap: 10px;
	}
	.entry-btn-warp a.btn {
		font-size: 1.1rem;
		padding: 10px 5px;
		width: calc((100% - 10px) / 2);
	}
}

/* 給与 上限下限 */
body.path-my .job-teaser .job-info > .job-salary .field--name-field-job-salary-low {
  margin-right: 5px;
}
body.path-my .job-teaser .job-info > .job-salary .field--name-field-job-salary-high:before {
  content: '\ff5e';
  margin-right: 5px;
}


/* エントリー内容 ***********************************/
body.page-node-type-entry #block-korejob-front-primary-local-tasks ul.tabs {
	margin: 0;
	width: 100%;
	gap: 0;
}
body.page-node-type-entry #block-korejob-front-primary-local-tasks ul.tabs li {
	width: calc(100% / 2);
	position: relative;
}
body.page-node-type-entry #block-korejob-front-primary-local-tasks ul.tabs li a {
	border-radius: 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
}
body.page-node-type-entry #block-korejob-front-primary-local-tasks ul.tabs li.is-active a:before {
	content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 12px solid var(--orange-color-2);
	border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
body.page-node-type-entry #block-korejob-front-primary-local-tasks ul.tabs li:first-child a {
	font-size: 0;
	background-color: var(--orange-color-2);
	border: 2px solid var(--orange-color-2);
}
body.page-node-type-entry #block-korejob-front-primary-local-tasks ul.tabs li:first-child a:after {
	/* content: 'エントリー内容'; */
  content: '\30a8\30f3\30c8\30ea\30fc\5185\5bb9';
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--white-color);
}

body.page-node-type-entry #block-korejob-front-primary-local-tasks ul.tabs li:nth-child(2) a {
	border: 2px solid #4DD0E1;
}
body.page-node-type-entry #block-korejob-front-primary-local-tasks ul.tabs li:nth-child(2) a:hover {
	background-color: #4DD0E1;
	color: var(--white-color);
}
@media screen and (max-width: 767px) {
	body.page-node-type-entry #block-korejob-front-primary-local-tasks ul.tabs li:nth-child(2) a,
	body.page-node-type-entry #block-korejob-front-primary-local-tasks ul.tabs li:first-child a:after {
		font-size: 1.4rem;
	}
}



body.page-node-type-entry .node--type-entry .field--name-field-etr-job {
	margin-bottom: 60px;
	padding: 40px;
}
body.page-node-type-entry:not(.path-reg-entry) .node--type-entry .field--name-field-etr-job {
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 2px 2px 8px 0px rgba(192, 165, 72, 0.3);
}
.job-warp {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.job-warp .job-img {
width: 200px;   
}
.job-warp .job-img img {
	width: 100%;
	height: 100%;
}

.job-warp .job-info {
	flex: 1;
}
.job-warp .job-info .ttl {
  margin-top: 0;
  font-size: 2.4rem;
}

.job-warp .job-info .field_item,
.job-warp .job-info .field--name-field-job-employment-type {
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  /* gap: 10px; */
  margin-bottom: 20px;
}
.job-warp .job-info .field_item:before,
.job-warp .job-info .field--name-field-job-employment-type:before {
  content: ''!important;
	display: block!important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px!important;
  height: 20px!important;
  margin-right: 10px;
}

.job-warp .job-info .address:before {
  background-image: url(../img/icon/icon-pin2.svg);
}
.job-warp .job-info .salary:before {
  background-image: url(../img/icon/icon-money.svg);
}
.job-warp .job-info .field--name-field-job-employment-type:before {
  background-image: url(../img/icon/icon-job-type.svg);
}

.job-warp .job-info .field_item.salary .field--name-field-job-salary-high:before {
  content: '\ff5e';
}

.job-warp .link-area {
	width: 100%;
	text-align: center;
}

.job-warp .link-area a {
	font-size: 0;
	display: inline-block;
	background-color: var(--orange-color-2);
	border: 1px solid var(--orange-color-2);
	border-radius: 10px;
	color: var(--white-color);
	max-width: 250px;
	width: 100%;
	padding: 10px 20px;
}
.job-warp .link-area a:after {
	content: '求人内容を確認する';
	display: block;
	font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
	/* .job-warp .job-img {
		width: 200px;
	} */
	.job-warp .job-info .ttl {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px) {
	body.page-node-type-entry .node--type-entry .field--name-field-etr-job {
		margin-bottom: 40px;
		padding: 20px;
	}
	.job-warp {
		gap: 10px 15px;
	}
	.job-warp .job-img {
		width: 100px;
	}
	.job-warp .job-info .field_item,
  .job-warp .job-info .field--name-field-job-employment-type {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	.job-warp .job-info .field_item:before,
	.job-warp .job-info .field--name-field-job-employment-type:before {
		width: 18px!important;
		height: 18px!important;
		margin-right: 8px;
	}
	.job-warp .link-area p {
		font-size: 1.2rem;
	}
}

/* エントリー内容詳細 */
.node--type-entry .entry_details_item_table {
	border: none;
	background-color: var(--white-color);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 2px 2px 8px 0px rgba(192, 165, 72, 0.3);
	padding: 60px 50px;
}
.node--type-entry .entry_details_item_table .field {
	border: none;
	margin-bottom: 40px;
}

.node--type-entry .entry_details_item_table .field .field__label {
	background-color: initial;
	border-bottom: 1px solid rgba(192, 165, 72, 0.3);
	width: 100%;
	margin: 0 0 15px;
	font-size: 1.6rem;
}
.node--type-entry .entry_details_item_table .field .field__item {
	width: 100%;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.node--type-entry .entry_details_item_table {
		padding: 40px 20px 20px;
	}
	.node--type-entry .entry_details_item_table .field {
		margin-bottom: 20px;
	}
	.node--type-entry .entry_details_item_table .field .field__label {
		margin-bottom: 10px;
		font-size: 1.5rem;
	}
	.node--type-entry .entry_details_item_table .field .field__item {
		font-size: 1.5rem;
	}
}


/* エントリー：メッセージ ***********************************/
.node--type-entry.node--view-mode-comment-only {
	background-color: var(--white-color);
	box-shadow: 2px 2px 8px 0px rgba(192, 165, 72, 0.3);
	padding: 20px 20px 60px;
}
.comment-wrapper {
	background-color: #FFFAF3;
	padding: 20px;
}

.comment-wrapper .comment-form {
	/* position: static; */
	bottom: 0;
	left: 0;
	right: 0;
	/* margin: 0 -20px; */
	width: calc(100% + 20px * 2);
	background-color: #D9D9D9;
  position: absolute;
  margin: 0 -20px -80px;
}

.comment-wrapper .item .message .field--name-field-comment-body {
	background-color: var(--white-color);
	border-top-left-radius: 0;
	color: #333;
	padding: 20px;
}
.comment-wrapper .item .message.by-viewer .field--name-field-comment-body {
	background-color: #4DD0E1;
	border-top-right-radius: 0;
	border-top-left-radius: 15px;
	color: var(--white-color);
}

.comment-wrapper .comment-form #edit-submit {
	background-color: var(--orange-color-2);
}

@media screen and (max-width: 991px) {
	.node--type-entry.node--view-mode-comment-only {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		/* padding: 15px 15px 100px; */
    padding: 15px 15px 80px;
	}
	.comment-wrapper {
		padding: 20px 10px 15px;
	}
	.comment-wrapper .comment-form {
		width: 100%;
		/* margin: 0; */
    margin: 0 auto -60px;
	}
}


/* エントリー画面 ***********************************/
body.path-reg-entry .node-entry-form .node--view-mode-for-reference-head {
	padding: 20px;
  background-color: var(--white-color);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
body.path-reg-entry .job-warp .link-area p {
	display: none;
}
body.path-reg-entry .node-entry-form .profile .field .field__label {
	background-color: #ECECEC;
}

/* 表 */
body.path-reg-entry .node-entry-form .profile .field--label-inline.clearfix {
  display: flex;
}
body.path-reg-entry .node-entry-form .profile .field .field__label {
  margin-right: 5px;
}
body.path-reg-entry .node-entry-form .profile .field > .field__item {
  flex: 1;
}
/* 氏名・住所 */
body.path-reg-entry .node-entry-form .profile .field > .field__item > .field {
  padding: 0;
}
body.path-reg-entry .node-entry-form .profile .field--profile--address > .field__item > .field--name-field-skp-postal-code {
  width: 100%;
}
body.path-reg-entry .node-entry-form .profile .field--profile--address > .field__item > .field:not(.field--name-field-skp-postal-code) {
  display: inline!important;
}


/* スカウト **/
.page-node-type-scout .profile a[href*="masquerade"]{
    display:none;
}

.page-node-type-scout .node__submitted{
    padding:16px 0 0 0;
}

.page-node-type-scout .field--name-field-sct-message{
    padding:8px 0 20px 0;
    font-size:1.2em;
    
}
.page-node-type-scout .field--name-field-sct-message .field__label{
    font-size:1.2em;
    margin-bottom:10px;
    border-bottom:solid 3px #ccc;
    position:relative;
}
.page-node-type-scout .field--name-field-sct-message .field__label:after{

    content: '';
    background-color: #F57F17;/*下線左側の色*/
    width: 100px;/*下線左側の幅*/
    height: 3px;/*下線左側の太さ（高さ）*/
    position: absolute;
    bottom: -3px;
    left: 0;
}
.page-node-type-scout .field--name-field-sct-jobs{
    padding:10px 0;
}
.page-node-type-scout .field--name-field-sct-jobs .field__item{
    margin-bottom:10px;
}
.page-node-type-entry .entry_select h4{
	display: none;
}