﻿.recruit-btn{
	position: fixed;
	right: 5px;
	z-index: 10;
}
.recruit-btn{ bottom: 210px; }
.recruit-btn{
	background: #fff;
	border-radius: 20px;
	border: 2px solid #00499a;
}
.icon-5 img,
.icon-6 img{
	width: 35px;
}
.icon-5 a,
.icon-6 a{
	display: flex;
	gap: 5px;
	justify-content: space-between;
	text-decoration: none;
	margin: 15px;
}
.icon-5 a{
	border-bottom: 2px solid #00499a;
	padding-bottom: 10px;
}
.icon-5 p,
.icon-6 p{
	font-size: 15px;
	color: #00499a;
	font-weight: bold;
}

footer.site-footer .icon-1 .site-footer__sns::before{
    background-image: url("../img/common/youtube_icon.svg");
}
footer.site-footer .icon-2 .site-footer__sns::before{
    background-image: url("../img/common/tiktok_icon.svg");
}
footer.site-footer .icon-3 .site-footer__sns::before{
    background-image: url("../img/common/instagram_icon.svg");
}

/* ----- header PC megamenu (my-project 相当) ----- */
header#site .header-megamenu-dim {
  display: none;
  pointer-events: none;
}

@media screen and (min-width: 960px), print {
  header#site .header-cont {
    position: relative;
    z-index: 2;
    background-color: #fff;
  }

  header#site.is-pc-megamenu-dim .header-megamenu-dim {
    display: block;
    pointer-events: auto;
    position: fixed;
    top: 120px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(56, 52, 37, 0.45);
    cursor: default;
  }

  header#site nav .hier-1 > li.nav-trigger {
    position: static;
  }

  header#site nav .hier-2-wrap::before,
  header#site nav .hier-2-wrap::after {
    display: none;
    content: none;
  }

  header#site nav .hier-1 > li.nav-trigger .hier-2-wrap {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    bottom: auto;
    transform: none;
    z-index: 10001;
    box-sizing: border-box;
    display: block;
    margin-bottom: 0;
    padding: 0 60px;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 8px 16px rgba(56, 52, 37, 0.06);
    visibility: hidden;
    opacity: 0;
    transition: opacity 200ms ease;
  }

  header#site nav .hier-1 > li.nav-trigger.is-megamenu-open .hier-2-wrap {
    visibility: visible;
    opacity: 1;
  }

  header#site nav .hier-1 > li.nav-trigger *[data-header-nav-trigger]::after {
    content: none;
  }

  header#site nav .hier-1 > li.nav-trigger *[data-header-nav-trigger] {
    cursor: pointer;
  }

  header#site nav .hier-1 > li.nav-trigger.is-megamenu-open *[data-header-nav-trigger] {
    color: #b18d2e;
  }

  /* hover のみで開く旧挙動を無効化 */
  header#site nav .hier-1 > li.nav-trigger:hover .hier-2-wrap {
    visibility: hidden;
    opacity: 0;
  }

  header#site nav .hier-1 > li.nav-trigger.is-megamenu-open:hover .hier-2-wrap {
    visibility: visible;
    opacity: 1;
  }

  header#site nav .header-nav-child {
    width: 100%;
    max-width: 1185px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
  }

  header#site nav .header-nav-child__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    padding: 36px 0;
    width: 100%;
    box-sizing: border-box;
  }

  header#site nav .header-nav-child__col {
    min-width: 0;
  }

  /* common.css の旧 .hier-2-inner 横並びを打ち消す */
  header#site nav .header-nav-child__links > .header-nav-child__col {
    display: block;
    width: auto;
    max-width: none;
  }

  header#site nav .hier-2-wrap .header-nav-child .hier-2 {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  header#site nav .hier-2-wrap .header-nav-child .hier-2 > li + li {
    margin-top: 0;
  }

  header#site nav .hier-2-wrap .header-nav-child .hier-2 > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #e8e8e8;
    color: #b18d2e;
    text-align: left;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
  }

  header#site nav .hier-2-wrap .header-nav-child .hier-2 > li > a::after {
    flex-shrink: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #b18d2e;
    border-right: 2px solid #b18d2e;
    transform: rotate(45deg);
    content: "";
  }

  header#site nav .hier-2-wrap .header-nav-child .hier-2 > li > a > div {
    flex: 1 1 auto;
    min-width: 0;
  }

  header#site nav .hier-2-inner,
  header#site nav .header-nav-child-tab,
  header#site nav .header-nav-child__feature {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  header#site nav .hier-1 > li.nav-trigger > .hier-2-wrap {
    display: none;
    position: static;
    left: auto;
    right: auto;
    width: 100%;
    top: auto;
    transform: none;
    z-index: auto;
    visibility: visible;
    opacity: 1;
  }
}