.global-nav-list>li {
  float: left
}

.global-nav-list>li:hover .global-nav-description, .global-nav-list>li[class*=current] .global-nav-description {
  opacity: 1
}

.global-nav-list>li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  border-bottom: 1px solid var(--vk-color-primary);
  transition: all .5s ease-out
}

.global-nav-list>li.menu-item-has-children::after {
  transition: all .2s ease-out;
  content: "";
  position: absolute;
  padding: 0;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  z-index: 1000;
  opacity: 0;
  border-bottom-color: var(--vk-color-primary)
}

.device-pc .global-nav-list>li.menu-item-has-children:hover::after, .global-nav-list>li.acc-parent-open::after {
  opacity: 1;
  bottom: 1px
}

.global-nav-list>li.acc-parent-close::after {
  opacity: 0
}

.global-nav-list>li>ul.sub-menu {
  margin-top: -1px
}

.global-nav-list ul li a:hover {
  background-color: var(--vk-color-primary)
}

body, html {
  font-family: Lato, 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}

/* 
.entry-title--post-type--page, h2 {
  padding: .5em 0;
  border-top: 2px solid var(--vk-color-primary);
  border-bottom: 1px solid var(--vk-color-border-hr) 
}
*/

.site-footer-title, .sub-section-title, h3 {
  position: relative;
  border-bottom: 1px solid var(--vk-color-border);
  background: 0 0;
  padding: 0 0 .5em
}

.site-footer-title:after, .sub-section-title:after, h3:after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  width: 30%;
  border-bottom: 1px solid var(--vk-color-primary)
}

h4 {
  padding: .5em;
  background-color: var(--vk-color-border-hr);
  border-radius: var(--vk-size-radius)
}

h5 {
  padding-bottom: .5em;
  border-bottom: 1px solid var(--vk-color-border-hr)
}

.site-header {
  background-color: #DDEBF7
}

.page-header {
  color: #fff;
  background-color: var(--vk-color-primary);
  background-repeat: no-repeat;
  height: 500px;
}

/* Contact form7向け*/
.wpcf7 {
  padding-bottom:20px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

/* テーブル調整 */
.wp-block-table.hise-table {
  padding-left:15px;
  width: 98%;
}

/* ホーム挨拶メニュー調整 */
.div-home-column {
  width:99%
}

.div-col-menu {
  padding-top: 20px;
  margin-bottom: 20px;
  background-color: #DDEBF7;
  box-shadow: 10px 10px 0px 0 #D9D9D9;
}

.div-col-menu:hover {
  cursor: pointer;
}

.has-vivid-cyan-blue-color {
    font-weight: bold;
    font-size: 12px;
}

figure-menu {
  &__caption {
    font-weight: bold;
    font-size: 12px;
  }
}

/* テーブル調整 */
.wp-block-table.hise-table tr:nth-child(odd) {
  background-color: #FFFFFF
}

.wp-block-table.hise-table tr:nth-child(even) {
  background-color: #DDEBF7
}

.wp-block-table.profile-table tr td:nth-child(1) {
  text-align:center;
  width:90px;
}

.wp-block-table.career-table tr td:nth-child(1) {
  text-align:center;
  width:90px;
}

.wp-block-table.info-table tr td:nth-child(1) {
  width:60px;
}

/* ヘッダ画像設定 */
.header-profile {
  background-image: url("../../../img/profile.jpg");
}

.header-skill {
  background-image: url("../../../img/skill.jpg");
}

.header-contact {
  background-image: url("../../../img/contact.jpg");
}

.header-blog {
  background-image: url("../../../img/blog.jpg");
}

.header-home {
  background-image: url("../../../img/home.jpg");
}

.page-header-msg {
  margin-left: 20px
}

/* 本文メニュー調整 */
.figcaption {
  font-size: 22px;
  font-color: blue;
}

/* スキル情報調整 */
.div-skill-row {
  padding-left:15px;
  padding-right:15px;
  padding-bottom:40px;
  width: 98%;
}
.skill-header {
  background-color: #DDEBF7;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;  
  color: #5e5dde;
  font-weight: bold;
  border-bottom: 3px solid #9BC2E6;
  box-shadow: 10px 10px 0px 0 #D9D9D9;
}

.skill-doc:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/doc_icon.png");
  background-size: 24px;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 30px;
}

.skill-program:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/program_icon.png");
  background-size: 24px;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 30px;
}

.skill-bi:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/bi_icon.png");
  background-size: 24px;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 30px;
}

.skill-db:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/db_icon.png");
  background-size: 24px;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 30px;
}

.wp-block-table.skill_table {
  border: 1px solid #F2F2F2;
  background-color: #FFFFFF;
  box-shadow: 10px 10px 0px 0 #D9D9D9;
}

.wp-block-table.skill_table td {
  font-size: 16px;
  padding: 20px 12px;
  border: 0px none;
}

.pum-trigger {
  font-size: 16px;
  color: #5e5dde;
  text-decoration:underline;
  text-decoration-color:#5e5dde;
}

.breadcrumb {
  border-top: 1px solid var(--vk-color-border-hr);
  border-bottom: 1px solid var(--vk-color-border-hr)
}

.site-footer {
  border-top: 1px solid var(--vk-color-primary)
}

.footer-nav {
  border-bottom: 1px solid var(--vk-color-border-hr)
}

.footer-nav-list {
  border-left: 1px solid var(--vk-color-border)
}

.footer-nav-list li {
  border-right: 1px solid var(--vk-color-border)
}

@media (max-width:767.98px) {
  .footer-nav {
    border-bottom: none
  }
  .footer-nav-list {
    border-left: none
  }
  .footer-nav-list li {
    border-right: none;
    border-bottom: 1px solid var(--vk-color-border-hr)
  }
}