<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 */

/* 企業のホンネ タイトルバナー */
@media screen and (min-width: 1200px) {
  .block-simple-blocktitle-bnr-real {
    background-color: var(--background-breadcrumb-color);
    font-size: 0;
  }

  .block-simple-blocktitle-bnr-real .title-bnr {
    max-width: 1120px;
    /* margin: 0 auto; */
  }
}



/*  タイトル */
@media screen and (max-width: 767px) {
  .not_login.path-real.sticked #block-dorazamurai-front-page-title h1.page-title,
  .not_login.path-real .region-highlighted:has(.title-bnr)+main h1.page-title{
   text-align: center;
   padding: 0;
}

  .not_login.path-real.sticked #block-dorazamurai-front-page-title h1.page-title::before,
  .not_login.path-real .region-highlighted:has(.title-bnr)+main h1.page-title::before{
   display:none;
}
   
}




/* 企業のホンネ（一覧） ******************************************************* */
.layout-content .view-real-intention-list .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.layout-content .view-real-intention-list .view-content .views-row {
  width: calc((100% - 20px) / 2);
  height: auto;
  box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
  position: relative;
  transition: transform 0.3s ease;
}

.layout-content .view-real-intention-list .view-content .views-row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent transparent #0E7AC4 transparent;
}

@media (hover: hover) {
  .layout-content .view-real-intention-list .view-content .views-row:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
  }
}

.layout-content .view-real-intention-list .real-wrap {
  height: 100%;
}

.layout-content .view-real-intention-list .real-wrap a {
  color: var(--text-color);
}

.layout-content .view-real-intention-list .real-wrap .thumbnail {
  overflow: hidden;
}

.layout-content .view-real-intention-list .real-wrap .thumbnail img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.layout-content .view-real-intention-list .real-wrap .thumbnail:hover img {
  transform: scale(1.08);
}

.layout-content .view-real-intention-list .real-wrap .content {
  padding: 10px 20px 15px;

  height: 100%;
  display: flex;
  flex-direction: column;
}

.layout-content .view-real-intention-list .real-wrap .content .info {
  margin-bottom: 5px;
}

.layout-content .view-real-intention-list .real-wrap .content .info&gt;* {
  display: inline-block;
}

