<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

.path-reg-entry form.node-entry-form .ttl{
  margin: 0;
}

#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;
} */

.page-node-type-entry .field.field--name-field-etrex-int-01-start.field--type-list-string.field--label-hidden.field__item {
  justify-content: right;
}

.page-node-type-entry .field.field--name-field-etrex-int-02-start.field--type-list-string.field--label-hidden.field__item {
  justify-content: right;
}

.page-node-type-entry .node--type-entry .entry_details_item_table&gt;.field {
  border-right: 1px solid #D5D8DC;
}

.node--type-entry .entry_details_item_table&gt;.field {
  border-bottom: 1px solid #D5D8DC;
  border-left: 1px solid #D5D8DC;
}

.node--type-entry .entry_details_item_table&gt;.field:first-of-type {
  border-top: 1px solid #D5D8DC;
}

.node--type-entry .entry_details_item_table .field .field__label {
  /* width: 20%;
    background: #EAF2F8;
    padding: 10px 5px;
    margin-right: 10px; */
  font-weight: 600;
  color: #000;
  min-width: 200px;
  padding: 15px;
  display: block;
  background: #EAECEE;
}

@media screen and (max-width: 767px) {
  .node--type-entry .entry_details_item_table .field .field__label {
    min-width: 140px;
  }
}

.node--type-entry .entry_details_item_table .field .field__item {
  width: calc(100% - 30px);
  padding: 10px 5px;
  display: flex;
  align-items: center;
}

.node--type-entry .field--name-field-etr-status {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 5px;
}

.vwork-status-update-form-wrapper&gt;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.field--profile--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: none;
}
.user-logged-in.path-reg-entry .maincontent #edit-group-etr-motivation{
  margin-top:30px;
  padding:0;
}
details#edit-group-etr-motivation summary{
  width: 100%;
  color: #333;
  display: block;
  padding: 10px 0;
  border-bottom: solid 2px #2973dc;
  position: relative;
}
details#edit-group-etr-motivation summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

details#edit-group-etr-motivation summary:after{
  display:inline-block;
   transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-bottom: 3px solid #2973dc;
  border-right: 3px solid #2973dc;
  content: '';
  transition: transform .3s;
  position:absolute;
  right:10px;
  top:45%;
}
/* OPEN */
details[open]#edit-group-etr-motivation summary:after{
      transform: translateY(-25%) rotate(225deg);
}



/*エントリー　メッセージ確認ボタン*/
.message_btn {
  display: flex;
  justify-content: center;
}

.message_btn a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: 8px 20px;
  background-color: #1488c0;
  border: 2px solid #1488c0;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.message_btn a:hover {
  background-color: #106fa4;
  border-color: #106fa4;
  transform: translateY(-3px);
  /* 浮き上がるエフェクト */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.message_btn a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(20, 136, 192, 0.4);
}

/* 矢印を右に追加 */
.message_btn a::after {
  content: "&gt;";
  font-size: 12px;
  margin-bottom: 3px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

/* ホバー時に矢印が右に動く */
.message_btn a:hover::after {
  transform: translateX(8px);
}

/* エントリー履歴 */
.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%;
}

.messages-page .comment-wrapper .comment-form {
  position: fixed;
  bottom: 96px;
  left: 0px;
  max-width: 700px;
  width: 100%;
  background-color: #263146;
  padding: 20px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  margin: 0;
  align-items: flex-start;
}


/* *************************************************************************************
 * Customize
 ************************************************************************************* */
form.node-entry-form .profile&gt;div&gt;.field {
  display: flex !important;
}

form.node-entry-form .profile .field .field__label {
  margin: 0;
  padding: 15px;
}

form.node-entry-form .field--type-string,
form.node-entry-form .field--type-list-integer,
form.node-entry-form .field--type-datetime {
  width: 100%;
}

form.node-entry-form .field--profile--name .field__label,
form.node-entry-form .field--profile--address .field__label {
  padding: 15px !important;
}

form.node-entry-form .user-name.field__items * {
  width: fit-content;
  padding: 0 !important;
}

form.node-entry-form .address.field__items * {
  width: fit-content;
  padding: 0 !important;
}

form.node-entry-form .address.field__items .field--name-field-skp-postal-code {
  width: 100%;
}

