﻿/*全体設定*/
html {
  scroll-behavior: smooth;
}
.site-header {
  background-color: rgba(255, 255, 255, 0.8);
}
.site-body-container {
	margin-top:-20px;
}
@media screen and (max-width: 920px) {
.site-body-container,
.main-section {
	width:100% !important;
	max-width:100% !important;
	padding:0 !important;
	margin:0 !important;
}
}
@media screen and (max-width: 560px) {
.main-section--col--two,
.site-body,
.site-body-container,
.main-section {
	width:100%;
	margin:0;
	padding:5px;
}
.page-top2 {
	right: 10px !important;
}
}
.breadcrumb {
	display:none;
}
/*---------------フッター*/
.site-footer {
  border-top: none;
	background: #4fa7ad;
}
.site-footer,
.site-footer a {
	color: #FFFFFF;
}
.site-footer-copyright p:nth-child(2) {
  display: none;
}
.site-body-container {
  padding: 0;
}
.page-header {
  display: none;
}
h2 {
  font-size: 18px;
}
h3, h3:before, h3:after {
  border-bottom: none;
  font-size: 18px;
}
#global-nav a {
  color: #666;
}
.grecaptcha-badge { visibility: hidden; }
/*全体設定*/
.top-ichiran {
  width: 100%;
}
.new-ttl25 {
	padding: 5px 0 5px 15px;
	margin: 0 20px 20px 0;
}
.new-ttl25 .left-link {
	color: #444;
	float: right;
	font-size: 14px;
	font-weight: normal;
}
.child {
  width: 70%;
  float: left;
}
.side-box {
  width: 30%;
  float: left;
}

/*-----------ヘッダーナビアイコン */
.global-nav-name i{
font-size: 1.25rem;
display: block;
color: var(--vk-color-primary);
margin-right: 0;
margin-bottom:0.5rem;
}

/* ヘッダーナビのボーダー */
.global-nav, .header_scrolled .site-header{
border-top:1px solid var(--vk-color-border-hr);
}
/* タブレットサイズの下階層がある時に表示されるドロップダウンアイコンを上下中央寄せ */
.device-mobile .global-nav-list .acc-btn {
top: 50%;
transform: translateY(-50%);
}

/* モバイルナビのアイコンカラー */
.vk-mobile-nav nav ul li i{
color: var(--vk-color-primary);
}
/*コメント*/
#respond, .entry-meta, .next-prev, .entry-footer {
  display: none;
}
/*カテゴリ一覧*/
.archive-description {
  font-size: 12px;
}
/*topページキーワード検索*/
.key_search {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 15px;
  background-color: #faf7f0;
}
.key_search p {
  width: 20%;
  margin: 0;
}
.key_search form {
  width: 80%;
}
/*--------20250116追加トップテキスト*/
.top-img-box116 {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0 auto 0;
}
.top-img-box116 img {
	max-width: 100%;
}
.top-txt-box116 {
	margin: -5px auto 30px;
	width: 100%;
	display: block;
	background: #FFFFFF;
	font-size: 12px;
	color: #616161;
	padding: 15px;
	border: #60bfc0 2px solid;
}
/*--------職種タブ切り替え*/
.main-nav-list {
  margin: 0 auto;
}
.main-nav-list .title {
  font-size: 24px;
  margin-bottom: -10px;
  color: #4b4a48;
  font-weight: bold;
}
.main-nav-list h2 {
  align-items: center !important;
	border-top: none;
	border-bottom: none;
	padding: 0;
}
.main-nav-list h2 a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: bold;
}
.main-nav-list h2 img {
  width: 30px;
  height: auto;
  position: relative;
  top: 5px;
}
.main-nav-list h2 span {
  font-size: 12px;
  color: #777;
  font-weight: normal;
}
.main-nav-list h2 i {
  font-size: 16px;
  color: #777;
}
.main-nav-list h2 a:hover {
  transition: .3s ease;
  padding-left: 5px;
}
.main-nav-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  justify-content: flex-start;
	margin-bottom: 50px;
}
.main-nav-list li {
  list-style: none;
  font-size: 14px;
  padding: 15px 10px;
  border-bottom: #ede9e1 1px solid;
  width: calc(25% - 10px);
  box-sizing: border-box;
  margin: 0;
}
/* 1段目のリストに border-top を適用 */
.main-nav-list li:nth-child(-n+4) {
  border-top: #ede9e1 1px solid;
}
.main-nav-list li a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-size: 15px;
  font-weight: 900;
  float: right;
  color: #41b1b2;
}
.main-nav-list li a {
  color: #11766E;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
.main-nav-list li:hover {
  transition: .3s ease;
  box-shadow: 0 0 4px #CFCFCF;
  padding-left: 15px;
  border-radius: 5px;
}
/*-----------タブ切り替え*/
.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  margin: 0 auto;
}
.tab_item {
  width: calc(100%/2);
  padding: 15px 0;
  border-bottom: 3px solid #5FBFC0;
  background-color: #fff;
  text-align: center;
  color: #37beb0;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #5FBFC0;
  color: #fff;
}
/*------------------SP--------------*/
@media screen and (max-width: 560px) {
  .top-ichiran {
    width: 100%;
  }
  .top-ichiran .child, .side-box {
    width: 100%;
    float: none;
    display: block;
  }
  .main-nav-list {
    padding: 10px;
  }
  .main-nav-list h2 {
    font-size: 14px;
    margin-top: -40px;
  }
  .main-nav-list h2:first-of-type {
    margin-top: 0;
  }
  .main-nav-list .title {
    font-size: 18px;
  }
  .main-nav-list h2 a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .main-nav-list h2 a:hover {
    transition: .3s ease;
    padding-left: 0;
  }
  /* 1段目（アイコン + h2テキスト） */
  .main-nav-list h2 .top-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .main-nav-list h2 img {
    width: 30px;
    height: auto;
  }
  /* 2段目（説明 + 矢印） */
  .main-nav-list h2 .bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
  border-bottom: #ede9e1 1px solid;
	  padding-bottom: 10px;
  }
  .main-nav-list h2 span {
    font-size: 12px;
    color: #777;
    flex: 1;
    margin-right: 15px;
  }
  .main-nav-list h2 i {
    font-size: 20px;
    color: #777;
  }
  .main-nav-list ul {
    display: block;
    width: 100%;
  }
  .main-nav-list li {
    padding: 10px 5px;
    width: 100%;
  }
	/* 1段目のリストに border-top を適用 */
.main-nav-list li:nth-child(-n+4) {
  border-top: none;
}
  /*スマホのみアコーディオン*/
  .main-nav-list ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
    padding: 10px;
	  margin: -10px 0 20px 0;
	  display: block;
  }
  /* アコーディオンが開いた時のスタイル */
  .main-nav-list ul.active {
    max-height: 500px;
    opacity: 1;
    padding: 10px;
  }
  /* アコーディオンが開いた時のスタイル */
  .main-nav-list ul.active {
    display: block;
    opacity: 1;
    height: auto;
  }
  /* h2 をクリックしたときのスタイル変更 */
  .main-nav-list h2.open {
    background-color: #f5f5f5;
  }
  .main-nav-list h2.open i {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
  .tab_item {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
  }
  .tab_item i {
    display: block;
  }
  .tab_content {
    padding: 10px;
  }
.new-ttl25 {
	margin: 0;
}
}