.layout-content .view-real-intention-list .real-wrap .content .info .cat {
  background-color: var(--main-color);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.layout-content .view-real-intention-list .real-wrap .content .info ul {
  margin: 0;
}

.view-real-intention-list .real-wrap .content .info ul li {
  background-color: var(--main-color);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.layout-content .view-real-intention-list .real-wrap .content .ttl {
  /* 	margin: 0 0 10px; */
  margin-bottom: 10px;
  flex-grow: 1;
}

.layout-content .view-real-intention-list .real-wrap .content .ttl h2 {
  margin: 0;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.layout-content .view-real-intention-list .real-wrap .content .company {
  text-align: right;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .layout-content .view-real-intention-list .view-content .views-row {
    width: 100%;
  }

  .layout-content .view-real-intention-list .real-wrap .content {
    padding: 5px 15px 15px;
  }

  .layout-content .view-real-intention-list .real-wrap .content .ttl h2 {
    font-size: 1.8rem;
  }
}



/* 企業のホンネ（右サイドバー） ******************************************************* */
/* body.path-real aside[class*="layout-sidebar-"] h2.block-title,
body.page-node-type-real-intention aside[class*="layout-sidebar-"] h2.block-title {
  border-bottom: solid 3px #d0e4ff;
  position: relative;
  padding-left: 10px;
  font-size: 1.8rem!important;
} */

/* body.path-real aside[class*="layout-sidebar-"] h2.block-title:after,
body.page-node-type-real-intention aside[class*="layout-sidebar-"] h2.block-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #1488c0;
  bottom: -3px;
  left: 0;
  width: 50%;
} */

aside .views-row {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

aside .real-wrap a {
  display: flex;
  color: var(--text-color);
}

aside .real-wrap a .thumbnail {
  width: 75px;
  height: auto;
}

aside .real-wrap a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

aside .real-wrap a .content {
  flex: 1;
  padding: 5px 10px;
}

aside .real-wrap a .content .info&gt;* {
  display: inline-block;
}

aside .real-wrap a .content .info .cat {
  background-color: var(--main-color);
  border-radius: 3px;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.5;
  margin-right: 5px;
  margin-bottom: 2px;
  padding: 2px 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

aside .real-wrap a .content .info ul {
  margin: 0;
}

aside .real-wrap a .content .info ul li {
  background-color: var(--main-color);
  border-radius: 3px;
  color: #fff;
  font-size: 1.0rem !important;
  line-height: 1.5;
  margin-right: 5px !important;
  margin-bottom: 2px !important;
  padding: 2px 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

aside .real-wrap a .content .created {
  margin-bottom: 2px;
}

aside .real-wrap a .content .created:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 2px;
  vertical-align: middle;
  background-image: url(../img/icon/clock.svg);
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(49%) sepia(75%) saturate(430%) hue-rotate(152deg) brightness(103%) contrast(87%);
}

aside .real-wrap a .content .created time {
  font-size: 1.1rem;
}

aside .real-wrap a .content .ttl span {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* カテゴリー */
.cat-list li a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 20px 20px 20px 40px;
  border: 1px solid #ddd;
  position: relative;
}

.cat-list li a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px var(--main-color);
  border-right: solid 2px var(--main-color);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
}

.cat-list li a:hover {
  color: #333;
  background-color: #ececec;
}

/* 都道府県 */
.block-views-blockreal-intention-list-block-2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.block-views-blockreal-intention-list-block-2 ul li {
  width: calc((100% - 5px) / 2);
}

.block-views-blockreal-intention-list-block-2 ul li a {
  display: block;
  line-height: 1.8;
  border-radius: 3px;
  padding: 2px 5px;
  /* background-color: var(--main-color); */
  /* color: #fff; */
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  color: #0E7AC4;
  border: 1px solid transparent;
}

@media (hover: hover) {
  .block-views-blockreal-intention-list-block-2 ul li a:hover {
    opacity: 0.8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    border: 1px solid #0E7AC4;
  }
}

/* サイド：都道府県が複数選択されている時は最初の1件のみ表示 */
@media screen and (min-width: 992px) {
  aside .real-wrap a .content .info ul:has(&gt; :nth-child(2)) li:nth-child(n+2) {
    display: none;
  }

  aside .real-wrap a .content .info ul:has(&gt; :nth-child(2)):after {
    content: '...';
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  aside .real-wrap a .content .info ul:has(&gt; :nth-child(2)) li:nth-child(n+6) {
    display: none;
  }

  aside .real-wrap a .content .info ul:has(&gt; :nth-child(6)):after {
    content: '...';
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  aside .real-wrap a .content .info ul:has(&gt; :nth-child(2)) li:nth-child(n+3) {
    display: none;
  }

  aside .real-wrap a .content .info ul:has(&gt; :nth-child(3)):after {
    content: '...';
    display: inline-block;
  }
}



/* 企業のホンネ（詳細記事） ******************************************************* */

/* メイン画像 */
body.page-node-type-real-intention .block-system-main-block .field--name-field-real-image {
  margin-bottom: 40px;
}

/* カテゴリー / 都道府県 */
.real-info {
  font-size: 0;
}

.real-info&gt;* {
  display: inline-block;
  margin-bottom: 10px;
}

.real-info .field--name-field-real-category {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: var(--main-color);
  border-radius: 3px;
  color: #fff;
  font-size: 1.3rem;
}

.real-info .field--name-field-real-prefectures .field__item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: var(--main-color);
  border-radius: 3px;
  color: #fff;
  font-size: 1.3rem;
}

/* 日付 */
.real-info .created {
  font-size: 1.4rem;
  margin-right: 15px;
  margin-bottom: 10px;
}

.real-info .created:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  vertical-align: middle;
  background-image: url(../img/icon/clock.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-size: 18px;
  filter: invert(49%) sepia(75%) saturate(430%) hue-rotate(152deg) brightness(103%) contrast(87%);
}

/* 記事本文中 画像 */
.real-content .centering {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.real-content .clip.circle img {
  border-radius: 9999px;
  width: 300px;
  height: 300px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .real-content .clip.circle img {
    width: 250px;
    height: 250px;
  }
}

/* インタビュイー */
.box-interviewee {
  border: 3px solid #2d72e0;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 8px;
  position: relative;
}

.box-interviewee .ttl {
  font-size: 1.8rem;
  font-weight: bolder;
  color: #2d72e0;
  background-color: #fff;
  padding: 0 10px;
  position: absolute;
  top: -10px;
  left: 10px;
}

.box-interviewee .memo .name {
  margin: 10px 0;
}

.box-interviewee .memo p {
  margin: 0 0 12px !important;
}

/* 見出し */
.real-content h2:not(.ttl) {
  color: #333;
  background: #f7f7f7;
  border-left: solid #1488c0 5px;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 14px 15px 13px;
  border-bottom: solid 3px #dadada;
  line-height: 1.4;
  font-size: 2.8rem;
}

.real-content .interviewee {
  position: relative;
}

/* .real-content .interviewee:before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 10px;
} */

.real-content .interviewee strong {
  display: block;
  color: #333;
  padding-left: 40px;
}

/* 記事本文 */
body.page-node-type-real-intention .block-system-main-block img {
  max-width: 100%;
  height: auto;
}


body.page-node-type-real-intention .block-system-main-block p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 8px;
}


body.page-node-type-real-intention .block-system-main-block .field--name-field-real-company-name {
  text-align: right;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 20px;
}

span.yellowpoint01 {
  background: linear-gradient(transparent 70%, #FFFF99 70%);
  font-weight: bold;
  font-size: 16px;
}


/* 表 */
.real-content table.table-corp {
  width: 100%;
  font-size: 1.4rem;
  border-collapse: collapse;
  margin: 0 0 60px;
}

.real-content table.table-corp tr:nth-child(2n+1) {
  background: #F2F2F2;
}

.real-content table.table-corp th,
.real-content table.table-corp td {
  border: 1px solid #E5E5E5;
  padding: 20px;
}

/* .real-content table.table-corp td {
} */

.real-content table.table-corp ul {
  margin: 0;
}

.real-content table.table-corp ul li {
  margin-bottom: 12px;
}

.real-content table.table-corp ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {

  .real-content table.table-corp th,
  .real-content table.table-corp td {
    padding: 20px 10px;
  }
}

/* 求人ページへのリンクボタン */
.real-company {
  padding: 40px 20px;
  text-align: center;
  /* margin-bottom: 60px; */
  border: 1px solid #ddd;
  background-color: #EEF8F6;
}

.real-company a.company-btn {
  display: block;
  font-size: 15px;
  font-weight: 600;
  max-width: 600px;
  width: 100%;
  padding: 10px;
  color: #fff;
  background-color: var(--main-color);
  border-bottom: solid 2px #23527c;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%);
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
  position: relative;
}

@media (hover: hover) {
  .real-company a.company-btn:hover {
    background-color: #23527c;
  }
}


    /*ホンネ 詳細ページカテゴリ　都道府県 */
    .real-info .category-warp .view-real-intention-detail .views-row {
      /*/*
      display: flex;
      flex-wrap: wrap;
      */
  }
  .real-info .category-warp .view-real-intention-detail .views-row .field--name-field-real-category {
      background: none;
      margin-right: 0;
      margin-bottom: 0;
      padding: 0;
  }

  .real-info .category-warp .view-real-intention-detail .views-row .views-field-field-real-prefectures .item-list ul {
    /*/*
      display: flex;
      flex-wrap: wrap;
      */
  }
  .real-info .category-warp .view-real-intention-detail .views-row .views-field-field-real-prefectures .item-list ul a {}
  .real-info .category-warp .views-row a {
      margin-right: 5px;
      margin-bottom: 5px;
      padding: 5px 10px;
      background-color: var(--main-color);
      border-radius: 3px;
      color: #fff;
      font-size: 1.3rem;
  }
  .real-info .category-warp .views-row a:hover {
      opacity: 0.8;
  }

  .category-warp{
    display:block;
    
}
.category-warp a{
    display:inline-block;
    float:left;
}

.page-node-type-real-intention .node--type-real-intention {
  max-width:800px;
}

/*企業のホンネ*/
.toc-003 {
  margin-bottom: 30px;
  padding: 1em 1em 1em 2em;
  border-top: 5px solid #2d72e0;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
  background-color: #f7f7f7;
  color: #2589d0;
}

.toc-003 div {
  display: flex;
  align-items: center;
  margin: 0;
  color: #2d72e0;
  font-weight: 600;
  font-size: 1.2em;
}

.toc-003 div::before {
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  margin-right: 5px;
  border-radius: 50%;
  background: #2d72e0 url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.8%2017.2h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.8-.8-.8zm0-15h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8V3c-.1-.4-.4-.8-.8-.8zm0%207.6h-3c-.5%200-.8.3-.8.7v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.7-.8-.7zM23.2%2018h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8zm0-15h-15c-.4%200-.7.3-.7.8v1.5c0%20.4.3.7.7.7h15c.5%200%20.8-.3.8-.8V3.8c0-.5-.3-.8-.8-.8zm0%207.5h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat center / 1em;
  content: '';
}

.toc-003 ul {
  list-style-type: disc;
  margin: 0;
  padding: 0 1.2em;
  overflow: hidden;
}

.toc-003 &gt; ul {
  margin-top: 15px;
}

.toc-003 ul ul {
  margin-top: 5px;
}

.toc-003 li {
  padding: 5px 0;
  font-weight: 600;
}

.toc-003 ul ul li {
  font-weight: 500;
  font-size: .10em;
}

.toc-003 a {
  color: #2d72e0;
  text-decoration: none;
}


.box26 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #2d72e0;
  border-radius: 8px;
}
.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #2d72e0;
  font-weight: bold;
}
.box26 p {
  margin: 0; 
  padding: 0;
}

.circle {
 border-radius: 50%;
 width: 300px;
 height: 300px;
 border: solid 2px #BFC5CA;
}


span.yellowpoint01{
      background: linear-gradient(transparent 70%, #FFFF99 70%);
      font-weight: bold; 
      font-size: 16px;
    }



/* 画像センター */

  .node--type-real-intention .field--name-body img{
      margin-left:auto;
      margin-right:auto;
      display:block;
  }



/*
上と同じ内容が複製されているかもしれない
↓↓↓↓↓↓↓
*/
/* 企業のホンネ タイトルバナー */
@media screen and (min-width: 1200px) {
  .block-simple-blocktitle-bnr-real {
    background-color: var(--background-breadcrumb-color);
    font-size: 0;
  }

  .block-simple-blocktitle-bnr-real .title-bnr {
    max-width: 1120px;
    /* margin: 0 auto; */
  }
}



/*  タイトル */
@media screen and (max-width: 767px) {
  .not_login.path-real.sticked #block-dorazamurai-front-page-title h1.page-title,
  .not_login.path-real .region-highlighted:has(.title-bnr)+main h1.page-title{
   text-align: center;
   padding: 0;
}

  .not_login.path-real.sticked #block-dorazamurai-front-page-title h1.page-title::before,
  .not_login.path-real .region-highlighted:has(.title-bnr)+main h1.page-title::before{
   display:none;
}
   
}




/* 企業のホンネ（一覧） ******************************************************* */
.layout-content .view-real-intention-list .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.layout-content .view-real-intention-list .view-content .views-row {
  width: calc((100% - 20px) / 2);
  height: auto;
  box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
  position: relative;
  transition: transform 0.3s ease;
}

.layout-content .view-real-intention-list .view-content .views-row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent transparent #0E7AC4 transparent;
}

@media (hover: hover) {
  .layout-content .view-real-intention-list .view-content .views-row:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
  }
}

.layout-content .view-real-intention-list .real-wrap {
  height: 100%;
}

.layout-content .view-real-intention-list .real-wrap a {
  color: var(--text-color);
}

.layout-content .view-real-intention-list .real-wrap .thumbnail {
  overflow: hidden;
}

.layout-content .view-real-intention-list .real-wrap .thumbnail img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.layout-content .view-real-intention-list .real-wrap .thumbnail:hover img {
  transform: scale(1.08);
}

.layout-content .view-real-intention-list .real-wrap .content {
  padding: 10px 20px 15px;

  height: 100%;
  display: flex;
  flex-direction: column;
}

.layout-content .view-real-intention-list .real-wrap .content .info {
  margin-bottom: 5px;
}

.layout-content .view-real-intention-list .real-wrap .content .info&gt;* {
  display: inline-block;
}

.layout-content .view-real-intention-list .real-wrap .content .info .cat {
  background-color: var(--main-color);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.layout-content .view-real-intention-list .real-wrap .content .info ul {
  margin: 0;
}

.view-real-intention-list .real-wrap .content .info ul li {
  background-color: var(--main-color);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.layout-content .view-real-intention-list .real-wrap .content .ttl {
  /* 	margin: 0 0 10px; */
  margin-bottom: 10px;
  flex-grow: 1;
}

.layout-content .view-real-intention-list .real-wrap .content .ttl h2 {
  margin: 0;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.layout-content .view-real-intention-list .real-wrap .content .company {
  text-align: right;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .layout-content .view-real-intention-list .view-content .views-row {
    width: 100%;
  }

  .layout-content .view-real-intention-list .real-wrap .content {
    padding: 5px 15px 15px;
  }

  .layout-content .view-real-intention-list .real-wrap .content .ttl h2 {
    font-size: 1.8rem;
  }
}



/* 企業のホンネ（右サイドバー） ******************************************************* */
/* body.path-real aside[class*="layout-sidebar-"] h2.block-title,
body.page-node-type-real-intention aside[class*="layout-sidebar-"] h2.block-title {
  border-bottom: solid 3px #d0e4ff;
  position: relative;
  padding-left: 10px;
  font-size: 1.8rem!important;
} */

/* body.path-real aside[class*="layout-sidebar-"] h2.block-title:after,
body.page-node-type-real-intention aside[class*="layout-sidebar-"] h2.block-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #1488c0;
  bottom: -3px;
  left: 0;
  width: 50%;
} */

aside .views-row {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

aside .real-wrap a {
  display: flex;
  color: var(--text-color);
}

aside .real-wrap a .thumbnail {
  width: 75px;
  height: auto;
}

aside .real-wrap a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

aside .real-wrap a .content {
  flex: 1;
  padding: 5px 10px;
}

aside .real-wrap a .content .info&gt;* {
  display: inline-block;
}

aside .real-wrap a .content .info .cat {
  background-color: var(--main-color);
  border-radius: 3px;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.5;
  margin-right: 5px;
  margin-bottom: 2px;
  padding: 2px 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

aside .real-wrap a .content .info ul {
  margin: 0;
}

aside .real-wrap a .content .info ul li {
  background-color: var(--main-color);
  border-radius: 3px;
  color: #fff;
  font-size: 1.0rem !important;
  line-height: 1.5;
  margin-right: 5px !important;
  margin-bottom: 2px !important;
  padding: 2px 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

aside .real-wrap a .content .created {
  margin-bottom: 2px;
}

aside .real-wrap a .content .created:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 2px;
  vertical-align: middle;
  background-image: url(../img/icon/clock.svg);
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(49%) sepia(75%) saturate(430%) hue-rotate(152deg) brightness(103%) contrast(87%);
}

aside .real-wrap a .content .created time {
  font-size: 1.1rem;
}

aside .real-wrap a .content .ttl span {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* カテゴリー */
.cat-list li a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 20px 20px 20px 40px;
  border: 1px solid #ddd;
  position: relative;
}

.cat-list li a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px var(--main-color);
  border-right: solid 2px var(--main-color);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
}

.cat-list li a:hover {
  color: #333;
  background-color: #ececec;
}

/* 都道府県 */
.block-views-blockreal-intention-list-block-2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.block-views-blockreal-intention-list-block-2 ul li {
  width: calc((100% - 5px) / 2);
}

.block-views-blockreal-intention-list-block-2 ul li a {
  display: block;
  line-height: 1.8;
  border-radius: 3px;
  padding: 2px 5px;
  /* background-color: var(--main-color); */
  /* color: #fff; */
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  color: #0E7AC4;
  border: 1px solid transparent;
}

@media (hover: hover) {
  .block-views-blockreal-intention-list-block-2 ul li a:hover {
    opacity: 0.8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    border: 1px solid #0E7AC4;
  }
}

/* サイド：都道府県が複数選択されている時は最初の1件のみ表示 */
@media screen and (min-width: 992px) {
  aside .real-wrap a .content .info ul:has(&gt; :nth-child(2)) li:nth-child(n+2) {
    display: none;
  }

  aside .real-wrap a .content .info ul:has(&gt; :nth-child(2)):after {
    content: '...';
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  aside .real-wrap a .content .info ul:has(&gt; :nth-child(2)) li:nth-child(n+6) {
    display: none;
  }

  aside .real-wrap a .content .info ul:has(&gt; :nth-child(6)):after {
    content: '...';
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  aside .real-wrap a .content .info ul:has(&gt; :nth-child(2)) li:nth-child(n+3) {
    display: none;
  }

  aside .real-wrap a .content .info ul:has(&gt; :nth-child(3)):after {
    content: '...';
    display: inline-block;
  }
}



/* 企業のホンネ（詳細記事） ******************************************************* */

/* メイン画像 */
body.page-node-type-real-intention .block-system-main-block .field--name-field-real-image {
  margin-bottom: 40px;
}

/* カテゴリー / 都道府県 */
.real-info {
  font-size: 0;
}

.real-info&gt;* {
  display: inline-block;
  margin-bottom: 10px;
}

.real-info .field--name-field-real-category {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: var(--main-color);
  border-radius: 3px;
  color: #fff;
  font-size: 1.3rem;
}

.real-info .field--name-field-real-prefectures .field__item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: var(--main-color);
  border-radius: 3px;
  color: #fff;
  font-size: 1.3rem;
}

/* 日付 */
.real-info .created {
  font-size: 1.4rem;
  margin-right: 15px;
  margin-bottom: 10px;
}

.real-info .created:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  vertical-align: middle;
  background-image: url(../img/icon/clock.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-size: 18px;
  filter: invert(49%) sepia(75%) saturate(430%) hue-rotate(152deg) brightness(103%) contrast(87%);
}

/* 記事本文中 画像 */
.real-content .centering {
  text-align: center;
  margin-bottom: 40px;
}

.real-content .clip.circle img {
  border-radius: 9999px;
  width: 300px;
  height: 300px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .real-content .clip.circle img {
    width: 250px;
    height: 250px;
  }
}

/* インタビュイー */
.box-interviewee {
  border: 3px solid #2d72e0;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 8px;
  position: relative;
}

.box-interviewee .ttl {
  font-size: 1.8rem;
  font-weight: bolder;
  color: #2d72e0;
  background-color: #fff;
  padding: 0 10px;
  position: absolute;
  top: -10px;
  left: 10px;
}

.box-interviewee .memo .name {
  margin: 10px 0;
}

.box-interviewee .memo p {
  margin: 0 0 12px !important;
}

/* 見出し */
.real-content h2:not(.ttl) {
  color: #333;
  background: #f7f7f7;
  border-left: solid #1488c0 5px;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 14px 15px 13px;
  border-bottom: solid 3px #dadada;
  line-height: 1.4;
  font-size: 2.8rem;
}

.real-content .interviewee {
  position: relative;
}
/* .real-content .interviewee:before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 10px;
} */

.real-content .interviewee:before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  min-height: 2px; 
  max-height: 2px; 
  line-height: 2px; 
  background-color: #333;
  position: absolute;
  top: 12px;
  transform: scaleY(1); 
  box-sizing: content-box; 
}


.real-content .interviewee strong {
  display: block;
  color: #333;
  padding-left: 40px;
}

/* 記事本文 */
body.page-node-type-real-intention .block-system-main-block img {
  max-width: 100%;
  height: auto;
}


body.page-node-type-real-intention .block-system-main-block p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 8px;
}


body.page-node-type-real-intention .block-system-main-block .field--name-field-real-company-name {
  text-align: right;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 20px;
}

span.yellowpoint01 {
  background: linear-gradient(transparent 70%, #FFFF99 70%);
  font-weight: bold;
  font-size: 16px;
}


/* 表 */
.real-content table.table-corp {
  width: 100%;
  font-size: 1.4rem;
  border-collapse: collapse;
  margin: 0 0 60px;
}

.real-content table.table-corp tr:nth-child(2n+1) {
  background: #F2F2F2;
}

.real-content table.table-corp th,
.real-content table.table-corp td {
  border: 1px solid #E5E5E5;
  padding: 20px;
}

/* .real-content table.table-corp td {
} */

.real-content table.table-corp ul {
  margin: 0;
}

.real-content table.table-corp ul li {
  margin-bottom: 12px;
}

.real-content table.table-corp ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {

  .real-content table.table-corp th,
  .real-content table.table-corp td {
    padding: 20px 10px;
  }
}

/* 求人ページへのリンクボタン */
.real-company {
  padding: 40px 20px;
  text-align: center;
  /* margin-bottom: 60px; */
  border: 1px solid #ddd;
  background-color: #EEF8F6;
}

.real-company a.company-btn {
  display: block;
  font-size: 15px;
  font-weight: 600;
  max-width: 600px;
  width: 100%;
  padding: 10px;
  color: #fff;
  background-color: var(--main-color);
  border-bottom: solid 2px #23527c;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%);
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
  position: relative;
}

@media (hover: hover) {
  .real-company a.company-btn:hover {
    background-color: #23527c;
  }
}


    /*ホンネ 詳細ページカテゴリ　都道府県 */
    .real-info .category-warp .view-real-intention-detail .views-row {
      /*/*
      display: flex;
      flex-wrap: wrap;
      */
  }
  .real-info .category-warp .view-real-intention-detail .views-row .field--name-field-real-category {
      background: none;
      margin-right: 0;
      margin-bottom: 0;
      padding: 0;
  }

  .real-info .category-warp .view-real-intention-detail .views-row .views-field-field-real-prefectures .item-list ul {
    /*/*
      display: flex;
      flex-wrap: wrap;
      */
  }
  .real-info .category-warp .view-real-intention-detail .views-row .views-field-field-real-prefectures .item-list ul a {}
  .real-info .category-warp .views-row a {
      margin-right: 5px;
      margin-bottom: 5px;
      padding: 5px 10px;
      background-color: var(--main-color);
      border-radius: 3px;
      color: #fff;
      font-size: 1.3rem;
  }
  .real-info .category-warp .views-row a:hover {
      opacity: 0.8;
  }

  .category-warp{
    display:block;
    
}
.category-warp a{
    display:inline-block;
    float:left;
}

.page-node-type-real-intention .node--type-real-intention {
  max-width:800px;
}

/*企業のホンネ*/
.toc-003 {
  margin-bottom: 30px;
  padding: 1em 1em 1em 2em;
  border-top: 5px solid #2d72e0;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
  background-color: #f7f7f7;
  color: #2589d0;
}

.toc-003 div {
  display: flex;
  align-items: center;
  margin: 0;
  color: #2d72e0;
  font-weight: 600;
  font-size: 1.2em;
}

.toc-003 div::before {
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  margin-right: 5px;
  border-radius: 50%;
  background: #2d72e0 url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.8%2017.2h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.8-.8-.8zm0-15h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8V3c-.1-.4-.4-.8-.8-.8zm0%207.6h-3c-.5%200-.8.3-.8.7v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.7-.8-.7zM23.2%2018h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8zm0-15h-15c-.4%200-.7.3-.7.8v1.5c0%20.4.3.7.7.7h15c.5%200%20.8-.3.8-.8V3.8c0-.5-.3-.8-.8-.8zm0%207.5h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat center / 1em;
  content: '';
}

.toc-003 ul {
  list-style-type: disc;
  margin: 0;
  padding: 0 1.2em;
  overflow: hidden;
}

.toc-003 &gt; ul {
  margin-top: 15px;
}

.toc-003 ul ul {
  margin-top: 5px;
}

.toc-003 li {
  padding: 5px 0;
  font-weight: 600;
}

.toc-003 ul ul li {
  font-weight: 500;
  font-size: .10em;
}

.toc-003 a {
  color: #2d72e0;
  text-decoration: none;
}


.box26 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #2d72e0;
  border-radius: 8px;
}
.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #2d72e0;
  font-weight: bold;
}
.box26 p {
  margin: 0; 
  padding: 0;
}

.circle {
 border-radius: 50%;
 width: 300px;
 height: 300px;
 border: solid 2px #BFC5CA;
}


span.yellowpoint01{
      background: linear-gradient(transparent 70%, #FFFF99 70%);
      font-weight: bold; 
      font-size: 16px;
}



/* 画像センター */

  .node--type-real-intention .field--name-body img{
      margin-left:auto;
      margin-right:auto;
      display:block;
  }

  /* 旧スタイル **/
  /* 企業ホンネ ******************/
.node--type-real-intention .field--name-body h2{
  color:#333;
  background:#ebebeb;
  border-left:solid #1488c0 5px;
  padding:14px 12px;
  border-bottom:solid 3px #dadada;
}

.node--type-real-intention .field--name-body table {
border-collapse: collapse;
border: solid 2px #E5E5E5;
}
.node--type-real-intention .field--name-body table th,
.node--type-real-intention .field--name-body table td {
border: solid 1px #E5E5E5;
}

.node--type-real-intention .field--name-body hr {
  margin-top: 40px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #E5E5E5;
}

.node--type-real-intention .field--name-body table {
  margin-top: 0px;
  margin-bottom:20px;
  width: 100%;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
      border-bottom: 1px solid #E5E5E5;
  font-size: 1.4rem;
}


.node--type-real-intention .field--name-body table tbody{
    border-color: #E5E5E5;
}

.node--type-real-intention .field--name-body table tr:nth-child(2n+1) {
  background: #F2F2F2;
}

.node--type-real-intention .field--name-body table th {
  padding: 10px;
  background: #323232;
  color: #fff;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.node--type-real-intention .field--name-body table td {
  padding: 10px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.node--type-real-intention .field--name-body table {
  border-right: none;
}

.node--type-real-intention .field--name-bodyn blockquote {
  position: relative;
  color: #3F3F3F;
  margin-top: 20px;
  padding: 20px 20px 20px 70px;
  background-color: #F2F2F2;
  font-family: Font Awesome;
}

.node--type-real-intention .field--name-body blockquote::before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 3rem;
  color: #D9D9D9;
}

.node--type-real-intention .field--name-body .borderBox {
  border: 1px solid #E5E5E5;
  padding: 20px;
  margin-top: 20px;
}

.node--type-real-intention .field--name-body .border2Box {
  border: 4px double #E5E5E5;
  padding: 20px;
  margin-top: 20px;
}

.node--type-real-intention .field--name-body .bgBox {
  background: #F2F2F2;
  padding: 20px;
  margin-top: 20px;
}

.node--type-real-intention .field--name-body .paperBox {
  position: relative;
  padding: 20px;
  margin-top: 20px;
  background-color: #F2F2F2;
}

.node--type-real-intention .field--name-bodyn .paperBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-color: #D8D8D8 #ffffff #ffffff #D8D8D8;
  border-style: solid;
  border-width: 0 0 20px 20px;
}

.node--type-real-intention .field--name-body .boldBox {
  border: 3px solid #191919;
  padding: 20px;
  margin-top: 20px;
  font-weight: 700;
}

.node--type-real-intention .field--name-body .bracketsBox {
  position: relative;
  padding: 20px;
  margin-top: 20px;
}

.node--type-real-intention .field--name-body .bracketsBox:before,
.node--type-real-intention .field--name-body .bracketsBox:after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 30px;
  content: "";
}

.node--type-real-intention .field--name-body .bracketsBox:before {
  top: 0;
  left: 0;
  border-top: solid 1px #191919;
  border-left: solid 1px #191919;
}

.node--type-real-intention .field--name-body .bracketsBox:after {
  right: 0;
  bottom: 0;
  border-right: solid 1px #191919;
  border-bottom: solid 1px #191919;
}

.node--type-real-intention .field--name-body .questionBox,
.node--type-real-intention .field--name-body .exclamationBox {
  position: relative;
  margin-top: 20px;
  padding: 20px 20px 20px 70px;
}

.node--type-real-intention .field--name-body .questionBox {
  background-color: #D9EFF7;
}

.node--type-real-intention .field--name-body .exclamationBox {
  background-color: #F6E1DF;
}

.node--type-real-intention .field--name-body .questionBox::before,
.node--type-real-intention .field--name-body .exclamationBox::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}

.node--type-real-intention .field--name-body .questionBox::before {
  content: "?";
  background: #0096c8;
}

.node--type-real-intention .field--name-body .exclamationBox::before {
  content: "!";
  background: #c53929;
}

.node--type-real-intention .field--name-body .pointBox {
  position: relative;
  border: 2px solid #c53929;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}

.node--type-real-intention .field--name-body .pointBox::before {
  content: "POINT";
  position: absolute;
  top: -15px;
  left: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #ffffff;
  color: #c53929;
  padding: 0 10px;
}

.node--type-real-intention .field--name-body .asterisk {
  display: block;
  font-size: 1.3rem;
  color: #7F7F7F;
}

.node--type-real-intention .field--name-body .markerYellow {
  background: linear-gradient(transparent 60%,#ffffbc 60%);
}

.node--type-real-intention .field--name-body .markerPink {
  background: linear-gradient(transparent 60%,#FFDFEF 60%);
}

.node--type-real-intention .field--name-body .markerBlue {
  background: linear-gradient(transparent 60%,#cce5ff 60%);
}
</pre></body></html>