.node-entry-form .profile .field.field--label-inline .field__item {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  form.node-entry-form .profile .field .field__label {
    padding: 10px;
  }

  form.node-entry-form .field--profile--name .field__label,
  form.node-entry-form .field--profile--address .field__label {
    padding: 10px !important;
  }

  .node-entry-form .profile .field.field--label-inline .field__item {
    padding: 10px;
  }
}


/* ご希望日 */
form.node-entry-form fieldset.form-item {
  padding: 20px 15px;
}

form.node-entry-form .fieldset-wrapper fieldset.form-item {
  padding: 0;
}

form.node-entry-form .fieldset-wrapper .form-radios .form-item {
  width: calc((100% - 15px * 2) / 3);
}

.request-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* gap: 0 15px; */
}

.request-wrapper h3 {
  width: 100%;
}
/*希望日*/

.request-wrapper.hope-warpper{
  gap:0 15px;
}

.request-wrapper.hope-warpper h4{
  margin:0;
}

.request-wrapper .form-wrapper.custom-label {
  width: calc((100% - 15px * 2) / 3);
  margin-bottom:0;
}
.request-wrapper .form-wrapper.custom-label .form-item label,
.request-wrapper .form-wrapper.custom-label .field--type-datetime h4.label{
  display: none;
}

.request-wrapper .form-wrapper.custom-label .form-wrapper{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom:0;
}
.request-wrapper .form-wrapper.custom-label .form-wrapper .container-inline,
.request-wrapper .form-wrapper.custom-label .form-wrapper .form-item{
  width:100%;
}

form.node-entry-form #edit-group-desired-interview:has(input[value="2"]:checked) h3,
form.node-entry-form #edit-group-desired-interview:has(input[value="3"]:checked) h3 {
  display: none;
}

@media screen and (max-width: 767px) {
  form.node-entry-form .fieldset-wrapper .form-radios .form-item {
    width: calc((100% - 15px) / 2);
  }

  /* .request-wrapper .form-wrapper.custom-label {
    width: calc((100% - 15px) / 2) !important;
  } */

  .request-wrapper[data-drupal-selector="edit-group-label-hope01-day"],
  .request-wrapper[data-drupal-selector="edit-group-label-hope02-day"] {
    width: 50% !important;
    display: block;
  }

  .request-wrapper[data-drupal-selector="edit-group-label-hope01-start"], .request-wrapper[data-drupal-selector="edit-group-label-hope01-end"],
  .request-wrapper[data-drupal-selector="edit-group-label-hope02-star"], .request-wrapper[data-drupal-selector="edit-group-label-hope02-end"]{
    display: inline-block !important;
    width: calc(50% - 3px) !important;
    margin-top: 10px;
  }

  .request-wrapper{
    display: unset;
  }

  .request-wrapper .form-wrapper.field--type-datetime {
    width: 100% !important;
  }

}



/* エントリー履歴 *********************************************************************/

.node--type-entry .entry_details_item_table {
  margin-bottom: 40px;
}

.node--type-entry .entry_details_item_table .field {
  display: flex;
}

.node--type-entry .entry_details_item_table .field .field__item {
  flex: 1;
}


.node--type-entry .entry_details_item_table+fieldset {
  padding: 20px;
}

.node--type-entry .entry_details_item_table+fieldset legend {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: -10px;
  padding: 0 10px;
}

/* .node--type-entry .entry_details_item_table + fieldset .request-wrapper */
.node--type-entry .entry_details_item_table+fieldset .request-wrapper h3 {
  font-size: 1.5rem;
}

