/* ==========ブログのプロフィール表示========================== */
.supervisor-card {
  max-width: 900px;
  margin: 30px auto;
  padding: 28px 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Meiryo", serif;
  color: #0b2340;
}

.supervisor-inner {
  width: 100%;
}

.supervisor-en {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: #b1843b;
  font-weight: bold;
}

.supervisor-en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 1px;
  background: #b1843b;
}

.supervisor-heading {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #071f3d;
}

.supervisor-line {
  width: 100%;
  height: 1px;
  margin: 20px 0 30px;
  background: linear-gradient(to right, #071f3d 0, #071f3d 55px, #dddddd 55px, #dddddd 100%);
}

.supervisor-profile {
  position: relative;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  padding-left: 16px;
}

.supervisor-profile::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 4px;
  height: 180px;
  background: linear-gradient(to bottom, #d8aa59 0%, #0b2340 100%);
  border-radius: 4px;
}

.supervisor-image {
  width: 126px;
  flex-shrink: 0;
}

.supervisor-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center top;
  display: block;
  border: none;
}

.supervisor-body {
  flex: 1;
}

.supervisor-office {
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: bold;
  color: #071f3d;
}

.supervisor-name-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.supervisor-label {
  display: inline-block;
  padding: 4px 10px;
  background: #0b3767;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 2px;
  line-height: 1.2;
}

.supervisor-name {
  font-size: 23px;
  font-weight: bold;
  color: #071f3d;
}

.supervisor-badge {
  display: inline-block;
  margin-bottom: 22px;
  padding: 5px 14px;
  border: 1px solid #d8aa59;
  border-radius: 20px;
  color: #b1843b;
  font-size: 13px;
  line-height: 1.4;
}

.supervisor-badge::before {
  content: "●";
  margin-right: 6px;
  font-size: 10px;
}

.supervisor-text {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #1d2f45;
}

/* スマホ対応 */
@media screen and (max-width: 640px) {
  .supervisor-card {
    padding: 30px 22px;
    margin: 30px auto;
  }

  .supervisor-heading {
    font-size: 21px;
  }

  .supervisor-profile {
    display: block;
    padding-left: 14px;
  }

  .supervisor-profile::before {
    height: 100%;
  }

  .supervisor-image {
    width: 130px;
    margin: 0 0 18px;
  }

  .supervisor-image img {
    height: auto;
  }

  .supervisor-name-row {
    flex-wrap: wrap;
    gap: 8px 10px;
  }

  .supervisor-name {
    font-size: 20px;
  }

  .supervisor-text {
    font-size: 14px;
    line-height: 1.9;
  }
}


/* ==========申し込みフォーム_求人のPC、スマホの切り分け================================== */
 .mobile-only {
    display: none;
  }
  .pc-only {
    display: inline;
  }

  @media screen and (max-width: 768px) {
    .mobile-only {
      display: inline;
    }
    .pc-only {
      display: none;
    }
  }

/* ==========右にrecruit固定================================== ★無効化*/
//.recruit { 
//position: fixed;
//bottom: 50px;
//right: 0px;
//z-index: 999;
//z-index: 1;
//}


/*黄色下線、数値が低いほど太くなる*/
    .under1 {
      background: linear-gradient(transparent  50%, #ffff00  50%);
    }

div#slide-homeslide img {
    max-width: 100%;
}

/* ハッシュタグ群（投稿に表示） */
.hastags-wrapper .hashtags{
	margin: .25rem 0;
	display: flex;
	gap: .5rem;
}

/* ハッシュタグリスト（ハッシュタグページに表示） */
.hashtags-list h3{
	font-size: 1.0rem;	/*--フォントサイズ--*/
	margin: .5rem 0 1rem;
}
.hashtags-list h3 .hashtag{
	background-color: #ffffff;	/*--背景色--*/
	color: #065FD4;		/*--文字カラー--*/
	margin: auto .5rem;
	padding: .25rem .5rem;
	border: 1px solid gray;
}
.hashtags-list ul{
	margin: 1rem 0 1rem 1rem;
}
.hashtags-list ul li{
	list-style-type: circle;
	margin: .5rem 0;
}
.hashtags-list ul li a{
	color: black;
}
.hashtags-list ul li a:hover{
	opacity: .5;
}

/* ハッシュタグ共通 */
.hashtag a{
	font-size: 0.9rem;	/*--フォントサイズ--*/
	background-color: #ffffff;	/*--背景色--*/
	color: #065FD4;		/*--文字カラー--*/
	display: inline-block;
	padding: .25rem .5rem;
	border: 1px solid gray;
}
.hashtag a:hover{
	opacity: .5;
	text-decoration: none;
}

/* ==========PCインデックス（目次）追加========================== */
.index-wrapper {
  margin: 0 auto;
  padding: 1rem;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
//  max-width: 32rem;
  max-width: 20rem;
margin-bottom: 1em;
}

.index-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.index-wrapper li {
  margin: 0.25rem 0;
  cursor: pointer;
}

.index-wrapper li.level-1 {
  font-weight: bold;
  margin-left: 0;
}

.index-wrapper li.level-2 {
  font-weight: normal;
  margin-left: .5rem;
  color: #444;
}

.index-wrapper li.level-3 {
  font-style: italic;
  margin-left: 1rem;
  color: #666;
}

.index-wrapper li:hover {
  text-decoration: underline;
}
.index-wrapper {
  padding: 1rem;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 880px;
  margin-bottom: 1.5em;
}

.index-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.index-wrapper li {
  margin: 0.25rem 0;
  cursor: pointer;
}

.index-wrapper li.level-1 {
  font-weight: bold;
  margin-left: 0;
}

.index-wrapper li.level-2 {
  font-weight: normal;
  margin-left: 1.5rem;
  color: #444;
}

.index-wrapper li.level-3 {
  margin-left: 3rem;
  color: #666;
}

.index-wrapper li:hover {
  text-decoration: underline;
}


/* ==========Googleマップしたの見出し================================== */
.noguchi-heading {
  width: 100%;              /* 横幅：必要に応じて 900px などに変更 */
  max-width: 1200px;        /* 最大幅 */
  height: 70px;             /* 高さ調整 */
  margin: 0 auto;           /* 中央配置 */
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(
    90deg,
    #070765 0%,
    #17286f 42%,
    #6f85ab 100%
  );
}

.noguchi-heading span {
  color: #ffffff;
  font-size: 28px;          /* 文字サイズ */
  font-weight: 500;
  letter-spacing: 0.16em;   /* 文字間 */
  line-height: 1;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}