@charset "UTF-8";
/* corporate header */
.corporate-header-wrap {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 14px;
  position: relative;
  z-index: 8001;
}
.corporate-header-wrap::before {
  content: "";
  width: 100%;
  min-width: 940px;
  display: block;
  background-color: #c03;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.corporate-header-wrap .corporate-header {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
  z-index: 8000;
}
.corporate-header-wrap .cmn-rwd-header.is-visible ~ .corporate-header {
  opacity: 1;
  visibility: visible;
}
@supports (-webkit-touch-callout: none) {
  .corporate-header-wrap .corporate-header {
    /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
    -webkit-text-size-adjust: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .corporate-header-wrap .corporate-header {
    transition: none;
  }
}
.corporate-header-wrap .corporate-header::before {
  content: "";
  width: 100%;
  min-width: 940px;
  display: block;
/*
  background-color: #c03;
*/
  height: 76px;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  .corporate-header-wrap .corporate-header::before {
    height: 76px;
  }
}
@media screen and (max-width: 1279px) {
  .corporate-header-wrap .corporate-header::before {
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .corporate-header-wrap .corporate-header::before {
    min-width: auto;
  }
}

.corporate-category-header {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 -1px 5px rgb(0 0 0 / 20%);
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  position: fixed;
  top: 92px;
  left: 16px;
  right: 16px;
  width: calc(100% - 32px);
  height: 60px;
  max-width: 1196px;
  z-index: 8001;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 1279px) {
  .corporate-category-header {
    top: 78px;
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
    height: 52px;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1280px) {
  .corporate-category-header {
    top: 92px;
    left: 16px;
    right: 16px;
    width: calc(100% - 32px);
    height: 60px;
    max-width: 1196px;
    border-radius: 12px;
    box-shadow:  0 -1px 5px rgb(0 0 0 / 20%);
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .corporate-category-header {
    transition: none;
  }
}
@media (max-width: 1279px) {
  .corporate-category-header {
    max-width: unset;
    height: 52px;
  }
}
@media (min-width: 1280px) {
  .corporate-category-header {
    height: 60px;
  }
}
.corporate-category-header .header-corporate-top {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px;
}
.corporate-category-header .header-corporate-top > a {
  color: #c03;
  font-weight: bold;
  text-decoration: none;
}
.corporate-category-header .corporate-menu {
  display: none;
}
.corporate-category-header .corporate-nav {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  min-width: 1px;
  padding: 0 22px 0 2px;
}
.corporate-category-header .corporate-nav > li {
  position: relative;
  padding: 2px;
  margin-right: 6px;
  height: 100%;
}
.corporate-category-header .corporate-nav > li:last-child {
  margin-right: 0;
}
.corporate-category-header .corporate-nav .corporate-menu-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
  font-weight: 700;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  height: 100%;
  padding: 2px 28px 1px 4px;
  position: relative;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #272727;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .corporate-category-header .corporate-nav .corporate-menu-btn {
    font-size: 11px;
    padding-right: 13px;
    padding-left: 0;
  }
}
.corporate-category-header .corporate-nav .corporate-menu-btn:hover {
  text-decoration: underline;
}
.corporate-category-header .corporate-nav .corporate-menu-btn.is-expanded {
  color: #cc0033;
  text-decoration: underline;
  text-decoration-color: #cc0033;
}
.corporate-category-header .corporate-nav .corporate-menu-btn::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNSAyLjVMMTAuNSA4TDUuNSAxMy41IiBzdHJva2U9IiNCQ0JDQkMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .corporate-category-header .corporate-nav .corporate-menu-btn::after {
    height: 12px;
    right: 0px;
    width: 12px;
  }
}
.corporate-category-header .corporate-nav .corporate-menu-btn.is-expanded::after {
  transform: rotate(-90deg);
}
.corporate-category-header .corporate-nav .corporate-menu-link {
  color: #272727;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 2px 10px 1px 4px;
}
.corporate-category-header .corporate-nav .corporate-menu-link:hover {
  text-decoration: underline;
}
.corporate-category-header .corporate-nav .corporate-menu-link .cmn-rwd-list__item__link_icon {
  margin-left: 8px;
  width: 10px;
  height: 10px;
}
.corporate-category-header .corporate-nav .corporate-sub-menu {
  display: none;
  position: absolute;
  left: 14px;
  top: calc(100% + 5px);
  min-width: max(calc(100% + 64px), 160px);
  padding: 16px 12px 18px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 -1px 5px rgb(0 0 0 / 20%);
  gap: 2px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .corporate-category-header .corporate-nav .corporate-sub-menu {
    left: 0;
  }
}
.corporate-category-header .corporate-nav .corporate-sub-menu.is-show {
  display: flex;
  flex-direction: column;
}
.corporate-category-header .corporate-nav > li:last-child .corporate-sub-menu {
  left: auto;
  right: -24px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .corporate-category-header .corporate-nav > li:nth-of-type(6) .corporate-sub-menu {
    left: auto;
    right: -88px;
  }
}
.corporate-category-header .corporate-nav .corporate-sub-menu > ul > li + li {
  margin-top: 20px;
}
.corporate-category-header .corporate-nav .corporate-sub-menu a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.corporate-category-header .corporate-nav .corporate-sub-menu a:hover {
  text-decoration: underline;
}
.corporate-category-header .corporate-nav .corporate-sub-menu a[target="_blank"]::after {
  background: url(/corporate/images/common/ico_external_red.svg) no-repeat center center / contain;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  vertical-align: middle;
}

.cmn-rwd-search-form__search-button img {
  width: auto!important;
}

/* corporate配下は共通headerの企業情報非表示 */
.corp-cmn-rwd-header__main-menu_item.corporate {
  display: none;
}