.node--type-entry .entry_details_item_table+fieldset .request-wrapper h3 {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.node--type-entry .entry_details_item_table+fieldset .request-wrapper .field {
  font-size: 1.6rem;
}

.node--type-entry .entry_details_item_table+fieldset .request-wrapper div[class*="-start"]:after {
  content: "～";
  padding-left: 15px;
}


.node--type-entry .entry_details_item_table+fieldset .fieldset-wrapper .field__label {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.node--type-entry .entry_details_item_table+fieldset .fieldset-wrapper .field__item {
  font-size: 1.6rem;
}

/* 希望日がない場合 未入力の希望日欄を非表示 */
.node--type-entry .entry_details_item_table+fieldset .request-wrapper:not(:has(.field)) {
  display: none;
}



body.page-node-type-entry .node--type-entry .field--name-field-etr-job {
  background: #EAF2F8;
  border: 1px solid #D4E6F1;
  padding: 13px 15px 10px;
  margin-bottom: 16px;
}



body.page-node-type-entry .field--type-entity-reference .job-warp h2 {
  font-size: 1.5rem;
  margin: 10px 0;
}

body.page-node-type-entry .field--type-entity-reference .job-warp h2 a {
  color: var(--text-color);
}

/* エントリー履歴 一覧 *********************************************************************/
/* .view-entry .views-row:has(.views-field-rendered-entity) {
  border: 1px solid var(--main-color);
  border-radius: 3px;
  padding: 20px 20px 30px;
  margin-bottom: 40px;
} */

.view-entry .views-row:has(.views-field-rendered-entity) {
  background: #EAF2F8;
  border: 1px solid #D4E6F1;
  padding: 13px 15px 15px;
  margin-bottom: 16px;
}


.view-entry .views-row .views-field-created {
  margin-bottom: 10px;
}

.job-overview .job-teaser .field {
  display: flex;
  margin-bottom: 5px;
  line-height: 1.5;
}

.job-overview .job-teaser .field .field__label {
  width: 80px;
}

.job-overview .job-teaser .field&gt;.field__item,
.job-overview .job-teaser .field&gt;.field__items {
  flex: 1;
}

.job-overview .job-teaser .field--name-field-job-occupation .field__items .field__item {
  display: inline-block;
}

.job-overview .job-teaser .field--name-field-job-occupation .field__items .field__item:not(:last-child):after {
  content: ',';
  margin-right: 5px;
}


.node--type-entry .text-center .btn{
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  display: flex;
  margin: 10px auto 0;
  width: fit-content;
  align-items: center;
}

@media (hover: hover) {
  .node--type-entry .text-center .btn:hover{
    background-color: #fff !important;
    border: 1px solid var(--main-color);
    color: var(--main-color);
  }
}

@media screen and (max-width: 767px) {
  .job-overview .job-teaser .field {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .node--type-entry .text-center .btn {
    margin-top: 0;
  }
}

/* エントリー テンプレート */
.toc-warp.entry-msg .toc-btn {
  background-image: url(/themes/custom/dorazamurai_front/img/icon/entry-msg-hover.webp);
  font-size: 10px;
}

.toc-warp.entry-msg .toc-btn:hover {
  background-image: url(/themes/custom/dorazamurai_front/img/icon/entry-msg.webp);
}


.comment-wrapper .item .message .field--name-field-comment-body {
  background: #fff !important;
  padding: 12px 1em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08), -2px -2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 0px 15px 15px 15px;
  color: #000 !important;
}

.comment-wrapper .item .message.by-viewer .field--name-field-comment-body {
  background: var(--color-com-me-bg) !important;
  border-radius: 15px 0px 15px 15px !important;
}

/* メッセージテンプレート */
.messages-page .msg-template-warp {
  display: none;
}

body.toc-open .msg-template-warp {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 800px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 1020;
  background: none;
}

body.toc-open .msg-template-warp .toc-btn-close {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
}

body.toc-open.path-node main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .3);
  padding: 40px 0;
  z-index: 5;
}

.messages-page .comment-wrapper .item .message.by-viewer .field--name-field-comment-body {
  /*background-color: #0E7AC4;*/
  color: #fff;
  border-radius: 15px 0px 15px 15px;
}

/* ここにコードを挿入... */
.messages-page .vwork-status-update-form-wrapper {
  margin-top: 30px;
  margin-bottom: 60px;
  border: solid 1px #fb4848;
  border-radius: 4px;
}

.messages-page .vwork-status-update-form-wrapper label.entry {
  display: none;
}

.messages-page .vwork-status-update-form-wrapper h3 {
  height: 25px;
  padding: 15px 15px 10px 18px;
  background-color: #fb4848;
  color: #fff;
  border-radius: 4px 4px 0 0;
  margin-top: 0;
  margin-bottom: 0px;
}

.messages-page .vwork-status-update-form-wrapper .entry-status-header {
  padding: 8px;
}

.messages-page .vwork-status-update-form-wrapper .entry-status-header h4 {
  font-size: 1.4rem;
}

