@charset "UTF-8";
/* corporate header */
.corporate-header-wrap {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  z-index: 8001;
}
.corporate-header-wrap::before {
  content: "";
  width: 100%;
  display: block;
  background-color: #c03;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.corporate-header-wrap .corporate-header {
  font-size: 14px;
  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: 56px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .corporate-header-wrap .corporate-header::before {
    min-width: auto;
  }
}
.corporate-category-header {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 -1px 5px rgb(0 0 0 / 20%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-inline: auto;
  padding: 0 16px;
  position: fixed;
  top: 124px;
  left: 12px;
  right: 12px;
  width: calc(100% - 24px);
  height: 40px;
  z-index: 8001;
  transition: top 0.2s ease-in-out;
}
.corporate-category-header.is-opened {
  border-radius: 0 0 20px 20px;
  box-shadow: none;
  height: auto;
  max-height: calc(100% - 108px);
  padding: 0 28px 40px;
  top: 108px;
  left: 0;
  right: 0;
  width: 100%;
}
.corporate-category-header .header-corporate-top {
  display: flex;
  align-items: center;
  height: 40px;
}
.corporate-category-header.is-opened .header-corporate-top {
  padding-top: 16px;
  height: 56px;
}
.corporate-category-header .header-corporate-top > a {
  color: #c03;
  font-weight: bold;
  text-decoration: none;
}
.corporate-category-header .corporate-menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 40px;
  padding: 0;
}
.corporate-category-header.is-opened .corporate-menu {
  padding-top: 16px;
  height: 56px;
}
.corporate-category-header .corporate-menu .txt {
  color: #c03;
  font-size: 9px;
  font-weight: bold;
}
.corporate-category-header.is-opened .corporate-menu .txt {
  display: none;
}
.corporate-category-header .corporate-menu .close {
  display: none;
}
.corporate-category-header.is-opened .corporate-menu .close {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.corporate-category-header.is-opened .corporate-menu .close::after,
.corporate-category-header.is-opened .corporate-menu .close::before {
  background: #c03;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.corporate-category-header.is-opened .corporate-menu .close::before {
  transform: rotate(45deg);
}
.corporate-category-header.is-opened .corporate-menu .close::after {
  transform: rotate(-45deg);
}
.corporate-category-header .corporate-nav {
  display: none;
}
.corporate-category-header.is-opened .corporate-nav {
  display: block;
  width: 100%;
  max-height: calc(100vh - 204px);
  overflow-y: auto;
}
.corporate-category-header .corporate-nav > li {
  border-bottom: 1px solid #ccc;
}
.corporate-category-header .corporate-nav .corporate-menu-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: bold;
  height: 48px;
  position: relative;
  width: 100%;
}
.corporate-category-header .corporate-nav .corporate-menu-btn.is-expanded {
  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);
}
.corporate-category-header .corporate-nav .corporate-menu-btn.is-expanded::after {
  transform: rotate(-90deg);
}
.corporate-category-header .corporate-nav .corporate-menu-link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
}
.corporate-category-header .corporate-nav .corporate-menu-link .cmn-rwd-list__item__link_icon {
  display: inline-block;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
.corporate-category-header.is-opened .corporate-nav .corporate-sub-menu {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: visibility 0.2s ease, padding 0.2s ease;
}
.corporate-category-header .corporate-nav .corporate-sub-menu.is-visible {
  height: auto;
  padding: 8px 0;
  visibility: inherit;
}
.corporate-category-header .corporate-nav .corporate-sub-menu > ul > li {
  padding: 0 8px;
}
.corporate-category-header .corporate-nav .corporate-sub-menu > ul > li + li {
  margin-top: 20px;
}
.corporate-category-header .corporate-nav .corporate-sub-menu a {
  text-decoration: none;
}
.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;
}

body.is-fixed,
body.is-fixed .wrapper {
  position: fixed;
  left: 0;
  width: 100%;
}

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

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