.messages-page .vwork-status-update-form-wrapper .upd-entry-status-form-ex {
  padding: 8px;
}

.messages-page #edit-container {
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 300px;
}

.messages-page #edit-container h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: normal;
}

.messages-page #edit-container #edit-interview-date {
  display: flex;
  gap: 12px;
}

.messages-page .vwork-status-update-form-wrapper .form-item-adoption-date {
  max-width: 260px;
}

.messages-page .comment-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;

}

.messages-page .comment-wrapper .item {
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}

.messages-page .comment-wrapper {
  background: #E7F3F8;
  padding: 10px;
  padding-bottom: 140px;
  max-width: 600px;
  position: relative;
}

/* .comment-wrapper .comment-form {
  position: static;
} */

.messages-page .comment-wrapper .comment-form textarea {
  max-height: 200px;
}

.messages-page #block-dorazamurai-admin-entry-msg-template {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;

}

.messages-page .comment-cation {
  padding: 10px;
  font-size: 12px;
  background: #fffdf5;
  border: solid 2px #cd606b;

}

.messages-page .comment-cation h4 {
  margin: 10px;
  text-align: center;
  color: #cd606b;
}

.messages-page .comment-cation p {
  margin: 0;
}

.messages-page .msg-template-warp {

  max-width: 1200px;
}

.messages-page .msg-template-warp h3 {

  padding: 15px 15px 10px 18px;
  background: #273746;
  color: #fff;
  border-radius: 4px 4px 0 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

.messages-page .msg-template-warp .discription {
  background-color: #f3f6f9;
  padding: 16px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.messages-page .msg-template-warp .discription p {
  margin: 0;
  line-height: 1.4;
  text-align: center;
}

.messages-page .msg-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  justify-content: center;
}

.messages-page .msg-btn button {
  font-size: 1.2rem;
  height: 30px;
  line-height: 1.2rem;
  color: var(--white-color);
  background-color: var(--main-color);
  border: solid 1px var(--main-color);
  border-radius: 9999px;
  box-shadow: none;
  width: 330px;
}

/*面接希望日*/
/* body.page-node-type-entry .node--type-entry .entry_details_item_table h3 {
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  margin-bottom: 0;
  border-radius: 5px 5px 0px 0px;
} */

body.page-node-type-entry .request-wrapper .field--name-field-etrex-int-01-start:after,
body.page-node-type-entry .request-wrapper .field--name-field-etrex-int-02-start:after {
  content: '～';
  display: inline-block;
  margin-left: 10px;
}

body.page-node-type-entry .entry_details_item_table&gt;.field .field__item {
  flex: 1;
  /*border-right: 1px solid #e5e5e5;*/
}

@media (max-width: 450px) {
  body.page-node-type-entry .entry_details_item_table .request-wrapper .field__label {
    width: 100% !important;
  }
}

/*メッセージ　
* 送信者・日付
*******************************/

.comment-wrapper .message .message-info li:first-child {
  color: #333;
  font-weight: 500;
}


.comment-wrapper .item .message {
  position: relative;
  padding-bottom: 17px;
}

.message-info li:last-child {
  position: absolute;
  margin-top: 10px;
  /* 必要に応じて調整 */
  bottom: 0;
  left: 0;
}

.comment-wrapper .item .message {
  margin-bottom: 15px;
}

.message-info a {
  color: #333;
}

/*メッセージ
* 外観
******************************/

body.messages-page::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .3);
  padding: 40px 0;
  z-index: 100;
}

body.messages-page div#block-dorazamurai-front-page-title {
  display: none;
}

body.messages-page .layout-content {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 80%;
  max-width: 700px;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  overflow: hidden;
  max-height: 100vh;
  height: 100%;
  background-color: #E7F3F8;
}

body.messages-page .comment-wrapper .item:first-child {
  margin-top: 80px;
}

body.messages-page .region-content {
  max-height: 96vh;
  overflow-y: auto;
  position: relative;
}

body.messages-page {
  overflow: hidden;
}

body.messages-page::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .3);
  padding: 40px 0;
  z-index: 5;
}

/*送信ボタン*/

.comment-wrapper .comment-form #edit-actions {
  margin-right: 10px !important;
}

/* ボタンの基本スタイル */
.comment-comment-messsage-form #edit-actions {
  position: relative;
  /* 擬似要素のためにpositionをrelativeに設定 */
}

.comment-comment-messsage-form #edit-submit {
  color: transparent !important;
  /* テキストを透明にして隠す */
  border: none;
  /* ボーダーを削除 */
  font-size: 16px;
  /* フォントサイズ */
  cursor: pointer;
  /* カーソルをポインターに変更 */
  width: auto;
  /* ボタンの幅を自動で調整 */
  /*height: auto;  ボタンの高さを自動で調整 */
  height: 32px !important;
}

.comment-comment-messsage-form #edit-actions::after {
  content: "送信";
  /* 送信テキストを追加 */
  position: absolute;
  /* ボタン内で絶対位置に配置 */
  top: 50%;
  /* 垂直方向中央 */
  left: 50%;
  /* 水平方向中央 */
  transform: translate(-50%, -50%);
  /* 完全に中央揃え */
  color: white;
  /* 文字色 */
  font-size: 16px;
  /* フォントサイズ */
  font-weight: bold;
  /* 太字にする */
  cursor: pointer;
  /* 疑似要素のところもホバー */
  pointer-events: none;
  /* 疑似要素のところをクリックさせない */
}

.comment-comment-messsage-form .comment-wrapper .comment-form #edit-submit {
  color: transparent;
}

/*テキストエリア*/
.messages-page .comment-comment-messsage-form .comment-wrapper .comment-form .field--name-field-comment-body .form-item {
  padding-left: 10px;
}

.messages-page .comment-comment-messsage-form .comment-wrapper .comment-form .field--name-field-comment-body {
  /*既存の打ち消し*/
  padding: 0;
}


/*メッセージ
* 送信時の注意
******************************/

/* 開いている状態 */
body.messages-page .comment-cation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, .8);
  padding: 0 5px 10px;
  border: none;
  border-top: solid 1px #cd606b;
  border-bottom: solid 1px #cd606b;
  max-height: 200px;
  /* 適切な最大高さを設定 */
  transition: max-height 0.3s ease, padding 0.3s ease;
  overflow: hidden;
  /* コンテンツがはみ出さないように隠す */
}

/* 初期状態として開いているスタイル */
body.messages-page .comment-cation {
  bottom: 0px;
  padding: 0px 5px 10px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
}

body.messages-page .comment-cation p {
  display: block;
  background-color: rgba(235, 232, 232, .8);
  padding: 3px;
  font-size: 11px;
}

/* body.messages-page .comment-cation h4::after {
  content: ' ▼'; 
} */

/* 閉じる状態のスタイル */
/* body.messages-page .comment-cation:not(.open) {
  bottom: 0px;
  padding: 0px;
}

body.messages-page .comment-cation:not(.open) p {
  display: none; 
}

body.messages-page .comment-cation:not(.open) h4::after {
  content: ' ▲'; 
} */

/*メッセージ
* 上部タブ(表示・メッセージ)
******************************/
body.messages-page .block-local-tasks-block nav.tabs ul.tabs {
  margin-bottom: 5px;
  margin-top: 0;
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}


body.messages-page .layout-content {
  width: 100%;
  padding: 0px 5px 0px;
  border-radius: 0px;
}

body.messages-page .block-local-tasks-block nav.tabs ul.tabs li {
  border-bottom: none;
}

body.messages-page .block-local-tasks-block nav.tabs ul.tabs li.is-active {
  display: none;
}

/* リンク内のテキストを変更 */
body.messages-page .block-local-tasks-block nav.tabs ul.tabs a {
  color: transparent !important;
  position: relative;
}

body.messages-page .block-local-tasks-block nav.tabs ul.tabs a::after {
  /*content: "&lt; 戻る";*/
  content: "&lt;\a0\623B\308B";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-size: 13px;
  cursor: pointer;
  pointer-events: none;
  margin-left: -20px;
}

/*戻るをボタン風に*/
body.messages-page .block-local-tasks-block nav.tabs ul.tabs a::after{
  background-color: #0E7AC4;
  border:solid 1px #0E7AC4;
  padding:5px;
  border-radius:4px;
  color:#fff;
}
body.messages-page .block-local-tasks-block nav.tabs ul.tabs a:hover::after{
  background-color: #fff;
  padding:5px;
  border-radius:4px;
  color:#0E7AC4;
}

body.messages-page .block-local-tasks-block nav.tabs ul.tabs li:has(a:hover) a::after {
  color: #0E7AC4;
}

body.messages-page .block-local-tasks-block nav.tabs ul.tabs li {
  width: 110px;
}

body.messages-page .block-local-tasks-block nav.tabs ul.tabs li:has(a:hover) {
  border: none;
}

/*メッセージ
* ページャー
.page-node-type-support-seeker:ドラ侍とチャットする
******************************/

body.messages-page .pager ul.pager__items {
  position: fixed;
  /* 固定表示 */
  top: 50px;
  /* .comment-form より上に配置 (フォームの高さ分だけ余裕をもたせる) */
  left: 0;
  /* 左端に配置 */
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
  z-index: 10;
}

.page-node-type-support-seeker .pager ul.pager__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
  z-index: 10;
}

body.messages-page .pager ul.pager__items&gt;li.is-active a,
.page-node-type-support-seeker .pager ul.pager__items&gt;li.is-active a {
  background: none;
  color: #0E7AC4;
  border-color: transparent;
}

body.messages-page .pager ul.pager__items&gt;li,
.page-node-type-support-seeker .pager ul.pager__items&gt;li {
  margin-right: 0;
  padding: 0;
}

body.messages-page .pager ul.pager__items&gt;li a,
.page-node-type-support-seeker .pager ul.pager__items&gt;li a {
  border: none;
  color: #bcbdc3;
  padding: 0 5px;
  background: none;
}

body.messages-page .pager {
  margin-top: 80px;
}

/*メッセージ
* スマホ
******************************/
@media (max-width: 768px) {

  body.messages-page .region-content {
    max-height: calc(96svh - env(safe-area-inset-bottom));
  }  

  body.messages-page .block-local-tasks-block nav.tabs ul.tabs li a {
    text-align: center;
  }

  body.messages-page .pager ul.pager__items {
    top: 40px;
  }

  .messages-page .comment-wrapper {
    padding-bottom: 170px;
  }

  input,
  .messages-page .comment-wrapper .comment-form textarea{
    font-size:16px !important;
  }
}

@media (max-width: 387px) {
  .messages-page .comment-wrapper {
    padding-bottom: 190px;
  }

  .messages-page .comment-wrapper .comment-form {
    bottom: calc(108px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 381px) {
  .messages-page .comment-wrapper .comment-form {
    bottom: calc(121px + env(safe-area-inset-bottom));
  }
}


/*メッセージ
* メッセージテンプレート
******************************/
.messages-page .toc-warp.entry-msg.hide {
  top: 10px !important;
  z-index: 100;
}

.messages-page .toc-warp.entry-msg {
  right: 15px !important;
}


.node-entry-form #edit-group-etr-motivation{
  border-color:#b3b3b3;
}
#edit-group-etr-motivation summary{
padding: 20px 15px;
  font-weight:bold;
}

#edit-group-etr-motivation .field--name-field-etr-request  label{
  display:none!important;
}

/* 応募履歴 *********************************************************************/
body.path-my .node--type-entry .entry_details_item_table,
body.path-my .message_btn{
  display: none;
}

body.path-my .view-id-entry .views-field-view-node span.field-content a{
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  margin: 20px auto 0;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 9999px;
  align-items: center;
  display: block;
}

@media (hover: hover) {
body.path-my .view-id-entry .views-field-view-node span.field-content a:hover{
  background-color: #fff !important;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
}

body.path-my .job-warp .ttl{
  margin-top: 0;
}

body.path-my .job-warp .ttl a{
  color: var(--text-color);
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  body.path-my .job-warp .ttl{
    margin-top: 20px;
  }
}
/*エントリー保有資格*/
.entry_details_item_table &gt; .field--name-field-etr-license .field__items{
  display:flex;
  flex-wrap: wrap;
  float:none;
  width:calc(100% - 145px);
}
.entry_details_item_table &gt; .field--name-field-etr-license .field__items .field__item{
  display:inline-block;
  width:auto;
  flex:none!important;
}

.entry_details_item_table &gt; .field--name-field-etr-license .field__items .field__item:not(:last-child):after{
  content:",";
}</pre></body></html>